FreeBSD/ports dfc5456emulators/virtualbox-ose-70 Makefile, emulators/virtualbox-ose-71 Makefile

emulators/virtualbox-ose-*: VirtualBox 7.X: license changed from GNU GPLv2 to GNU GPLv3

PR:             294588
Reported by:    ykla <yklaxds at gmail.com>
Approved by:    vbox@ (vvd@)
Approved by:    db@, yuri@ (Mentors, implicit)
MFH:            2026Q2

(cherry picked from commit cb332df6030b77100b2a380016bc719533fd5ef0)
DeltaFile
+1-1emulators/virtualbox-ose-70/Makefile
+1-1emulators/virtualbox-ose-71/Makefile
+1-1emulators/virtualbox-ose-72/Makefile
+1-1emulators/virtualbox-ose-additions-70/Makefile
+1-1emulators/virtualbox-ose-additions-71/Makefile
+1-1emulators/virtualbox-ose-additions-72/Makefile
+6-63 files not shown
+9-99 files

FreeBSD/ports cb332dfemulators/virtualbox-ose-70 Makefile, emulators/virtualbox-ose-71 Makefile

emulators/virtualbox-ose-*: VirtualBox 7.X: license changed from GNU GPLv2 to GNU GPLv3

PR:             294588
Reported by:    ykla <yklaxds at gmail.com>
Approved by:    vbox@ (vvd@)
Approved by:    db@, yuri@ (Mentors, implicit)
MFH:            2026Q2
DeltaFile
+1-1emulators/virtualbox-ose-kmod-70/Makefile
+1-1emulators/virtualbox-ose-kmod-71/Makefile
+1-1emulators/virtualbox-ose-kmod-72/Makefile
+1-1emulators/virtualbox-ose-72/Makefile
+1-1emulators/virtualbox-ose-70/Makefile
+1-1emulators/virtualbox-ose-71/Makefile
+6-63 files not shown
+9-99 files

LLVM/project 4ebf27bllvm/test/CodeGen/AArch64 sve-fixed-length-masked-expandloads.ll sve-streaming-mode-fixed-length-masked-expandload.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll

Merge branch 'main' into users/bassiounix/clang/deduction-guides
DeltaFile
+26,606-0llvm/test/CodeGen/AArch64/sve-fixed-length-masked-expandloads.ll
+4,805-4,811llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+4,078-0llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-expandload.ll
+1,871-1,882llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+1,604-1,567llvm/test/CodeGen/AArch64/clmul-scalable.ll
+764-1,425llvm/test/CodeGen/RISCV/rvv/vfadd-vp.ll
+39,728-9,6851,540 files not shown
+91,982-39,2751,546 files

LLVM/project df7eb62clang/www cxx_status.html

increase clang support version
DeltaFile
+1-1clang/www/cxx_status.html
+1-11 files

LLVM/project 971ce4bclang/lib/Frontend InitPreprocessor.cpp, clang/test/Lexer cxx-features.cpp

enable ctad for both c++17 and c++20
DeltaFile
+1-1clang/test/Lexer/cxx-features.cpp
+1-0clang/lib/Frontend/InitPreprocessor.cpp
+2-12 files

FreeBSD/ports 99af931deskutils/treesheets Makefile

deskutils/treesheets: Drop maintainership
DeltaFile
+1-1deskutils/treesheets/Makefile
+1-11 files

FreeNAS/freenas 2d19441src/freenas/usr/local/bin truenas-initrd.py, src/middlewared/middlewared/plugins/zfs_ validation_utils.py

NAS-140630 / 26.0.0-BETA.2 / replace py-libzfs usage with truenas_pylibzfs (by anodos325) (#18770)

This commit replaces py-libzfs (old python libzfs module) usage with
truenas_pylibzfs in a test and some utilities. It continues the overall
program of deprecating the old module.

Original PR: https://github.com/truenas/middleware/pull/18713

---------

Co-authored-by: Andrew Walker <andrew.walker at truenas.com>
DeltaFile
+19-17tests/unit/test_smb_share.py
+26-7src/freenas/usr/local/bin/truenas-initrd.py
+4-4src/middlewared/middlewared/plugins/zfs_/validation_utils.py
+49-283 files

FreeBSD/src 16de94esys/security/audit audit_bsm.c bsm_token.c

audit: Fix logging of IPv6 addresses

- kaudit_to_bsm: Log IPv6 as well as IPv4 and unix addrs
- au_to_sock_inet128: Treat ports the same way as au_to_sock_inet32() as
  just pushing a uint16 causes byte ordering problems on little endian.

Differential Revision: https://reviews.freebsd.org/D39633
Sponsored by: Netflix
Reviewed by: csjp
DeltaFile
+15-2sys/security/audit/audit_bsm.c
+1-1sys/security/audit/bsm_token.c
+16-32 files

NetBSD/pkgsrc-wip 0607b52rust-beta distinfo Makefile, rust-beta/patches patch-src_tools_rust-installer_install-template.sh

rust-beta: update to 1.96.0-beta.4
DeltaFile
+4-26rust-beta/patches/patch-src_tools_rust-installer_install-template.sh
+10-10rust-beta/distinfo
+2-2rust-beta/Makefile
+16-383 files

FreeNAS/freenas 89861a8src/middlewared/middlewared/plugins/zfs_ validation_utils.py

Fix

(cherry picked from commit 6698b8cd23010d84787fb010d7b3a77f7b4f2d4d)
DeltaFile
+3-3src/middlewared/middlewared/plugins/zfs_/validation_utils.py
+3-31 files

FreeNAS/freenas 3c05587src/freenas/usr/local/bin truenas-initrd.py

Fix some more incorrect usage

(cherry picked from commit 9d41683e258a25a8c6fc15af0947375a699bd64a)
DeltaFile
+3-4src/freenas/usr/local/bin/truenas-initrd.py
+3-41 files

FreeNAS/freenas 26e3a37src/freenas/usr/local/bin truenas-initrd.py, src/middlewared/middlewared/plugins/zfs_ validation_utils.py

replace py-libzfs usage with truenas_pylibzfs

This commit replaces py-libzfs (old python libzfs module) usage
with truenas_pylibzfs in a test and some utilities. It continues
the overall program of deprecating the old module.

(cherry picked from commit 87f9265ffae2251c58e34b4207ae03a30d5f4fcb)
DeltaFile
+19-17tests/unit/test_smb_share.py
+16-5src/freenas/usr/local/bin/truenas-initrd.py
+4-4src/middlewared/middlewared/plugins/zfs_/validation_utils.py
+39-263 files

FreeNAS/freenas b23c2b9src/freenas/usr/local/bin truenas-initrd.py

Address review

(cherry picked from commit 71d7b305376b84850f78456722714d8510c3a6a7)
DeltaFile
+16-7src/freenas/usr/local/bin/truenas-initrd.py
+16-71 files

FreeNAS/freenas 0fb6e9csrc/freenas/usr/local/bin truenas-initrd.py, src/middlewared/middlewared/plugins/zfs_ validation_utils.py

NAS-140630 / 27.0.0-BETA.1 / replace py-libzfs usage with truenas_pylibzfs (#18713)

This commit replaces py-libzfs (old python libzfs module) usage with
truenas_pylibzfs in a test and some utilities. It continues the overall
program of deprecating the old module.
DeltaFile
+19-17tests/unit/test_smb_share.py
+26-7src/freenas/usr/local/bin/truenas-initrd.py
+4-4src/middlewared/middlewared/plugins/zfs_/validation_utils.py
+49-283 files

LLVM/project a2011b1llvm/test/Transforms/LoopVectorize/RISCV strided-accesses.ll

[LV][RISCV][NFC] Update strided-accesses.ll to UTC version 6 (#193211)
DeltaFile
+570-540llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
+570-5401 files

LLVM/project e5925fbllvm/test/tools/llvm-objdump/MachO compact-unwind-i386.test compact-unwind-x86_64.test

[NFC][llvm-objdump] Use CHECK-NEXT in MachO tests (#192696)

[NFC][llvm-objdump] Use CHECK-NEXT in MachO tests
DeltaFile
+25-25llvm/test/tools/llvm-objdump/MachO/compact-unwind-i386.test
+25-25llvm/test/tools/llvm-objdump/MachO/compact-unwind-x86_64.test
+21-21llvm/test/tools/llvm-objdump/MachO/dis-no-leading-addr.test
+18-18llvm/test/tools/llvm-objdump/MachO/archive-headers.test
+16-16llvm/test/tools/llvm-objdump/MachO/dis-symname.test
+15-15llvm/test/tools/llvm-objdump/MachO/section-contents.test
+120-1207 files not shown
+156-15613 files

LLVM/project dc73cabllvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 bfloat-int-cvt.ll

[X86][AVX10.2] Skip FP2I/I2FP customizations for bf16 (#193137)

Because AVX10.2 doesn't provide native BF16 FP2I/I2FP conversion
instructions.
DeltaFile
+849-0llvm/test/CodeGen/X86/bfloat-int-cvt.ll
+11-5llvm/lib/Target/X86/X86ISelLowering.cpp
+860-52 files

FreeNAS/freenas 71d7b30src/freenas/usr/local/bin truenas-initrd.py

Address review
DeltaFile
+16-7src/freenas/usr/local/bin/truenas-initrd.py
+16-71 files

LLVM/project 8abcce0llvm/test/Transforms/LoopVectorize/AArch64 Oz-and-forced-vectorize.ll, llvm/test/Transforms/PhaseOrdering/AArch64 Oz-and-forced-vectorize.ll

[LoopVectorize] Generate test checks (NFC) (#193216)

Also move the test to PhaseOrdering, as it tests the full pipeline.
DeltaFile
+89-0llvm/test/Transforms/PhaseOrdering/AArch64/Oz-and-forced-vectorize.ll
+0-37llvm/test/Transforms/LoopVectorize/AArch64/Oz-and-forced-vectorize.ll
+89-372 files

FreeBSD/ports ea9ce10Mk/Uses python.mk

Mk/Uses/python.mk: Update CRYPTOGRAPHY_DEPENDS

(cherry picked from commit 8390127235c0469659664cd1a039f8ad2f927b78)
DeltaFile
+1-1Mk/Uses/python.mk
+1-11 files

FreeBSD/ports b11523ewww/rubygem-railties81 distinfo Makefile

www/rubygem-railties81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
(cherry picked from commit e1e054055f8e4c9dd04109f0dc041899f180879f)
DeltaFile
+3-3www/rubygem-railties81/distinfo
+1-1www/rubygem-railties81/Makefile
+4-42 files

FreeBSD/ports 7f21ca5www/rubygem-rails81 distinfo Makefile

www/rubygem-rails81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
(cherry picked from commit 5943b26dfc45a70ce20a2c842cb48b5d9a3be0cb)
DeltaFile
+3-3www/rubygem-rails81/distinfo
+1-1www/rubygem-rails81/Makefile
+4-42 files

FreeBSD/ports 6abe8c4www/rubygem-actionpack81 distinfo Makefile

www/rubygem-actionpack81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
(cherry picked from commit e56ab24421143d5a6d08dba1a74069d62f49c0de)
DeltaFile
+3-3www/rubygem-actionpack81/distinfo
+1-1www/rubygem-actionpack81/Makefile
+4-42 files

FreeBSD/ports ac826e4www/rubygem-actioncable81 distinfo Makefile

www/rubygem-actioncable81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
(cherry picked from commit fca5f55d8a9b313760854a291f59348f78d366bd)
DeltaFile
+3-3www/rubygem-actioncable81/distinfo
+1-1www/rubygem-actioncable81/Makefile
+4-42 files

FreeBSD/ports 9757d2btextproc/rubygem-actiontext81 distinfo Makefile

textproc/rubygem-actiontext81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
(cherry picked from commit 4de26433405c427cec07db4c2c57b82f65ca6ac9)
DeltaFile
+3-3textproc/rubygem-actiontext81/distinfo
+1-1textproc/rubygem-actiontext81/Makefile
+4-42 files

FreeBSD/ports c44e8d2net/rubygem-activestorage81 distinfo Makefile

net/rubygem-activestorage81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
Security:       CVE-2026-33173, CVE-2026-33174, CVE-2026-33195, CVE-2026-33202, CVE-2026-33658
(cherry picked from commit 0b78c3ec33a9a1b07059a689c5375c5d8015b20a)
DeltaFile
+3-3net/rubygem-activestorage81/distinfo
+1-1net/rubygem-activestorage81/Makefile
+4-42 files

FreeBSD/ports 8e98e56mail/rubygem-actionmailer81 distinfo Makefile

mail/rubygem-actionmailer81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
(cherry picked from commit 6747c02c8f733fca9134d59295ebe99ad22e45ec)
DeltaFile
+3-3mail/rubygem-actionmailer81/distinfo
+1-1mail/rubygem-actionmailer81/Makefile
+4-42 files

FreeBSD/ports 1138956devel/rubygem-activesupport81 distinfo Makefile

devel/rubygem-activesupport81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
Security:       CVE-2026-33169, CVE-2026-33170, CVE-2026-33176
(cherry picked from commit 18cfc6986558f78c353a50591cfd0b0870fb24bb)
DeltaFile
+3-3devel/rubygem-activesupport81/distinfo
+1-1devel/rubygem-activesupport81/Makefile
+4-42 files

FreeBSD/ports 693148cmail/rubygem-actionmailbox81 distinfo Makefile

mail/rubygem-actionmailbox81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
(cherry picked from commit 189f7d7c9a4dfa1820b77e5077442a0207eb6b1e)
DeltaFile
+3-3mail/rubygem-actionmailbox81/distinfo
+1-1mail/rubygem-actionmailbox81/Makefile
+4-42 files

FreeBSD/ports 79dbc4adevel/rubygem-actionview81 distinfo Makefile

devel/rubygem-actionview81: Update to 8.1.3

Changes:        https://github.com/rails/rails/releases
Security:       CVE-2026-33167, CVE-2026-33168
(cherry picked from commit 5bd0329f4bdfc98cea75dbe1d0faaf57e5c5aa21)
DeltaFile
+3-3devel/rubygem-actionview81/distinfo
+1-1devel/rubygem-actionview81/Makefile
+4-42 files