LLVM/project 14bebdellvm/cmake/modules TableGen.cmake

Revert "[TargetParser][cmake] Recurse for TableGen deps" (#179588)

Reverts llvm/llvm-project#177274

Appears to be breaking some bots.
DeltaFile
+1-1llvm/cmake/modules/TableGen.cmake
+1-11 files

FreeBSD/ports 8a0a141biology/py-newick distinfo Makefile

biology/py-newick: Update to 1.11.0
DeltaFile
+3-3biology/py-newick/distinfo
+1-1biology/py-newick/Makefile
+4-42 files

FreeBSD/ports f7565d9www/py-django42 distinfo Makefile

www/py-django42: Update to 4.2.28

(cherry picked from commit 156239515f5ba0b1011e0315b1b771e6a446e1a6)
DeltaFile
+3-3www/py-django42/distinfo
+1-1www/py-django42/Makefile
+4-42 files

FreeBSD/ports 6824d94www/py-django52 distinfo Makefile

www/py-django52: Update to 5.2.11

(cherry picked from commit db3f06a47cec2be03f8546e67742cb93548c0baa)
DeltaFile
+3-3www/py-django52/distinfo
+1-1www/py-django52/Makefile
+4-42 files

FreeBSD/ports 8d69576www/py-django60 distinfo Makefile

www/py-django60: Update to 6.0.2

(cherry picked from commit 9a141d8a242d3303188ee46464d9f76ad4ac2a0a)
DeltaFile
+3-3www/py-django60/distinfo
+1-1www/py-django60/Makefile
+4-42 files

FreeBSD/ports 1562395www/py-django42 distinfo Makefile

www/py-django42: Update to 4.2.28
DeltaFile
+3-3www/py-django42/distinfo
+1-1www/py-django42/Makefile
+4-42 files

FreeBSD/ports db3f06awww/py-django52 distinfo Makefile

www/py-django52: Update to 5.2.11
DeltaFile
+3-3www/py-django52/distinfo
+1-1www/py-django52/Makefile
+4-42 files

FreeBSD/ports 9a141d8www/py-django60 distinfo Makefile

www/py-django60: Update to 6.0.2
DeltaFile
+3-3www/py-django60/distinfo
+1-1www/py-django60/Makefile
+4-42 files

HardenedBSD/src 1d29586sys/compat/linuxkpi/common/include/linux string_choices.h, sys/dev/vmm vmm_dev.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+58-0tests/sys/netpfil/pf/match.sh
+19-22sys/netpfil/pf/pf.c
+5-20sys/compat/linuxkpi/common/include/linux/string_choices.h
+7-8sys/dev/vmm/vmm_dev.c
+3-4sys/net/pfvar.h
+0-4sys/kern/kern_sysctl.c
+92-586 files

HardenedBSD/src 82b5ca0crypto/heimdal/lib/hdb hdb-private.h keys.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+12-0crypto/heimdal/lib/hdb/hdb-private.h
+1-1crypto/heimdal/lib/hdb/keys.c
+13-12 files

HardenedBSD/ports 9062511devel/ghidra pkg-plist, devel/hs-spago distinfo Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+457-120devel/ghidra/pkg-plist
+0-481devel/hs-spago/distinfo
+213-197security/arti/distinfo
+0-215devel/hs-spago/Makefile
+105-97security/arti/Makefile.crates
+3-99security/hockeypuck/distinfo
+778-1,20960 files not shown
+1,072-1,49966 files

LLVM/project 28d0208llvm/cmake/modules TableGen.cmake

[TargetParser][cmake] Recurse for TableGen deps (#177274)

In the dependency tracking for TableGen-generated files, globbing was
previously limited to the root of include directories. This missed
transitive dependencies in subdirectories, such as the target-specific
intrinsic definitions located in llvm/IR/.

Modifying these untracked files could cause global state (like the
intrinsic enum) to shift without triggering a rebuild of downstream
instruction selectors. This resulted in "Cannot select: intrinsic"
errors during incremental builds. Using a recursive glob ensures all
relevant TableGen files are correctly tracked regardless of their
directory depth.

Fixes #156744
DeltaFile
+1-1llvm/cmake/modules/TableGen.cmake
+1-11 files

LLVM/project 1ffe788llvm/lib/Target/PowerPC PPCISelLowering.cpp, llvm/test/CodeGen/PowerPC scalar_cmp.ll fsel.ll

[PowerPC] Remove NoInfsFPMath uses (#163029)

Only `ninf` should be used.
This is the PowerPC part.
DeltaFile
+458-888llvm/test/CodeGen/PowerPC/scalar_cmp.ll
+125-70llvm/test/CodeGen/PowerPC/fsel.ll
+34-76llvm/test/CodeGen/PowerPC/scalar-equal.ll
+0-67llvm/test/CodeGen/PowerPC/change-no-infs.ll
+1-1llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+618-1,1025 files

LLVM/project 22cc68cutils/bazel/llvm-project-overlay/mlir/test/Dialect BUILD.bazel

[bazel][mlir][emitc][test] Port #177339: tosa -> emitc test deps (#179578)

DeltaFile
+2-0utils/bazel/llvm-project-overlay/mlir/test/Dialect/BUILD.bazel
+2-01 files

pfSense/pfsense 2308c33tools/conf/pfPorts poudriere_bulk

Add net/pfSense-pkg-mcast-bridge
DeltaFile
+1-0tools/conf/pfPorts/poudriere_bulk
+1-01 files

LLVM/project 39f3d72libclc/clc/include/clc/math math.h, libclc/clc/lib/clspv/math clc_sw_fma.cl

[libclc] Only use software fma for r600 target (#179428)

Implement generic __clc_fma with __builtin_elementwise_fma for all
targets except for r600.

Add --spirv-ext=+SPV_KHR_fma flag to SPIR-V generation. SPIR-V target
supports @llvm.fma since SPV_KHR_fma was implemented in llvm-spirv
(https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/3467) and
SPIR-V backend (8f8dfbf8c9f0).
This PR assumes SPIR-V consumer with modern hardware supports fma.
DeltaFile
+0-274libclc/clc/lib/clspv/math/clc_sw_fma.cl
+174-0libclc/clc/lib/r600/math/clc_sw_fma.cl
+0-165libclc/clc/lib/generic/math/clc_sw_fma.cl
+0-16libclc/opencl/lib/spirv/math/fma.cl
+16-0libclc/clc/lib/r600/math/clc_fma.inc
+1-15libclc/clc/include/clc/math/math.h
+191-47013 files not shown
+218-52019 files

FreeBSD/ports b60027bfilesystems/openzfs-kmod Makefile, filesystems/openzfs-kmod/files patch-nvpair_nvpair.c

filesystems/openzfs-kmod: unbreak compilation on head

Unbreak build on FreeBSD 16 by adding nvpair.c patch from upstream

Source: https://github.com/openzfs/zfs/pull/18154
DeltaFile
+30-0filesystems/openzfs-kmod/files/patch-nvpair_nvpair.c
+1-0filesystems/openzfs-kmod/Makefile
+31-02 files

FreeBSD/ports efcd8ecfilesystems/openzfs Makefile, filesystems/openzfs/files patch-module_nvpair_nvpair.c patch-cmd_zfs_zfs__main.c

filesystems/openzfs: unbreak compilation on head

Unbreak build on FreeBSD 16 by adding nvpair.c patch from upstream

Source: https://github.com/openzfs/zfs/pull/18154
DeltaFile
+30-0filesystems/openzfs/files/patch-module_nvpair_nvpair.c
+3-3filesystems/openzfs/files/patch-cmd_zfs_zfs__main.c
+1-0filesystems/openzfs/Makefile
+34-33 files

HardenedBSD/ports efcd8ecfilesystems/openzfs Makefile, filesystems/openzfs/files patch-module_nvpair_nvpair.c patch-cmd_zfs_zfs__main.c

filesystems/openzfs: unbreak compilation on head

Unbreak build on FreeBSD 16 by adding nvpair.c patch from upstream

Source: https://github.com/openzfs/zfs/pull/18154
DeltaFile
+30-0filesystems/openzfs/files/patch-module_nvpair_nvpair.c
+3-3filesystems/openzfs/files/patch-cmd_zfs_zfs__main.c
+1-0filesystems/openzfs/Makefile
+34-33 files

HardenedBSD/ports b60027bfilesystems/openzfs-kmod Makefile, filesystems/openzfs-kmod/files patch-nvpair_nvpair.c

filesystems/openzfs-kmod: unbreak compilation on head

Unbreak build on FreeBSD 16 by adding nvpair.c patch from upstream

Source: https://github.com/openzfs/zfs/pull/18154
DeltaFile
+30-0filesystems/openzfs-kmod/files/patch-nvpair_nvpair.c
+1-0filesystems/openzfs-kmod/Makefile
+31-02 files

NetBSD/pkgsrc-wip 4391c7fups-nut distinfo Makefile.common, ups-nut/patches patch-tests_nut-driver-enumerator-test.sh

ups-nut: Update to  2.8.4.1305
DeltaFile
+0-17ups-nut/patches/patch-tests_nut-driver-enumerator-test.sh
+3-4ups-nut/distinfo
+1-1ups-nut/Makefile.common
+4-223 files

FreeBSD/ports 15ef535x11-drivers/xorgxrdp Makefile

x11-drivers/xorgxrdp: Remove WIP comment in Makefile
DeltaFile
+0-4x11-drivers/xorgxrdp/Makefile
+0-41 files

HardenedBSD/ports 15ef535x11-drivers/xorgxrdp Makefile

x11-drivers/xorgxrdp: Remove WIP comment in Makefile
DeltaFile
+0-4x11-drivers/xorgxrdp/Makefile
+0-41 files

FreeBSD/ports ff32f19net/xrdp Makefile, net/xrdp/files pkg-message.in

net/xrdp: Relax dependency on x11-drivers/xorgxrdp

Now x11-drivers/xorgxrdp provides the default xorg flavor and the xlibre
flavor.

To avoid tying xrdp to a specific xorgxrdp flavor, the runtime
dependency on xorgxrdp has been removed. In addition, pkg-message has
been updated to instruct users to install either flavor of xorgxrdp
according to their environment.
DeltaFile
+14-12net/xrdp/files/pkg-message.in
+3-4net/xrdp/Makefile
+17-162 files

HardenedBSD/ports ff32f19net/xrdp Makefile, net/xrdp/files pkg-message.in

net/xrdp: Relax dependency on x11-drivers/xorgxrdp

Now x11-drivers/xorgxrdp provides the default xorg flavor and the xlibre
flavor.

To avoid tying xrdp to a specific xorgxrdp flavor, the runtime
dependency on xorgxrdp has been removed. In addition, pkg-message has
been updated to instruct users to install either flavor of xorgxrdp
according to their environment.
DeltaFile
+14-12net/xrdp/files/pkg-message.in
+3-4net/xrdp/Makefile
+17-162 files

NetBSD/pkgsrc GIror6Gnet/rtmpdump buildlink3.mk

   rtmpdump: make bl3.mk accept any 2.6.0
VersionDeltaFile
1.24+2-2net/rtmpdump/buildlink3.mk
+2-21 files

NetBSD/pkgsrc zCVTBgqnet/rtmpdump Makefile

   rtmpdump: use date in version number instead of git hash
VersionDeltaFile
1.31+2-3net/rtmpdump/Makefile
+2-31 files

OpenBSD/src jLivueQsys/kern kern_lock.c

   attmepting -> attempting
VersionDeltaFile
1.86+2-2sys/kern/kern_lock.c
+2-21 files

OpenZFS/src 07ae463contrib/pam_zfs_key pam_zfs_key.c, man/man8 pam_zfs_key.8

Added support for multiple homes in pam_zfs_key module (#18084)

This implemented support for having multiple datasets unlocked and
mounted when a session is opened.
Example: `homes=rpool/home,tank/users`

Extra unit tests have been added

A man page documents have been added `man 8 pam_zfs_key`. A few
references to the new man page have also been added in other documents.

Signed-off-by: Dennis Vestergaard Værum <github at varum.dk>
Reviewed-by: Tony Hutter <hutter2 at llnl.gov>
Reviewed-by: Tino Reichardt <milky-zfs at mcmilk.de>
DeltaFile
+194-92contrib/pam_zfs_key/pam_zfs_key.c
+221-0man/man8/pam_zfs_key.8
+58-0tests/zfs-tests/tests/functional/pam/pam_basic.ksh
+13-1tests/zfs-tests/tests/functional/pam/pam_nounmount.ksh
+12-1tests/zfs-tests/tests/functional/pam/pam_change_unmounted.ksh
+11-0tests/zfs-tests/tests/functional/pam/setup.ksh
+509-946 files not shown
+528-9412 files

NetBSD/pkgsrc 8s6ieAadoc CHANGES-2026

   doc: Updated devel/gyp to 0.1pre20240206
VersionDeltaFile
1.890+2-1doc/CHANGES-2026
+2-11 files