FreeBSD/src 3e27114share/man/man4 asmc.4, sys/dev/asmc asmc.c asmcvar.h

asmc: add raw SMC key read/write interface

This patch adds a debugging interface to read and write arbitrary
Apple SMC keys by name through sysctl, enabling hardware exploration
 and control of undocumented features.

The interface provides four sysctls under dev.asmc.0.raw.*:
  - key - Set the 4-character SMC key name (e.g., "AUPO")
  - value - Read/write key value as a hex string
  - len - Auto-detected key value length (can be overridden)
  - type - Read-only 4-character type string (e.g., "ui8", "flt")

Implementation includes a new asmc_key_getinfo() function using SMC
command 0x13 to query key metadata. The interface automatically
detects key lengths and types, uses hex string encoding for
arbitrary binary values, and is safe for concurrent access via
CTLFLAG_NEEDGIANT.

This interface was essential for discovering that the AUPO key

    [5 lines not shown]
DeltaFile
+240-47sys/dev/asmc/asmc.c
+29-0share/man/man4/asmc.4
+19-0sys/dev/asmc/asmcvar.h
+288-473 files

FreeBSD/ports 81dc803Mk/Uses python.mk

python.mk: deprecate USE_PYTHON=distutils

setup.py as a command line tool is deprecated. Still a valid
configuration file for setuptools in USE_PYTHON=pep517 mode.

More information: https://packaging.python.org/en/latest/discussions/setup-py-deprecated/
DeltaFile
+4-0Mk/Uses/python.mk
+4-01 files

FreeBSD/ports 716e7absysutils Makefile, sysutils/unixexec Makefile pkg-descr

sysutils/unixexec: New port: Attach stdin/stdout of a command to a Unix socket

unixexec attaches the stdin/stdout of a command to a Unix socket:

* immediately exec(3)'s the command: the data is not proxied via another process
* does not multiplex access to a socket

WWW: https://github.com/DtxdF/unixexec/
DeltaFile
+24-0sysutils/unixexec/Makefile
+4-0sysutils/unixexec/pkg-descr
+3-0sysutils/unixexec/distinfo
+1-0sysutils/Makefile
+32-04 files

FreeBSD/ports 84a0bb7security/netbird distinfo Makefile

security/netbird: Update 0.66.3 => 0.68.3

Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.66.4
https://github.com/netbirdio/netbird/releases/tag/v0.67.0
https://github.com/netbirdio/netbird/releases/tag/v0.67.1
https://github.com/netbirdio/netbird/releases/tag/v0.67.2
https://github.com/netbirdio/netbird/releases/tag/v0.67.3
https://github.com/netbirdio/netbird/releases/tag/v0.67.4
https://github.com/netbirdio/netbird/releases/tag/v0.68.0
https://github.com/netbirdio/netbird/releases/tag/v0.68.1
https://github.com/netbirdio/netbird/releases/tag/v0.68.2
https://github.com/netbirdio/netbird/releases/tag/v0.68.3

Commit log:
https://github.com/netbirdio/netbird/compare/v0.66.3...v0.68.3

PR:             294523
Sponsored by:   UNIS Labs
DeltaFile
+5-5security/netbird/distinfo
+1-2security/netbird/Makefile
+6-72 files

FreeBSD/src 1e7e033lib/msun Makefile, lib/msun/amd64 Makefile.inc

lib/msun: centralize addition of the arch-specific symbol map files

(cherry picked from commit c913dce86e7b6ff9c0c3265631529586aaf8520a)
DeltaFile
+0-1lib/msun/i387/Makefile.inc
+0-1lib/msun/powerpc/Makefile.inc
+0-1lib/msun/amd64/Makefile.inc
+1-0lib/msun/Makefile
+0-1lib/msun/arm/Makefile.inc
+0-1lib/msun/riscv/Makefile.inc
+1-56 files

FreeBSD/src 68c6a73lib/msun/aarch64 fenv.c fenv.h

lib/msun/aarch64: provide export file for arch-specific fenv methods

(cherry picked from commit 96a685c229f2ce440591f98d33d36776e56dd55c)
DeltaFile
+18-0lib/msun/aarch64/fenv.c
+9-5lib/msun/aarch64/fenv.h
+10-0lib/msun/aarch64/Symbol.map
+37-53 files

FreeBSD/src 6b00c65sys/netinet6 in6_pcb.c

inpcb: make in6_pcbdisconnect() just like in_pcbdisconnect()

Allow to be passed with already unconnected inpcb.

Fixes:  4fadf2466468dd6dcb6cf9e3739ed696a18c1bb4
DeltaFile
+3-0sys/netinet6/in6_pcb.c
+3-01 files

FreeBSD/src bf41d86sys/netinet ip_fastfwd.c, sys/netinet6 ip6_fastfwd.c

routing: Make ip[6]_tryforward() FIB-aware for local traffic

`ip_tryforward()` and `ip6_tryforward()` checks whether the destination
address is local or not without considering if it belongs to the current FIB.
If the destination is local but not in our FIB, forward it instead
of returning it to ip_input().

PR:             292319
Reviewed by:    zlei
MFC after:      1 week
MFC to:         stable/15
Differential Revision: https://reviews.freebsd.org/D56353
DeltaFile
+2-2sys/netinet/ip_fastfwd.c
+1-1sys/netinet6/ip6_fastfwd.c
+3-32 files

FreeBSD/ports 583218fx11-servers/xorg-server distinfo Makefile

x11-servers/xorg-server: security update: 21.1.20 -> 21.1.22

PR:             294519
Security:       CVE-2026-33999, CVE-2026-34000, CVE-2026-34001,
                CVE-2026-34002, CVE-2026-34003

Sponsored by:   tipi.work

(cherry picked from commit 3322a283421a280998b6e972171ebe90451dbadc)
DeltaFile
+3-3x11-servers/xorg-server/distinfo
+1-1x11-servers/xorg-server/Makefile
+4-42 files

FreeBSD/ports 2418dd2x11-servers/xwayland distinfo Makefile

x11-servers/xwayland: security update to 24.1.10

PR:             294518
Security:       CVE-2026-33999, CVE-2026-34000, CVE-2026-34001,
                CVE-2026-34002, CVE-2026-34003

Sponsored by:   tipi.work

(cherry picked from commit e1e9fcea2b86c3754279aebc6464117302df35ea)
DeltaFile
+3-3x11-servers/xwayland/distinfo
+1-1x11-servers/xwayland/Makefile
+4-42 files

FreeBSD/ports e1e9fcex11-servers/xwayland distinfo Makefile

x11-servers/xwayland: security update to 24.1.10

PR:             294518
Security:       CVE-2026-33999, CVE-2026-34000, CVE-2026-34001,
                CVE-2026-34002, CVE-2026-34003

Sponsored by:   tipi.work
DeltaFile
+3-3x11-servers/xwayland/distinfo
+1-1x11-servers/xwayland/Makefile
+4-42 files

FreeBSD/ports 3322a28x11-servers/xorg-server distinfo Makefile

x11-servers/xorg-server: security update: 21.1.20 -> 21.1.22

PR:             294519
Security:       CVE-2026-33999, CVE-2026-34000, CVE-2026-34001,
                CVE-2026-34002, CVE-2026-34003

Sponsored by:   tipi.work
DeltaFile
+3-3x11-servers/xorg-server/distinfo
+1-1x11-servers/xorg-server/Makefile
+4-42 files

FreeBSD/ports db6e74cdevel/got distinfo Makefile

devel/got: update to 0.124

User-visible changes:
- fix a segfault in tog while using the & search feature
- expand tabs in log messages displayed by tog diff to prevent misalignment
DeltaFile
+3-3devel/got/distinfo
+1-1devel/got/Makefile
+4-42 files

FreeBSD/ports a8647fcsecurity/nss distinfo Makefile

security/nss: update to 3.122.1

Announcement:
  https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/q302OZzf8cI
(cherry picked from commit cb4045a5473e0cbf5477026bb1471031b56a54f2)
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

FreeBSD/ports cb4045asecurity/nss distinfo Makefile

security/nss: update to 3.122.1

Announcement:
  https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/q302OZzf8cI
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

FreeBSD/ports 1133c5csecurity/agave distinfo Makefile, security/agave/files patch-rust-1.87.0 patch-gossip_src_protocol.rs

security/agave: update 2.2.14 → 3.1.13
DeltaFile
+761-567security/agave/distinfo
+383-286security/agave/Makefile
+0-42security/agave/files/patch-rust-1.87.0
+29-0security/agave/files/patch-gossip_src_protocol.rs
+20-0security/agave/files/patch-gossip_src_ping__pong.rs
+20-0security/agave/files/patch-core_src_system__monitor__service.rs
+1,213-8955 files not shown
+1,258-90711 files

FreeBSD/ports 41bcc68net-mgmt/prometheus3 distinfo Makefile

net-mgmt/prometheus3: Update to 3.11.2

Changelog:
https://github.com/prometheus/prometheus/releases/tag/v3.11.2
DeltaFile
+7-7net-mgmt/prometheus3/distinfo
+1-2net-mgmt/prometheus3/Makefile
+8-92 files

FreeBSD/ports d50e153Mk/Uses gnome.mk, deskutils/gnotime Makefile

gnome: retire INSTALLS_OMF

INSTALLS_OMF triggered execution of scrollkeeper-install and -unsinstall
which are script only doing exit 0 so useless.
DeltaFile
+0-15Mk/Uses/gnome.mk
+1-2deskutils/gnotime/Makefile
+1-172 files

FreeBSD/ports efd4077www/web2ldap Makefile, www/web2ldap/files patch-setup.py

www/web2ldap: Fix build with setuptools 81.0.0

This patch make web2ldap build against both setuptools 63.1.0 (currently
in ports) and 81.0.0.

PR:     294472
DeltaFile
+17-0www/web2ldap/files/patch-setup.py
+1-1www/web2ldap/Makefile
+18-12 files

FreeBSD/ports 423620acad/yosys pkg-plist distinfo

cad/yosys: Update 0.63 => 0.64

Summary: * Strip all the executables, not only the main one

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D56397
DeltaFile
+15-0cad/yosys/pkg-plist
+3-3cad/yosys/distinfo
+2-2cad/yosys/Makefile
+20-53 files

FreeBSD/ports 6f1ada6devel/terraform-ls distinfo Makefile

devel/terraform-ls: Update to 0.38.6

ChangeLog:
https://github.com/hashicorp/terraform-ls/releases/tag/v0.38.6
DeltaFile
+5-5devel/terraform-ls/distinfo
+1-2devel/terraform-ls/Makefile
+6-72 files

FreeBSD/ports 8ba6a2csecurity/osv-scanner distinfo Makefile

security/osv-scanner: Update to 2.3.5

ChangeLog:
https://github.com/google/osv-scanner/releases/tag/v2.3.5
DeltaFile
+5-5security/osv-scanner/distinfo
+3-4security/osv-scanner/Makefile
+8-92 files

FreeBSD/ports 38aafd6print/plutobook distinfo Makefile

print/plutobook: Update to 0.17.0

Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.17.0
DeltaFile
+3-3print/plutobook/distinfo
+1-1print/plutobook/Makefile
+4-42 files

FreeBSD/ports af82ab5devel/freebsd-sysroot Makefile

devel/freebsd-sysroot: force rebuild with pkg 2.7.1

pkg 2.7.1 will make sure at installation this port is not expecting
any shlib to be required to the exception of the private libraries
which are not part of this sysroot, but some of the libraries in this
sysroot are linked to those libprivate so they are listed in the
required field, add NO_SHLIB_REQUIRES_GLOB=libprivate* to get rid of
those.

PR:     293874
DeltaFile
+3-0devel/freebsd-sysroot/Makefile
+3-01 files

FreeBSD/ports 7aba3b5ports-mgmt/pkg distinfo Makefile

ports-mgmt/pkg: update to 2.7.1

Major Changes:
- install: respect -q
- vital: now explicitly state the SAT solver issue are due to a vital package
- lua: add pkg.exec_capture, a pkg.exec version capturing stdout/stderr
- Honor --repository flag for disabled repos as documented
Other Changes:
- version: add IGNORE_MAJOR to pkg.conf and document it
- pkg_config: accept int as boolean converted via != 0
- lock: do not error in expected (un)lock state
- backup_libraries: now fully respects rootdir
- backup libraries: atomic replacement of the library
- DB: loudly complain if the DB cannot be opened
- shlibs: also remove ignored shlibs provided from shlibs required
DeltaFile
+3-3ports-mgmt/pkg/distinfo
+1-1ports-mgmt/pkg/Makefile
+4-42 files

FreeBSD/ports b8b2ade. MOVED, devel Makefile

devel/prjpeppercorn111: Remove port

This ports gets removed immediately without a grace period as it is only
useful in combination with the devel/nextpnr* ports which no longer support
this particular version of prjpeppercorn.

Reviewed by:    rene
DeltaFile
+0-32devel/prjpeppercorn111/Makefile
+0-15devel/prjpeppercorn111/pkg-plist
+0-5devel/prjpeppercorn111/distinfo
+0-4devel/prjpeppercorn111/pkg-descr
+0-1devel/Makefile
+1-0MOVED
+1-576 files

FreeBSD/src 956acdcsys/net if_loop.c

loopback: Account for packet drops

Make loopback packet drops more obvious by reporting them
in interface stats visable via netstat -ni
Since loopback uses netisr, packets can be dropped if the
netisr queue overflows.  These drops are visible via
netisr -Q, but its not an obvious place to look.

Differential Revision: https://reviews.freebsd.org/D56356
Reviewed by: glebius, tuexen
Sponsored by: Netflix
DeltaFile
+7-3sys/net/if_loop.c
+7-31 files

FreeBSD/ports b6babbctextproc/pdf-form-filler-mcp Makefile distinfo

textproc/pdf-form-filler-mcp: update 0.1.0 → 0.1.1
DeltaFile
+3-7textproc/pdf-form-filler-mcp/Makefile
+3-3textproc/pdf-form-filler-mcp/distinfo
+6-102 files

FreeBSD/ports e2ddaa9devel/cargo-deny distinfo Makefile

devel/cargo-deny: update 0.19.1 → 0.19.2
DeltaFile
+3-3devel/cargo-deny/distinfo
+1-1devel/cargo-deny/Makefile
+4-42 files

FreeBSD/ports 9ccdefddeskutils/skim distinfo Makefile

deskutils/skim: update 4.5.1 → 4.6.0
DeltaFile
+49-47deskutils/skim/distinfo
+24-23deskutils/skim/Makefile
+73-702 files