HardenedBSD/src 22e60c9sys/netpfil/ipfw ip_fw_bpf.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1-1sys/netpfil/ipfw/ip_fw_bpf.c
+1-11 files

HardenedBSD/src b9f90c6contrib/mtree mtree.8 create.c, release/tools gce.conf

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+12-12contrib/mtree/mtree.8
+3-4contrib/mtree/create.c
+3-0release/tools/gce.conf
+18-163 files

NetBSD/pkgsrc imVpeeodoc CHANGES-2026

   doc: Updated security/py-asn1 to 0.6.2
VersionDeltaFile
1.422+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UGAiDcPsecurity/py-asn1 distinfo Makefile

   py-asn1: update to 0.6.2.

   Revision 0.6.2, released 16-01-2026
   ---------------------------------------

   - CVE-2026-23490 (GHSA-63vm-454h-vhhq): Fixed continuation octet limits
     in OID/RELATIVE-OID decoder (thanks to tsigouris007)
   - Added support for Python 3.14
   - Added SECURITY.md policy
   - Fixed unit tests failing due to missing code
   - Migrated to pyproject.toml packaging
VersionDeltaFile
1.28+4-4security/py-asn1/distinfo
1.32+2-3security/py-asn1/Makefile
+6-72 files

NetBSD/src U13kEuyusr.sbin/cpuctl/arch aarch64.c

   Sync cpuids with sys/arch/aarch64/aarch64/cpu.c
VersionDeltaFile
1.26+5-2usr.sbin/cpuctl/arch/aarch64.c
+5-21 files

NetBSD/pkgsrc 0koTxBtdoc CHANGES-2026

   doc: Updated net/p5-Net-DNS to 1.54
VersionDeltaFile
1.421+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8RIbVyLnet/p5-Net-DNS Makefile distinfo

   p5-Net-DNS: update to 1.54.

   **** 1.54 Jan 16, 2026

        Resync with IANA DNS parameters registry.
        Resync with IANA DNSSEC algorithms registry.
        Implement DELEGI as derived subtype of DELEG RR.
        Backport DELEG parser to SVCB.
VersionDeltaFile
1.119+4-5net/p5-Net-DNS/Makefile
1.79+4-4net/p5-Net-DNS/distinfo
+8-92 files

NetBSD/pkgsrc n7ChdKMwww/w3m/patches patch-file.c

   w3m: really remove patch for problem that was already fixed upstream
VersionDeltaFile
1.3+1-1www/w3m/patches/patch-file.c
+1-11 files

FreeBSD/doc fd86ed3shared authors.adoc, website/content/en administration.adoc

Update re@ membership

jfree@ and mmokhi@ are leaving the release engineering team, with
thanks for their service.

With hat:       re@
DeltaFile
+2-2shared/authors.adoc
+0-2website/content/en/administration.adoc
+2-42 files

NetBSD/pkgsrc ONLPavBdoc CHANGES-2026

   doc: Updated devel/p5-File-MimeInfo to 0.36
VersionDeltaFile
1.420+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xxscCrCdevel/p5-File-MimeInfo distinfo Makefile

   p5-File-MimeInfo: update to 0.36.

   0.36  2026-01-11
    - Move to Codeberg
VersionDeltaFile
1.20+4-4devel/p5-File-MimeInfo/distinfo
1.45+3-4devel/p5-File-MimeInfo/Makefile
+7-82 files

NetBSD/pkgsrc GiwzKIsdoc CHANGES-2026

   doc: Updated devel/p5-File-DesktopEntry to 0.23
VersionDeltaFile
1.419+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HcYrZTBdevel/p5-File-DesktopEntry distinfo Makefile

   p5-File-DesktopEntry: update to 0.23.

   0.23 2026-01-11
    - Move to Codeberg
VersionDeltaFile
1.11+4-4devel/p5-File-DesktopEntry/distinfo
1.31+3-4devel/p5-File-DesktopEntry/Makefile
+7-82 files

NetBSD/pkgsrc CGZW1lldoc CHANGES-2026

   doc: Updated www/w3m to 0.5.5nb1
VersionDeltaFile
1.418+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JMYcsIdwww/w3m Makefile distinfo, www/w3m-img Makefile

   w3m: remove patch for problem that upstream says is already fixed

   Bump PKGREVISION.
VersionDeltaFile
1.37+2-1www/w3m-img/Makefile
1.105+2-1www/w3m/Makefile
1.44+1-2www/w3m/distinfo
+5-43 files

LLVM/project a4975a8llvm/lib/CodeGen CodeGenPrepare.cpp, llvm/test/Transforms/CodeGenPrepare/AArch64 sink-free-instructions.ll

[CGP][AArch64] Do not sink instructions that might read/write memory. (#176182)

The test case's call instruction was being sank past the point where the
memory
it accessed was valid. Add a check that CGP does not try to sink
instruction that
might be invalid to move.

Fixes #176095
DeltaFile
+92-6llvm/test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions.ll
+1-1llvm/lib/CodeGen/CodeGenPrepare.cpp
+93-72 files

FreeBSD/ports 5a13070textproc/qo distinfo Makefile

textproc/qo: Update to 0.3.0
DeltaFile
+5-5textproc/qo/distinfo
+1-2textproc/qo/Makefile
+6-72 files

LLVM/project 8640fb3llvm/lib/CodeGen DwarfEHPrepare.cpp, llvm/test/CodeGen/AArch64 dwarf-eh-prepare-dbg.ll

DwarfEHPrepare: Use LibcallLoweringInfo analysis (#176380)

DeltaFile
+39-15llvm/lib/CodeGen/DwarfEHPrepare.cpp
+7-0llvm/test/Transforms/DwarfEHPrepare/missing-analysis.ll
+1-1llvm/test/CodeGen/X86/dwarf_eh_resume.ll
+1-1llvm/test/CodeGen/X86/dwarf-eh-prepare.ll
+1-1llvm/test/CodeGen/X86/dwarf-eh-prepare-dbg.ll
+1-1llvm/test/CodeGen/AArch64/dwarf-eh-prepare-dbg.ll
+50-196 files

LLVM/project 36801a5llvm/lib/CodeGen AtomicExpandPass.cpp, llvm/test/Transforms/AtomicExpand/AMDGPU expand-atomic-v2f16-agent.ll expand-atomic-f32-agent.ll

AtomicExpand: Use LibcallLoweringInfo analysis (#176384)

DeltaFile
+36-8llvm/lib/CodeGen/AtomicExpandPass.cpp
+8-8llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-v2f16-agent.ll
+8-8llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-f32-agent.ll
+8-8llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-f32-system.ll
+8-8llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-f64-agent.ll
+8-8llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-f64-system.ll
+76-4855 files not shown
+220-18561 files

LLVM/project 5475cabllvm/lib/CodeGen StackProtector.cpp, llvm/test/CodeGen/NVPTX no-stack-protector-libcall-error.ll

StackProtector: Use LibcallLoweringInfo analysis (#170329)

DeltaFile
+55-27llvm/lib/CodeGen/StackProtector.cpp
+7-0llvm/test/Transforms/StackProtector/missing-analysis.ll
+2-2llvm/test/CodeGen/X86/stack-protector-atomicrmw-xchg.ll
+1-1llvm/test/CodeGen/NVPTX/no-stack-protector-libcall-error.ll
+1-1llvm/test/Transforms/StackProtector/cross-dso-cfi-stack-chk-fail.ll
+1-1llvm/test/Transforms/StackProtector/stack-chk-fail-alias.ll
+67-326 files

LLVM/project 4ea2517clang-tools-extra/clang-tidy doc8.ini

[clang-tidy][NFC] Update doc8 config (#176622)

DeltaFile
+1-2clang-tools-extra/clang-tidy/doc8.ini
+1-21 files

NetBSD/src HeWijzOsys/external/gpl2/dts dts2netbsd

   Tweak to reflect we're on Linux 6 DTS now
VersionDeltaFile
1.5+5-5sys/external/gpl2/dts/dts2netbsd
+5-51 files

NetBSD/src zvQjZeksys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom bcm2835-common.dtsi

   Restore brcm,bcm2835-fb.

   Will do it the right way soon.
VersionDeltaFile
1.2+5-0sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/bcm2835-common.dtsi
+5-01 files

HardenedBSD/src 76af334sys/netpfil/ipfw ip_fw_bpf.c

ipfw: fix !VIMAGE build

NB: Rest of ipfw(4) sources get sx.h via vnet.h, which isn't perfect.
DeltaFile
+1-1sys/netpfil/ipfw/ip_fw_bpf.c
+1-11 files

FreeBSD/src 76af334sys/netpfil/ipfw ip_fw_bpf.c

ipfw: fix !VIMAGE build

NB: Rest of ipfw(4) sources get sx.h via vnet.h, which isn't perfect.
DeltaFile
+1-1sys/netpfil/ipfw/ip_fw_bpf.c
+1-11 files

NetBSD/src vOpgNH0distrib/sets/lists/dtb ad.earmv7 ad.earmv7hfeb, sys/arch/arm/dts rk3399-rockpro64.dts

   Update to handle the new DTS import.

   - Arm re-organisation
   - new dtb/dtbo files
   - removal of local additions where upstream has caught up
VersionDeltaFile
1.13+666-600distrib/sets/lists/dtb/ad.earmv7
1.13+666-600distrib/sets/lists/dtb/ad.earmv7hfeb
1.13+666-600distrib/sets/lists/dtb/ad.earmv7hf
1.11+474-207distrib/sets/lists/dtb/ad.aarch64
1.10+474-207distrib/sets/lists/dtb/ad.aarch64eb
1.16+0-149sys/arch/arm/dts/rk3399-rockpro64.dts
+2,946-2,36331 files not shown
+3,146-2,73437 files

NetBSD/src bkQKXK4external/gpl3/gcc/lib/libgfortran libgfortran.spec, external/gpl3/gcc/lib/libquadmath defs.mk

   regen mknative-gcc for amd64.
VersionDeltaFile
1.2+1-1external/gpl3/gcc/lib/libquadmath/defs.mk
1.2+1-1external/gpl3/gcc/lib/libgfortran/libgfortran.spec
1.66+1-1external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h
+3-33 files

NetBSD/pkgsrc BRF16s5doc CHANGES-2026

   doc: Updated sysutils/ruby-capistrano to 3.20.0
VersionDeltaFile
1.417+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3BvUJPrsysutils/ruby-capistrano distinfo PLIST

   sysutils/ruby-capistrano: update to 3.20.0

   3.20.0 (2025-12-13)

   Breaking Changes

   * Drop support for Ruby 2.0, 2.1, 2.2, 2.3, and 2.4 (#2171) @mattbrictson

   Documentation

   * fix PuTTY link in index.markdown (#2168) @emanulato

   Housekeeping

   * Bump release-drafter/release-drafter from 5 to 6 (#2174) @dependabot[bot]
   * Bump actions/checkout from 4 to 6 (#2175) @dependabot[bot]
   * Enable dependabot for Bundler and GitHub Actions (#2173) @mattbrictson
   * Upgrade to rubocop 1.81.7; generate .rubocop_todo.yml (#2172)
     @mattbrictson
   * Add Ruby 3.4 to CI matrix (#2165) @mattbrictson
VersionDeltaFile
1.5+4-4sysutils/ruby-capistrano/distinfo
1.3+4-1sysutils/ruby-capistrano/PLIST
1.5+2-2sysutils/ruby-capistrano/Makefile
+10-73 files

NetBSD/pkgsrc Lc6A3t6doc CHANGES-2026

   doc: Updated security/ruby-vault to 0.19.0
VersionDeltaFile
1.416+2-1doc/CHANGES-2026
+2-11 files