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.
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]
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
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]
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.
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.
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.
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]
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]
cmake cmake-gui: updated to 4.4.3
4.4.3
Swift policy CMP0215's NEW behavior has been updated to require policies CMP0157 and CMP0195 to also be set to NEW.