FreeBSD/src 9793960tools/tools/git git-arc.sh

git-arc: Add patch -b option

With the new patch -b option, switch to a new branch before applying
changes from Differential revisions.

While here, do some minor clean-up:
- Fix a check to determine whether `arc patch` ran successfully.
- Always ensure at least one argument is supplied to `git arc patch`.

Sponsored by:   The FreeBSD Foundation

Reviewed by:    imp, markj
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54024
DeltaFile
+47-11tools/tools/git/git-arc.sh
+47-111 files

FreeBSD/ports f7608e2multimedia/gstreamer1-plugins-svt-vp9 distinfo Makefile, multimedia/svt-vp9 distinfo Makefile

multimedia/svt-vp9: update to 0.3.1

Changes:        https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.3.1
Reported by:    GitHub (watch releases)

(cherry picked from commit ddba15e180e5e65d82d705985a8205180ead7380)
DeltaFile
+3-3multimedia/gstreamer1-plugins-svt-vp9/distinfo
+3-3multimedia/svt-vp9/distinfo
+1-2multimedia/svt-vp9/Makefile
+1-1multimedia/gstreamer1-plugins-svt-vp9/Makefile
+8-94 files

FreeBSD/ports e49fd1fx11-wm/cosmic-comp distinfo Makefile

x11-wm/cosmic-comp: update to 1.0.0.b.9

Changes:        https://github.com/pop-os/cosmic-comp/compare/epoch-1.0.0-beta.8...epoch-1.0.0-beta.9
Reported by:    Repology

(cherry picked from commit 1192e018fdecb967bba34f8b047ec55eb0f344ff)
DeltaFile
+3-3x11-wm/cosmic-comp/distinfo
+1-1x11-wm/cosmic-comp/Makefile
+4-42 files

FreeBSD/ports ddba15emultimedia/gstreamer1-plugins-svt-vp9 distinfo Makefile, multimedia/svt-vp9 distinfo Makefile

multimedia/svt-vp9: update to 0.3.1

Changes:        https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.3.1
Reported by:    GitHub (watch releases)
DeltaFile
+3-3multimedia/svt-vp9/distinfo
+3-3multimedia/gstreamer1-plugins-svt-vp9/distinfo
+1-2multimedia/svt-vp9/Makefile
+1-1multimedia/gstreamer1-plugins-svt-vp9/Makefile
+8-94 files

FreeBSD/ports 1192e01x11-wm/cosmic-comp distinfo Makefile

x11-wm/cosmic-comp: update to 1.0.0.b.9

Changes:        https://github.com/pop-os/cosmic-comp/compare/epoch-1.0.0-beta.8...epoch-1.0.0-beta.9
Reported by:    Repology
DeltaFile
+3-3x11-wm/cosmic-comp/distinfo
+1-1x11-wm/cosmic-comp/Makefile
+4-42 files

FreeBSD/ports d7cbaaasecurity/vuxml/vuln 2025.xml

security/vuxml: add entry for libvirt vulnerabilities

 * CVE-2025-12748
 * CVE-2025-13193
DeltaFile
+29-0security/vuxml/vuln/2025.xml
+29-01 files

FreeBSD/src fd131b4sys/net route.c if.c, sys/netinet6 in6.c in6_var.h

net: remove dom_ifmtu

It is a remnant of a network stack design that was supposed to support
multiple network protocols.  Today it is clear that we are left with IPv4
and IPv6 only.  Only IPv6 may have an MTU different to the interface MTU.
DeltaFile
+18-15sys/net/route.c
+0-13sys/net/if.c
+2-5sys/netinet6/in6.c
+0-2sys/sys/domain.h
+1-1sys/netinet6/in6_var.h
+0-1sys/netinet6/in6_proto.c
+21-371 files not shown
+21-387 files

FreeBSD/src c7f05efsys/net/route route_tables.c, sys/netinet in_rmx.c

net: routing table attach never fails
DeltaFile
+1-5sys/net/route/route_tables.c
+0-3sys/netinet6/in6_rmx.c
+0-3sys/netinet/in_rmx.c
+1-113 files

FreeBSD/ports 7ffec30net/mdns-bridge distinfo Makefile

net/mdns-bridge: Update 2.2.0 => 2.3.0

Changelog:
https://github.com/dennypage/mdns-bridge/releases/tag/v2.3.0

PR:     291402
DeltaFile
+3-3net/mdns-bridge/distinfo
+1-1net/mdns-bridge/Makefile
+4-42 files

FreeBSD/ports 2f2b7bcsysutils/bastille distinfo Makefile

sysutils/bastille: Upgrade port to 1.2.2.251204

Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR:             291373
MFH:            2025Q4
Release Notes:  https://github.com/BastilleBSD/bastille/releases/tag/1.2.2.251204

(cherry picked from commit 9cbe9da9881e5df0165e5d88425f6ec01a9e2745)
DeltaFile
+3-3sysutils/bastille/distinfo
+1-1sysutils/bastille/Makefile
+4-42 files

FreeBSD/ports 9cbe9dasysutils/bastille distinfo Makefile

sysutils/bastille: Upgrade port to 1.2.2.251204

Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR:             291373
MFH:            2025Q4
Release Notes:  https://github.com/BastilleBSD/bastille/releases/tag/1.2.2.251204
DeltaFile
+3-3sysutils/bastille/distinfo
+1-1sysutils/bastille/Makefile
+4-42 files

FreeBSD/src 27ff90ctests/sys/netinet carp.sh

tests/carp: make a 0.2 second pause before configuring second jail

for all scenarios where both jails have same priority/advskew.  There is a
tiny chance that on both sides carp_master_down() will be executed in
parallel and advertisements will also fly through the bridge(4) in
parallel, thus both sides will switch to MASTER before receiving the
announcement from peer.  This makes the test to fail.  So far this
flakyness was observed for carp:vrrp_v4 only, but in theory it is possible
for any of the patched scenarios.

Note that this sleep does not prolong execution of the tests, as the first
jail is already configured, and if we slept before configuring the second,
we would sleep less in wait_for_carp().
DeltaFile
+7-0tests/sys/netinet/carp.sh
+7-01 files

FreeBSD/src e353cbftests/sys/netinet carp.sh

tests/carp: make sleep interval in the wait loop smaller

Makes tests to finish slightly faster.
DeltaFile
+1-1tests/sys/netinet/carp.sh
+1-11 files

FreeBSD/src 2ace05b. ObsoleteFiles.inc, share/man/man9 pfind.9 Makefile

pfind(9): follow-up fixes and improvements

(Found on a branch from a year ago.)

- Adjust NAMEs
- MLINKS: add pfind_any.9, pfind_any_locked.9; remove old zpfind.9
- Reword the description of pfind_any() so that it doesn't imply only
  zombie processes are returned
- Fix a comma
- Use .Dv for the macro PRS_ZOMBIE
- Move the (logically separate) final statement to a new paragraph
- .Xr to pget(9)

Reviewed by:    0mp
Fixes:  07d78399eb79 ("pfind(9): Update to recent behavior")
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D53548
DeltaFile
+17-17share/man/man9/pfind.9
+2-1share/man/man9/Makefile
+3-0ObsoleteFiles.inc
+22-183 files

FreeBSD/doc 56e5b24website/content/en/security _index.adoc

website/security: Update support model for 15R

PR:             274197
Reviewed by:    dch
Pull Request:   https://github.com/freebsd/freebsd-doc/pull/567
DeltaFile
+2-2website/content/en/security/_index.adoc
+2-21 files

FreeBSD/ports 45b7bb1devel/p5-Sys-Virt distinfo Makefile

devel/p5-Sys-Virt: update to 11.10.0

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/p5-Sys-Virt/distinfo
+1-1devel/p5-Sys-Virt/Makefile
+4-42 files

FreeBSD/src ca3e47blib/libpmc/pmu-events/arch/x86/alderlaken adln-metrics.json pipeline.json

pmc: add alderlaken model

This commit adds alderlaken CPU model to hwpmc/libpmc. JSON event
definitions are imported from Intel perfmon version 1.16.

Reviewed by:    mhorne
MFC after:      1 week
Sponsored by:   Stormshield
Differential Revision:  https://reviews.freebsd.org/D49229
DeltaFile
+583-0lib/libpmc/pmu-events/arch/x86/alderlaken/adln-metrics.json
+533-0lib/libpmc/pmu-events/arch/x86/alderlaken/pipeline.json
+330-0lib/libpmc/pmu-events/arch/x86/alderlaken/cache.json
+175-0lib/libpmc/pmu-events/arch/x86/alderlaken/uncore-memory.json
+81-0lib/libpmc/pmu-events/arch/x86/alderlaken/memory.json
+47-0lib/libpmc/pmu-events/arch/x86/alderlaken/virtual-memory.json
+1,749-07 files not shown
+1,870-013 files

FreeBSD/src 51a01f3lib/libpmc/pmu-events/arch/x86/emeraldrapids uncore-cache.json uncore-interconnect.json

pmc: add emerald rapids model

This commit adds emerald rapids CPU model to hwpmc/libpmc. JSON event
definitions are imported from Intel perfmon version 1.06.

Reviewed by:    mhorne
MFC after:      1 week
Sponsored by:   Stormshield
Differential Revision:  https://reviews.freebsd.org/D49228
DeltaFile
+6,248-0lib/libpmc/pmu-events/arch/x86/emeraldrapids/uncore-cache.json
+6,199-0lib/libpmc/pmu-events/arch/x86/emeraldrapids/uncore-interconnect.json
+3,617-0lib/libpmc/pmu-events/arch/x86/emeraldrapids/uncore-io.json
+3,308-0lib/libpmc/pmu-events/arch/x86/emeraldrapids/uncore-memory.json
+962-0lib/libpmc/pmu-events/arch/x86/emeraldrapids/pipeline.json
+888-0lib/libpmc/pmu-events/arch/x86/emeraldrapids/cache.json
+21,222-010 files not shown
+23,302-016 files

FreeBSD/src 057dae3sys/dev/hwpmc hwpmc_intel.c

pmc: add alderlake model

The commit 601925180df4 added the models 6-B7, 6-BA, 6-BF to libpmc, but
they must also be added to the hwpmc module to allow pmc to work on
those CPUs.

Reviewed by:    mhorne
MFC after:      1 week
Fixes:          601925180df4 ("libpmc: add more alderlake models")
Sponsored by:   Stormshield
Differential Revision:  https://reviews.freebsd.org/D49255
DeltaFile
+3-0sys/dev/hwpmc/hwpmc_intel.c
+3-01 files

FreeBSD/ports 2d7047fsecurity/vuxml/vuln 2025.xml

security/vuxml: Document Apache httpd vulnerabilities
DeltaFile
+32-0security/vuxml/vuln/2025.xml
+32-01 files

FreeBSD/ports 1a1861cwww/nextcloud-calendar distinfo Makefile

www/nextcloud-calendar: Update to 6.1.1
DeltaFile
+3-3www/nextcloud-calendar/distinfo
+1-1www/nextcloud-calendar/Makefile
+4-42 files

FreeBSD/ports ce7e036sysutils Makefile, sysutils/jmore Makefile pkg-descr

sysutils/jmore: Add new port

The jmore(8) is FreeBSD Jails listing and managing utility.

Covers classic and VNET Jails - also BastilleBSD ones.

Displays IP(s)/interfaces/CPU/RAM/dir/... etc.

WWW: https://github.com/vermaden/jmore
DeltaFile
+27-0sysutils/jmore/Makefile
+5-0sysutils/jmore/pkg-descr
+3-0sysutils/jmore/distinfo
+1-0sysutils/Makefile
+36-04 files

FreeBSD/ports a215c0adevel/py-libvirt distinfo Makefile

devel/py-libvirt: update to 11.10.0

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/py-libvirt/distinfo
+1-1devel/py-libvirt/Makefile
+4-42 files

FreeBSD/ports 16adc59devel/libvirt pkg-plist Makefile

devel/libvirt: update to 11.10.0

 - Update to 11.10.0
 - As this release adds SLIRP networking support for the bhyve driver,
   add the SLIRP option which register dependency on net/libslirp. It's
   enabled by default when the BHYVE option is enabled by default,
   and implies BHYVE.
 - Handle SHEBANG and plist entries for qemu's 'virt-qemu-qmp-proxy'
   and 'virt-qemu-sev-validate' scripts [1]

PR:             291283 [1] (based on)
Submitted by:   David Horn [1]
Sponsored by:   The FreeBSD Foundation
DeltaFile
+22-0devel/libvirt/pkg-plist
+13-6devel/libvirt/Makefile
+3-3devel/libvirt/distinfo
+38-93 files

FreeBSD/ports c8fa124java/openjdk25 distinfo Makefile

java/openjdk25: Update to version 25.0.1

Reviewed-by:    fuz (mentor)
Approved by:    fuz (mentor)
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53975
DeltaFile
+3-3java/openjdk25/distinfo
+2-2java/openjdk25/Makefile
+5-52 files

FreeBSD/ports ee0205dwww/gitlab Makefile.common

www/gitlab: bump due to go update
DeltaFile
+1-1www/gitlab/Makefile.common
+1-11 files

FreeBSD/src 575efcfsys/kern kern_sendfile.c, sys/sys socket.h

sendfile: remove SF_SYNC in FreeBSD 16.0

See d17cbe46983c for details.

PR:     287348
DeltaFile
+0-88sys/kern/kern_sendfile.c
+1-1sys/sys/socket.h
+1-892 files

FreeBSD/ports 096b2bedevel/apache-commons-daemon distinfo Makefile, devel/apache-commons-daemon/files patch-native_arguments.c patch-native_help.c

devel/apache-commons-daemon: Upgrade port to 1.5.0

Approved by:    ale
Release Notes:  https://commons.apache.org/proper/commons-daemon/changes.html#a1.5.0
DeltaFile
+0-11devel/apache-commons-daemon/files/patch-native_arguments.c
+0-11devel/apache-commons-daemon/files/patch-native_help.c
+5-5devel/apache-commons-daemon/distinfo
+1-1devel/apache-commons-daemon/Makefile
+6-284 files

FreeBSD/src 215c58asys/net pfvar.h, sys/netpfil/pf pf_ioctl.c

pf: make unhandled_af() inline

Otherwise you just can't include pfvar.h without compiling pf in.

Reviewed by:            kp
Differential Revision:  https://reviews.freebsd.org/D54064
DeltaFile
+5-1sys/net/pfvar.h
+0-6sys/netpfil/pf/pf_ioctl.c
+5-72 files

FreeBSD/ports 69c1784security/trivy distinfo Makefile

security/trivy: update to 0.68.1

Changes:        https://github.com/aquasecurity/trivy/releases/tag/v0.68.1
DeltaFile
+5-5security/trivy/distinfo
+1-2security/trivy/Makefile
+6-72 files