FreeBSD/ports 05eb48amisc/claude-code pkg-plist distinfo, misc/claude-code/files package-lock.json

misc/claude-code: update 2.1.84 → 2.1.86
DeltaFile
+4-4misc/claude-code/files/package-lock.json
+0-7misc/claude-code/pkg-plist
+3-3misc/claude-code/distinfo
+1-1misc/claude-code/Makefile
+8-154 files

FreeBSD/ports d5e6a33textproc/jaq distinfo Makefile

textproc/jaq: update 2.3.0 → 3.0.0
DeltaFile
+133-115textproc/jaq/distinfo
+66-58textproc/jaq/Makefile
+199-1732 files

FreeBSD/ports be6654bshells/atuin distinfo Makefile

shells/atuin: update 18.12.0 → 18.13.6
DeltaFile
+395-317shells/atuin/distinfo
+198-160shells/atuin/Makefile
+593-4772 files

FreeBSD/ports f28b295textproc Makefile, textproc/jsongrep distinfo Makefile

textproc/jsongrep: New port: Query language over JSON documents
DeltaFile
+319-0textproc/jsongrep/distinfo
+182-0textproc/jsongrep/Makefile
+11-0textproc/jsongrep/pkg-descr
+1-0textproc/Makefile
+513-04 files

FreeBSD/ports ff4dcdasysutils/mise distinfo Makefile

sysutils/mise: update 2026.3.7 → 2026.3.17
DeltaFile
+11-13sysutils/mise/distinfo
+6-7sysutils/mise/Makefile
+17-202 files

FreeBSD/ports f0cfd6awww/py-primp distinfo Makefile.crates

www/py-primp: update 1.1.3 → 1.2.0
DeltaFile
+97-147www/py-primp/distinfo
+47-72www/py-primp/Makefile.crates
+1-2www/py-primp/Makefile
+145-2213 files

NetBSD/pkgsrc-wip 9c8ad2fbind920 distinfo Makefile

bind920: update to version 9.20.21.

Pkgsrc changes:
 * Update checksums

Upstream changes:

BIND 9.20.21
------------

Security Fixes
~~~~~~~~~~~~~~

- [CVE-2026-1519] Fix unbounded NSEC3 iterations when validating
  referrals to unsigned delegations. ``5af03a06066``

  DNSSEC-signed zones may contain high iteration-count NSEC3 records,
  which prove that certain delegations are insecure. Previously, a
  validating resolver encountering such a delegation processed these

    [52 lines not shown]
DeltaFile
+3-3bind920/distinfo
+1-1bind920/Makefile
+4-42 files

FreeBSD/src 6cc99balib/libc/gen dup3.3, lib/libsys dup.2

dup(2): document the handling of filedescriptor flags

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Differential revision:  https://reviews.freebsd.org/D56121
DeltaFile
+4-1lib/libsys/dup.2
+2-0lib/libc/gen/dup3.3
+6-12 files

FreeBSD/src c8d40bfusr.bin/diff pr.c

diff: use O_CLOEXEC on pipes

This only simplifies the code, no functional changes expected

MFC After:      1 week
DeltaFile
+2-5usr.bin/diff/pr.c
+2-51 files

FreeBSD/src 945e60eusr.bin/diff3 diff3.c

diff3: set O_CLOEXEC on pipes

This avoid leaking pipe fd in children and simplifies the code

MFC After:      1 week
Reviewed by:    kib
Differential Revision:  https://reviews.freebsd.org/D56120
DeltaFile
+2-6usr.bin/diff3/diff3.c
+2-61 files

LLVM/project 1efef76mlir/include/mlir/Dialect/ControlFlow/IR ControlFlowOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.td

Revert "[mlir][reducer] Add eraseRedundantBlocksInRegion and getSuccessorForwardOperands API to BranchOpInterface" (#189150)

Reverts llvm/llvm-project#187864, because it is causing same build bot
failures. See https://lab.llvm.org/buildbot/#/builders/138/builds/27662
and
https://lab.llvm.org/buildbot/#/builders/169/builds/21376/steps/11/logs/stdio
for memory leak issues.
DeltaFile
+0-115mlir/lib/Reducer/ReductionTreePass.cpp
+0-66mlir/test/mlir-reduce/reduction-tree.mlir
+0-24mlir/lib/Dialect/ControlFlow/IR/ControlFlowOps.cpp
+0-10mlir/lib/Reducer/ReductionNode.cpp
+4-6mlir/include/mlir/Dialect/ControlFlow/IR/ControlFlowOps.td
+0-9mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+4-2301 files not shown
+4-2337 files

NetBSD/pkgsrc oNHMOJAdoc TODO

   doc/TODO: + frr-10.6.0
VersionDeltaFile
1.26993+2-1doc/TODO
+2-11 files

LLVM/project 4be3696mlir/include/mlir/Dialect/ControlFlow/IR ControlFlowOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.td

Revert "[mlir][reducer] Add eraseRedundantBlocksInRegion and getSuccessorForw…"

This reverts commit eb53972051f175224569ebc28e8dafbf73930b4d.
DeltaFile
+0-115mlir/lib/Reducer/ReductionTreePass.cpp
+0-66mlir/test/mlir-reduce/reduction-tree.mlir
+0-24mlir/lib/Dialect/ControlFlow/IR/ControlFlowOps.cpp
+0-10mlir/lib/Reducer/ReductionNode.cpp
+4-6mlir/include/mlir/Dialect/ControlFlow/IR/ControlFlowOps.td
+0-9mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+4-2301 files not shown
+4-2337 files

LLVM/project 5ae2fe7mlir/lib/Dialect/Vector/IR VectorOps.cpp, mlir/test/Dialect/Vector invalid.mlir

[mlir][vector] Reject alignment attribute on tensor-level gather/scatter (#188924)
DeltaFile
+18-0mlir/test/Dialect/Vector/invalid.mlir
+8-0mlir/lib/Dialect/Vector/IR/VectorOps.cpp
+26-02 files

LLVM/project ad91a2fclang-tools-extra/clang-tidy/cppcoreguidelines RvalueReferenceParamNotMovedCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix rvalue-reference-param-not-moved FP on implicit functions (#189113)

Fixes https://github.com/llvm/llvm-project/issues/187716.
DeltaFile
+61-0clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/rvalue-reference-param-not-moved.cpp
+5-0clang-tools-extra/docs/ReleaseNotes.rst
+1-0clang-tools-extra/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.cpp
+67-03 files

NetBSD/src iBzNATAtests/usr.bin/mtree t_sets.sh

   Skip the dtb set as it's normally mounted on a DOS partition which doesn't
   support permissions
VersionDeltaFile
1.10+2-2tests/usr.bin/mtree/t_sets.sh
+2-21 files

OpenBSD/ports u906H9Isysutils/awscli/v1 Makefile distinfo, sysutils/awscli/v1/pkg PLIST

   Update to awscli-1.44.68.
VersionDeltaFile
1.27+2-2sysutils/awscli/v1/Makefile
1.25+2-2sysutils/awscli/v1/distinfo
1.11+1-0sysutils/awscli/v1/pkg/PLIST
+5-43 files

OpenBSD/ports XHYVdsEnet/py-boto3 distinfo Makefile

   Update to py3-boto3-1.42.78.
VersionDeltaFile
1.643+2-2net/py-boto3/distinfo
1.655+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports vm25hu8net/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.42.78.
VersionDeltaFile
1.319+7-0net/py-botocore/pkg/PLIST
1.860+2-2net/py-botocore/distinfo
1.870+1-1net/py-botocore/Makefile
+10-33 files

OpenBSD/src dqBqidjregress/sys/kern/pledge/open open.c Makefile

   Test that __pledge_open can bypass unveil.
VersionDeltaFile
1.2+11-3regress/sys/kern/pledge/open/open.c
1.2+5-1regress/sys/kern/pledge/open/Makefile
+16-42 files

OpenBSD/ports yPUq8tlsysutils/amazon-ssm-agent distinfo Makefile

   Update to amazon-ssm-agent-3.3.4121.0.
VersionDeltaFile
1.166+2-2sysutils/amazon-ssm-agent/distinfo
1.180+1-1sysutils/amazon-ssm-agent/Makefile
+3-32 files

LLVM/project eb53972mlir/include/mlir/Dialect/ControlFlow/IR ControlFlowOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.td

[mlir][reducer] Add eraseRedundantBlocksInRegion and getSuccessorForwardOperands API to BranchOpInterface (#187864)

To simplify the output of the reduction-tree pass, this PR introduces
the eraseRedundantBlocksInRegion. For regions containing multiple
execution paths, this functionality selects the shortest 'interesting'
path. Additionally, this PR adds the getSuccessorForwardOperands API to
BranchOpInterface. This allows us to extract the ForwardOperands for a
specific path chosen from multiple alternatives, enabling the creation
of a cf.br operation for the redirected jump.
DeltaFile
+115-0mlir/lib/Reducer/ReductionTreePass.cpp
+66-0mlir/test/mlir-reduce/reduction-tree.mlir
+24-0mlir/lib/Dialect/ControlFlow/IR/ControlFlowOps.cpp
+10-0mlir/lib/Reducer/ReductionNode.cpp
+6-4mlir/include/mlir/Dialect/ControlFlow/IR/ControlFlowOps.td
+9-0mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+230-41 files not shown
+233-47 files

NetBSD/src LHVTmoDsys/arch/riscv/riscv cpufunc.c

   From Rui-Xiang Guo in private email

   According to the c906 user manual,
   it uses sync.s to ensure completion of clean operations.

   Change the fence rw,rw to sync.s in the thead cache operations.
VersionDeltaFile
1.3+5-5sys/arch/riscv/riscv/cpufunc.c
+5-51 files

OpenBSD/ports PEw2rBidevel/libspectrum Makefile distinfo

   Update to libspectrum-1.6.0.
VersionDeltaFile
1.43+2-3devel/libspectrum/Makefile
1.23+2-2devel/libspectrum/distinfo
+4-52 files

OpenBSD/ports aknoy4Kdevel/p5-IO-Tty Makefile, devel/p5-IO-Tty/patches patch-Tty_xs

   Unbreak p5-IO-Tty compilation on GCC, spotted by kmos@, thanks !
VersionDeltaFile
1.7+11-14devel/p5-IO-Tty/patches/patch-Tty_xs
1.34+2-1devel/p5-IO-Tty/Makefile
+13-152 files

FreeBSD/ports 9891fbdmath/R-cran-psych distinfo Makefile

math/R-cran-psych: Update to 2.6.3

Changelog: https://cran.r-project.org/web/packages/psych/news.html
DeltaFile
+3-3math/R-cran-psych/distinfo
+1-1math/R-cran-psych/Makefile
+4-42 files

HardenedBSD/src 2bcf220sys/contrib/xen/arch-x86 cpuid.h, sys/dev/hyperv/vmbus/x86 hyperv_reg.h

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+52-0sys/x86/x86/local_apic.c
+31-6sys/x86/x86/io_apic.c
+35-0sys/x86/include/bhyve.h
+9-2sys/x86/x86/msi.c
+7-0sys/contrib/xen/arch-x86/cpuid.h
+6-0sys/dev/hyperv/vmbus/x86/hyperv_reg.h
+140-87 files not shown
+154-1313 files

HardenedBSD/src 01d69basys/contrib/xen/arch-x86 cpuid.h, sys/dev/hyperv/vmbus/x86 hyperv_reg.h

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+52-0sys/x86/x86/local_apic.c
+31-6sys/x86/x86/io_apic.c
+35-0sys/x86/include/bhyve.h
+9-2sys/x86/x86/msi.c
+7-0sys/contrib/xen/arch-x86/cpuid.h
+6-0sys/dev/hyperv/vmbus/x86/hyperv_reg.h
+140-87 files not shown
+154-1313 files

HardenedBSD/ports f266e9b. UPDATING, graphics/nvidia-drm-kmod-580 Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+32-0UPDATING
+5-5www/fabio/distinfo
+8-0graphics/nvidia-drm-kmod-580/Makefile
+8-0x11/nvidia-kmod-580/Makefile
+8-0x11/nvidia-driver-580/Makefile
+8-0x11/linux-nvidia-libs-580/Makefile
+69-554 files not shown
+230-9060 files

FreeBSD/src 7b6be00sys/dev/hyperv/vmbus/x86 hyperv_reg.h, sys/x86/x86 local_apic.c

Hyper-V: Detect Extended Destination ID support

Hyper-V advertises support for the Extended Destination ID standard via
bit 2 of the value returned in the EAX register when the hypervisor
stack properties are queried via CPUID.

This is based on a commit to the Linux kernel, as there does not seem
to be any other documentation of this feature.

Reviewed by:    Souradeep Chakrabarti
MFC after:      3 weeks
Sponsored by:   Amazon
Differential Revision:  https://reviews.freebsd.org/D55432
DeltaFile
+9-0sys/x86/x86/local_apic.c
+6-0sys/dev/hyperv/vmbus/x86/hyperv_reg.h
+15-02 files