NetBSD/pkgsrc-wip 6d5b14fpdsh DESCR distinfo

pdsh: remove, imported to pkgsrc
DeltaFile
+0-47pdsh/COMMIT_MSG
+0-30pdsh/Makefile
+0-14pdsh/PLIST
+0-5pdsh/distinfo
+0-4pdsh/DESCR
+0-1005 files

NetBSD/pkgsrc-wip 3f24a76llama.cpp Makefile.common PLIST

llama.cpp: update to 0.3.0.
DeltaFile
+6-6llama.cpp/distinfo
+3-5llama.cpp/PLIST
+3-3llama.cpp/Makefile.common
+12-143 files

NetBSD/pkgsrc 8lQZTi5doc TODO CHANGES-2026

   doc: Updated math/ggml to 0.22.0
VersionDeltaFile
1.27824+1-2doc/TODO
1.5544+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 3qeoformath/ggml Makefile distinfo

   ggml: update to 0.22.0.

   This release adds tensor-split support to the multi-backend (meta)
   backend with improved split-state propagation, reworks the Metal
   kernels into per-op sources with parallel compilation, and fixes
   ggml_clamp to be a proper non-in-place op. It also brings new ops
   (POOL_1D, PAD_REFLECT_1D), Q2_K SYCL kernels, MoE bias fusion on
   OpenCL, and assorted fixes across the CUDA, Metal, SYCL, Vulkan,
   OpenCL and WebGPU backends.
VersionDeltaFile
1.12+4-4math/ggml/distinfo
1.12+2-2math/ggml/Makefile
+6-62 files

NetBSD/pkgsrc b98k6xNaudio/libilbc Makefile, audio/mixxx Makefile

   Revision bump after abseil update
VersionDeltaFile
1.96+2-2chat/ekg/Makefile
1.64+2-2chat/dino/Makefile
1.29+2-2biology/plinkseq/Makefile
1.74+2-2audio/termusic/Makefile
1.88+2-2audio/mixxx/Makefile
1.10+2-2audio/libilbc/Makefile
+12-1269 files not shown
+150-13375 files

NetBSD/pkgsrc R8RLWuUdoc CHANGES-2026

   doc: Updated graphics/digikam-gmic-qt to 4.0.3.20260824
VersionDeltaFile
1.5543+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1myqDL3graphics/digikam-gmic-qt Makefile distinfo

   digikam-gmic-qt: update to 4.0.3.20260824.

   Two bugfixes.
VersionDeltaFile
1.9+4-4graphics/digikam-gmic-qt/distinfo
1.18+3-3graphics/digikam-gmic-qt/Makefile
+7-72 files

NetBSD/pkgsrc Wt1ODaudoc TODO CHANGES-2026

   Updated devel/abseil, devel/protobuf, devel/py-protobuf
VersionDeltaFile
1.5542+4-1doc/CHANGES-2026
1.27823+1-3doc/TODO
+5-42 files

NetBSD/pkgsrc bOB5gmNdevel/protobuf Makefile distinfo, devel/py-protobuf Makefile distinfo

   protobuf py-protobuf: updated to [7.]36.0

   36.0

   Compiler

   Make default_symbol_visibility STRICT in edition 2026 (fcd68c5)
   Add deprecation warnings for (py|cc|java)_generic_service. (517be42)
   Disallow reserving field number INT_MAX. (933c522)
   Add bazel targets for standalone plugin binaries (81880fa)
   Feat: --<lang>_prefix cli option (92dd27c)
   Enforce proto limits in the descriptor by default for EDITION_2026. (d8520d9)
   Fix: Apply path traversal guard to WriteAllToZip() matching WriteAllToDisk() (28bef98)
   Add an enforce_proto_limits feature which will be implemented in Edition 2026. (5ddd524)

   C++

   Disable option sub-location mapping in open-source builds. (1d8a656)
   Add  json_options.proto and json_enumvalue_options.proto and/or gencode derived from them to release artifacts (15e9334)

    [35 lines not shown]
VersionDeltaFile
1.37+21-2devel/protobuf/PLIST
1.30+13-1devel/py-protobuf/PLIST
1.90+4-4devel/py-protobuf/distinfo
1.103+4-4devel/protobuf/distinfo
1.99+3-3devel/py-protobuf/Makefile
1.111+2-3devel/protobuf/Makefile
+47-176 files

NetBSD/pkgsrc hBOlQZddevel/abseil Makefile buildlink3.mk, devel/abseil/patches patch-absl_time_internal_cctz_src_time__zone__format.cc

   abseil: updated to 20260817.0

   20260817.0

   What's New

   Added URL escaping utilities
   Many bug fixes and optimizations

   Breaking Changes

   absl::void_t is now deprecated; users should use C++17 std::void_t directly.
   Hashtable iterators returned from insert/emplace are now non-iterable (any prior use of iteration was likely a bug).

   Known Issues

   None at this time
VersionDeltaFile
1.17+100-98devel/abseil/PLIST
1.6+6-6devel/abseil/patches/patch-absl_time_internal_cctz_src_time__zone__format.cc
1.41+5-5devel/abseil/distinfo
1.14+4-4devel/abseil/buildlink3.mk
1.42+2-2devel/abseil/Makefile
+117-1155 files

NetBSD/pkgsrc plONPLxdoc TODO CHANGES-2026

   doc: Updated parallel/pdsh to 2.36
VersionDeltaFile
1.27822+1-2doc/TODO
1.5541+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 3bSf6FSparallel/pdsh distinfo Makefile

   pdsh: Update to 2.36

   What's Changed
   common/hostlist: fix out of bounds array access by @chu11 in #158
   common/hostlist: update to latest from lsd-tools by @grondo in #159
   ci(mergify): upgrade configuration to current format by @mergify[bot] in #162
   Fix build on C23 compiler (gcc >= 15) by @e4t in #166
   update actions versions and fix code coverage build by @grondo in #167
   Fix some compiler warnings when compiling pdsh by @adrianreber in #168
   fix closeall() performance with large _SC_OPEN_MAX by @arsdragonfly in #171
   modules/genders: fix typo by @chu11 in #164
   NEWS: add release notes for pdsh-2.36 by @grondo in #174

   2.35
   What's Changed
   slurm: add -C to restrict hostlist to nodes with specified features by @dylex in #126
   Remove README.QsNet from the RPM SPEC file's doc list by @jrstjohn in #129
   github: add github workflow config for CI by @grondo in #134
   dshbak: fix handling of empty input lines by @grondo in #133

    [26 lines not shown]
VersionDeltaFile
1.13+15-15parallel/pdsh/Makefile
1.6+4-4parallel/pdsh/distinfo
+19-192 files

NetBSD/pkgsrc Bvqtk98www/firefox PLIST

   Fix build for -wayland.
VersionDeltaFile
1.194+2-2www/firefox/PLIST
+2-21 files

NetBSD/pkgsrc pSSv4yidoc CHANGES-2026

   doc: Updated devel/fq to 0.18.0nb1
VersionDeltaFile
1.5540+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1DetOg5devel/fq PLIST Makefile

   fq: install man page.

   Bump PKGREVISION.
VersionDeltaFile
1.54+7-1devel/fq/Makefile
1.2+2-1devel/fq/PLIST
+9-22 files

NetBSD/pkgsrc pkS2Oilmail/exim-html Makefile

   exim-html: fix MASTER_SITES
VersionDeltaFile
1.56+2-2mail/exim-html/Makefile
+2-21 files

NetBSD/pkgsrc ak86hTslang/gcc16 Makefile.common

   gcc16: remove SunOS section that doesn't apply any longer
VersionDeltaFile
1.2+1-8lang/gcc16/Makefile.common
+1-81 files

NetBSD/src E3xReL5sys/uvm uvm_fault.c

   Kernels ALL/i386 and ALL/amd64 warn "'ticket' may be used uninitialized"
   at line 244, uvmfault_amapcopy(): "uvm_wait("fltamapcopy", ticket);".

   Restructure to reflect the logic better and keep GCC quiet.

   Ok: Taylor R Campbell

   PR kern/58964: uvm: missing wakeup on uvmexp.free
   PR kern/60029: panic: cpu0: softints stuck for 16 seconds
VersionDeltaFile
1.241+11-10sys/uvm/uvm_fault.c
+11-101 files

NetBSD/pkgsrc ogjbCDAdoc CHANGES-2026

   doc: Updated security/openssl to 3.6.4nb1
VersionDeltaFile
1.5539+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc PJSJn4fsecurity/openssl Makefile

   openssl: fix pkg-config rpath

   For some reason there are two copies? and only one was fixed by pkgsrc,
   but the other one was installed.

   Fixes PR 60643.

   Bump PKGREVISION.
VersionDeltaFile
1.320+3-2security/openssl/Makefile
+3-21 files

NetBSD/pkgsrc 6Zqtra9doc CHANGES-2026

   doc: Updated security/libssh to 0.12.2
VersionDeltaFile
1.5538+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZSdhvmQsecurity/libssh PLIST Makefile

   libssh: update to 0.12.2.

   Following up from the last week release, we managed to miss one of
   the fixes for CVE-2026-59843 so this is a fixup release including
   this missing commit and few more bugfixes. The version 0.11.5
   already includes the fix for this CVE.
VersionDeltaFile
1.38+4-4security/libssh/distinfo
1.26+2-2security/libssh/PLIST
1.61+2-2security/libssh/Makefile
+8-83 files

NetBSD/pkgsrc GEKiwJLdoc CHANGES-2026

   Updated security/py-cryptography[_vectors]
VersionDeltaFile
1.5537+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc SaB9hYasecurity/py-cryptography Makefile distinfo, security/py-cryptography_vectors Makefile distinfo

   py-cryptography py-cryptography_vectors: updated to 50.0.1

   50.0.1 - 2026-08-25
   * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.2.
VersionDeltaFile
1.82+4-4security/py-cryptography_vectors/distinfo
1.121+4-4security/py-cryptography/distinfo
1.85+2-2security/py-cryptography_vectors/Makefile
1.149+2-2security/py-cryptography/Makefile
+12-124 files

NetBSD/pkgsrc wthM1fqdoc CHANGES-2026

   Updated devel/py-maturin, devel/py-uv[-build]
VersionDeltaFile
1.5536+4-1doc/CHANGES-2026
+4-11 files

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

   py-uv py-uv-build: updated to 0.12.6

   0.12.6

   Python

   Update CPython to use OpenSSL 3.5.8 and libffi 3.4.8

   Enhancements

   Report cache-cleaning space savings from filesystem block allocation and avoid double-counting hard links
   Limit warnings about unbounded uv_build requirements to source-distribution builds
   Display byte counts below 1 KiB without a fractional part

   Preview features

   Add uv workspace metadata --sync --exact to remove packages outside the selected resolution
   Add the artifact-hash-filtering preview feature to make uv pip compile --generate-hashes honor --only-binary and --no-binary
   Respect package-specific exclude-newer cutoffs when uv check selects its ty executable

    [28 lines not shown]
VersionDeltaFile
1.36+10-10devel/py-uv/distinfo
1.37+10-10devel/py-uv-build/distinfo
1.38+3-3devel/py-uv/Makefile.common
1.34+2-2devel/py-uv/cargo-depends.mk
+25-254 files

NetBSD/pkgsrc U3Mqghoarchivers/zutils Makefile

   zutils: fix whitespace, broken in previous
VersionDeltaFile
1.18+28-30archivers/zutils/Makefile
+28-301 files

NetBSD/pkgsrc BdXZf0Tdevel/py-maturin Makefile cargo-depends.mk

   py-maturin: updated to 1.15.0

   1.15.0

   set UV_PYTHON when running maturin develop with uv
   Set UID and GID headers in pax
   [pre-commit.ci] pre-commit autoupdate
   Replace unguarded panics with explicit errors on fallible input
   Harden PEP 517 build-wheel and fix unreachable OIDC 404 fallback
   docs: add pdfcrate and quebec to examples
   Fix abi3t PyModExport entrypoint check
   [pre-commit.ci] pre-commit autoupdate
   fix maturin build --pgo -i <version> with uv install
   refactor: apply some mechanical cleanups
   refactor: BuildOrchestrator pipeline deduplication
   refactor: improve context and environment hygiene
   fix(ci): honor ~= and ==X.* in requires-python for generate-ci
   refactor: type cleanup for options, tags, and wheel metadata
   refactor: InstallDest, single BridgeModel, and ui output facade

    [23 lines not shown]
VersionDeltaFile
1.56+28-31devel/py-maturin/distinfo
1.38+8-9devel/py-maturin/cargo-depends.mk
1.60+2-4devel/py-maturin/Makefile
+38-443 files

NetBSD/pkgsrc n4riUuvarchivers/zutils Makefile

   zutils: Fix for PKG_SYSCONFDIR
VersionDeltaFile
1.17+29-27archivers/zutils/Makefile
+29-271 files

NetBSD/pkgsrc 61LJnsJdoc CHANGES-2026

   Updated devel/cmake[-gui]
VersionDeltaFile
1.5535+3-1doc/CHANGES-2026
+3-11 files