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

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

OPNSense/core 8768f53src/opnsense/mvc/app/library/OPNsense/Auth LDAP.php

System: make LDAD auth adhere to bad login penalty as well (#10111)

Made remainder of modifications for GHSA-jpm7-f59c-mp54 which were previously discussed but deferred.
DeltaFile
+0-11src/opnsense/mvc/app/library/OPNsense/Auth/LDAP.php
+0-111 files

FreeBSD/src ec07723sys/dev/sound/pcm sound.h, sys/dev/sound/usb uaudio.h

Revert "sound: Remove some forward declarations from sound.h and uaudio.h"

This reverts commit 602249f033d146d9c731d8b1cb4b2e0899c61ad9.
DeltaFile
+4-1sys/dev/sound/pcm/sound.h
+2-0sys/dev/sound/usb/uaudio.h
+6-12 files

HardenedBSD/src ec07723sys/dev/sound/pcm sound.h, sys/dev/sound/usb uaudio.h

Revert "sound: Remove some forward declarations from sound.h and uaudio.h"

This reverts commit 602249f033d146d9c731d8b1cb4b2e0899c61ad9.
DeltaFile
+4-1sys/dev/sound/pcm/sound.h
+2-0sys/dev/sound/usb/uaudio.h
+6-12 files

OpenBSD/ports l6S1QXFnet/icinga Makefile

   link web2-module-monitoring to the build, spotted by florian@, thanks!
VersionDeltaFile
1.13+1-0net/icinga/Makefile
+1-01 files

NetBSD/pkgsrc-wip 38c42bdlibopeninput Makefile.common Makefile

libopeninput: update to head
DeltaFile
+1-1libopeninput/Makefile.common
+1-0libopeninput/Makefile
+2-12 files

FreeBSD/src 89d68eesys/kern subr_module.c

subr_module: account for MODINFOMD_EFI_ARCH

Fixes:          b538d4911004ca541507166b8ec9689d2e87d1aa
MFC after:      2 weeks

(cherry picked from commit b3d6829f4998ad8ac8c65d39ac9513ba85a9974b)
DeltaFile
+8-0sys/kern/subr_module.c
+8-01 files

FreeBSD/src 0bd9b26share/man/man4 splash.4, stand/common gfx_fb.c bootstrap.h

splash: add shutdown splash

This commit adds a shutdown splash to the existing kernel startup splash(4)
screen feature. It can be customized by providing a PNG image to the
shutdown_splash directive loader.conf(5).

Sponsored by:   Defenso
MFC after:      2 weeks
Reviewed by:    vexeduxr, ziaee, manu
Differential Revision:  https://reviews.freebsd.org/D55140

(cherry picked from commit 4b862c713ac5556ab4bd1828b47c5eb9cb28e067)
DeltaFile
+16-4stand/common/gfx_fb.c
+19-1sys/dev/vt/vt_core.c
+11-3share/man/man4/splash.4
+6-1stand/efi/loader/bootinfo.c
+5-0sys/kern/subr_module.c
+3-1stand/common/bootstrap.h
+60-102 files not shown
+64-118 files

FreeBSD/ports b4f0b71security/R-cran-openssl distinfo Makefile

security/R-cran-openssl: Update to 2.4.0

ChangeLog: https://cran.r-project.org/web/packages/openssl/NEWS
DeltaFile
+3-3security/R-cran-openssl/distinfo
+1-1security/R-cran-openssl/Makefile
+4-42 files

HardenedBSD/ports b4f0b71security/R-cran-openssl distinfo Makefile

security/R-cran-openssl: Update to 2.4.0

ChangeLog: https://cran.r-project.org/web/packages/openssl/NEWS
DeltaFile
+3-3security/R-cran-openssl/distinfo
+1-1security/R-cran-openssl/Makefile
+4-42 files