NetBSD/pkgsrc 4YM8RN6doc CHANGES-2026

   Updated security/pcsc-tools
VersionDeltaFile
1.3483+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VbMjgPQsecurity/pcsc-tools distinfo Makefile

   pcsc-tools: updated to 1.7.5

   1.7.5

   po/PACKAGE: add Georgian

   pcsc_scan: handle the case of an error during SCardGetStatusChange

   If SCardGetStatusChange() returns in error then stop the spinner thread
   before exiting.
VersionDeltaFile
1.20+4-4security/pcsc-tools/distinfo
1.31+2-3security/pcsc-tools/Makefile
1.7+2-1security/pcsc-tools/PLIST
+8-83 files

NetBSD/pkgsrc GmRCD6Wdoc CHANGES-2026

   Updated games/vcmi
VersionDeltaFile
1.3482+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ybkr4Nwgames/vcmi PLIST distinfo, games/vcmi/patches patch-lib_CMakeLists.txt

   vcmi: updated to 1.7.4

   1.7.4

   Added in-game Wiki that can be opened via F1 or from adventure map options menu
   Weblate integrated for translations. Czech, German, Polish, Spanish, Swedish, Turkish and Ukrainian are now fully translated
   Tutorial map is now correctly imported from gog.com installer
   Discord integration is now available on all desktop systems

   Stability

   Fixed crash when high-level hero is defeated by neutrals in combat
   Fixed crash on attempt to load save game with dot in its file name
   Fixed crash on attempt to start a campaign with game set to Japanese language
   Fixed crash on loading campaign in VCMI format located in .zip archive
   Fixed crash on accessing battle-only mode after disabling mod that provides skill used by preconfigured hero
   Fixed crash on winning scenario by building specified structure when there is enemy player with owned town on a map
   Fixed crash on macOS when scenario finishes during AI turn
   Fixed crash on iOS on connecting external display

    [3 lines not shown]
VersionDeltaFile
1.6+83-32games/vcmi/PLIST
1.6+5-5games/vcmi/distinfo
1.2+4-4games/vcmi/patches/patch-lib_CMakeLists.txt
1.26+2-3games/vcmi/Makefile
+94-444 files

NetBSD/src fhNniCwdistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   Add build glue (Makefile and set lists) for manual pages:
     pcagpio.4, pcf8574io.4, lm95221ts.4, nxp75a.4, adt7462sm.4
VersionDeltaFile
1.752+8-6share/man/man4/Makefile
1.1832+11-1distrib/sets/lists/man/mi
1.50+6-1distrib/sets/lists/manhtml/mi
+25-83 files

NetBSD/src PInfTCQshare/man/man4 adt7462sm.4

   Add a manual page for adt7462sm (Analog Devices ADT7462 system monitor).
VersionDeltaFile
1.1+245-0share/man/man4/adt7462sm.4
+245-01 files

NetBSD/src Biu1gn2share/man/man4 nxp75a.4

   Add a manual page for nxp75a (NXP LM75A temperature sensor).
VersionDeltaFile
1.1+69-0share/man/man4/nxp75a.4
+69-01 files

NetBSD/src fOpkKQTshare/man/man4 lm95221ts.4

   Add a manual page for lm95221ts (TI LM95221 temperature sensor).
VersionDeltaFile
1.1+63-0share/man/man4/lm95221ts.4
+63-01 files

NetBSD/src goghBgwshare/man/man4 pcagpio.4

   Add (belatedly) a manual page for pcagpio (PCA9555 and PCA9556 GPIO's).
VersionDeltaFile
1.1+64-0share/man/man4/pcagpio.4
+64-01 files

NetBSD/src xLSazG9share/man/man4 pcf8574io.4

   Add (belatedly) a manual page for pcf8574io (PCF8574 GPIO).
VersionDeltaFile
1.1+67-0share/man/man4/pcf8574io.4
+67-01 files

NetBSD/src aHsRtcSsys/miscfs/genfs genfs_io.c

   genfs_do_io: fix a pagedaemon deadlock

   this should fix the following panic i observed on my machine.

   ```
   panic: out of memory before the pagedaemon thread exists
   cpu0: Begin traceback...
   vpanic() at netbsd:vpanic+0x189
   panic() at netbsd:panic+0x3c
   uvm_wait() at netbsd:uvm_wait+0xa5
   uvm_km_kmem_alloc() at netbsd:uvm_km_kmem_alloc+0x21b
   pool_page_alloc() at netbsd:pool_page_alloc+0x2c
   pool_grow() at netbsd:pool_grow+0x367
   pool_get() at netbsd:pool_get+0x9f
   pool_cache_get_slow() at netbsd:pool_cache_get_slow+0x136
   pool_cache_get_paddr() at netbsd:pool_cache_get_paddr+0x256
   getiobuf() at netbsd:getiobuf+0x23
   genfs_do_io() at netbsd:genfs_do_io+0xde
   genfs_gop_write() at netbsd:genfs_gop_write+0x52

    [5 lines not shown]
VersionDeltaFile
1.106+12-4sys/miscfs/genfs/genfs_io.c
+12-41 files

NetBSD/src ADyxF8csys/uvm uvm_swap.c

   sw_reg_strategy: fix a pagedaemon deadlock

   this should fix the following panic i observed on my machine.

   ```
   panic: out of memory before the pagedaemon thread exists
   cpu0: Begin traceback...
   vpanic() at netbsd:vpanic+0x189
   panic() at netbsd:panic+0x3c
   uvm_wait() at netbsd:uvm_wait+0xa5
   uvm_km_kmem_alloc() at netbsd:uvm_km_kmem_alloc+0x21b
   pool_page_alloc() at netbsd:pool_page_alloc+0x2c
   pool_grow() at netbsd:pool_grow+0x367
   pool_get() at netbsd:pool_get+0x9f
   pool_cache_get_slow() at netbsd:pool_cache_get_slow+0x136
   pool_cache_get_paddr() at netbsd:pool_cache_get_paddr+0x256
   getiobuf() at netbsd:getiobuf+0x23
   swstrategy() at netbsd:swstrategy+0x25a
   bdev_strategy() at netbsd:bdev_strategy+0x83

    [6 lines not shown]
VersionDeltaFile
1.233+7-3sys/uvm/uvm_swap.c
+7-31 files

NetBSD/pkgsrc pHNINc6doc CHANGES-2026

   Updated www/freenginx to 1.30.1
VersionDeltaFile
1.3481+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc opE2sfYwww/freenginx distinfo Makefile

   www/freenginx: update: 1.30.0 -> 1.30.1

   Sponsored by:        tipi.work

   <ChangeLog>

   *) Change: the logging level of the "invalid ccs message", "not on
      record boundary", "required compression algorithm missing", and some
      "record layer failure" SSL errors has been lowered from "crit" to
      "info".

   *) Bugfix: a segmentation fault might occur in a worker process if the
      "rewrite" directive was used to change request arguments and other
      directives of the ngx_http_rewrite_module were executed afterwards.

   *) Bugfix: a segmentation fault might occur in a worker process if
      nested captures were used in the "rewrite" directive.

   *) Bugfix: a segmentation fault might occur in a worker process if the

    [11 lines not shown]
VersionDeltaFile
1.8+4-4www/freenginx/distinfo
1.9+2-3www/freenginx/Makefile
+6-72 files

NetBSD/pkgsrc 7vcjyjidoc CHANGES-2026

   doc: Updated x11/modular-xorg-xephyr to 21.1.23
VersionDeltaFile
1.3480+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc L4AQYodx11/modular-xorg-xephyr Makefile

   modular-xorg-xephyr: update to 21.1.23.

   Match modular-xorg-server 21.1.23.
VersionDeltaFile
1.32+1-2x11/modular-xorg-xephyr/Makefile
+1-21 files

NetBSD/pkgsrc rFu1p2edoc TODO CHANGES-2026

   doc: Updated x11/modular-xorg-server to 21.1.23
VersionDeltaFile
1.27341+1-2doc/TODO
1.3479+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc OISS6kFx11/modular-xorg-server distinfo Makefile.common, x11/modular-xorg-server/patches patch-configure patch-hw_xfree86_os-support_bus_Sbus.c

   modular-xorg-server: update to 21.1.23.

   Security fix release.
VersionDeltaFile
1.11+8-7x11/modular-xorg-server/patches/patch-configure
1.135+6-7x11/modular-xorg-server/distinfo
1.6+5-7x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_Sbus.c
1.68+2-2x11/modular-xorg-server/Makefile.common
1.147+1-2x11/modular-xorg-server/Makefile
1.2+1-1x11/modular-xorg-server/patches/patch-os_xsha1.c
+23-266 files

NetBSD/pkgsrc-wip 3eb0c1fpy-mfusepy Makefile PLIST, py-mfusepy/patches patch-mfusepy.py

mfusepy: Add version 3.1.1

mfusepy is a Python module that provides a simple interface to FUSE
and macFUSE. It's just one file and is implemented using ctypes to use
libfuse.

mfusepy is a fork of fusepy (named py-fuse-bindings in pkgsrc).  The
main differences are support for the FUSE 3 API and efficiency
improvements.
DeltaFile
+51-0py-mfusepy/patches/patch-mfusepy.py
+17-0py-mfusepy/Makefile
+9-0py-mfusepy/PLIST
+7-0py-mfusepy/DESCR
+6-0py-mfusepy/distinfo
+3-0py-mfusepy/TODO
+93-06 files

NetBSD/pkgsrc ZIR9xnEdoc CHANGES-2026

   Updated devel/py-pyobjc
VersionDeltaFile
1.3478+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 94NPcdodevel/py-pyobjc-core PLIST distinfo, devel/py-pyobjc-core/patches patch-setup.py

   py-pyobjc: updated to 12.2

   12.2

   Update framework bindings for macOS 26.5 SDK

   The following code failed at the last line in previous versions:

    class MyObject(NSObject):
        pass

    obj = MyObject()
    obj.alloc = MyObject.alloc
    print(obj.alloc) # Raised AttributeError
   Backward incompatible changes: CFBagCreate and CFBagCreateMutable now match the API in Objective-C, that is, a value for the callbacks argument must be passed (must be kCFTypeBagCallBacks).

   * Fix retain count management for the callbacks registered with DARegisterDiskEjectApprovalCallback, DARegisterDiskMountApprovalCallback, and DARegisterDiskUnmountApprovalCallback in DiskArbitration bindings.

   “Hidden” instance methods were not hidden when looking them up as an attribute on the class, but found an unbound method as if the method was not hidden.

    [77 lines not shown]
VersionDeltaFile
1.8+427-1devel/py-pyobjc-core/PLIST
1.11+11-16devel/py-pyobjc-core/patches/patch-setup.py
1.26+5-5devel/py-pyobjc-core/distinfo
1.12+4-4devel/py-pyobjc-framework-Accessibility/distinfo
1.25+4-4devel/py-pyobjc-framework-Accounts/distinfo
1.12+4-4devel/py-pyobjc-framework-AdServices/distinfo
+455-34147 files not shown
+1,041-620153 files

NetBSD/pkgsrc 21doJ3bdoc CHANGES-2026

   doc: Updated net/tigervnc to 1.16.2.20260506nb1
VersionDeltaFile
1.3477+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc M3SLY9cnet/tigervnc Makefile distinfo, net/tigervnc/patches patch-unix_xserver_hw_vnc_XserverDesktop.cc

   tigervnc: fix a problem with the log file getting spammed

   Bump PKGREVISION.
VersionDeltaFile
1.1+15-0net/tigervnc/patches/patch-unix_xserver_hw_vnc_XserverDesktop.cc
1.91+2-1net/tigervnc/Makefile
1.34+2-1net/tigervnc/distinfo
+19-23 files

NetBSD/src ewkqwBXsys/dev/i2c files.i2c

   Add entries for LM95221, NXP LM75A, and ADT7462.
VersionDeltaFile
1.138+16-1sys/dev/i2c/files.i2c
+16-11 files

NetBSD/src KAUAEuEsys/dev/i2c adt7462.c adt7462reg.h

   Add a driver for the On Semiconductor (Analog Devices) ADT7462
   system monitor.  The chip is used in the Sun Ultra 45.
VersionDeltaFile
1.1+1,525-0sys/dev/i2c/adt7462.c
1.1+709-0sys/dev/i2c/adt7462reg.h
+2,234-02 files

NetBSD/src gL0CRxSsys/dev/i2c nxp75a.c nxp75areg.h

   Add a driver for the NXP LM75A temperature sensor.
   The chip is used in the Sun Ultra 45.
   Note, that this is not the same as the TI LM75A temperature sensor (lmtemp).
VersionDeltaFile
1.1+304-0sys/dev/i2c/nxp75a.c
1.1+82-0sys/dev/i2c/nxp75areg.h
+386-02 files

NetBSD/src LSXraOusys/dev/i2c lm95221.c lm95221reg.h

   Add a driver for the Texas Instruments LM95221 temperature sensor.
   The chip is used in the Sun Ultra 45.
VersionDeltaFile
1.1+279-0sys/dev/i2c/lm95221.c
1.1+102-0sys/dev/i2c/lm95221reg.h
+381-02 files

NetBSD/pkgsrc 5KNfuq4doc CHANGES-2026

   Updated misc/py-trove-classifiers, www/py-idna
VersionDeltaFile
1.3476+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 5v1Rj7Twww/py-idna distinfo Makefile

   py-idna: updated to 3.18

   3.18

   - When decoding a domain, add a `display` argument that will pass
     through invalid labels rather than raising an exception.
VersionDeltaFile
1.27+4-4www/py-idna/distinfo
1.29+2-2www/py-idna/Makefile
+6-62 files

NetBSD/pkgsrc rh3Xj8smisc/py-trove-classifiers distinfo Makefile

   py-trove-classifiers: updated to 2026.6.1.19

   2026.6.1.19
   Restrict OIDC token to publish job
VersionDeltaFile
1.50+4-4misc/py-trove-classifiers/distinfo
1.52+2-2misc/py-trove-classifiers/Makefile
+6-62 files