NetBSD/pkgsrc emZMQtkdoc CHANGES-2026

   Added converters/p5-Unicode-UTF8 version 0.75
VersionDeltaFile
1.5646+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xKEdo2Oconverters Makefile

   Add p5-Unicode-UTF8
VersionDeltaFile
1.223+2-1converters/Makefile
+2-11 files

LLVM/project 9b8cb3dclang/lib/AST/ByteCode InterpState.cpp InterpState.h

[clang][bytecode] Divide `noteStep()` in hot and cold paths (#219760)

Move the hot success path into the header file to encourage inlining.
Also add a likeliness-hint since the steps check should _almost_ never
hit.
DeltaFile
+12-1clang/lib/AST/ByteCode/InterpState.h
+1-8clang/lib/AST/ByteCode/InterpState.cpp
+13-92 files

NetBSD/pkgsrc 8p5ulexconverters/p5-Unicode-UTF8 DESCR distinfo

   Add p5-Unicode-UTF8 version 0.75

   Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form

   This module provides functions to encode and decode UTF-8 encoding form
   as specified by Unicode and ISO/IEC 10646:2011.
VersionDeltaFile
1.1+15-0converters/p5-Unicode-UTF8/Makefile
1.1+5-0converters/p5-Unicode-UTF8/distinfo
1.1+4-0converters/p5-Unicode-UTF8/DESCR
+24-03 files

LLVM/project 450ef6dclang/lib/AST/ByteCode InterpFrame.cpp InterpFrame.h

[clang][bytecode] Shrink `InterpFrame` size a bit (#219765)

Reorder members to reduce the size from 80 to 72 bytes (debug builds on
64bit systems).
DeltaFile
+8-7clang/lib/AST/ByteCode/InterpFrame.h
+5-4clang/lib/AST/ByteCode/InterpFrame.cpp
+13-112 files

LLVM/project 37cc7eeclang/lib/AST/ByteCode InterpState.h InterpFrame.h

[clang][bytecode] Clean up diagnostic location getters (#219762)

Implement `getRange()` etc. in terms of `getSource()` to reduce code
duplication.
DeltaFile
+2-30clang/lib/AST/ByteCode/InterpFrame.cpp
+5-3clang/lib/AST/ByteCode/InterpFrame.h
+0-5clang/lib/AST/ByteCode/InterpState.h
+7-383 files

FreeBSD/ports 4efbc4emisc/py-litellm-proxy-extras Makefile distinfo

misc/py-litellm-proxy-extras: Update to 0.4.91

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

FreeBSD/src 0b3fc7fusr.bin/whereis whereis.1 whereis.c

Revert "whereis(1): Respect PORTSDIR variable"

This reverts commit edadc3f9051595a9c2e693d8ab666a50b9e7a21a.
DeltaFile
+54-66usr.bin/whereis/whereis.c
+0-4usr.bin/whereis/whereis.1
+54-702 files

LLVM/project bb1691cclang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp, clang/test/Analysis/Scalable/source-edit-generation end-to-end-cpp-bounded-buffers.cpp

[SSAF][clang-reforge] Add end-to-end clang-reforge tests

- Make CppBoundedBuffers adapt to flattened WPA results;
- Let CppBoundedBuffers use qualified EntityNames so that it can
  associate ASTNodes with WPA results;
- Add end-to-end tests

Final step of:
rdar://185840466
DeltaFile
+623-0clang/test/Analysis/Scalable/source-edit-generation/end-to-end-cpp-bounded-buffers.cpp
+23-9clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+22-4clang/unittests/ScalableStaticAnalysis/SourceTransformation/CppBoundedBuffersTest.cpp
+668-133 files

LLVM/project 6bc324fclang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp, clang/unittests/ScalableStaticAnalysis/SourceTransformation CppBoundedBuffersTest.cpp

fix clang-format
DeltaFile
+4-2clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+1-1clang/unittests/ScalableStaticAnalysis/SourceTransformation/CppBoundedBuffersTest.cpp
+5-32 files

LLVM/project d9d2690clang/lib/ScalableStaticAnalysis/Analyses/UnsafeBufferUsage UnsafeBufferUsageAnalysis.cpp, clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp

[SSAF] Flatten 'UnsafeBufferReachableAnalysisResult' to a plain set

Previously, an 'UnsafeBufferReachableAnalysisResult' was organized as
a map from contributors to their mutually exclusive
sub-results. Because this extra layer of contributor information
proved unnecessary, this commit flattens the result into a plain set.

The source transformation expects the result to be a plain set, so
this is a prerequisite step for
rdar://185840466
DeltaFile
+10-10clang/lib/ScalableStaticAnalysis/Analyses/UnsafeBufferUsage/UnsafeBufferUsageAnalysis.cpp
+5-11clang/test/Analysis/Scalable/TypeConstrainedPointers/unsafe-buffer-reachable-excludes-type-constrained-new-delete.cpp
+4-7clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+1-4clang/unittests/ScalableStaticAnalysis/WholeProgramAnalysis/UnsafeBufferReachableAnalysisTest.cpp
+1-3clang/unittests/ScalableStaticAnalysis/SourceTransformation/CppBoundedBuffersTest.cpp
+0-3clang/test/Analysis/Scalable/TypeConstrainedPointers/unsafe-buffer-reachable-excludes-type-constrained-main.cpp
+21-381 files not shown
+23-397 files

LLVM/project 14c1facclang/include/clang/ScalableStaticAnalysis/Core ASTEntityMapping.h, clang/include/clang/ScalableStaticAnalysis/SourceTransformation Transformation.h

[SSAF] Add APIs for resolving bare EntityNames to qualified EntityNames (#219033)

Also give Transformation access to SSAFOptions so that it can use
link-unit and compilation-unit IDs to resolve bare EntityNames.

first step of
rdar://185840466
DeltaFile
+64-0clang/lib/ScalableStaticAnalysis/Core/ASTEntityMapping.cpp
+0-41clang/lib/ScalableStaticAnalysis/Core/TUSummary/TUSummaryExtractor.cpp
+34-0clang/unittests/ScalableStaticAnalysis/ASTEntityMappingTest.cpp
+26-0clang/include/clang/ScalableStaticAnalysis/Core/ASTEntityMapping.h
+5-5clang/lib/ScalableStaticAnalysis/Core/EntityLinker/EntityLinker.cpp
+6-3clang/include/clang/ScalableStaticAnalysis/SourceTransformation/Transformation.h
+135-498 files not shown
+171-5714 files

OpenBSD/src OFFzzjCsys/dev/wscons wsemul_vt100var.h wsemul_sun.c

   Clamp numeric arguments of terminal escape sequences to an arbitrary value of
   100,000. The existing logic would happily process as many digits as provided,
   which could make the values wraparound at 2**32, or be considered as negative
   values if cast to a signed type, leading to incorrect processing.

   Bug report by Acts1631.
VersionDeltaFile
1.49+28-6sys/dev/wscons/wsemul_vt100.c
1.38+17-4sys/dev/wscons/wsemul_sun.c
1.15+4-2sys/dev/wscons/wsemul_vt100var.h
+49-123 files

LLVM/project 13c34eallvm/lib/Analysis ScalarEvolution.cpp, llvm/lib/DWARFLinker/Classic DWARFLinker.cpp

[llvm] Migrate to FoldingSet's typed lookup/insert/erase. NFC (#219764)
DeltaFile
+62-59llvm/lib/Analysis/ScalarEvolution.cpp
+27-27llvm/lib/IR/Attributes.cpp
+3-3llvm/lib/ProfileData/ItaniumManglingCanonicalizer.cpp
+3-3llvm/lib/IR/LegacyPassManager.cpp
+3-3llvm/lib/DWARFLinker/Parallel/DWARFLinkerUnit.cpp
+3-3llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
+101-983 files not shown
+110-1079 files

OpenBSD/src KFwAPfUsbin/ifconfig brconfig.c

   whitespace fixes, no functional change
VersionDeltaFile
1.47+3-3sbin/ifconfig/brconfig.c
+3-31 files

OpenBSD/src mmz1UBysbin/ifconfig brconfig.c

   collapse ranges of community ids when printing pvlan info.

   mostly borrowed from the code that collapses ranges of vids when
   printing the allowed vlan tags on ports.
VersionDeltaFile
1.46+19-5sbin/ifconfig/brconfig.c
+19-51 files

OpenBSD/ports snqU16caudio/sndiortp Makefile distinfo, audio/sndiortp/pkg DESCR

   audio/sndiortp: Update to v1.1.0

   ok rsadowski
VersionDeltaFile
1.2+2-2audio/sndiortp/distinfo
1.2+0-3audio/sndiortp/pkg/DESCR
1.2+1-1audio/sndiortp/Makefile
+3-63 files

FreeBSD/ports b25c179misc/codex Makefile distinfo, misc/codex/files patch-codex-rs_core_src_tools_runtimes_apply__patch.rs patch-codex-rs_Cargo.toml

misc/codex: Update to 0.151.0

Changelog: https://github.com/openai/codex/releases/tag/rust-v0.151.0

Reported by:    GitHub (watch releases)
DeltaFile
+9-9misc/codex/files/patch-codex-rs_Cargo.lock
+3-3misc/codex/distinfo
+2-2misc/codex/files/patch-codex-rs_core_src_tools_runtimes_apply__patch.rs
+2-2misc/codex/files/patch-codex-rs_Cargo.toml
+3-1misc/codex/Makefile
+19-175 files

OpenBSD/src VR82Se9lib/libsndio mio.c sndio.7, usr.bin/sndiod sock.c sndiod.c

   sndiod: Unify "midithru/N" and "midi/N" ports

   Add the -p option to register MIDI ports that programs can
   access as "midi/<name>". They have the same functionnality as the
   current "midithru/<number>" ports. The default MIDI port becomes
   simply "midi/default", which is automatically created (similarly
   to the default audio device).

   The "midithru/<number>" syntax is still accepted for backwards
   compatibility.
VersionDeltaFile
1.28+11-12lib/libsndio/sndio.7
1.23+16-2usr.bin/sndiod/sndiod.8
1.62+10-2usr.bin/sndiod/sndiod.c
1.70+7-1usr.bin/sndiod/sock.c
1.24+2-2lib/libsndio/mio.c
+46-195 files

HardenedBSD/src 6f8fb0ashare/man/man4 ntb_hw_intel.4 ntb_hw_amd.4, sys/dev/dpaa fman_xmdio.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+25-28share/man/man4/ntb_hw_plx.4
+45-6sys/dev/dpaa/fman_xmdio.c
+19-21share/man/man4/ntb.4
+17-20share/man/man4/ntb_hw_amd.4
+18-19share/man/man4/em.4
+8-12share/man/man4/ntb_hw_intel.4
+132-1063 files not shown
+146-1209 files

HardenedBSD/src 7a1838fshare/man/man4 ixv.4, sys/dev/e1000 e1000_defines.h if_em.c

Merge remote-tracking branch 'rad/hardened/15-stable/main' into hardened/15-stable/pledge
DeltaFile
+895-17sys/dev/e1000/if_em.c
+104-67sys/dev/ixgbe/if_ixv.c
+98-0share/man/man4/ixv.4
+70-20sys/dev/ixgbe/if_ix.c
+63-0sys/dev/e1000/e1000_defines.h
+38-24sys/dev/igc/if_igc.c
+1,268-12815 files not shown
+1,508-15721 files

HardenedBSD/src da1a7b9share/man/man4 ntb_hw_intel.4 ntb_hw_amd.4, sys/dev/dpaa fman_xmdio.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+25-28share/man/man4/ntb_hw_plx.4
+45-6sys/dev/dpaa/fman_xmdio.c
+19-21share/man/man4/ntb.4
+17-20share/man/man4/ntb_hw_amd.4
+18-19share/man/man4/em.4
+8-12share/man/man4/ntb_hw_intel.4
+132-1063 files not shown
+146-1209 files

HardenedBSD/src b10f92ashare/man/man4 ixv.4, sys/dev/e1000 e1000_defines.h if_em.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+895-17sys/dev/e1000/if_em.c
+104-67sys/dev/ixgbe/if_ixv.c
+98-0share/man/man4/ixv.4
+70-20sys/dev/ixgbe/if_ix.c
+63-0sys/dev/e1000/e1000_defines.h
+38-24sys/dev/igc/if_igc.c
+1,268-12815 files not shown
+1,508-15721 files

LLVM/project 9bda6c4clang/lib/Parse ParseDecl.cpp

[clang][NFC] Fix comment in `ParseDecl.cpp` (#219761)

Solve
https://github.com/llvm/llvm-project/pull/219270#discussion_r3887904776
DeltaFile
+1-1clang/lib/Parse/ParseDecl.cpp
+1-11 files

OpenBSD/ports QGmPnNjprint/htmldoc Makefile distinfo

   Update to htmldoc-1.9.24.
VersionDeltaFile
1.27+2-2print/htmldoc/distinfo
1.67+1-2print/htmldoc/Makefile
+3-42 files

LLVM/project 59e78e8orc-rt/include/orc-rt-internal/support/sys CacheControl.h, orc-rt/include/orc-rt-internal/support/sys/posix CacheControl.h

[orc-rt] Fold the default clear_icache into sys/CacheControl.h. (#219758)

It was in a sys/posix/ header, but the default belongs with the
declaration: sys/CacheControl.h now selects on the builtin rather than
on an OS, so a freestanding target -- which has no __unix__ but does
have the builtin -- is served too. Darwin keeps its own header, to call
libSystem directly rather than depend on __clear_cache being linked in.
DeltaFile
+0-31orc-rt/include/orc-rt-internal/support/sys/posix/CacheControl.h
+20-10orc-rt/include/orc-rt-internal/support/sys/CacheControl.h
+20-412 files

FreeBSD/ports 7202308misc/py-anthropic Makefile distinfo, misc/py-anthropic/files patch-pyproject.toml

misc/py-anthropic: update to 1.2.0
DeltaFile
+4-4misc/py-anthropic/files/patch-pyproject.toml
+3-3misc/py-anthropic/distinfo
+2-3misc/py-anthropic/Makefile
+9-103 files

HardenedBSD/ports 7202308misc/py-anthropic Makefile distinfo, misc/py-anthropic/files patch-pyproject.toml

misc/py-anthropic: update to 1.2.0
DeltaFile
+4-4misc/py-anthropic/files/patch-pyproject.toml
+3-3misc/py-anthropic/distinfo
+2-3misc/py-anthropic/Makefile
+9-103 files

FreeBSD/ports 27fe18fsecurity/cl-md5-sbcl Makefile, textproc/cl-ppcre-sbcl Makefile

*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
DeltaFile
+1-1x11/cl-clx-sbcl/Makefile
+1-1x11-wm/stumpwm/Makefile
+1-1www/nyxt/Makefile
+1-1www/cl-lml-sbcl/Makefile
+1-1textproc/cl-ppcre-sbcl/Makefile
+1-1security/cl-md5-sbcl/Makefile
+6-614 files not shown
+20-2020 files

HardenedBSD/ports 27fe18fsecurity/cl-md5-sbcl Makefile, textproc/cl-ppcre-sbcl Makefile

*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
DeltaFile
+1-1x11/cl-clx-sbcl/Makefile
+1-1x11-wm/stumpwm/Makefile
+1-1www/nyxt/Makefile
+1-1www/cl-lml-sbcl/Makefile
+1-1textproc/cl-ppcre-sbcl/Makefile
+1-1security/cl-md5-sbcl/Makefile
+6-614 files not shown
+20-2020 files