FreeBSD/ports 4ec57d4devel/R-cran-pkgload distinfo Makefile

devel/R-cran-pkgload: Update to 1.5.2

Change license to MIT.

Changelog: https://cloud.r-project.org/web/packages/pkgload/news/news.html
DeltaFile
+3-3devel/R-cran-pkgload/distinfo
+2-2devel/R-cran-pkgload/Makefile
+5-52 files

FreeBSD/ports f1c9e28lang/gnat12 Makefile, lang/gnat13 Makefile

lang/gnat1?: fix build with GNU strip

After D55509 $STRIP_CMD has been set to GNU strip for these ports, and in some
cases this breaks, because GNU strip will refuse to strip non-writable files,
while LLVM strip is happy to (attempt to) strip them.

PR:             294657
Reported by:    kib at FreeBSD.org
Reviewed by:    kib at FreeBSD.org
Phabricator:    D55509
MFC after:      8 days

(cherry picked from commit 3d69dd6df87f1ef85fb4869f15be3ddc6099e605)
DeltaFile
+6-0lang/gnat12/Makefile
+6-0lang/gnat13/Makefile
+6-0lang/gnat14/Makefile
+18-03 files

FreeBSD/src 50bd6eelib/clang/include/llvm/Config config.h

lib/clang: Fix bootstrapping on macOS after LLVM 21 merge

Fixes:          770cf0a5f02d ("Fixups after llvm-project main llvmorg-21-init-19288-gface93e724f4 merge")
MFC after:      1 month
DeltaFile
+2-2lib/clang/include/llvm/Config/config.h
+2-21 files

FreeBSD/ports 2ac7a50x11/libxkbfile Makefile distinfo

x11/libxkbfile: Update to 1.2.0

The autoconf build system has been removed in this release.
Update WWW and pkg-descr.

https://lists.x.org/archives/xorg-announce/2026-January/003662.html

PR:             294432
Approved by:    x11 (arrowd)
Approved by:    osa (mentor), fluffy (mentor)
DeltaFile
+4-3x11/libxkbfile/Makefile
+3-3x11/libxkbfile/distinfo
+2-1x11/libxkbfile/pkg-descr
+0-1x11/libxkbfile/pkg-plist
+9-84 files

FreeBSD/doc 014c319website/static/security/advisories FreeBSD-EN-26:12.freebsd-update.asc

Fix a couple of typos and tighten up the language.
DeltaFile
+23-22website/static/security/advisories/FreeBSD-EN-26:12.freebsd-update.asc
+23-221 files

FreeBSD/ports b5e6652security/diswall distinfo Makefile, security/diswall/files patch-Cargo.toml

security/diswall: update 0.6.0 → 0.7.2
DeltaFile
+543-275security/diswall/distinfo
+278-139security/diswall/Makefile
+15-0security/diswall/files/patch-Cargo.toml
+836-4143 files

FreeBSD/ports 7de5f1cdatabases/diesel distinfo Makefile

databases/diesel: update 2.3.8 → 2.3.9
DeltaFile
+27-27databases/diesel/distinfo
+14-14databases/diesel/Makefile
+41-412 files

FreeBSD/ports 31e24c6misc/mcp-inspector pkg-plist Makefile, misc/mcp-inspector/files package-lock.json

misc/mcp-inspector: update 0.21.1 → 0.21.2
DeltaFile
+55-47misc/mcp-inspector/files/package-lock.json
+17-11misc/mcp-inspector/pkg-plist
+5-1misc/mcp-inspector/Makefile
+3-3misc/mcp-inspector/distinfo
+80-624 files

FreeBSD/ports 7a08f5asysutils/opa distinfo Makefile

sysutils/opa: update 1.16.0 → 1.16.1
DeltaFile
+5-5sysutils/opa/distinfo
+1-1sysutils/opa/Makefile
+6-62 files

FreeBSD/ports 5ce0a96japanese/sudachi distinfo Makefile

japanese/sudachi: update 0.6.10 → 0.6.11
DeltaFile
+225-191japanese/sudachi/distinfo
+113-97japanese/sudachi/Makefile
+338-2882 files

FreeBSD/doc f1a8ad7website/static/security/advisories FreeBSD-EN-26:12.freebsd-update.asc FreeBSD-EN-26:11.dhclient.asc, website/static/security/patches/EN-26:11 dhclient.patch

Add EN-26:11 and EN-26:12.

Approved by:    so
DeltaFile
+487-0website/static/security/patches/EN-26:12/ensa-143.patch
+487-0website/static/security/patches/EN-26:12/ensa-144.patch
+177-0website/static/security/advisories/FreeBSD-EN-26:12.freebsd-update.asc
+166-0website/static/security/patches/EN-26:12/ensa-150.patch
+156-0website/static/security/advisories/FreeBSD-EN-26:11.dhclient.asc
+112-0website/static/security/patches/EN-26:11/dhclient.patch
+1,585-07 files not shown
+1,734-013 files

FreeBSD/poudriere ace1d19src/man poudriere-image.8 poudriere-status.8, src/share/poudriere common.sh

Merge pull request #1341 from fematarazzo/fix/typos

fix: correct typos in comments and man pages
DeltaFile
+1-1src/man/poudriere-image.8
+1-1src/man/poudriere-status.8
+1-1src/share/poudriere/common.sh
+1-1src/share/poudriere/include/pkgqueue.sh
+4-44 files

FreeBSD/src 5702d24usr.sbin/bsdinstall/scripts auto

bsdinstall: Improve auto-partition message

Manually tuning ZFS for systems with <8GB ram hasn't been necessary at
least since the switch to OpenZFS. We have users reporting using 1GB RAM
with no manual tuning/issues. Further, the page this links to is a stale
wiki page, which is causing complaints. Remove this misleading note and
replace it with a similar message for UFS. While here, reword that note
to be a bit clearer.

PR:                     287719
MFC after:              3 days
Differential Revision:  https://reviews.freebsd.org/D50971

(cherry picked from commit 5ed26c21e4ff1d478d4611abbf3dc14cc1b77244)
DeltaFile
+2-2usr.sbin/bsdinstall/scripts/auto
+2-21 files

FreeBSD/src dd92680share/man/man7 build.7

build.7: Explain update-packages repo signing

MFC after:              3 days
Reported by:            kevans
Reviewed by:            kevans, ngie
Differential Revision:  https://reviews.freebsd.org/D56607

(cherry picked from commit ab98fd3234304ea10db3dee70205828d372c443a)
DeltaFile
+10-1share/man/man7/build.7
+10-11 files

FreeBSD/src ef42bf7share/man/man7 intro.7

intro.7: Reference groups.7

PR:             264966
MFC after:      3 days

(cherry picked from commit 0f91468c040eb2129618e5ac251afc2529edb462)
DeltaFile
+3-1share/man/man7/intro.7
+3-11 files

FreeBSD/src 2c41906share/man/man7 groups.7, usr.bin/id id.1 groups.1

groups.7: New manual page of standard group names

Import groups(7) from NetBSD, with tweaks for our system. The group
list is sorted by GID. All the group names from /usr/src/etc/group
are described, except "uucp". The FILES section was added on top of
the original manual page.

PR:                     264966
Relnotes:               yes
MFC after:              3 days
Obtained from:          NetBSD
Reviewed by:            des, ziaee
Differential Revision:  https://reviews.freebsd.org/D54114

(cherry picked from commit e09104dfb76a36b65a64bd315bd1520941c4beed)
DeltaFile
+345-0share/man/man7/groups.7
+3-2usr.bin/id/id.1
+3-2usr.bin/id/groups.1
+3-2usr.bin/newgrp/newgrp.1
+3-2usr.sbin/chkgrp/chkgrp.8
+2-1usr.sbin/chown/chown.8
+359-96 files not shown
+371-1412 files

FreeBSD/src b5f4547sys/cddl/compat/opensolaris/kern opensolaris_cmn_err.c

dtrace: Improve dmesg kernel message prefix

Provide intuitive log search keywords and increased system consistency.

MFC after:              2 weeks
Reported by:            mav
Reviewed by:            0mp, dteske
OpenZFS change:         d45c8d648 (Improve dmesg kernel message prefix)
Differential Revision:  https://reviews.freebsd.org/D55765

(cherry picked from commit 49e9b3061df036a73e8bc424c026158f3f57b183)
DeltaFile
+7-7sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
+7-71 files

FreeBSD/src c64ee36krb5/include autoconf.h, krb5/util/build-tools krb5-config.sh Makefile

krb5: Adjust additional version strings

Fixes:          736e411a737b
DeltaFile
+2-2krb5/include/autoconf.h
+1-1krb5/util/build-tools/krb5-config.sh
+1-0krb5/util/build-tools/Makefile
+4-33 files

FreeBSD/ports bdc7494security/vuxml/vuln 2026.xml

security/vuxml: add textproc/p5-Text-CSV_XS

Reported by:    H.Merijn Brand - Tux <linux at tux.freedom.nl>
Security:       CVE-2026-7111
Reviewed by:    osa, vvd (mentors)
Approved by:    osa (mentor)
Differential Revision: https://reviews.freebsd.org/D56749
DeltaFile
+41-0security/vuxml/vuln/2026.xml
+41-01 files

FreeBSD/ports a4a400bdevel/brpc pkg-plist Makefile, devel/brpc/files patch-src_brpc_socket.cpp patch-src_bthread_fd.cpp

devel/brpc: add new ports.

PR:             293396
DeltaFile
+541-0devel/brpc/pkg-plist
+124-0devel/brpc/files/patch-src_brpc_socket.cpp
+92-0devel/brpc/files/patch-src_bthread_fd.cpp
+49-0devel/brpc/files/patch-CMakeLists.txt
+44-0devel/brpc/files/patch-src_butil_logging.cc
+41-0devel/brpc/Makefile
+891-022 files not shown
+1,249-028 files

FreeBSD/poudriere abc3404src/share/poudriere common.sh

fix: 'will will' -> 'we will' in common.sh
DeltaFile
+1-1src/share/poudriere/common.sh
+1-11 files

FreeBSD/poudriere 01f3e3bsrc/man poudriere-status.8

fix: remove duplicate 'by' in poudriere-status.8
DeltaFile
+1-1src/man/poudriere-status.8
+1-11 files

FreeBSD/poudriere 247b477src/man poudriere-image.8

fix: remove duplicate 'that' in poudriere-image.8
DeltaFile
+1-1src/man/poudriere-image.8
+1-11 files

FreeBSD/poudriere 661057asrc/share/poudriere/include pkgqueue.sh

fix: 'sucessful' -> 'successful' in pkgqueue.sh
DeltaFile
+1-1src/share/poudriere/include/pkgqueue.sh
+1-11 files

FreeBSD/ports 902fcfawww/py-google-api-python-client Makefile distinfo

www/py-google-api-python-client: Update to 2.195.0

- Convert to PEP517

ChangeLog:      https://github.com/googleapis/google-api-python-client/releases/tag/v2.195.0
Reported by:    "release-please[bot]" <notifications at github.com>
DeltaFile
+4-2www/py-google-api-python-client/Makefile
+3-3www/py-google-api-python-client/distinfo
+7-52 files

FreeBSD/ports c68d3ddmultimedia/go2tv distinfo Makefile

multimedia/go2tv: Update to 2.3.0

ChangeLog:      https://github.com/alexballas/go2tv/releases/tag/v2.3.0
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+5-5multimedia/go2tv/distinfo
+2-2multimedia/go2tv/Makefile
+7-72 files

FreeBSD/doc 31e233awebsite/data/en/press press.toml

press: Add latest FreeBSD YouTube video to press

Sponsored by:   FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D56755
DeltaFile
+9-0website/data/en/press/press.toml
+9-01 files

FreeBSD/ports 0f0eae0textproc/quarto distinfo Makefile

textproc/quarto: update 1.10.0 → 1.10.3

PR:     294904
DeltaFile
+5-5textproc/quarto/distinfo
+1-1textproc/quarto/Makefile
+6-62 files

FreeBSD/ports 3ac37a5devel/R-cran-pak distinfo Makefile

devel/R-cran-pak: Update to 0.9.5

Changelog: https://cloud.r-project.org/web/packages/pak/news/news.html
DeltaFile
+3-3devel/R-cran-pak/distinfo
+1-1devel/R-cran-pak/Makefile
+4-42 files

FreeBSD/src 8583bcbshare/mk bsd.sys.mk

Revert "build: provide a FORTIFY_SOURCE.<src file> override"

This reverts commit c46a0b590716144d772eeba83ca88d96ee12c2f1.  It broke
the build and I'm not awake yet.
DeltaFile
+3-6share/mk/bsd.sys.mk
+3-61 files