NetBSD/pkgsrc l57Pi3ndoc CHANGES-2026

   Updated devel/py-lazr.delegates, devel/py-lazr.config
VersionDeltaFile
1.6010+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 3eyCFQtdevel/py-lazr.config PLIST distinfo

   py-lazr.config: updated to 4.0.0

   4.0.0

   - Replace ``pkg_resources`` namespace with a PEP 420 native namespace.
   - Consolidate packaging into a single ``pyproject.toml`` (remove ``setup.py``,
     ``setup.cfg``, and ``_version.py``).
   - Standardize tox, Launchpad CI, pre-commit, and contributor documentation.
VersionDeltaFile
1.9+6-4devel/py-lazr.config/Makefile
1.8+4-4devel/py-lazr.config/distinfo
1.5+1-6devel/py-lazr.config/PLIST
+11-143 files

NetBSD/pkgsrc 4UNqzSLdevel/py-lazr.delegates PLIST distinfo

   py-lazr.delegates: updated to 4.0.0

   4.0.0

   - Replace ``pkg_resources`` namespace with a PEP 420 native namespace.
   - Consolidate packaging into a single ``pyproject.toml`` (remove ``setup.py``,
     ``setup.cfg``).
   - Add support for Python 3.14.
   - Update security auditing and linting.
   - Standardize tox, Launchpad CI, pre-commit, and contributor documentation.
VersionDeltaFile
1.6+4-4devel/py-lazr.delegates/distinfo
1.10+5-3devel/py-lazr.delegates/Makefile
1.5+1-3devel/py-lazr.delegates/PLIST
+10-103 files

NetBSD/pkgsrc REh4uA8doc CHANGES-2026

   Updated security/py-hanko-certvalidator, devel/py-amaranth
VersionDeltaFile
1.6009+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc ja5638Xdevel/py-amaranth Makefile distinfo

   py-amaranth: updated to 0.5.10

   0.5.10
   Add super().__init_subclass__ call to ShapeCastable and ValueCastable
VersionDeltaFile
1.9+4-4devel/py-amaranth/distinfo
1.11+2-2devel/py-amaranth/Makefile
+6-62 files

NetBSD/pkgsrc IbtdSv2security/py-hanko-certvalidator Makefile distinfo

   py-hanko-certvalidator: updated to 0.32.1

   0.32.1
   Unknown changes
VersionDeltaFile
1.4+4-4security/py-hanko-certvalidator/distinfo
1.5+2-2security/py-hanko-certvalidator/Makefile
+6-62 files

NetBSD/pkgsrc SDecvYbdoc CHANGES-2026

   Updated net/py-aiormq, net/py-aio-pika
VersionDeltaFile
1.6008+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc YraYYuenet/py-aio-pika distinfo Makefile

   py-aio-pika: updated to 10.0.1

   10.0.1
   fix: use TypeVar for connect and connect_robust return types

   10.0.0
   Add aio-pika-batch to related projects
   Update aiormq to the latest version 7
VersionDeltaFile
1.24+5-5net/py-aio-pika/Makefile
1.22+4-4net/py-aio-pika/distinfo
+9-92 files

NetBSD/pkgsrc NloF7YXnet/py-aiormq distinfo Makefile

   py-aiormq: updated to 7.0.0

   7.0.0
   Update pamqp to the latest version 4
VersionDeltaFile
1.14+4-4net/py-aiormq/distinfo
1.16+4-4net/py-aiormq/Makefile
+8-82 files

NetBSD/pkgsrc OGGNJlTdoc CHANGES-2026

   Updated devel/py-uv[-build]
VersionDeltaFile
1.6007+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc dEnxskQdevel/py-uv cargo-depends.mk Makefile.common, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.12.13

   0.12.13

   Python

   Add GraalPy 3.13.0

   Enhancements

   Verify hashes when downloading PEP 658 metadata sidecars

   Preview features

   Respect ty exclusions when uv check automatically selects members of a virtual workspace

   Performance

   Avoid full wheel downloads during resolution by reusing supported hashes from direct URL fragments when metadata is available separately

    [14 lines not shown]
VersionDeltaFile
1.39+10-4devel/py-uv/distinfo
1.40+10-4devel/py-uv-build/distinfo
1.41+2-2devel/py-uv/Makefile.common
1.37+2-0devel/py-uv/cargo-depends.mk
+24-104 files

NetBSD/pkgsrc ALc4MS9doc CHANGES-2026

   Updated devel/cargo-nextest, devel/py-ruff
VersionDeltaFile
1.6006+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc AqwtLjVdevel/py-ruff Makefile cargo-depends.mk

   py-ruff: updated to 0.16.7

   0.16.7

   Preview features

   [ruff] Add rule for default values on method receivers (RUF077)
   [ruff] Recognize re.prefixmatch (RUF039, RUF055)

   Bug fixes

   Alternate nested quotes inside format spec interpolations
   [flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003)
   [flake8-tidy-imports] Skip fixes for multi-member imports (TID254)
   [pylint] Gate ImportCycleError on Python 3.15 (PLW0133)

   Rule changes

   Correct D211 and D203 rule conflict diagnostic

    [17 lines not shown]
VersionDeltaFile
1.121+31-31devel/py-ruff/distinfo
1.115+9-9devel/py-ruff/cargo-depends.mk
1.124+2-2devel/py-ruff/Makefile
+42-423 files

NetBSD/pkgsrc Izjpw3Gdevel/cargo-nextest Makefile cargo-depends.mk

   cargo-nextest: updated to 0.9.144

   0.9.144

   Changed

   Failures while setting up run recording (for example, a store directory that cannot be created) are now always reported as warnings, and the test run continues without recording. Previously, only a store format version mismatch was treated as a warning, and other setup failures aborted the run. This makes setup consistent with recording finalization, which already never fails a run.
   The "continue rerunning" hint printed when a rerun has outstanding tests is now only shown when the rerun was itself recorded, since cargo nextest run -R latest can only continue the chain in that case.

   Fixed

   Fixed the elapsed time shown in per-test running lines for tests that had been running for more than an hour. The minutes field was displayed as the total number of minutes rather than the minutes within the hour, producing output like [05:313:30].
   When a cargo metadata or cargo build invocation fails, the error message now shows the full list of arguments that were passed to Cargo, including --color and --manifest-path. Previously, some arguments were omitted from the message.
VersionDeltaFile
1.23+64-64devel/cargo-nextest/distinfo
1.23+20-20devel/cargo-nextest/cargo-depends.mk
1.27+4-4devel/cargo-nextest/Makefile
+88-883 files

NetBSD/pkgsrc NnkgsKhdoc CHANGES-2026

   doc: Updated wm/enlightenment16 to 1.0.32
VersionDeltaFile
1.6005+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MNuCM9Dwm/enlightenment16 Makefile distinfo

   enlightenment16: update to 1.0.32

   e16 v1.0.32 - 2026-09-03
   ------------------------
   - 1.0.32
   - snaps: Fix potential crash in title match feature
   - Spec file: Add a %conf section
   - Update po
   - French translation update (Philippe J. Guillaumie)
   - De-iconify windows demanding attention
   - edge: Re-enable button press/release events on top/bottom edge windows
   - .gitignore: Add missing item
   - autofoo: Fix configure.ac for gettext v1.0
   - menus: Remove definitions for horizontal menus
   - manus: Remove broken support for horizontal menus
   - backgrounds: Show progress bars when compositing is enabled
   - pagers: Forgot cast
   - backgrounds: Tweak background scaling heuristics
   - backgrounds: Cosmetics

    [11 lines not shown]
VersionDeltaFile
1.21+4-4wm/enlightenment16/distinfo
1.48+2-3wm/enlightenment16/Makefile
+6-72 files

NetBSD/pkgsrc iLBIfiadoc CHANGES-2026

   doc: Updated lang/janet to 1.42.1
VersionDeltaFile
1.6004+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EYpvFi5lang/janet PLIST Makefile

   janet: update to 1.42.1

   Fixed shared lib version
VersionDeltaFile
1.34+4-4lang/janet/distinfo
1.36+3-3lang/janet/Makefile
1.23+2-2lang/janet/PLIST
+9-93 files

NetBSD/pkgsrc XyXTBCSconverters/ja-dvi2tty Makefile distinfo, converters/ja-dvi2tty/patches patch-Makefile

   (converters/ja-dvi2tty) Fix Missing RELRO issue
VersionDeltaFile
1.1+19-0converters/ja-dvi2tty/patches/patch-Makefile
1.7+5-4converters/ja-dvi2tty/distinfo
1.17+6-1converters/ja-dvi2tty/Makefile
+30-53 files

NetBSD/pkgsrc wuwPe45lang/chicken5 distinfo, lang/chicken5/patches patch-Makefile.bsd

   (lang/chicken5) Drop the chunk, part of patch, which was once thought some mods. necessary
VersionDeltaFile
1.2+2-11lang/chicken5/patches/patch-Makefile.bsd
1.10+2-2lang/chicken5/distinfo
+4-132 files

NetBSD/pkgsrc ElmpgVBdoc CHANGES-2026

   doc: Updated net/chrony to 4.9
VersionDeltaFile
1.6003+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dlrTNwinet/chrony Makefile distinfo, net/chrony/patches patch-hash__nettle.c patch-cmac__nettle.c

   chrony: update to 4.9

   Provided by Thomas Kupper on pkgsrc-users.

   New in version 4.9
   ==================

   Enhancements
   ------------
   * Add support for OpenBSD
   * Add refclock driver for OpenBSD timedelta sensors
   * Add "optional" option to refclock directive to ignore missing devices
   * Add maxntsretry option to server/pool directive to configure maximum NTS-KE retry interval
   * Add maxtxbuffers directive to enable processing of hardware and kernel TX timestamps from non-Ethernet devices and tunnels
   * Add minstratum and maxstratum directives to limit acceptable strata
   * Add -N option for s6-style service notification
   * Improve measurement of local clock precision
   * Reduce impact of client logging on server performance
   * Update NTP-over-PTP support to final specification (RFC 10030)

    [9 lines not shown]
VersionDeltaFile
1.3+2-14net/chrony/patches/patch-configure
1.22+5-7net/chrony/distinfo
1.66+2-3net/chrony/Makefile
1.2+1-1net/chrony/patches/patch-hash__nettle.c
1.2+1-1net/chrony/patches/patch-cmac__nettle.c
+11-265 files

NetBSD/pkgsrc ZPz4HtPmisc/akonadi-search Makefile

   akonadi-search: explicitly disable finding Corrosion
VersionDeltaFile
1.28+4-1misc/akonadi-search/Makefile
+4-11 files

NetBSD/pkgsrc EPcnkM6www/firefox mozilla-common.mk

   firefox: remove SUBST to fix build on aarch64

   ERROR: [subst.mk:sve2] The filename pattern "media/libyuv/libyuv/source/scale_argb.cc"

   Not obvious to me why this SUBST existed and the build completed w/o
   it on -current.
VersionDeltaFile
1.325+1-10www/firefox/mozilla-common.mk
+1-101 files

NetBSD/pkgsrc Dh12Gmrdoc CHANGES-2026

   doc: Updated archivers/unrar to 7.3.1
VersionDeltaFile
1.6002+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc E5ioIcVarchivers/unrar Makefile.common distinfo

   unrar: updated to 7.3.1

   7.3.1
   Unknown changes
VersionDeltaFile
1.119+4-4archivers/unrar/distinfo
1.71+2-2archivers/unrar/Makefile.common
+6-62 files

NetBSD/pkgsrc lp0fxiTdoc CHANGES-2026

   doc: added sysutils/u-boot-lego-ev3 2024.10
VersionDeltaFile
1.6001+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CfET5vwsysutils Makefile, sysutils/u-boot-lego-ev3 PLIST DESCR

   u-boot-lego-ev3: add version 2024.10

   Add the second stage u-boot for the Lego Mindstorms EV3. This is part of the
   project to make NetBSD usable on the EV3.
VersionDeltaFile
1.1+60-0sysutils/u-boot-lego-ev3/files/installboot.plist
1.1+19-0sysutils/u-boot-lego-ev3/Makefile
1.1+16-0sysutils/u-boot/patches-2024.10/patch-configs_legoev3__defconfig
1.1+5-0sysutils/u-boot-lego-ev3/DESCR
1.1204+2-1sysutils/Makefile
1.1+3-0sysutils/u-boot-lego-ev3/PLIST
+105-11 files not shown
+107-27 files

NetBSD/pkgsrc 4lkhaSdlang/chicken5 distinfo, lang/chicken5/patches patch-rules.make patch-Makefile.bsd

   (lang/chicken5) Fix Missing RELRO issue
VersionDeltaFile
1.1+23-0lang/chicken5/patches/patch-Makefile.bsd
1.1+15-0lang/chicken5/patches/patch-rules.make
1.9+3-1lang/chicken5/distinfo
+41-13 files

NetBSD/pkgsrc HVrg20Kdoc CHANGES-2026

   doc: Updated www/ruby-selenium-webdriver to 4.49.0
VersionDeltaFile
1.6000+2-1doc/CHANGES-2026
+2-11 files