OPNSense/plugins d701990 — net/frr/src/etc/inc/plugins.inc.d frr.inc

net/frr: fix and complete automatic firewall rules (#5736)

* net/frr: fix and complete automatic firewall rules

Generate rules directly for every enabled routing protocol and remove the dependency on configured OSPF networks or interfaces.

* Tighten the OSPF rules a bit more

* Also guard creation of rules if frr is not enabled
DeltaFile
+350-143net/frr/src/etc/inc/plugins.inc.d/frr.inc
+350-1431 files

NetBSD/pkgsrc-wip ad24bd8 — btop-git Makefile

btop-git: take ownership.
DeltaFile
+1-1btop-git/Makefile
+1-11 files

NetBSD/pkgsrc-wip 66def97 — bottom cargo-depends.mk distinfo, bottom/patches patch-.._vendor_sysinfo-0.39.5_src_unix_bsd_netbsd_disk.rs patch-src_collection_processes.rs

bottom: sync with upstream changes.
DeltaFile
+125-159bottom/distinfo
+37-48bottom/cargo-depends.mk
+55-28bottom/patches/patch-src_canvas_dialogs_process__kill__dialog.rs
+37-25bottom/patches/patch-src_collection_processes_unix_process__ext.rs
+27-28bottom/patches/patch-src_collection_processes.rs
+0-43bottom/patches/patch-.._vendor_sysinfo-0.39.5_src_unix_bsd_netbsd_disk.rs
+281-33113 files not shown
+386-44219 files

NetBSD/pkgsrc-wip e0a7d63 — htop-git Makefile

htop-git: sync with upstream changes.
DeltaFile
+1-1htop-git/Makefile
+1-11 files

NetBSD/pkgsrc-wip 3bb8e73 — foliate DESCR distinfo

foliate: remove, imported to pkgsrc.
DeltaFile
+0-39foliate/PLIST
+0-37foliate/Makefile
+0-19foliate/TODO
+0-8foliate/distinfo
+0-2foliate/DESCR
+0-1055 files

NetBSD/pkgsrc-wip a8b2f0e — frp Makefile go-modules.mk

frp: sync with upstream changes.
DeltaFile
+171-321frp/distinfo
+56-106frp/go-modules.mk
+4-2frp/Makefile
+231-4293 files

NetBSD/pkgsrc-wip 5d18dd8 — jira-cli-git PLIST Makefile

jira-cli-git: sync with upstream changes.
DeltaFile
+387-1,524jira-cli-git/distinfo
+128-507jira-cli-git/go-modules.mk
+6-2jira-cli-git/Makefile
+3-0jira-cli-git/PLIST
+524-2,0334 files

NextBSD/src c3dae46 — tests iso-boot-test.sh img-boot-test.sh

tests: accept a bare shell prompt as evidence of login

The arm64 live ISO now boots, pivots and autologins correctly, and the test
failed it anyway. The serial ends at a working zsh prompt:

  admin at virt-8-2 ~ %
  FAIL: neither a login prompt nor an automatic login in 8 minutes

Neither accepted form reaches the serial there: getty autologins, so no
"login:" prompt is printed, and the "login on console as admin" marker does
not appear on the ISO either -- the next thing on the wire after getty's
banner is the shell. img-test passed only because that marker does appear on
the installed image.

Both stage-1 expect blocks and both shell-level verdicts now accept the
prompt as a third form.

The prompt carries SGR escapes inside it -- "\033[32madmin\033[39m@..." --
so "admin@" never appears literally, hence admin[^@]{0,12}@. I first wrote

    [6 lines not shown]
DeltaFile
+25-1tests/iso-boot-test.sh
+25-1tests/img-boot-test.sh
+50-22 files

LLVM/project 161f108 — llvm/lib/Target/AMDGPU SIWholeQuadMode.cpp, llvm/test/CodeGen/AMDGPU si-init-whole-wave.mir

AMDGPU: Mark SCC def dead in init exec lowering

Co-Authored-By: Claude Opus 5 <noreply at anthropic.com>
DeltaFile
+4-2llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
+2-2llvm/test/CodeGen/AMDGPU/si-init-whole-wave.mir
+6-42 files

LLVM/project 9d908ca — llvm/test/CodeGen/AMDGPU insert_waitcnt_for_precise_memory.ll atomic_optimizations_raw_buffer.ll

AMDGPU: Mark SCC def dead in wave reduction expansions

Co-Authored-By: Claude Opus 5 <noreply at anthropic.com>
DeltaFile
+580-582llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
+287-290llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+217-213llvm/test/CodeGen/AMDGPU/atomic_optimizations_struct_buffer.ll
+185-197llvm/test/CodeGen/AMDGPU/atomic_optimizations_raw_buffer.ll
+185-197llvm/test/CodeGen/AMDGPU/atomic_optimizations_buffer.ll
+52-52llvm/test/CodeGen/AMDGPU/insert_waitcnt_for_precise_memory.ll
+1,506-1,5313 files not shown
+1,569-1,5899 files

LLVM/project b15daae — llvm/lib/Target/AMDGPU SIInstructions.td, llvm/test/CodeGen/AMDGPU scalar_to_vector_v2bf16.ll

[AMDGPU] Add scalar_to_vector pattern for v2bf16 (#225303)

A target DAGCombine rewrites `v2bf16 = scalar_to_vector` into bitcast(any_extend),
but it only runs at -O1 and above, so at -O0 the node reaches ISel and fails to select.
Add the missing pattern, mirroring the v2f16 one, for both fake-true16 and real-true16.

Fixes: ROCM-31415
DeltaFile
+227-0llvm/test/CodeGen/AMDGPU/scalar_to_vector_v2bf16.ll
+17-0llvm/lib/Target/AMDGPU/SIInstructions.td
+244-02 files

LLVM/project 5035ea5 — llvm/include/llvm/ExecutionEngine/Orc JITTargetMachineBuilder.h

Orc: Compute the JIT DataLayout from the triple and ABI (#226316)

getDefaultDataLayoutForTarget was constructing a throwaway TargetMachine
purely to read back its cached DataLayout. Directly compute it from
the triple and ABI name instead.

Co-Authored-By: Claude Opus 5 <noreply at anthropic.com>
DeltaFile
+5-7llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
+5-71 files

HardenedBSD/src 4aa13e3 — sys/dev/aq aq_hw_llh.h aq_ring.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+25-0sys/dev/aq/aq_hw.c
+19-4sys/dev/aq/aq_main.c
+9-0sys/dev/aq/aq_hw_llh.c
+5-0sys/dev/aq/aq_hw_llh_internal.h
+0-4sys/dev/aq/aq_ring.c
+3-0sys/dev/aq/aq_hw_llh.h
+61-81 files not shown
+63-87 files

HardenedBSD/src 17d610b — sys/dev/aq aq_hw_llh.h aq_ring.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+25-0sys/dev/aq/aq_hw.c
+19-4sys/dev/aq/aq_main.c
+9-0sys/dev/aq/aq_hw_llh.c
+5-0sys/dev/aq/aq_hw_llh_internal.h
+0-4sys/dev/aq/aq_ring.c
+3-0sys/dev/aq/aq_hw_llh.h
+61-81 files not shown
+63-87 files

HardenedBSD/src 6639956 — sys/dev/aq aq_hw_llh.h aq_ring.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+25-0sys/dev/aq/aq_hw.c
+19-4sys/dev/aq/aq_main.c
+9-0sys/dev/aq/aq_hw_llh.c
+5-0sys/dev/aq/aq_hw_llh_internal.h
+0-4sys/dev/aq/aq_ring.c
+3-0sys/dev/aq/aq_hw_llh.h
+61-81 files not shown
+63-87 files

HardenedBSD/ports eb150a5 — databases/openldap25-server Makefile, databases/openldap26-server pkg-plist Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+0-447net/openldap25-server/Makefile
+447-0databases/openldap25-server/Makefile
+0-439net/openldap26-server/Makefile
+439-0databases/openldap26-server/Makefile
+0-322net/openldap26-server/pkg-plist
+322-0databases/openldap26-server/pkg-plist
+1,208-1,208147 files not shown
+4,151-3,655153 files

OpenBSD/ports C9aXdCY — net/zabbix Makefile distinfo, net/zabbix/patches patch-include_zbx_dbversion_constants_h

   update to 7.0.31; from Mark Patruck
VersionDeltaFile
1.19+4-4net/zabbix/patches/patch-include_zbx_dbversion_constants_h
1.102+2-2net/zabbix/distinfo
1.245+1-1net/zabbix/Makefile
+7-73 files

LLVM/project a1c9df8 — llvm/utils/gn/secondary/llvm/lib/ABI BUILD.gn

[gn build] Port f6e450004591 (#226369)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/ABI/BUILD.gn
+1-01 files

LLVM/project 045cefb — llvm/utils/gn/secondary/lldb/source/Target BUILD.gn

[gn build] Port d0c787e447e1 (#226368)
DeltaFile
+1-0llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
+1-01 files

LLVM/project 0ce55c6 — llvm/utils/gn/secondary/llvm/lib/Target/X86 BUILD.gn

[gn build] Port 9d90850fe6b0 (#226367)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
+1-01 files

LLVM/project d9635c6 — llvm/utils/gn/secondary/llvm/lib/TargetParser BUILD.gn, llvm/utils/gn/secondary/llvm/unittests/TargetParser BUILD.gn

[gn build] Port 6bef34a7ebbe (#226366)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/unittests/TargetParser/BUILD.gn
+1-0llvm/utils/gn/secondary/llvm/lib/TargetParser/BUILD.gn
+2-02 files

LLVM/project 1777581 — mlir/test/Dialect/NVGPU invalid.mlir

[mlir][nvgpu] Add negative tests for invalid FP8 warpgroup MMA types (#208047)

Add negative tests for invalid FP8 type combinations in
nvgpu.warpgroup.mma.

FP8 inputs are supported for f16/f32 accumulators, but the verifier
should still reject unsupported combinations such as FP8 accumulators
and mixed FP8/non-FP8 input element types.

Tested:
  llvm-lit mlir/test/Dialect/NVGPU/invalid.mlir
DeltaFile
+22-0mlir/test/Dialect/NVGPU/invalid.mlir
+22-01 files

HardenedBSD/ports eac692d — filesystems/ltfs Makefile distinfo

filesystems/ltfs: Update to 2.4.9.0

Changelog: https://github.com/LinearTapeFileSystem/ltfs/releases/tag/v2.4.9.0-10523
DeltaFile
+3-3filesystems/ltfs/distinfo
+2-2filesystems/ltfs/Makefile
+5-52 files

FreeBSD/ports eac692d — filesystems/ltfs Makefile distinfo

filesystems/ltfs: Update to 2.4.9.0

Changelog: https://github.com/LinearTapeFileSystem/ltfs/releases/tag/v2.4.9.0-10523
DeltaFile
+3-3filesystems/ltfs/distinfo
+2-2filesystems/ltfs/Makefile
+5-52 files

NetBSD/pkgsrc wfPaxnm — doc CHANGES-2026

   doc: Updated devel/rust-bindgen to 0.72.1nb1
VersionDeltaFile
1.6359+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports d72c8f5 — security/sshguard Makefile, security/sshguard/files patch-src_parser_attack__scanner.l

security/sshguard: Backport upstream patch

To fix HOSTNAME field in syslog header handling.

PR:             298836
Approved by:    Kevin Zheng <kevinz5000 at gmail.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3

(cherry picked from commit 15f83b9d89941e55ac06600250304bcd7b00db3a)
DeltaFile
+17-0security/sshguard/files/patch-src_parser_attack__scanner.l
+1-1security/sshguard/Makefile
+18-12 files

FreeBSD/ports 15f83b9 — security/sshguard Makefile, security/sshguard/files patch-src_parser_attack__scanner.l

security/sshguard: Backport upstream patch

To fix HOSTNAME field in syslog header handling.

PR:             298836
Approved by:    Kevin Zheng <kevinz5000 at gmail.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+17-0security/sshguard/files/patch-src_parser_attack__scanner.l
+1-1security/sshguard/Makefile
+18-12 files

HardenedBSD/ports 15f83b9 — security/sshguard Makefile, security/sshguard/files patch-src_parser_attack__scanner.l

security/sshguard: Backport upstream patch

To fix HOSTNAME field in syslog header handling.

PR:             298836
Approved by:    Kevin Zheng <kevinz5000 at gmail.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+17-0security/sshguard/files/patch-src_parser_attack__scanner.l
+1-1security/sshguard/Makefile
+18-12 files

NetBSD/pkgsrc s1TQ1TH — devel/rust-bindgen Makefile

   devel/rust-bindgen: add clang dependency

   Use the clang-sys crate which reuqires clang at least as TOOL_DEPENDS.
   Although, in this cases it looks for libclang at run time - reported by he@

   Moreover, rust-bindgen no longer works with e.g. clang19, so require 21.
VersionDeltaFile
1.7+4-1devel/rust-bindgen/Makefile
+4-11 files

LLVM/project 7944324 — llvm/utils/gn/secondary/clang/unittests/offload-arch BUILD.gn

[gn] port 6bef34a7ebbef (#226362)
DeltaFile
+1-0llvm/utils/gn/secondary/clang/unittests/offload-arch/BUILD.gn
+1-01 files