NetBSD/src vIfYHwYsys/dev/acpi acpi.c

   acpi(4): Leave Hyper-V rndsource attached.

   This way, it will be reported through rndctl(8) rather than only by
   grepping through dmesg, and rndctl(8) can control it, e.g. if it
   turns out something is wrong with that but not with RDSEED on the
   same virtual CPU, you can use `rndctl -Ed "Hyper-V OEM0"' to discount
   it and the system will gather fresh samples from RDSEED instead.

   The same problem could in principle happen with other removable
   rndsources like ualea(4), and we don't really have a good way to deal
   with that -- either to configure the system up front to discount a
   hot-pluggable rndsource that hasn't yet been plugged in, or to
   retroactively discount a removable rndsource that was already
   removed.  But this one isn't hot-pluggable or removable, so keeping
   it around is enough to sidestep this problem.
VersionDeltaFile
1.306+3-4sys/dev/acpi/acpi.c
+3-41 files

NetBSD/pkgsrc lrM9lnMdoc CHANGES-2026

   doc: Updated devel/sem to 0.14.1nb1
VersionDeltaFile
1.4011+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ewKh3Zpdevel/sem Makefile PLIST, devel/sem/patches patch-src_commands_mod.rs patch-Cargo.toml

   devel/sem: disable self-update

   While here also install shell completions.
VersionDeltaFile
1.1+29-0devel/sem/patches/patch-src_commands_mod.rs
1.1+16-0devel/sem/patches/patch-Cargo.toml
1.3+14-1devel/sem/Makefile
1.2+3-1devel/sem/PLIST
1.3+3-1devel/sem/distinfo
+65-35 files

NetBSD/pkgsrc 1ZT0u3Rdoc CHANGES-2026

   doc: Updated textproc/rucola to 0.10.0
VersionDeltaFile
1.4010+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc m47V664textproc/rucola Makefile distinfo

   textproc/rucola: update to 0.10.0

   Release Notes

       Added a diary option by GitHub user robin-thoene
           Added a configuration option to enable the daily diary.
           Added a keybinding that creates a diary note and opens it in the editor or display screen.
           Added a configuration option to determine the format of the title of the diary note.
           Added a configuration option to set the initial content of the diary note.
       Added an option to copy (i.e. duplicate) notes in the select and display screen
           If a note is copied and its filename contains a valid date string (e.g. %F), it will be replaced by chrono during the copy.
           Otherwise, copy_ will be prepended to the new file name.
           This can be used to create templates for e.g. monthly or weekly notes and quickly copy them, in addition to the daily note system outlined above.
VersionDeltaFile
1.5+4-4textproc/rucola/Makefile
1.5+4-4textproc/rucola/distinfo
1.4+0-0textproc/rucola/cargo-depends.mk
+8-83 files

NetBSD/pkgsrc fpJIvIhdoc CHANGES-2026

   Updated devel/py-vcs-versioning, devel/py-sybil
VersionDeltaFile
1.4009+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc D3VB91Odevel/py-sybil distinfo Makefile

   py-sybil: updated to 10.1.0

   10.1.0 (13 Jun 2026)

   - Ignore trailing whitespace in doctest output by default, see
     :data:`~sybil.evaluators.doctest.KEEP_TRAILING_WHITESPACE` if you need whitespace sensitivity.

   - Make :func:`~sybil.testing.run_pytest` runs immune to ambient color environment variables.
VersionDeltaFile
1.6+4-4devel/py-sybil/distinfo
1.7+2-2devel/py-sybil/Makefile
+6-62 files

NetBSD/pkgsrc fJVkApGdevel/py-vcs-versioning distinfo Makefile

   py-vcs-versioning: updated to 2.2.0

   2.2.0 (2026-06-24)

   Added
   - Restore Python 3.8 and 3.9 support, re-enabling use as a build dependency for projects like scikit-build that still support these versions.

   Miscellaneous
   - Move PKG-INFO discovery tests to setuptools-scm where the entry points are registered.
VersionDeltaFile
1.4+4-4devel/py-vcs-versioning/distinfo
1.5+2-2devel/py-vcs-versioning/Makefile
+6-62 files

NetBSD/pkgsrc uXpAOuxdoc CHANGES-2026

   Updated emulators/libspectrum, emulators/fuse-emulator
VersionDeltaFile
1.4008+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 8RhRt6zemulators/fuse-emulator distinfo Makefile

   fuse-emulator: updated to 1.9.0

   1.9.0

   * New features:
     * Add NTSC TV and replace the PAL TV filters (derived from
       snes_ntsc by Shay Green)

   * Emulation core improvements:
     * Tape traps: set the pulse level correctly after loading a ROM
       block.
     * TZX handling: don't ignore the embedded pause at the end of a
       block.
     * Release pressed keys after snapshot restore.

   * UI improvements:
     * GTK3: stop forcing X11 over Wayland (Alberto Garcia).
     * SDL2: use layout-aware key mapping in keyboard handling
       (Fredrick Meunier).

    [36 lines not shown]
VersionDeltaFile
1.20+4-4emulators/fuse-emulator/distinfo
1.70+2-3emulators/fuse-emulator/Makefile
+6-72 files

NetBSD/pkgsrc hW8Hf32emulators/libspectrum distinfo Makefile

   libspectrum: updated to 1.6.2

   1.6.2

   * Fix TZX pulse handling by starting blocks with the pulse level set to
     low by default.

   * Improve tape block handling by adding CONCAT block support to block
     descriptions and edge generation, and fixing related memory leaks in
     CONCAT, PULS and PZXT block handling (Fredrick Meunier).

   * Various minor bug fixes/improvements:
     * Split TZX PULSE_SEQUENCE blocks when needed to keep single-repeat
       pulse counts within format limits (Fredrick Meunier).
     * Fix error-path memory handling in CSW, SZX and RZX readers
       (Fredrick Meunier).
     * Improve TZX/PZX string and write handling, including bulk string
       writes and simpler NUL-terminated string parsing (Fredrick
       Meunier).

    [7 lines not shown]
VersionDeltaFile
1.29+4-4emulators/libspectrum/distinfo
1.62+2-2emulators/libspectrum/Makefile
+6-62 files

NetBSD/pkgsrc-wip 307f137llama.cpp distinfo PLIST, py-gguf distinfo

llama.cpp*: update to today's snapshot

While here, make sure that version number is available for
'--version'.
DeltaFile
+6-6llama.cpp/distinfo
+3-3llama.cpp/PLIST
+3-3py-llama-cpp-scripts/distinfo
+3-3py-gguf/distinfo
+6-0llama.cpp/Makefile
+5-1llama.cpp/Makefile.common
+26-166 files

NetBSD/pkgsrc s3VogC9doc CHANGES-2026

   Updated devel/py-setuptools_scm, devel/py-hypothesis
VersionDeltaFile
1.4007+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc ca0fo9Vdevel/py-hypothesis distinfo Makefile

   py-hypothesis: updated to 6.155.7

   6.155.7 - 2026-06-21
   This patch fixes a thread-safety bug where concurrent use of the same strategy instance could error in rare cases.

   6.155.6 - 2026-06-19
   This patch replaces some internal %-style string formatting with f-strings. There is no user-visible change.

   6.155.5 - 2026-06-18
   dates() now raises InvalidArgument if a datetime is passed as min_value or max_value. Because datetime is a subclass of date, such bounds were previously accepted and then failed with a confusing TypeError while generating examples.

   6.155.4 - 2026-06-18
   This patch removes a stray print() which fired whenever a dates() filter was rewritten.
VersionDeltaFile
1.166+4-4devel/py-hypothesis/distinfo
1.172+2-2devel/py-hypothesis/Makefile
+6-62 files

NetBSD/pkgsrc gRIJrnmdevel/py-setuptools_scm distinfo Makefile

   py-setuptools_scm: updated to 10.2.0

   10.2.0 (2026-06-24)

   Added
   - Restore Python 3.8 and 3.9 support, re-enabling use as a build dependency for projects like scikit-build that still support these versions.

   Miscellaneous
   - Move PKG-INFO discovery tests from vcs-versioning to setuptools-scm where the entry points are registered.
VersionDeltaFile
1.43+4-4devel/py-setuptools_scm/distinfo
1.52+2-2devel/py-setuptools_scm/Makefile
+6-62 files

NetBSD/pkgsrc ofXvQMfdoc CHANGES-2026

   Updated audio/py-mutagen, devel/py-urwid
VersionDeltaFile
1.4006+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc DVCMnoudevel/py-urwid distinfo Makefile

   py-urwid: updated to 4.0.3

   Urwid 4.0.3

   Deprecations
   * Deprecate `content_delta` as unused

   Bug fixes
   * Fix `shard_body_row`: falsy content_iter raises ValueError

   Documentation
   * Mass typing annotations fixes.
VersionDeltaFile
1.52+4-4devel/py-urwid/distinfo
1.64+2-2devel/py-urwid/Makefile
1.23+3-1devel/py-urwid/PLIST
+9-73 files

NetBSD/pkgsrc OKZldaVaudio/py-mutagen distinfo Makefile

   py-mutagen: updated to 1.48.1

   1.48.1 - 2026-06-25

   * Revert: ``ID3: Fix saving ID3v2 comment fields from COMM:desc:lang tags``
     to fix duplicated COMM frames in some cases.
VersionDeltaFile
1.23+4-4audio/py-mutagen/distinfo
1.37+2-2audio/py-mutagen/Makefile
+6-62 files

NetBSD/src bZ3rkpodoc 3RDPARTY

   doc: openssh rlimit sandbox

   PR security/60367
VersionDeltaFile
1.2224+2-1doc/3RDPARTY
+2-11 files

NetBSD/src IjQlfJWcrypto/external/bsd/openssh/dist sshd-auth.c

   sshd(8): Restore rlimit sandbox from portable openssh.

   This is used as an alternative to pledge sandboxing.

   PR security/60367

   XXX pullup-11
VersionDeltaFile
1.7+17-2crypto/external/bsd/openssh/dist/sshd-auth.c
+17-21 files

NetBSD/pkgsrc Swdzw8Pdoc CHANGES-2026

   Note update of net/nsd to 4.14.3.
VersionDeltaFile
1.4005+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kL0adtinet/nsd distinfo Makefile

   Update nsd to version 4.14.3.

   Pkgsrc changes:
    * Checksum changes.

   Upstream changes:

   4.14.3
   ================
   FEATURES:
   BUG FIXES:
           - Fix for CVE-2026-12244: A specially crafted SVCB RR can cause a heap
             overflow of up to 65509 attacker controlled bytes.
             Thanks to Qifan Zhang, Palo Alto Networks for the report
             https://www.nlnetlabs.nl/downloads/nsd/CVE-2026-12244.txt
           - Fix for CVE-2026-12245: If NSD is configured with DNS over TLS, a
             client that performs a TLS action, closing the connection early,
             causes a crash and restart of the server process. An attacker can
             keep all children in a crash-restart loop denying DoT service.

    [12 lines not shown]
VersionDeltaFile
1.94+4-4net/nsd/distinfo
1.137+2-2net/nsd/Makefile
+6-62 files

NetBSD/pkgsrc fZMRbvHdoc CHANGES-2026

   doc: Updated security/polkit to 127nb1
VersionDeltaFile
1.4004+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VCmSYn3security/polkit distinfo Makefile, security/polkit/patches patch-src_polkitbackend_polkitbackendduktapeauthority.c patch-src_polkitbackend_polkitbackendinteractiveauthority.c

   polkit: remove unneeded patch; extend %m fixes

   Bump PKGREVISION.
VersionDeltaFile
1.4+22-1,473security/polkit/patches/patch-src_polkitbackend_polkitbackendduktapeauthority.c
1.23+2-2security/polkit/distinfo
1.61+2-1security/polkit/Makefile
1.7+1-1security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c
+27-1,4774 files

NetBSD/pkgsrc M8gZxqqwww/resterm distinfo Makefile

   www/resterm: Update to v0.44.1

   v0.44.1

   Better error diagnostics
   RTS expression errors now show exactly where they happened in the file.

   This also covers @for-each and {{= }} templates which previously reported errors without a location.

   error[script]: undefined name "missing"
    --> requests.http:14:21
    14 | # @for-each item in missing.value
   Modal error handling
   API errors, such as 4xx and 5xx responses and failed requests no longer open a popup which was unneccecery
    since error rapporting already shows up in the response tab. A duplicate statusline error message was also removed.

   Internal
   RTS engine was refactored so the TUI, CLI and headless modes now share one execution path instead of keeping separate copies.
VersionDeltaFile
1.2+4-4www/resterm/distinfo
1.3+2-2www/resterm/Makefile
+6-62 files

NetBSD/pkgsrc J4wf3Urdoc CHANGES-2026

   doc: Updated www/resterm to 0.44.1
VersionDeltaFile
1.4003+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fRqwFzidoc TODO CHANGES-2026

   doc: Updated textproc/tabiew to 0.14.0
VersionDeltaFile
1.27495+1-2doc/TODO
1.4002+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc yGeFsSLtextproc/tabiew distinfo cargo-depends.mk

   tabiew: update to 0.14.0.

   Changes not documented.
VersionDeltaFile
1.7+88-10textproc/tabiew/distinfo
1.7+28-2textproc/tabiew/cargo-depends.mk
1.7+2-2textproc/tabiew/Makefile
+118-143 files

NetBSD/pkgsrc sQBO2Dedoc CHANGES-2026

   Updated devel/py-anyio, databases/py-redis
VersionDeltaFile
1.4001+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc TD2CYNmdatabases/py-redis distinfo Makefile

   py-redis: updated to 8.0.1

   8.0.1

   Bug Fixes

   Fix Unix socket maintenance notification handling and tests
   Fix async cluster node connection release on write errors
   Fixed async MultiDBClient with underlying RedisCluster
   Fix hiredis readiness checks for high file descriptors
   fix(search): parse RESP3 FT.SEARCH responses with bytes-typed keys
   Fixing pubsub's listen method to be blocking.
   fix(asyncio): release pooled connection when Pipeline.reset() is cancelled
   Avoid per-check fd allocation in hiredis _socket_can_read() — use poll() instead of a per-call selector
VersionDeltaFile
1.55+4-4databases/py-redis/distinfo
1.60+2-2databases/py-redis/Makefile
+6-62 files