FreeBSD/ports 4ade564lang/python315 pkg-plist, lang/python315/files patch-gh-146211-reject-CR_LF-in-HTTP-tunnel-request-headers patch-gh-146333-Fix-quadratic-regex-backtracking-in-configparser

lang/python315: New port, Python 3.15.0beta1

Please read:    https://blog.python.org/2026/05/python-3150-beta-1/
Changelog:      https://www.python.org/downloads/release/python-3150b1/
Details:        https://docs.python.org/3.15/whatsnew/3.15.html

PR:             295131
Sponsored by:   UNIS Labs
DeltaFile
+789-165lang/python315/pkg-plist
+0-108lang/python315/files/patch-gh-146211-reject-CR_LF-in-HTTP-tunnel-request-headers
+0-83lang/python315/files/patch-gh-146333-Fix-quadratic-regex-backtracking-in-configparser
+0-66lang/python315/files/patch-gh-148169-fix-webbrowser-_action_substitution-bypass-of-dash-prefix-check
+0-65lang/python315/files/patch-gh-148395-fix-possible-uaf-in-decompressors
+0-18lang/python315/files/patch-Lib_test_test__posix.py
+789-5059 files not shown
+825-51615 files

FreeBSD/ports 3778d51lang/python315 pkg-plist Makefile, lang/python315/files patch-gh-146211-reject-CR_LF-in-HTTP-tunnel-request-headers patch-gh-146333-Fix-quadratic-regex-backtracking-in-configparser

lang/python315: Repocopy of lang/python314

PR:             295131
Sponsored by:   UNIS Labs
DeltaFile
+8,316-0lang/python315/pkg-plist
+201-0lang/python315/Makefile
+108-0lang/python315/files/patch-gh-146211-reject-CR_LF-in-HTTP-tunnel-request-headers
+83-0lang/python315/files/patch-gh-146333-Fix-quadratic-regex-backtracking-in-configparser
+66-0lang/python315/files/patch-gh-148169-fix-webbrowser-_action_substitution-bypass-of-dash-prefix-check
+65-0lang/python315/files/patch-gh-148395-fix-possible-uaf-in-decompressors
+8,839-07 files not shown
+8,954-013 files

FreeBSD/src 3ca8ec1lib/libc/gen posix_spawn.c

libc: correct posix_spawn_file_actions_init ENOMEM error

The return value of posix_spawn_file_actions_init() is an error number.

Reviewed by:    kib
Differential Revision:  https://reviews.freebsd.org/D56911
DeltaFile
+1-1lib/libc/gen/posix_spawn.c
+1-11 files

FreeBSD/ports bec653csysutils/dua-cli distinfo Makefile.crates

sysutils/dua-cli: Update to 2.34.0

Changes:
  https://github.com/Byron/dua-cli/releases/tag/v2.33.0
  https://github.com/Byron/dua-cli/releases/tag/v2.34.0
PR:             293366
Approved by:    maintainer timeout (2.5 months)
DeltaFile
+59-51sysutils/dua-cli/distinfo
+28-24sysutils/dua-cli/Makefile.crates
+1-2sysutils/dua-cli/Makefile
+88-773 files

FreeBSD/ports 8dbda5dports-mgmt/portmaster distinfo Makefile

ports-mgmt/portmaster: update to version 3.35

Fix condition in a pkg query commend.

Reported by:    olegStreejak at github.com
DeltaFile
+3-3ports-mgmt/portmaster/distinfo
+1-1ports-mgmt/portmaster/Makefile
+4-42 files

FreeBSD/ports a33cabbarchivers/streamvbyte distinfo Makefile

archivers/streamvbyte: Update to 3.0.0

A few minor fixes and enhancements
Changes: https://github.com/fast-pack/streamvbyte/releases

Reported by:    portscout
DeltaFile
+3-3archivers/streamvbyte/distinfo
+1-1archivers/streamvbyte/Makefile
+4-42 files

FreeBSD/ports f27b843net-mgmt/p5-OSLV-Monitor distinfo Makefile

net-mgmt/p5-OSLV-Monitor: Update to 1.0.4

Also add p5-JSON-XS - it really does improve the speed when the
system is under high load.

This version also implements an exclude feature. For me, that
skips monitoring of short running jails, such as those started
by poudriere.

re: https://github.com/VVelox/OSLV-Monitor/releases/tag/1.0.4
DeltaFile
+3-3net-mgmt/p5-OSLV-Monitor/distinfo
+2-1net-mgmt/p5-OSLV-Monitor/Makefile
+5-42 files

FreeBSD/ports 9f798demultimedia/zoneminder pkg-plist Makefile, multimedia/zoneminder/files patch-scripts_zmupdate.pl.in patch-src_zm__utils.cpp

multimedia/zoneminder: Update 1.36.37 => 1.38.1

Changelogs:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.38.0
https://github.com/ZoneMinder/zoneminder/releases/tag/1.38.1

PR:             295090
Approved by:    Ivan <bsd at abinet.ru> (maintainer)
Sponsored by:   UNIS Labs
DeltaFile
+612-227multimedia/zoneminder/pkg-plist
+22-32multimedia/zoneminder/Makefile
+0-39multimedia/zoneminder/files/patch-scripts_zmupdate.pl.in
+0-16multimedia/zoneminder/files/patch-src_zm__utils.cpp
+0-14multimedia/zoneminder/files/patch-dep_jwt-cpp_include_jwt-cpp_jwt.h
+13-0multimedia/zoneminder/files/patch-src_CMakeLists.txt
+647-3282 files not shown
+661-3338 files

FreeBSD/src b333b87sys/kern uipc_shm.c

uipc_shm.c: make large page allocation interruptible

Approved by:    re (cperciva)

(cherry picked from commit 839d3266d8c6f6471cb92a3c0ae32eb16d117427)
(cherry picked from commit c335dafd77363b67493d37ab260bc82e70c8cfa7)
DeltaFile
+8-0sys/kern/uipc_shm.c
+8-01 files

FreeBSD/src 037b285sys/kern uipc_usrreq.c, tests/sys/kern unix_stream.c

unix: Make sure we signal EOF on the write side when disconnecting

Add a regression test.

Approved by:    re (cperciva)
PR:             294014
Reported by:    diizzy
Reviewed by:    glebius
MFC after:      1 week
Fixes:          d15792780760 ("unix: new implementation of unix/stream & unix/seqpacket")
Differential Revision:  https://reviews.freebsd.org/D56764

(cherry picked from commit 476805133f5736c2c8638e41d2b5d8dd2c597f3a)
(cherry picked from commit f06697907f360b02682594c6179a7361644d3c87)
DeltaFile
+62-19tests/sys/kern/unix_stream.c
+2-0sys/kern/uipc_usrreq.c
+64-192 files

FreeBSD/ports 389beabdeskutils/gnome-initial-setup Makefile, sysutils/mate-control-center Makefile

*: Bump PORTREVISION on libaccountsservice.so consumers

PR:             294993
Reported by:    Ale <discipline at tiscali.it>
Fixes:          5c1a2fb873434e3b845e8396edbff71e27ec130c
DeltaFile
+1-1deskutils/gnome-initial-setup/Makefile
+1-1x11/cinnamon-screensaver/Makefile
+1-1sysutils/mate-control-center/Makefile
+1-1x11/swaysettings/Makefile
+1-0x11/gdm/Makefile
+1-0x11/budgie-desktop/Makefile
+6-43 files not shown
+9-49 files

FreeBSD/ports b8732dasysutils/accountsservice Makefile, sysutils/accountsservice/files patch-generate-version.sh

sysutils/accountsservice: Fix version reported by pkg-config

Reported by:    cmt
Fixes:          5c1a2fb873434e3b845e8396edbff71e27ec130c
DeltaFile
+0-11sysutils/accountsservice/files/patch-generate-version.sh
+5-0sysutils/accountsservice/Makefile
+5-112 files

FreeBSD/ports 21fb84dmisc/py-sagemaker-train distinfo Makefile

misc/py-sagemaker-train: update 1.9.0 → 1.10.1
DeltaFile
+3-3misc/py-sagemaker-train/distinfo
+4-2misc/py-sagemaker-train/Makefile
+7-52 files

FreeBSD/ports a5c3290misc Makefile, misc/py-sagemaker-schema-inference-artifacts Makefile distinfo

misc/py-sagemaker-schema-inference-artifacts: New port: SageMaker: Library for Hugging Face Task Sample Inputs and Outputs
DeltaFile
+36-0misc/py-sagemaker-schema-inference-artifacts/Makefile
+3-0misc/py-sagemaker-schema-inference-artifacts/distinfo
+2-0misc/py-sagemaker-schema-inference-artifacts/pkg-descr
+1-0misc/Makefile
+42-04 files

FreeBSD/ports 1aa37acmisc/py-sagemaker-serve Makefile distinfo

misc/py-sagemaker-serve: update 1.9.0 → 1.10.1
DeltaFile
+7-5misc/py-sagemaker-serve/Makefile
+3-3misc/py-sagemaker-serve/distinfo
+10-82 files

FreeBSD/ports 6ae7374misc/py-sagemaker-shim distinfo Makefile

misc/py-sagemaker-shim: update 0.6.1 → 0.7.0
DeltaFile
+3-3misc/py-sagemaker-shim/distinfo
+1-1misc/py-sagemaker-shim/Makefile
+4-42 files

FreeBSD/ports 3388403misc/py-sagemaker-core distinfo Makefile

misc/py-sagemaker-core: update 2.9.0 → 2.10.1
DeltaFile
+3-3misc/py-sagemaker-core/distinfo
+1-2misc/py-sagemaker-core/Makefile
+4-52 files

FreeBSD/ports 69b0290misc/py-sagemaker-mlops Makefile distinfo

misc/py-sagemaker-mlops: update 1.9.0 → 1.10.1
DeltaFile
+8-6misc/py-sagemaker-mlops/Makefile
+3-3misc/py-sagemaker-mlops/distinfo
+11-92 files

FreeBSD/ports a89bf3emisc/py-sagemaker Makefile distinfo

misc/py-sagemaker: update 3.9.0 → 3.10.1
DeltaFile
+5-5misc/py-sagemaker/Makefile
+3-3misc/py-sagemaker/distinfo
+8-82 files

FreeBSD/ports ab55b4ddevel/git-town distinfo Makefile

devel/git-town: update 22.7.1 → 23.0.0
DeltaFile
+7-7devel/git-town/distinfo
+2-3devel/git-town/Makefile
+9-102 files

FreeBSD/src f066979sys/kern uipc_usrreq.c, tests/sys/kern unix_stream.c

unix: Make sure we signal EOF on the write side when disconnecting

Add a regression test.

PR:             294014
Reported by:    diizzy
Reviewed by:    glebius
MFC after:      1 week
Fixes:          d15792780760 ("unix: new implementation of unix/stream & unix/seqpacket")
Differential Revision:  https://reviews.freebsd.org/D56764

(cherry picked from commit 476805133f5736c2c8638e41d2b5d8dd2c597f3a)
DeltaFile
+62-19tests/sys/kern/unix_stream.c
+2-0sys/kern/uipc_usrreq.c
+64-192 files

FreeBSD/ports de7ba06security/vuxml/vuln 2026.xml

security/vuxml: Adjust listing for OpenVPN 2.6.20 release

Fixes in 2.7.2 are backported to 2.6.20 release

PR:             294714
Security:       549313db-3e93-11f1-8d38-7fbbe0285610
                CVE-2026-35058
                CVE-2026-40215
DeltaFile
+3-1security/vuxml/vuln/2026.xml
+3-11 files

FreeBSD/ports 145127bnet/gerbera pkg-message Makefile, net/gerbera/files pkg-message.in gerbera.in

net/gerbera: Adjust comment and move pkg-message file

Adjust comment in files/gerbera.in
Adjust pkg-message and move to "root" dir
DeltaFile
+11-0net/gerbera/pkg-message
+0-11net/gerbera/files/pkg-message.in
+1-1net/gerbera/files/gerbera.in
+0-1net/gerbera/Makefile
+12-134 files

FreeBSD/ports 871d6c9dns/godns pkg-message Makefile, dns/godns/files pkg-message.in godns.in

dns/godns: Fix various comments and text for port

Fix comment in files/godns.in
Adjust pkg-message and move it to "root" dir
Adjust pkg-descr
DeltaFile
+22-0dns/godns/pkg-message
+0-22dns/godns/files/pkg-message.in
+1-1dns/godns/files/godns.in
+0-2dns/godns/Makefile
+1-1dns/godns/pkg-descr
+24-265 files

FreeBSD/ports 593d86fdevel/capnproto pkg-message Makefile

devel/capnproto: Add notice about kernel bug affecting 15.0

Add notice about kernel bug on 15.0
While at it do a minor change to port Makefile

Reference:
https://cgit.freebsd.org/src/commit/?id=476805133f5736c2c8638e41d2b5d8dd2c597f3a
DeltaFile
+10-0devel/capnproto/pkg-message
+2-1devel/capnproto/Makefile
+12-12 files

FreeBSD/ports ee2a3cfmultimedia/mediamtx pkg-message Makefile, multimedia/mediamtx/files pkg-message.in mediamtx.in

multimedia/mediamtx: Fix various comment and move pkg-message file

Adjust comment in files/mediamtx.in
Move pkg-message file to "root" dir
DeltaFile
+11-0multimedia/mediamtx/pkg-message
+0-11multimedia/mediamtx/files/pkg-message.in
+1-1multimedia/mediamtx/files/mediamtx.in
+0-1multimedia/mediamtx/Makefile
+12-134 files

FreeBSD/ports efc6edbaudio/exhale Makefile, audio/exhale/files patch-git-02-c7a62e9438c55817283c965a5acf4398cb1c672c

audio/exhale: Backport upstream commit

Backport upstream commit c7a62e9438c55817283c965a5acf4398cb1c672c

Reference:
https://gitlab.com/ecodis/exhale/-/commit/c7a62e9438c55817283c965a5acf4398cb1c672c
DeltaFile
+117-0audio/exhale/files/patch-git-02-c7a62e9438c55817283c965a5acf4398cb1c672c
+1-1audio/exhale/Makefile
+118-12 files

FreeBSD/src ad2fff6tests/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().

(cherry picked from commit 27ff90cd3d8d2ac8198f30cbebeefb15a49d41bc)
DeltaFile
+7-0tests/sys/netinet/carp.sh
+7-01 files

FreeBSD/src 107ef0ctests/sys/netinet carp.sh

tests/carp: Rework unicast_v4

For unicast tests, it is sufficient to use wait_for_carp() to verify
the setup is sane. Additional sanity checks are not necessarily
required but can serve purpose for redundancy.

For some unclear reason routed(8) is advertising route to carp BACKUP.
That makes the test flaky. Also routed(8) is marked deprecated and may
be removed from base in the future. Let's just add static route entry
manually for additional sanity checks.

Other noticeable changes:
  1. Add atf_check to configuration steps to prevent potential failure
on setup. That helps diagnosing on failure.
  2. Shorten the names of jails to improve readability.
  3. Prefer `[ifconfig|route|sysctl] -j` over `jexec [ifconfig|route|sysctl]`
to make the lines shorter.

MFC note: At the time writing, routed(8) does not know carp addresses

    [10 lines not shown]
DeltaFile
+44-36tests/sys/netinet/carp.sh
+44-361 files

FreeBSD/src 332485atests/sys/netinet carp.sh

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

Makes tests to finish slightly faster.

(cherry picked from commit e353cbffd600ae3c00c8584dddcabf9d0ae1202a)
DeltaFile
+1-1tests/sys/netinet/carp.sh
+1-11 files