FreeBSD/ports b1cf41fwww/linux-widevine-cdm distinfo Makefile

www/linux-widevine-cdm: update chrome distro to 147.0.7727.101-1

Bump PORTREVISION.

PR:             294602
Approved by:    arrowd (maintainer)

Sponsored by:   tipi.work
DeltaFile
+3-3www/linux-widevine-cdm/distinfo
+2-1www/linux-widevine-cdm/Makefile
+5-42 files

LLVM/project 90b1416clang-tools-extra/clang-tidy/cppcoreguidelines ProTypeMemberInitCheck.cpp, clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines pro-type-member-init.cpp

[clang-tidy] Fix crash in `cppcoreguidelines-pro-type-member-init` with alias template in constructor initializer (#192786)

Closes #192510.
DeltaFile
+19-0clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-type-member-init.cpp
+7-3clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
+26-32 files

FreeBSD/src 9038318sys/modules/rtw88 Makefile

rtw88: update module Makefile for v7.0 driver version

Update LINUXKPI_VERSION to reflect that the driver is based on
Linux v7.0.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+1-1sys/modules/rtw88/Makefile
+1-11 files

FreeBSD/src 41b641csys/contrib/dev/rtw88 main.c phy.c

rtw88: update Realtek's rtw88 driver

This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
028ef9c96e96197026887c0f092424679298aae8 ( tag: v7.0 ).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+37-17sys/contrib/dev/rtw88/main.c
+20-0sys/contrib/dev/rtw88/phy.c
+2-4sys/contrib/dev/rtw88/sdio.c
+3-2sys/contrib/dev/rtw88/usb.c
+2-2sys/contrib/dev/rtw88/util.c
+2-1sys/contrib/dev/rtw88/rtw8822b.c
+66-2610 files not shown
+78-3416 files

FreeBSD/src 480ba21. README.md

README: Update and harmonize

MFC after:      1 week
Reviewed by:    imp, markj, jhb
Differential Revision:  https://reviews.freebsd.org/D56499
DeltaFile
+12-11README.md
+12-111 files

LLVM/project b144b9cclang/include/clang/ScalableStaticAnalysisFramework/Core/Serialization JSONFormat.h, clang/lib/ScalableStaticAnalysisFramework/Core/Serialization/JSONFormat JSONFormatImpl.cpp

[clang][ssaf] Rework NestedBuildNamespaces of TU and LU summaries (#191489)

Problem:

ASTEntityMapping::getEntityName() creates EntityName with an empty
NestedBuildNamespace, but the linker expected the TU namespace to
already be present in the EntityName. This caused internal linkage
symbols to conflict during linking: since their NestedBuildNamespace was
empty, they all inherited the same LU namespace during resolution,
making internal symbols from different TUs appear identical. For
example, two "static inline" functions with the same USR in separate TUs
would be incorrectly merged into a single LU entity instead of remaining
distinct.

This is now fixed and demonstrated by the
InternalLinkageWithEmptyNamespaceAcrossTUs test, which creates two
internal linkage symbols across two TUs and verifies they remain
separate after linking.


    [27 lines not shown]
DeltaFile
+23-323clang/unittests/ScalableStaticAnalysisFramework/Serialization/JSONFormatTest/TUSummaryTest.cpp
+155-37clang/lib/ScalableStaticAnalysisFramework/Core/Serialization/JSONFormat/JSONFormatImpl.cpp
+0-36clang/test/Analysis/Scalable/ssaf-linker/Inputs/tu-2.json
+0-36clang/test/Analysis/Scalable/ssaf-linker/Inputs/tu-1.json
+30-1clang/unittests/ScalableStaticAnalysisFramework/EntityLinkerTest.cpp
+17-6clang/include/clang/ScalableStaticAnalysisFramework/Core/Serialization/JSONFormat.h
+225-43924 files not shown
+250-53830 files

LLVM/project 0d69fb3llvm/lib/Target/AArch64/GISel AArch64RegisterBankInfo.cpp, llvm/test/CodeGen/AArch64 arm64-neon-3vdiff.ll concat-vector.ll

[AArch64][GISel] Regbank G_BITCAST using src regbank. (#191522)

This takes the regbank of a G_BITCAST from the input srcreg that has
already been allocated, keeping the bitcast on the same bank. A copy
then might be added to the dst if needed.

onlyUsesFP is also improved for G_BITCAST, allowing operations to guess
the correct type through a onlyUsesFP too.

Originally from #177158 by Ryan Cowan with modifications.
DeltaFile
+24-48llvm/test/CodeGen/AArch64/arm64-neon-3vdiff.ll
+20-28llvm/test/CodeGen/AArch64/concat-vector.ll
+18-27llvm/test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir
+17-23llvm/test/CodeGen/AArch64/qmovn.ll
+20-19llvm/test/CodeGen/AArch64/popcount.ll
+23-4llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
+122-14913 files not shown
+140-18219 files

LLVM/project 28c43a6lldb/source/Target Target.cpp, lldb/test/API lit.cfg.py

[lldb][windows] do not use ConPTY in tests (#192657)
DeltaFile
+79-0lldb/test/API/windows/conpty/TestConPTY.py
+22-0lldb/test/API/windows/conpty/main.c
+6-0lldb/test/Shell/lit.cfg.py
+4-0lldb/test/API/lit.cfg.py
+3-0lldb/test/API/windows/conpty/Makefile
+2-1lldb/source/Target/Target.cpp
+116-11 files not shown
+119-17 files

FreeBSD/ports 5c4ff9flang/typescript-go distinfo Makefile

lang/typescript-go: Update to 7.0.0.g20260408

Changelog: https://github.com/microsoft/typescript-go/compare/3830860814ab640263f40265c367b3938ff2d284...9c19dee6ab88ae11444837f16efa16a6b3dc9f59
DeltaFile
+7-7lang/typescript-go/distinfo
+3-4lang/typescript-go/Makefile
+10-112 files

OpenBSD/src mvh3sgosys/scsi st.c

   Don't let malicious or confused scsi tape devices cause reading or writing
   outside a mode sense/select buffer.

   Original diff from Stanislav Fort of aisle.com with additional paranoia for
   negative values.

   Tweaks and ok from kettenis@
VersionDeltaFile
1.192+7-2sys/scsi/st.c
+7-21 files

FreeBSD/src d618ba3usr.bin/du/tests du_test.sh

du: Set BLOCKSIZE before running tests

Several testcases assume BLOCKSIZE=K, so set it at the top of the
script.  This fixes an issue where the tests would sometimes fail
when run under sudo.

MFC after:      1 week
Sponsored by:   Klara, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D56476
DeltaFile
+4-0usr.bin/du/tests/du_test.sh
+4-01 files

FreeBSD/src 8de0fc1sys/net/route route_tables.c

routing: Use a better error number in sysctl_fibs()

ENOTCAPABLE is for capsicum and its use here is inappropriate.  In
particular, note that syscallret() treats this value specially.

Reviewed by:    glebius, pouria, zlei
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56481
DeltaFile
+1-1sys/net/route/route_tables.c
+1-11 files

FreeBSD/src 9899c8dsys/tools kernel-gdb.py

gdb: Print a stack trace if a python command raises an error

MFC after:      1 week
DeltaFile
+2-0sys/tools/kernel-gdb.py
+2-01 files

FreeBSD/src 2b264cbsys/net/route route_tables.c

routing: Initialize V_rt_numfibs earlier during boot

V_rt_numfibs can be set at compile time (with the ROUTETABLES kernel
config option) or boot time (with the net.fibs tunable).
vnet_rtables_init(), running during SI_PROTO_DOMAIN, was checking the
tunable and updating V_rt_numfibs accordingly, but that means that
earlier SYSINITs, such as vnet_mroute_init(), see the compile-time value
for V_rt_numfibs before it gets corrected in vnet_rtables_init().

Fix this by initializing V_rt_numfibs earlier, so that SYSINITs are less
likely to use the wrong value.

Add a comment describing the weird, preexisting semantic of resetting
rt_numfibs to 1 in VNET jails.

PR:             294510
Reviewed by:    glebius, zlei, pouria
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56473
DeltaFile
+16-8sys/net/route/route_tables.c
+16-81 files

OpenBSD/ports xGmN3tfnet/samba distinfo Makefile, net/samba/patches patch-buildtools_wafsamba_samba_autoconf_py

   Update to samba-4.24.1

   Changes: https://www.samba.org/samba/history/samba-4.24.1.html

   Test and OK Ian McWilliam (co-maintainer)
VersionDeltaFile
1.138+2-2net/samba/distinfo
1.25+2-2net/samba/patches/patch-buildtools_wafsamba_samba_autoconf_py
1.372+1-1net/samba/Makefile
+5-53 files

FreeBSD/src ba94d75stand/common load_elf.c

stand/common/load_elf: Do kernel module relocations for PPC

reloc_ptr() skips relocations for the kernel module, because on most
platforms the kernel is ET_EXEC and this is not required.  On PPC,
the kernel is ET_DYN and we need to relocate here, otherwise the
module metadata will not be loaded properly and the kernel module
will have an incorrect version, preventing module dependencies from
resolving.

This fixes loading kernel modules from loader.conf on powerpc.

Diagnosed by:   jrtc27
Reviewed by:    jrtc27, adrian
Sponsored by:   https://www.patreon.com/bsdivy
Differential Revision:  https://reviews.freebsd.org/D56457
DeltaFile
+4-3stand/common/load_elf.c
+4-31 files

FreeBSD/ports 3c11120irc/inspircd Makefile pkg-plist

irc/inspircd: remove mbedtls module logic it was removed in v4

https://docs.inspircd.org/4/moved-modules/#ssl_mbedtls

PR:     294610
DeltaFile
+2-4irc/inspircd/Makefile
+0-1irc/inspircd/pkg-plist
+2-52 files

HardenedBSD/src 3441c31sys/modules/ath10k Makefile, sys/modules/ath11k Makefile

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+46-40sys/modules/brcm80211/brcmfmac/Makefile
+51-20sys/modules/ath11k/Makefile
+29-31sys/modules/rtw88/Makefile
+29-28sys/modules/rtw89/Makefile
+26-18sys/modules/mt76/Makefile.inc
+20-18sys/modules/ath10k/Makefile
+201-15511 files not shown
+345-25517 files

LLVM/project 5e0e863clang/test/CodeGenCXX homogeneous-aggregates.cpp

Fix typo in comment about MSVC sret convention (#168162)

The comment mis-spelled the word convention with convetion.
DeltaFile
+1-1clang/test/CodeGenCXX/homogeneous-aggregates.cpp
+1-11 files

HardenedBSD/ports d90fc68cad/kicad-library-packages3d-devel pkg-plist, devel/cargo-edit distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+57-6,863cad/kicad-library-packages3d-devel/pkg-plist
+1,487-1,487x11/waveterm/distinfo
+1,721-0multimedia/lebiniou-data/pkg-plist
+375-355devel/cargo-edit/distinfo
+597-0devel/forgejo-cli/distinfo
+156-253x11/waveterm/files/packagejsons/package-lock.json
+4,393-8,95889 files not shown
+5,729-9,63395 files

FreeBSD/src 25e776asys/compat/linuxkpi/common/include/net cfg80211.h mac80211.h

LinuxKPI: 802.11: add struct/fields and functions for v7.0

Add 802.11 struct fields and functions support for Linux v7.0 based
wireless drivers (at least iwlwifi, rtw88, rtw89).

While here cleanup some other bits.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+9-4sys/compat/linuxkpi/common/include/net/cfg80211.h
+11-1sys/compat/linuxkpi/common/include/net/mac80211.h
+20-52 files

FreeBSD/src a0112b0sys/compat/linuxkpi/common/include/net cfg80211.h mac80211.h

LinuxKPI: 802.11: Add structures and functions for NAN support

In Linux v7.0 iwlwifi(4) started to add support for Wi-Fi Aware(tm)
also known as Neighbor Awareness Networking (NAN).

Add structures and fields for this as needed so far to keep the driver
compiling.  net80211 has no support for it as a new mode.

We may consider a dedicated header file for these parts in the future
depending on how much more is to come.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+66-0sys/compat/linuxkpi/common/include/net/cfg80211.h
+11-0sys/compat/linuxkpi/common/include/net/mac80211.h
+77-02 files

FreeBSD/src f252ce0sys/compat/linuxkpi/common/include/linux ieee80211.h

LinuxKPI: 802.11: set IEEE80211_MIN_ACTION_SIZE according to struct

IEEE80211_MIN_ACTION_SIZE came up in the mt76 vendor subtree merge
as one of the non-mechanical changes which made me look.
Rather than (incorrectly) hand counting the offset from the beginning
of a frame, use the offset from the beginning of struct ieee80211_mgmt.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+2-2sys/compat/linuxkpi/common/include/linux/ieee80211.h
+2-21 files

NetBSD/pkgsrc-wip 83c14c6wlroots Makefile

wlroots: update libdrm depends
DeltaFile
+1-0wlroots/Makefile
+1-01 files

HardenedBSD/src c39237alib/libmixer mixer.c

mixer(3): Rename _mixer_readvol() to mixer_readvol()

No functional change intended.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+3-5lib/libmixer/mixer.c
+3-51 files

FreeBSD/src c39237alib/libmixer mixer.c

mixer(3): Rename _mixer_readvol() to mixer_readvol()

No functional change intended.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+3-5lib/libmixer/mixer.c
+3-51 files

NetBSD/pkgsrc-wip 3ce0060wlroots PLIST

wlroots: update PLIST

(builds fine for me)
DeltaFile
+126-122wlroots/PLIST
+126-1221 files

FreeBSD/ports 57c6dc5security/uacme Makefile

security/uacme: Remove expired MBEDTLS option

security/mbedtls2 expired in 2025-06-02

Reported by:    diizzy
MFH:            2026Q2

(cherry picked from commit 7d638e494efea93d7f0e3c2ba345be59f8426ae7)
DeltaFile
+2-4security/uacme/Makefile
+2-41 files

FreeBSD/ports 7d638e4security/uacme Makefile

security/uacme: Remove expired MBEDTLS option

security/mbedtls2 expired in 2025-06-02

Reported by:    diizzy
MFH:            2026Q2
DeltaFile
+2-4security/uacme/Makefile
+2-41 files

HardenedBSD/ports 7d638e4security/uacme Makefile

security/uacme: Remove expired MBEDTLS option

security/mbedtls2 expired in 2025-06-02

Reported by:    diizzy
MFH:            2026Q2
DeltaFile
+2-4security/uacme/Makefile
+2-41 files