NetBSD/pkgsrc 8nE1kMTdoc CHANGES-pkgsrc-2026Q2

   Pullup tickets up to #7225
VersionDeltaFile
1.1.2.11+11-1doc/CHANGES-pkgsrc-2026Q2
+11-11 files

NetBSD/pkgsrc sTrsik6lang/perl5/patches patch-regcomp__study.c patch-pp__pack.c

   Pullup ticket #7224 - requested by maya
   lang/perl5: security fix

   follow-up: remove 0-byte patches, these files were meant to be deleted in the
   last commit.
VersionDeltaFile
1.1.4.3+0-0lang/perl5/patches/patch-regcomp__study.c
1.2.2.4+0-0lang/perl5/patches/patch-pp__pack.c
1.2.2.4+0-0lang/perl5/patches/patch-dist_Storable_Storable.xs
1.3.2.2+0-0lang/perl5/patches/patch-cpan_Socket_Socket.xs
1.1.4.2+0-0lang/perl5/patches/patch-cpan_Archive-Tar_lib_Archive_Tar.pm
+0-05 files

NetBSD/pkgsrc JZmwGb5doc CHANGES-2026

   Updated devel/py-pyvcd, net/py-pika
VersionDeltaFile
1.5138+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc cJNIarXnet/py-pika Makefile distinfo

   py-pika: updated to 1.4.4

   1.4.4
   Unknown changes
VersionDeltaFile
1.10+4-4net/py-pika/distinfo
1.12+2-2net/py-pika/Makefile
+6-62 files

NetBSD/pkgsrc 9kVJ6bFdevel/py-pyvcd Makefile distinfo

   py-pyvcd: updated to 0.4.2

   pyvcd-0.4.2 (2026-08-09)

   * fix: accept special characters in reader scope and variable names
   * fix: take a variable's bit index from the final bracketed section of its
     reference
   * build: remove deprecated packaging metadata
   * docs: official support for Python 3.14
   * docs: cite IEEE 1800-2023 for the VCD specification
   * docs: project moved back to the SanDisk-Open-Source organization
VersionDeltaFile
1.3+4-4devel/py-pyvcd/distinfo
1.5+3-4devel/py-pyvcd/Makefile
+7-82 files

NetBSD/pkgsrc cMB0HuGdoc CHANGES-2026

   Updated devel/py-pygit2, textproc/py-tablib, time/py-time-machine
VersionDeltaFile
1.5137+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc NGS0Cg0time/py-time-machine Makefile distinfo

   py-time-machine: updated to 3.3.1

   3.3.1

   Fix small rounding errors in destination calculations.
   Previously, time-machine computed destinations in floating-point seconds, which could lead to small rounding errors: up to a few hundred nanoseconds for present-day destinations, growing to several microseconds by the year 2500. This change fixes the pipeline to use integer nanoseconds throughout, so time-travel is precise for any supported date.


   3.3.0

   Support Python 3.15.

   Mock datetime.date.today() directly, for Python 3.15 support.
   Previously time-machine was mocked only indirectly, since CPython implemented it by calling cls.fromtimestamp(time.time()). Python 3.15 added a fast path that reads the system clock directly (CPython Issue 130980), so time travel no longer affected it, which the new mock fixes. Consequently, there are new escape hatch functions: escape_hatch.datetime.date.today() and escape_hatch.datetime.datetime.today().

   Support isolated subinterpreters, as created by concurrent.interpreters on Python 3.14+. Previously, importing time-machine in an isolated subinterpreter failed with an ImportError.

   Move the intermediary functions that patched functions call from Python to C. This change reduces the overhead of calling patched functions like time.time() while time travelling, making them around 10-20% faster.


    [19 lines not shown]
VersionDeltaFile
1.13+4-4time/py-time-machine/distinfo
1.15+2-2time/py-time-machine/Makefile
+6-62 files

NetBSD/pkgsrc tgDA019www/palemoon Makefile.common distinfo, www/palemoon/patches patch-platform_js_src_wasm_WasmSignalHandlers.cpp patch-platform_js_src_wasm_WasmSignalHandlers.cpp

   Pullup ticket #7225 - requested by nia
   www/palemoon: security fix

   Revisions pulled up:
   - www/palemoon/Makefile.common                                  1.10
   - www/palemoon/distinfo                                         1.47
   - www/palemoon/patches/patch-platform_js_src_wasm_WasmSignalHandlers.cpp 1.1

   ---
      Module Name:      pkgsrc
      Committed By:     nia
      Date:             Sat Aug  8 11:59:01 UTC 2026

      Modified Files:
        pkgsrc/www/palemoon: Makefile.common distinfo
      Added Files:
        pkgsrc/www/palemoon/patches:
            patch-platform_js_src_wasm_WasmSignalHandlers.cpp


    [7 lines not shown]
VersionDeltaFile
1.45.2.1+11-10www/palemoon/distinfo
1.1.2.1+0-17www/palemoon/patches/patch-platform_js_src_wasm_WasmSignalHandlers.cpp
1.1.2.2+17-0www/palemoon/patches/patch-platform_js_src_wasm_WasmSignalHandlers.cpp
1.8.2.1+3-3www/palemoon/Makefile.common
+31-304 files

NetBSD/pkgsrc 6a9fY8Ktextproc/py-tablib Makefile distinfo

   py-tablib: updated to 3.10.0

   3.10.0

   Security

   Escape dataset title in HTML serialization

   Added

   Add support for Python 3.15
   Use lazy imports on Python 3.15 to improve startup speed

   Changed

   Remove #yaml tag from generic error message URL
   Drop support for Python 3.9

   Fixed

    [8 lines not shown]
VersionDeltaFile
1.15+4-4textproc/py-tablib/distinfo
1.24+2-2textproc/py-tablib/Makefile
+6-62 files

NetBSD/pkgsrc jeXq3Jadevel/py-pygit2 Makefile distinfo

   py-pygit2: updated to 1.20.0

   1.20.0 (2026-08-08)

   - New `RemoteCallbacks.custom_headers()`
   - New rebase API: `Repository.rebase_init(...)`, `Repository.rebase_open(...)`,
     `Rebase`, and `RebaseOperation`
   - Fix `Config.snapshot()` for non-repository configs, allow `PathLike` in
     `Config.__init__()`, and improve config documentation
   - Fix `UnicodeDecodeError` with non-UTF-8 file paths in `Repository.status()`,
     `DiffFile.path`, index paths, checkout callbacks, and related APIs
   - Fix `enums.CheckoutStrategy.CONFLICT_STYLE_ZDIFF3`, which was mistakenly
     bound to the `DIFF3` constant
   - Fix crashes and reference-lifetime bugs in custom refdb backends
   - Update wheels to libgit2 1.9.6 and OpenSSL 3.5.7
   - Add riscv64 wheels
VersionDeltaFile
1.18+5-4devel/py-pygit2/PLIST
1.37+4-4devel/py-pygit2/distinfo
1.50+2-2devel/py-pygit2/Makefile
+11-103 files

NetBSD/othersrc ScSfdOWusr.bin/gooeymux keyboard.c

   support more modifiers like caps lock and num lock, also update LEDs
VersionDeltaFile
1.3+73-13usr.bin/gooeymux/keyboard.c
+73-131 files

NetBSD/pkgsrc RMq3lqZdoc CHANGES-2026

   Updated security/defguard-gateway
VersionDeltaFile
1.5136+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 14Gj4G6security/defguard-gateway cargo-depends.mk Makefile

   defguard-gateway: updated to 2.0.4

   2.0.4
   Fixes interface configuration errors which can occur due to transient Core connection loss.
VersionDeltaFile
1.8+4-4security/defguard-gateway/distinfo
1.8+4-2security/defguard-gateway/Makefile
1.7+0-0security/defguard-gateway/cargo-depends.mk
+8-63 files

NetBSD/pkgsrc-wip bb9e1bapy-keras TODO

py-keras: Add reference to CVE-2026-12570
DeltaFile
+1-1py-keras/TODO
+1-11 files

NetBSD/pkgsrc DMzokZidoc TODO CHANGES-2026, x11 Makefile

   p5-Wx-Perl-ProcessStream: remove

   p5-Wx is gone
VersionDeltaFile
1.1089+1-2x11/Makefile
1.27728+1-2doc/TODO
1.5135+2-1doc/CHANGES-2026
1.9+1-1x11/p5-Wx-Perl-ProcessStream/distinfo
1.76+1-1x11/p5-Wx-Perl-ProcessStream/Makefile
1.2+0-0x11/p5-Wx-Perl-ProcessStream/DESCR
+6-76 files

NetBSD/pkgsrc xiSEUH7doc CHANGES-2026

   doc: Updated meta-pkgs/bulk-large to 20260810
VersionDeltaFile
1.5134+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KwXTOEsmeta-pkgs/bulk-large Makefile

   bulk-large: remove p5-Padre

   Bump version
VersionDeltaFile
1.80+2-3meta-pkgs/bulk-large/Makefile
+2-31 files

NetBSD/pkgsrc ckgJkw8doc CHANGES-2026, editors Makefile

   p5-Acme-Padre-PlayCode: remove

   p5-Padre is gone
VersionDeltaFile
1.267+1-2editors/Makefile
1.5133+2-1doc/CHANGES-2026
1.5+1-1editors/p5-Acme-Padre-PlayCode/distinfo
1.22+1-1editors/p5-Acme-Padre-PlayCode/Makefile
1.2+0-0editors/p5-Acme-Padre-PlayCode/DESCR
+5-55 files

NetBSD/pkgsrc 10lbM7Ndevel Makefile, devel/p5-Wx-Perl-DataWalker DESCR distinfo

   p5-Wx-Perl-Datawalker: remove

   p5-Wx is gone
VersionDeltaFile
1.4671+1-2devel/Makefile
1.5132+2-1doc/CHANGES-2026
1.5+1-1devel/p5-Wx-Perl-DataWalker/distinfo
1.73+1-1devel/p5-Wx-Perl-DataWalker/Makefile
1.2+0-0devel/p5-Wx-Perl-DataWalker/DESCR
+5-55 files

NetBSD/pkgsrc 9evhsfkdoc CHANGES-2026, x11 Makefile

   p5-Wx: remove

   Doesn't build with latest perl, dead upstream, no comments on pkgsrc-users.
VersionDeltaFile
1.1088+1-2x11/Makefile
1.5131+2-1doc/CHANGES-2026
1.2+1-1x11/p5-Wx/patches/patch-ext_propgrid_XS_PGProperty.xsp
1.2+1-1x11/p5-Wx/patches/patch-build_Wx_build_MakeMaker.pm
1.2+1-1x11/p5-Wx/patches/patch-XS_Colour.xs
1.91+1-1x11/p5-Wx/Makefile
+7-73 files not shown
+9-99 files

NetBSD/pkgsrc i7Ebv7Edoc CHANGES-2026, editors Makefile

   p5-Padre*: remove

   Last user of to-be-removed p5-Wx, no comments on pkgsrc-users.
VersionDeltaFile
1.266+1-14editors/Makefile
1.5130+14-1doc/CHANGES-2026
1.4+1-1editors/p5-Padre/patches/patch-ab
1.4+1-1editors/p5-Padre/patches/patch-aa
1.14+1-1editors/p5-Padre/distinfo
1.90+1-1editors/p5-Padre/Makefile
+19-1937 files not shown
+43-4343 files

NetBSD/pkgsrc JqDIZM6doc CHANGES-2026

   Updated net/ncdc, sysutils/ncdu
VersionDeltaFile
1.5129+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 4DknXQUsysutils/ncdu Makefile distinfo

   ncdu: updated to 1.22

   1.22

   - Add support for @-prefixed lines to ignore errors in config file (from 2.8)
   - List all supported options in `--help` (from 2.8)
   - Use `kB` instead of `KB` in `--si` mode (from 2.8)
   - Add `--graph-style` option (from 2.1)
   - Fix supported range of uid/gid numbers
VersionDeltaFile
1.15+4-4sysutils/ncdu/distinfo
1.21+4-3sysutils/ncdu/Makefile
+8-72 files

NetBSD/pkgsrc ey5aUAUnet/ncdc distinfo Makefile

   ncdc: updated to 1.25

   1.25

   - Add support for IP to country lookups through libloc
   - Add `location_db` config option
   - Indicate GeoIP support in `--version`
VersionDeltaFile
1.45+5-6net/ncdc/Makefile
1.11+4-4net/ncdc/distinfo
+9-102 files

NetBSD/pkgsrc-wip 3b5e58dkubectl Makefile COMMIT_MSG

kubectl: update to 1.36.3

Bug or Regression

* Fixes a 1.36 regression in server side apply where patching a container
  type (list or map) could result in 422 required errors for apply requests
  that previously succeeded. [SIG API Machinery, Architecture, Auth, CLI,
  Cloud Provider, Cluster Lifecycle, Network, Node, Scheduling and Storage]
DeltaFile
+9-9kubectl/distinfo
+2-2kubectl/go-modules.mk
+1-1kubectl/Makefile
+1-1kubectl/COMMIT_MSG
+13-134 files

NetBSD/othersrc kV9ZTNnusr.bin/gooeymux term.c kernelstuff.h

   make terminal colours configurable vie config.h
VersionDeltaFile
1.2+7-3usr.bin/gooeymux/config.h
1.3+3-3usr.bin/gooeymux/kernelstuff.h
1.4+2-2usr.bin/gooeymux/term.c
+12-83 files

NetBSD/pkgsrc 0oPsDaAwww/py-flask-admin distinfo, www/py-flask-admin/patches patch-pyproject.toml

   py-flask-admin: fix build with flit_core 4.
VersionDeltaFile
1.1+14-0www/py-flask-admin/patches/patch-pyproject.toml
1.32+2-1www/py-flask-admin/distinfo
+16-12 files

NetBSD/pkgsrc-wip 96831c3iosevka-aile-ttf distinfo, iosevka-curly-slab-ttf distinfo

iosevka-*: update to 34.8.0

* Add diagonal-tailed variants for Lower Eszet (ß).
* Add Characters:
  * LATIN CAPITAL LETTER VISIGOTHIC Z (U+A762).
  * LATIN SMALL LETTER VISIGOTHIC Z (U+A763).
* Refine shape of the following characters:
  * LATIN CAPITAL LETTER A WITH BREVE (U+0102).
  * LATIN SMALL LETTER A WITH BREVE (U+0103).
  * LATIN CAPITAL LETTER E WITH BREVE (U+0114).
  * LATIN SMALL LETTER E WITH BREVE (U+0115).
  * LATIN CAPITAL LETTER G WITH BREVE (U+011E).
  * LATIN SMALL LETTER G WITH BREVE (U+011F).
  * LATIN CAPITAL LETTER I WITH BREVE (U+012C).
  * LATIN SMALL LETTER I WITH BREVE (U+021D).
  * LATIN CAPITAL LETTER ENG (U+014A).
  * LATIN CAPITAL LETTER O WITH BREVE (U+014E).
  * LATIN SMALL LETTER O WITH BREVE (U+014F).
  * LATIN CAPITAL LETTER U WITH BREVE (U+016C).

    [55 lines not shown]
DeltaFile
+3-3iosevka-ttf/distinfo
+3-3iosevka-slab-ttf/distinfo
+3-3iosevka-etoile-ttf/distinfo
+3-3iosevka-curly-ttf/distinfo
+3-3iosevka-curly-slab-ttf/distinfo
+3-3iosevka-aile-ttf/distinfo
+18-1812 files not shown
+30-3018 files

NetBSD/pkgsrc TvSX2YXdoc CHANGES-2026

   doc: Updated textproc/py-sphinxcontrib-jquery to 4.1nb3
VersionDeltaFile
1.5128+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8sZpknztextproc/py-sphinxcontrib-jquery PLIST Makefile

   py-sphinxcontrib-jquery: fix PLIST for latest flit_core and depend on it

   Bump PKGREVISION.
VersionDeltaFile
1.11+3-3textproc/py-sphinxcontrib-jquery/Makefile
1.4+1-0textproc/py-sphinxcontrib-jquery/PLIST
+4-32 files