HardenedBSD/ports 808809bcad/iverilog/files patch-pform__package.cc

HBSD: Fix HARDCFLAGS for cad/iverilog

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+11-0cad/iverilog/files/patch-pform__package.cc
+11-01 files

HardenedBSD/ports 872c487textproc/sgmlformat/files patch-instant_browse.c

HBSD: Fix HARDCFLAGS for textproc/sgmlformat

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+11-0textproc/sgmlformat/files/patch-instant_browse.c
+11-01 files

LLVM/project 62355f1.github/workflows release-sources.yml

Update actions/checkout action to v6 (#171065)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | major | `v5.0.0` -> `v6.0.1` |
DeltaFile
+1-1.github/workflows/release-sources.yml
+1-11 files

HardenedBSD/ports 02069d8audio/snack/files patch-generic_jkSoundFile.c

HBSD: Fix HARDCFLAGS for audio/snack

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+11-0audio/snack/files/patch-generic_jkSoundFile.c
+11-01 files

HardenedBSD/ports 70f0b50net/pvm/files patch-tracer_tracer.c patch-console_cons.c

HBSD: Fix HARDCFLAGS for net/pvm

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+20-0net/pvm/files/patch-tracer_tracer.c
+20-0net/pvm/files/patch-console_cons.c
+11-0net/pvm/files/patch-console_cmds.c
+51-03 files

Linux/linux c2f2b01drivers/i3c master.c device.c, drivers/i3c/master svc-i3c-master.c dw-i3c-master.c

Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux

Pull i3c updates from Alexandre Belloni:
 "HDR support has finally been added. mipi-i3c-hci has been reworked and
  Intel Nova Lake-S support has been added.

  Subsystem:
   - Add HDR transfer support

  Drivers:
   - dw: fix bus hang on Agilex5
   - mipi-i3c-hci: Intel Nova Lake-S support, IOMMU support
   - svc: HDR support"

* tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: (28 commits)
  regmap: i3c: switch to use i3c_xfer from i3c_priv_xfer
  net: mctp i3c: switch to use i3c_xfer from i3c_priv_xfer
  hwmon: (lm75): switch to use i3c_xfer from i3c_priv_xfer
  i3c: document i3c_xfers

    [17 lines not shown]
DeltaFile
+187-42drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
+112-25drivers/i3c/master/svc-i3c-master.c
+30-12include/linux/i3c/device.h
+30-1drivers/i3c/master/dw-i3c-master.c
+19-12drivers/i3c/master.c
+20-7drivers/i3c/device.c
+398-996 files not shown
+427-11612 files

HardenedBSD/ports b5419eddevel/socket_wrapper Makefile

HBSD: Disable FORTIFYSOURCE for devel/socket_wrapper

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+2-0devel/socket_wrapper/Makefile
+2-01 files

LLVM/project 3562217utils/bazel/llvm-project-overlay/mlir BUILD.bazel

Fix bazel build for 5dbd049662001535a475cdb7d290dfb63a0515fc
DeltaFile
+1-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+1-01 files

FreeBSD/ports 4080a91textproc/apache-commons-csv Makefile distinfo

textproc/apache-commons-csv: Update 1.41.0 => 1.14.1

Changelog:
https://commons.apache.org/proper/commons-csv/changes.html#a1.14.1

Improve do-install* goals.

PR:     291445
DeltaFile
+4-6textproc/apache-commons-csv/Makefile
+3-3textproc/apache-commons-csv/distinfo
+7-92 files

FreeBSD/ports 5808465ports-mgmt/poudriere-dsh2dsh distinfo Makefile

ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20251128 => 3.4.99.20251206

Upstream changes:
- testport: Fix testing of an IGNORE/BROKEN port.
- bulk/testport SIGINFO: Avoid error if trap starts with set -u.
- jail -d: Don't try destroyfs if JAILMNT is not set
- Revert "testport/bulk -t: Make stage-qa library dependencies check fatal."
  This reverts the PROXYDEPS_FATAL=yes change.

PR:     291464
DeltaFile
+3-3ports-mgmt/poudriere-dsh2dsh/distinfo
+1-1ports-mgmt/poudriere-dsh2dsh/Makefile
+4-42 files

FreeBSD/ports eb0bb83www/tomcat9 distinfo Makefile

www/tomcat9: Update 9.0.112 => 9.0.113

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.113_(remm)

MFH:    2025Q4
(cherry picked from commit 81c312c5afa71add9b65e8e55dc9ff1c59573812)
DeltaFile
+3-3www/tomcat9/distinfo
+1-1www/tomcat9/Makefile
+4-42 files

FreeBSD/ports 81c312cwww/tomcat9 distinfo Makefile

www/tomcat9: Update 9.0.112 => 9.0.113

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.113_(remm)

MFH:    2025Q4
DeltaFile
+3-3www/tomcat9/distinfo
+1-1www/tomcat9/Makefile
+4-42 files

LLVM/project fc92e4dllvm/lib/Transforms/InstCombine InstCombinePHI.cpp

[InstCombine] Fix bail-out in `PHIsEqualValue()` (#170650)

We encountered a such case: `PHIsEqualValue()` is called with a PHI node
`PN` whose incoming values are all PHI nodes, and `NonPhiInVal` is
nullptr. When the size of `ValueEqualPHIs` reaches 16, `NonPhiInVal` is
still nullptr, then we keep scanning PHI node operands, this time the
recursion won't bail out even if we have visited too many PHI nodes.

In our case, the recursion ends with ~1700 PHI nodes visited, causes
InstCombine time-consuming.
DeltaFile
+1-1llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
+1-11 files

HardenedBSD/src 2103ad1cddl/sbin/zpool Makefile

HBSD: Resolve merge conflict

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+4-4cddl/sbin/zpool/Makefile
+4-41 files

HardenedBSD/src e43f640sys/contrib/openzfs/cmd/zfs zfs_main.c, sys/contrib/openzfs/lib/libtpool thread_pool.c

Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master

Conflicts:
        cddl/sbin/zpool/Makefile (unresolved)
DeltaFile
+0-3,360sys/contrib/openzfs/lib/libuutil/libuutil.abi
+407-811sys/contrib/openzfs/lib/libzfs/libzfs.abi
+0-723sys/contrib/openzfs/lib/libuutil/uu_list.c
+0-612sys/contrib/openzfs/lib/libtpool/thread_pool.c
+0-569sys/contrib/openzfs/lib/libuutil/uu_avl.c
+126-256sys/contrib/openzfs/cmd/zfs/zfs_main.c
+533-6,331105 files not shown
+1,262-8,517111 files

HardenedBSD/ports 9c7a652deskutils/calibre/files user-agent-data.json, devel/libbfd Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+231-209www/geckodriver/distinfo
+221-0www/geckodriver/Makefile.crates
+2-214www/geckodriver/Makefile
+55-55deskutils/calibre/files/user-agent-data.json
+0-47devel/libbfd/Makefile
+6-32x11-fonts/stix-fonts/pkg-plist
+515-55786 files not shown
+733-82092 files

FreeBSD/ports a78be53textproc/ibus Makefile pkg-plist

textproc/ibus: Update 1.5.32 => 1.5.33

Changelog:
https://github.com/ibus/ibus/releases/tag/1.5.33

Fix build with different options.

PR:             291303
Co-authored-by: Olivier Duchateau <duchateau.olivier at gmail.com>
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+18-14textproc/ibus/Makefile
+11-9textproc/ibus/pkg-plist
+3-3textproc/ibus/distinfo
+32-263 files

FreeBSD/src 9b1cd02release/scripts pkg-stage.sh

release: Include comms/usbmuxd to DVD to ensure ipheth(4) works

PR:             291370
Reviewed by:    emaste, aokblast, dch
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54074

(cherry picked from commit 90eda629964cbe4c2472aa3f1b8a427e60e78834)
DeltaFile
+1-0release/scripts/pkg-stage.sh
+1-01 files

HardenedBSD/src 9b1cd02release/scripts pkg-stage.sh

release: Include comms/usbmuxd to DVD to ensure ipheth(4) works

PR:             291370
Reviewed by:    emaste, aokblast, dch
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54074

(cherry picked from commit 90eda629964cbe4c2472aa3f1b8a427e60e78834)
DeltaFile
+1-0release/scripts/pkg-stage.sh
+1-01 files

HardenedBSD/src 58c80b2release/scripts pkg-stage.sh

release: Include comms/usbmuxd to DVD to ensure ipheth(4) works

PR:             291370
Reviewed by:    emaste, aokblast, dch
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54074

(cherry picked from commit 90eda629964cbe4c2472aa3f1b8a427e60e78834)
DeltaFile
+1-0release/scripts/pkg-stage.sh
+1-01 files

FreeBSD/src 58c80b2release/scripts pkg-stage.sh

release: Include comms/usbmuxd to DVD to ensure ipheth(4) works

PR:             291370
Reviewed by:    emaste, aokblast, dch
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54074

(cherry picked from commit 90eda629964cbe4c2472aa3f1b8a427e60e78834)
DeltaFile
+1-0release/scripts/pkg-stage.sh
+1-01 files

OpenBSD/src gOVv6a5usr.bin/ssh sshd_config.5

   errant line
VersionDeltaFile
1.388+2-3usr.bin/ssh/sshd_config.5
+2-31 files

OpenBSD/src RoWMxy7usr.bin/ssh sshd_config.5

   There is a warning next to the authorized_keys command="" flag that
   forcing a command doesn't automatically disable forwarding. Add one
   next to the sshd_config(5) ForceCommand directive too.

   feedback deraadt@
VersionDeltaFile
1.387+11-2usr.bin/ssh/sshd_config.5
+11-21 files

LLVM/project 000e462utils/bazel/llvm-project-overlay/mlir BUILD.bazel

[bazel] Fix mlir build after #171024 (#171068)

DeltaFile
+1-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+1-01 files

OpenBSD/src OwbLuwhusr.bin/ssh sftp-server.c

   increment correct variable when counting group memberships.
   Reported by Kevin Day via bz3903
VersionDeltaFile
1.150+2-2usr.bin/ssh/sftp-server.c
+2-21 files

Linux/linux ba65a4edrivers/clk/qcom nsscc-ipq5424.c gcc-x1e80100.c, drivers/clk/renesas rzv2h-cpg.c

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk updates from Stephen Boyd:
 "This is entirely SoC clk drivers.

  The majority diff wise is for the new Rockchip and Qualcomm clk
  drivers which is mostly lines and lines of data structures to describe
  the clk hardware in these SoCs. Beyond those two, Renesas continues to
  incrementally add clks to their SoC drivers, causing them to show up
  higher in the diffstat this time because they added quite a few clks
  all over the place.

  Overall it is a semi-quiet release that has some new clk drivers and
  the usual fixes for clock data that was wrong or missing and
  non-critical cleanups that plug error paths or fix typos.

  New Drivers:
   - Qualcomm IPQ5424 Network Subsystem Clock Controller
   - Qualcomm SM8750 Video Clock Controller

    [27 lines not shown]
DeltaFile
+1,340-0drivers/clk/qcom/nsscc-ipq5424.c
+1,117-0drivers/clk/rockchip/clk-rv1126b.c
+869-0drivers/clk/rockchip/clk-rk3506.c
+681-18drivers/clk/qcom/gcc-x1e80100.c
+561-0drivers/clk/socfpga/clk-agilex5.c
+506-8drivers/clk/renesas/rzv2h-cpg.c
+5,074-26119 files not shown
+10,603-371125 files

OpenBSD/ports P9B1g5btextproc/ruby-commonmarker distinfo crates.inc

   Update to commonmarker 2.6.0

   Will allow building with Ruby 4.0.
VersionDeltaFile
1.7+196-200textproc/ruby-commonmarker/distinfo
1.4+97-99textproc/ruby-commonmarker/crates.inc
1.10+1-1textproc/ruby-commonmarker/Makefile
+294-3003 files

LLVM/project 25c4d5dllvm/test/CodeGen/AMDGPU inline-asm-use-bool.ll inline-asm.ll

move test
DeltaFile
+0-15llvm/test/CodeGen/AMDGPU/inline-asm-use-bool.ll
+12-0llvm/test/CodeGen/AMDGPU/inline-asm.ll
+12-152 files

LLVM/project 00c592ellvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU inline-asm-use-bool.ll

[AMDGPU] Fix a crash when a bool variable is used in inline asm
DeltaFile
+15-0llvm/test/CodeGen/AMDGPU/inline-asm-use-bool.ll
+5-0llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+20-02 files

HardenedBSD/ports d460616filesystems/nbd-client-kmod distinfo Makefile

filesystems/nbd-client-kmod: Update to g20251201

ChangeLog:
https://github.com/ryan-moeller/kernel-nbd-client/commits/bb633716de4de2d228cc69bea1e7fa21e3dfcb8f/
DeltaFile
+3-3filesystems/nbd-client-kmod/distinfo
+2-2filesystems/nbd-client-kmod/Makefile
+5-52 files