NetBSD/pkgsrc RqVKveNdoc CHANGES-2026

   Updated net/grpc, net/py-grpcio*
VersionDeltaFile
1.3473+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc vvWAA7qnet/grpc PLIST distinfo, net/py-grpcio distinfo

   grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.81.0

   1.81.0

   Core

   [EventEngine] Fix a potential use-after-free error on Windows.
   [ssl] Server side handshaker factory stores a map of key signers.
   [Core] Fix completion queue shutdown race on weak memory models (ARM).
   [EventEngine] Fix a Windows race that causes an assertion error.
   [grpc_error] enable error_flatten experiment in OSS.
   [Python] Trim Python2 backward compatiblity syntax - removed (object) inheritance.

   Objective-C

   [ObjC] Add receiveNextMessage to GRPCUnaryProtoCall.

   Python


    [12 lines not shown]
VersionDeltaFile
1.58+49-41net/grpc/PLIST
1.111+4-4net/grpc/distinfo
1.69+4-4net/py-grpcio-testing/distinfo
1.78+4-4net/py-grpcio-tools/distinfo
1.84+4-4net/py-grpcio/distinfo
1.94+3-3net/py-grpcio-tools/Makefile
+68-603 files not shown
+75-679 files

NetBSD/pkgsrc NpI3HEpdoc CHANGES-2026

   Updated textproc/py-snowballstemmer, databases/postgresql-timescaledb
VersionDeltaFile
1.3472+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FxInCumdatabases/postgresql-timescaledb distinfo Makefile

   postgresql-timescaledb: updated to 2.27.2

   2.27.2

   Bugfixes

   Remove refresh policy check when adding columnstore policy
   Fix wrong results and crashes when grouping by columns that are not in the SELECT list with vectorized aggregation or columnar index scan
   Skip ColumnarIndexScan when the qual contains a SubPlan
VersionDeltaFile
1.51+4-4databases/postgresql-timescaledb/distinfo
1.54+2-2databases/postgresql-timescaledb/Makefile
1.50+2-1databases/postgresql-timescaledb/PLIST
+8-73 files

NetBSD/pkgsrc 6Fdz8TDshells/nushell distinfo cargo-depends.mk

   nushell: updated to 0.113.1

   0.113.1

   This patch release fixes issues introduced in 0.113.0, including YAML string
   quoting behavior, reliability problems across the idx command family, and a
   REPL regression in commandline edit.
VersionDeltaFile
1.73+13-13shells/nushell/distinfo
1.63+3-3shells/nushell/cargo-depends.mk
1.89+2-2shells/nushell/Makefile
+18-183 files

NetBSD/pkgsrc mINJIzGmath/py-torch distinfo, math/py-torch/patches patch-torch_csrc_jit_python_init.cpp patch-torch_csrc_utils_python__arg__parser.cpp

   py-torch: apply fixes for py-pybind11 pkgsrc version

   from YAMAMOTO Takashi in PR 60306
VersionDeltaFile
1.1+37-0math/py-torch/patches/patch-torch_csrc_jit_python_init.cpp
1.1+35-0math/py-torch/patches/patch-torch_csrc_utils_python__arg__parser.cpp
1.1+28-0math/py-torch/patches/patch-torch_csrc_distributed_c10d_init.cpp
1.6+5-2math/py-torch/distinfo
1.2+3-1math/py-torch/patches/patch-third__party_fbgemm_external_cpuinfo_src_init.c
+108-35 files

NetBSD/pkgsrc tyrTwKnfilesystems/py-fuse-bindings Makefile PLIST

   py-fuse-bindings: fix build

   clean up while here
VersionDeltaFile
1.29+3-3filesystems/py-fuse-bindings/Makefile
1.12+1-2filesystems/py-fuse-bindings/PLIST
+4-52 files

NetBSD/pkgsrc E465Wtbdoc CHANGES-2026

   Updated devel/py-distlib, textproc/py-snowballstemmer
VersionDeltaFile
1.3471+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc ej4PfJWtextproc/py-snowballstemmer distinfo Makefile

   py-snowballstemmer: updated to 3.1.1

   3.1.1

   + Skip classifier for Sesotho which isn't yet in the official list of
     trove classifiers.
   + Add classifier to indicate support for Python 3.14.
VersionDeltaFile
1.11+4-4textproc/py-snowballstemmer/distinfo
1.11+2-2textproc/py-snowballstemmer/Makefile
+6-62 files

NetBSD/pkgsrc nl8U0bLdevel/py-distlib distinfo Makefile

   py-distlib: updated to 0.4.1

   0.4.1

   - scripts
     - Fix path traversal bug in handling entry points which allowed escaping the scripts directory.
       Thanks to tonghuaroot for the comprehensive report.

   - tests
     - Fix: Change test function following a reorganization which happened in the Python stdlib.
VersionDeltaFile
1.8+4-4devel/py-distlib/distinfo
1.13+2-2devel/py-distlib/Makefile
+6-62 files

NetBSD/pkgsrc EwBtVHhdoc CHANGES-2026

   Updated security/adguardhome, fonts/harfbuzz[-icu]
VersionDeltaFile
1.3470+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc LwyLA9vfonts/harfbuzz distinfo Makefile.common

   harfbuzz: updated to 14.2.1

   14.2.1

   Various AAT shaping fixes: legacy mort contextual offsets (which could produce out-of-font glyph IDs), in-place deleted-glyph replacements, and overflow in obsolete offset math.
   Fix Arabic PUA fallback shaping for the isolated lam-alef-maksura ligature.
   Fix float-to-int overflow in avar2 mapping with malformed fonts.
   Harden buffer verification after detecting non-monotone clusters.
   Various COLR v1 fixes: fix handling of .notdef without paint, round alpha consistently, and report the root clip under the font transform.
   Various Glyph-extents fixes: inclusive rounding, and floating-point scaling before rounding so the reported box always covers the glyph.
   Various Subsetting fixes: keep the palt spacing feature by default, raise the repacker MAX_SPACES limit, fix a repacker crash on shared LigatureSet nodes, guard gvar size overflow on 32-bit, and fix the post glyph-name sort comparator on macOS.
   Replace std::sort with an internal quicksort, removing leaked std:: symbols from the libharfbuzz ABI.
   Harden size computations with saturating arithmetic against 32-bit overflow.
   Various improvements to the experimental Rust shaper (HarfRust) and font functions (fontations): honor custom font funcs, key shape plans on features, faster buffer handling, and update to HarfRust 0.8.
   Various fixes to the experimental harfbuzz-gpu and harfbuzz-vector libraries, including a harfbuzz-vector heap buffer overflow and Windows build fixes.
   Map the Hrkt (Katakana or Hiragana) script tag to the kana OpenType tag.
   Build configuration: new HB_CONFIG_OVERRIDE_LAST_H override header, decouple HB_NO_DRAW from HB_NO_CFF, and an optional hb-allocator Cargo feature.
   Various build, CI, and fuzzing fixes.
VersionDeltaFile
1.173+4-4fonts/harfbuzz/distinfo
1.84+2-2fonts/harfbuzz/Makefile.common
1.160+1-2fonts/harfbuzz/Makefile
+7-83 files

NetBSD/pkgsrc 5q8B5sBsecurity/adguardhome distinfo go-modules.mk

   adguardhome: updated to 0.107.77

   0.107.77

   Security

   Authorization in GLiNET mode is no longer vulnerable to path traversal attacks.
   NOTE: This is CVE-2026-41448. We thank @djnnvx for reporting this security issue.

   Added

   New reason query parameter in GET /control/querylog. See openapi/openapi.yaml for the full description.

   Deprecated

   Query parameter response_status in GET /control/querylog is now deprecated. Use new reason query parameter instead.
VersionDeltaFile
1.10+43-43security/adguardhome/distinfo
1.8+12-12security/adguardhome/go-modules.mk
1.18+2-2security/adguardhome/Makefile
+57-573 files

NetBSD/pkgsrc jFTn0dGfilesystems/glusterfs8 DESCR

   filesystems/glusterfs8: Note that this is old in DESCR
VersionDeltaFile
1.2+4-0filesystems/glusterfs8/DESCR
+4-01 files

NetBSD/pkgsrc pz29JkRfilesystems/py-fuse-bindings Makefile

   filesystems/py-fuse-bindings: Clean up fuse bl3

   There was longstanding commented-out confusion about whether this
   depended on some fuse implementation or the specific standard but
   non-portable approach.  Decide that mk/fuse.buildlink3.mk is the right
   answer and just do that, without any commented-out alternatives.
VersionDeltaFile
1.28+1-6filesystems/py-fuse-bindings/Makefile
+1-61 files

NetBSD/pkgsrc Gh4Ycwrdoc CHANGES-2026

   doc: Updated filesystems/py-fuse-bindings to 1.0.9
VersionDeltaFile
1.3469+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZfFL6xcfilesystems/py-fuse-bindings Makefile distinfo, filesystems/py-fuse-bindings/patches patch-fuseparts___fusemodule.c

   filesystems/py-fuse-bindings: Update to 1.0.9

   Upstream's new tests fail, and I don't think that's a pkgsrc bug, but
   a test bug.

   Works with bup!

   Upstream NEWS:
     bug fixes and minor improvements
VersionDeltaFile
1.5+2-15filesystems/py-fuse-bindings/patches/patch-fuseparts___fusemodule.c
1.27+4-10filesystems/py-fuse-bindings/Makefile
1.9+5-5filesystems/py-fuse-bindings/distinfo
1.11+1-2filesystems/py-fuse-bindings/PLIST
+12-324 files

NetBSD/pkgsrc vHCUKjXfilesystems/py-fuse-bindings PLIST Makefile, filesystems/py-fuse-bindings/patches patch-fuseparts___fusemodule.c

   filesystems/py-fuse-bindings: Adapt to python function deprecations

   convert to wheel.mk

   Now, importing fuse in python 3.13 succeeds, instead of failing with a
   missing symbol, as one would expect from the undefined name warning
   during the build.
VersionDeltaFile
1.4+15-2filesystems/py-fuse-bindings/patches/patch-fuseparts___fusemodule.c
1.10+6-4filesystems/py-fuse-bindings/PLIST
1.26+6-3filesystems/py-fuse-bindings/Makefile
1.8+2-2filesystems/py-fuse-bindings/distinfo
+29-114 files

NetBSD/pkgsrc CuWGxPtwww/chromium distinfo, www/chromium/patches patch-third__party_perfetto_src_tracing_platform__posix.cc

   chromium: fix patch
VersionDeltaFile
1.44+2-2www/chromium/distinfo
1.21+2-2www/chromium/patches/patch-third__party_perfetto_src_tracing_platform__posix.cc
+4-42 files

NetBSD/pkgsrc YZquPWstime/R-nanotime Makefile distinfo, time/R-nanotime/patches patch-src_Makevars

   (time/R-nanotime) Fix build against R 4.6.0
VersionDeltaFile
1.1+17-0time/R-nanotime/patches/patch-src_Makevars
1.4+2-1time/R-nanotime/Makefile
1.4+2-1time/R-nanotime/distinfo
+21-23 files

NetBSD/pkgsrc giM868Rfinance/R-bayesm Makefile distinfo, finance/R-bayesm/patches patch-src_Makevars

   (finance/R-bayesm) Fix build for NetBSD/9.4 (GCC_REQD+= 8), and for R-4.6.0
VersionDeltaFile
1.1+14-0finance/R-bayesm/patches/patch-src_Makevars
1.5+4-1finance/R-bayesm/Makefile
1.7+2-1finance/R-bayesm/distinfo
+20-23 files

NetBSD/pkgsrc 174K6fLdoc TODO

   doc/TODO: + gpac-26.02.0.
VersionDeltaFile
1.27339+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc yPbNja7doc CHANGES-2026

   doc: Updated geography/py-gnssutils to 1.2.2
VersionDeltaFile
1.3468+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc X8sy2XFgeography/py-gnssutils distinfo PLIST

   geography/py-gnssutils: Update to 1.2.2

   Upstream NEWS:
   1. Add RINEX NAV conversion support for GAL FNAV/INAV and BDS D1/D2 subframes.
VersionDeltaFile
1.7+4-4geography/py-gnssutils/distinfo
1.5+6-0geography/py-gnssutils/PLIST
1.10+2-2geography/py-gnssutils/Makefile
+12-63 files

NetBSD/pkgsrc YjaTpDCdoc CHANGES-2026

   doc: Updated geography/qgis to 3.44.11
VersionDeltaFile
1.3467+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rLJdEi9geography/qgis distinfo Makefile, geography/qgis/patches patch-src_core_providers_gdal_qgsgdalprovider.cpp patch-src_core_providers_ogr_qgsogrproviderconnection.cpp

   geography/qgis: Update to 3.44.11

   Upstream NEWS: micro release
VersionDeltaFile
1.92+4-14geography/qgis/distinfo
1.274+2-2geography/qgis/Makefile
1.2+1-1geography/qgis/patches/patch-src_core_providers_gdal_qgsgdalprovider.cpp
1.2+1-1geography/qgis/patches/patch-src_core_providers_ogr_qgsogrproviderconnection.cpp
1.2+1-1geography/qgis/patches/patch-src_core_providers_ogr_qgsogrprovidermetadata.cpp
1.2+1-1geography/qgis/patches/patch-src_core_qgsgdalutils.cpp
+10-206 files not shown
+16-2612 files

NetBSD/pkgsrc xMkw5Lasysutils/gam distinfo Makefile

   gam: update to 7.44.03

   Changes since 7.42.00:

   7.44.03

   Added writerwithoutprivateaccess to <CalendarACLRole>; this will become effective 2026-06-29.

   7.44.02

   Added fields bluetoothadapterinfo and osversioncompliance to <CrOSFieldName> for use in gam info|print cros.

   7.44.01

   Added option oneitemperrow to gam print crostelemetry to have each of a device's report field entries displayed on a separate row with all of the other device fields.

   Added additional fields to <CrOSTelemetryFieldName>and <CrOSTelemetryListFieldName>:

   appreport

    [83 lines not shown]
VersionDeltaFile
1.19+4-4sysutils/gam/distinfo
1.27+2-2sysutils/gam/Makefile
+6-62 files

NetBSD/pkgsrc cU1JlA8doc CHANGES-2026

   doc: Updated lang/sbcl to 2.6.5
VersionDeltaFile
1.3466+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc G06CfGYlang/sbcl distinfo Makefile

   sbcl: update to 2.6.5

   - minor incompatible change: the condition signalled when an
     accessed slot is missing from an object is no longer a TYPE-ERROR.
   - minor incompatible change: the condition signalled when accessing
     an uninitialized structure slot is no longer a TYPE-ERROR.
   -  minor incompatible change: the implementations of standardized
     functions treating lists as sets, such as INTERSECTION and UNION,
     take more advantage of the freedom to return the elements of the
     result in any order.
   - platform support:
     - add low-level support for floating point state manipulation on
       PPC64/FreeBSD
     - improve the software emulation of displaced instructions on
       ARM64
     - restore building the system using the musl C library
     - fix some SB-SIMD shifting instructions on AVX2
   - enhancement: definition sources for alien callbacks are now
     findable by name in SB-INTROSPECT.

    [24 lines not shown]
VersionDeltaFile
1.90+4-4lang/sbcl/distinfo
1.117+2-2lang/sbcl/Makefile
+6-62 files

NetBSD/pkgsrc mQQmGF6devel/R-Rcpp distinfo, devel/R-Rcpp/patches patch-src_Makevars

   (devel/R-Rcpp) Experimental (= not tested) fix for SmartOS
VersionDeltaFile
1.31+2-2devel/R-Rcpp/distinfo
1.2+2-2devel/R-Rcpp/patches/patch-src_Makevars
+4-42 files