NetBSD/pkgsrc 0LaJTivsecurity/ccid distinfo Makefile

   ccid: updated to 1.8.2

   1.8.2
   - Fix initialisation of composite devices (like Yubico tokens)
   - Correctly close the slots of a multi-slots reader (serial
VersionDeltaFile
1.34+4-4security/ccid/distinfo
1.56+2-2security/ccid/Makefile
+6-62 files

NetBSD/pkgsrc lMNmLCtdoc CHANGES-2026

   Updated lang/nodejs, lang/nodejs24, lang/nodejs22
VersionDeltaFile
1.3885+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc E8DWT7glang/nodejs22 distinfo Makefile

   nodejs22: updated to 22.23.0

   22.23.0 'Jod' (LTS)

   Notable Changes

   (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
   (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
   (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
   (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
   (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
   (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
   (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
   (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
   (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
   (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
   (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
VersionDeltaFile
1.22+4-4lang/nodejs22/distinfo
1.24+2-2lang/nodejs22/Makefile
+6-62 files

NetBSD/pkgsrc xCyP8tklang/nodejs24 distinfo Makefile

   nodejs24: updated to 24.17.0

   24.17.0 'Krypton' (LTS)

   Notable Changes

   (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
   (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
   (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
   (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
   (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
   (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
   (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
   (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
   (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
   (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
   (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
VersionDeltaFile
1.11+4-4lang/nodejs24/distinfo
1.11+2-2lang/nodejs24/Makefile
+6-62 files

NetBSD/pkgsrc CrXkaAQlang/nodejs distinfo Makefile

   nodejs: updated to 26.3.1

   26.3.1 (Current)

   Notable Changes

   (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
   (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
   (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
   (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
   (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
   (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
   (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
   (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
   (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
   (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
   (CVE-2026-48936) permission: guard pipe open and chmod with net scope (RafaelGSS) – Low
VersionDeltaFile
1.322+4-4lang/nodejs/distinfo
1.354+2-2lang/nodejs/Makefile
+6-62 files

LLVM/project 6daa021mlir/lib/Dialect/Tosa/IR TosaOps.cpp, mlir/test/Dialect/Tosa verifier.mlir

[mlir][tosa] Check same input/output types in pooling ops verifier (#203565)

Adds a missing check to make sure the input and output types of pooling
ops have the same element type.
DeltaFile
+22-0mlir/test/Dialect/Tosa/verifier.mlir
+8-5mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
+30-52 files

LLVM/project f782f54llvm/include/llvm/Transforms/Scalar Reassociate.h, llvm/lib/Transforms/Scalar Reassociate.cpp

review
DeltaFile
+6-1llvm/include/llvm/Transforms/Scalar/Reassociate.h
+2-3llvm/lib/Transforms/Scalar/Reassociate.cpp
+8-42 files

OpenBSD/ports 5o50ydbemulators/fuse Makefile distinfo, emulators/fuse/patches patch-configure_ac

   Update fuse to 1.9.0.
VersionDeltaFile
1.55+2-4emulators/fuse/Makefile
1.27+2-2emulators/fuse/distinfo
1.2+0-0emulators/fuse/patches/patch-configure_ac
+4-63 files

LLVM/project 6be53abllvm/lib/Target/AArch64/GISel AArch64InstructionSelector.cpp, llvm/test/CodeGen/AArch64 pr204118.ll

[AArch64][GISel] Remove hard-coded operand index from FCVT renderers (#204118)
DeltaFile
+28-0llvm/test/CodeGen/AArch64/GlobalISel/pr204118.mir
+13-0llvm/test/CodeGen/AArch64/pr204118.ll
+2-2llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
+43-23 files

LLVM/project 0972d5cclang/include/clang/AST Decl.h

[clang][NFC] Add LLVM_PREFERRED_TYPE to EvaluatedStmt bitfields (#205026)
DeltaFile
+16-8clang/include/clang/AST/Decl.h
+16-81 files

LLVM/project bdde0e5. .gitignore

gitignore: Add emacs lock files
DeltaFile
+2-0.gitignore
+2-01 files

LLVM/project e4df739llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.h AMDGPUInstructionSelector.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.h

[AMDGPU] Remove stale declarations. NFC. (#205047)

Remove declarations of functions that are never defined. Also remove
unused field AMDGPUInstructionSelector::TM.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
DeltaFile
+0-21llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+1-5llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
+2-4llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+0-5llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h
+0-2llvm/lib/Target/AMDGPU/R600ISelLowering.h
+0-2llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
+3-392 files not shown
+4-418 files

OpenBSD/src JAqzgyFlib/libc/asr getaddrinfo_async.c gethostnamadr_async.c

   Reject empty CNAMEs in gethostbyname(3) / getaddrinfo(3).

   An empty string is arguably not a correct hostname (even though
   res_hnok accepts it). More worrisome though is software not expecting
   this and making mistakes. In practice this cannot happen unless the
   resolver lies to us.

   OK deraadt, jca
VersionDeltaFile
1.66+5-2lib/libc/asr/getaddrinfo_async.c
1.53+3-3lib/libc/asr/gethostnamadr_async.c
+8-52 files

LLVM/project 1eb70f1clang/lib/Driver Driver.cpp, clang/lib/Driver/ToolChains CommonArgs.cpp AMDGPU.cpp

clang/AMDGPU: Use effective triple instead of raw toolchain triple

Start using the effective triple instead of the raw toolchain triple.
For the moment this is NFC, but will change when new uses of the subarch
field are introduced.
DeltaFile
+3-2clang/lib/Driver/ToolChains/CommonArgs.cpp
+2-2clang/lib/Driver/ToolChains/AMDGPU.cpp
+1-1clang/lib/Driver/Driver.cpp
+1-1clang/lib/Driver/ToolChains/HIPAMD.cpp
+7-64 files

NetBSD/pkgsrc sAtmN7vdoc CHANGES-2026

   doc: Updated graphics/glslang to 1.4.350.1
VersionDeltaFile
1.3884+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 37URBX2graphics/glslang distinfo

   glslang: update to vulkan-sdk-1.4.350.1

   No changelog
VersionDeltaFile
1.3+4-4graphics/glslang/distinfo
+4-41 files

NetBSD/pkgsrc V3FEjBndoc CHANGES-2026

   doc: Updated parallel/spirv-tools to 1.4.350.1
VersionDeltaFile
1.3883+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8zxoouaparallel/spirv-tools distinfo

   spirv-tools: update to vulkan-sdk-1.4.350.1

   No changelog
VersionDeltaFile
1.7+4-4parallel/spirv-tools/distinfo
+4-41 files

NetBSD/pkgsrc iZKK7gpdoc CHANGES-2026

   doc: Updated parallel/spirv-headers to 1.4.350.1
VersionDeltaFile
1.3882+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GFm3pmhparallel/spirv-headers distinfo

   spirv-headers: update to vulkan-sdk-1.4.350.1

   No changelog
VersionDeltaFile
1.14+4-4parallel/spirv-headers/distinfo
+4-41 files

NetBSD/pkgsrc OsqC2Lddoc CHANGES-2026

   doc: Updated graphics/vulkan-tools to 1.4.350.1
VersionDeltaFile
1.3881+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7oPMGDngraphics/vulkan-tools distinfo Makefile, graphics/vulkan-tools/patches patch-cube_cube.c patch-cube_cube.cpp

   vulkan-tools: update to vulkan-sdk-1.4.350.1

   No changelog
VersionDeltaFile
1.2+14-41graphics/vulkan-tools/patches/patch-cube_cube.c
1.3+3-41graphics/vulkan-tools/patches/patch-cube_cube.cpp
1.7+6-6graphics/vulkan-tools/distinfo
1.4+2-1graphics/vulkan-tools/Makefile
+25-894 files

OpenBSD/ports I6DnVRpsecurity/yubico/yubikey-manager Makefile, security/yubico/yubikey-manager/patches patch-pyproject_toml

   yubico/yubikey-manager: remove upper bound for py-cryptography
VersionDeltaFile
1.1+12-0security/yubico/yubikey-manager/patches/patch-pyproject_toml
1.37+2-1security/yubico/yubikey-manager/Makefile
+14-12 files

LLVM/project 5951dafllvm/lib/Analysis LoopAccessAnalysis.cpp, llvm/test/Transforms/LoopVectorize scalable-first-order-recurrence.ll scalable-lifetime.ll

[LV] Allow scalable VFs in `-force-vector-width` (and use in tests) (#204953)

This updates `-force-vector-width=VF` to accept scalable VFs. If a
scalable width is specified it is assumed the target supports scalable
vectors.

So for example, `-force-vector-width="vscale x 4"` works as a shorthand
for `-scalable-vectorization=always -force-target-supports-scalable-vectors=true -force-vector-width=4`.
DeltaFile
+8-11llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
+8-8llvm/lib/Analysis/LoopAccessAnalysis.cpp
+3-8llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
+4-7llvm/test/Transforms/LoopVectorize/scalable-assume.ll
+4-6llvm/test/Transforms/LoopVectorize/scalable-noalias-scope-decl.ll
+2-8llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
+29-4810 files not shown
+49-6716 files

FreeBSD/ports 189a890sysutils/bottom distinfo Makefile.crates

sysutils/bottom: Update to 0.14.1
DeltaFile
+111-231sysutils/bottom/distinfo
+54-114sysutils/bottom/Makefile.crates
+1-2sysutils/bottom/Makefile
+166-3473 files

OpenBSD/ports d2aogXenet/snowflake_proxy distinfo modules.inc

   net/snowflake_proxy: update to 2.14.0

   and change email address to my openbsd.org email address while there.
VersionDeltaFile
1.15+62-76net/snowflake_proxy/distinfo
1.14+23-28net/snowflake_proxy/modules.inc
1.21+2-2net/snowflake_proxy/Makefile
+87-1063 files

NetBSD/pkgsrc w5XI42zdoc CHANGES-2026

   doc: Updated graphics/vulkan-loader to 1.4.350.1
VersionDeltaFile
1.3880+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc I9uzRe3graphics/vulkan-loader distinfo, graphics/vulkan-loader/patches patch-loader_loader__environment.c

   vulkan-loader: update to vulkan-sdk-1.4.350.1

   No changelog
VersionDeltaFile
1.1+51-0graphics/vulkan-loader/patches/patch-loader_loader__environment.c
1.3+5-4graphics/vulkan-loader/distinfo
+56-42 files

OpenBSD/src q6jRArNusr.bin/tmux layout.c tmux.h

   Place floating cells meaningfully into the layouts, from Dane Jensen.
VersionDeltaFile
1.74+17-11usr.bin/tmux/layout.c
1.1362+3-3usr.bin/tmux/tmux.h
1.42+2-2usr.bin/tmux/spawn.c
+22-163 files

NetBSD/pkgsrc bnkAx0Kdoc CHANGES-2026

   doc: Updated graphics/vulkan-headers to 1.4.350.1
VersionDeltaFile
1.3879+2-1doc/CHANGES-2026
+2-11 files