FreeBSD/ports 74ab32dsysutils/reqlog Makefile

sysutils/reqlog: Set the version at build time
DeltaFile
+2-0sysutils/reqlog/Makefile
+2-01 files

FreeBSD/ports 235e843sysutils/wander Makefile

sysutils/wander: Set the version at build time
DeltaFile
+2-1sysutils/wander/Makefile
+2-11 files

FreeBSD/ports dc68064www/xcaddy Makefile

www/xcaddy: Set the version at build time
DeltaFile
+2-0www/xcaddy/Makefile
+2-01 files

FreeBSD/ports 3646a07security/ssl-checker Makefile

security/ssl-checker: Set the version at build time
DeltaFile
+2-1security/ssl-checker/Makefile
+2-11 files

FreeBSD/ports 4f05404net/cliproxyapi Makefile

net/cliproxyapi: Set the version at build time
DeltaFile
+2-0net/cliproxyapi/Makefile
+2-01 files

FreeBSD/ports 524ddeesecurity/keyward Makefile

security/keyward: Set the version at build time
DeltaFile
+2-0security/keyward/Makefile
+2-01 files

FreeBSD/ports afd3efenet/redpanda-connect Makefile

net/redpanda-connect: Set the version at build time
DeltaFile
+2-0net/redpanda-connect/Makefile
+2-01 files

FreeBSD/ports e6cc614net/claws Makefile

net/claws: Set the version at build time
DeltaFile
+2-0net/claws/Makefile
+2-01 files

FreeBSD/ports 1b098f9databases/sq Makefile

databases/sq: Set the version at build time
DeltaFile
+2-0databases/sq/Makefile
+2-01 files

FreeBSD/ports 878f4f7net-mgmt/flow Makefile

net-mgmt/flow: Set the version at build time
DeltaFile
+2-0net-mgmt/flow/Makefile
+2-01 files

FreeBSD/ports 6bf47d7devel/taskctl Makefile

devel/taskctl: Set the version at build time
DeltaFile
+2-1devel/taskctl/Makefile
+2-11 files

FreeBSD/ports acb1d57devel/lazyworktree Makefile

devel/lazyworktree: Set the version at build time
DeltaFile
+2-0devel/lazyworktree/Makefile
+2-01 files

FreeBSD/ports dbc8e12databases/memtui Makefile

databases/memtui: Set the version at build time
DeltaFile
+2-1databases/memtui/Makefile
+2-11 files

FreeBSD/ports 13d7822benchmarks/ali Makefile

benchmarks/ali: Set the version at build time
DeltaFile
+2-1benchmarks/ali/Makefile
+2-11 files

FreeBSD/ports d97f8f9net/croc Makefile

net/croc: Relax the Go version pin to a minimum

croc's go.mod requires go 1.27.0, above the current GO_DEFAULT of 1.26, so
this is one of the rare ports that genuinely needs a version requirement.
Use the floating go:1.27+ form instead of an exact pin so the port moves to
the default once 1.27 becomes it, rather than being removed along with
lang/go127.

Dropping the requirement entirely still built, but only because the fetch
phase downloaded golang.org/toolchain at v0.0.1-go1.27.0.freebsd-amd64 and
built with that instead of the declared go126 dependency.
DeltaFile
+1-1net/croc/Makefile
+1-11 files

FreeBSD/ports d43a6e4security/keyward Makefile

security/keyward: Remove unnecessary Go version pin
DeltaFile
+1-1security/keyward/Makefile
+1-11 files

FreeBSD/ports 3224c0enet/cliproxyapi Makefile

net/cliproxyapi: Remove unnecessary Go version pin
DeltaFile
+1-1net/cliproxyapi/Makefile
+1-11 files

FreeBSD/ports 5ca7b4bsecurity Makefile, security/y509 distinfo pkg-descr

security/y509: New port: TUI tool for viewing and analyzing X.509 certificate chains
DeltaFile
+42-0security/y509/Makefile
+13-0security/y509/pkg-descr
+5-0security/y509/distinfo
+1-0security/Makefile
+61-04 files

FreeBSD/ports 3ac0085net/py-google-cloud-pubsub distinfo Makefile

net/py-google-cloud-pubsub: Update to 2.39.2

Numerous fixes and enhancements since 2.32.0
Changes: https://github.com/googleapis/google-cloud-python/commits/ \
            main/packages/google-cloud-pubsub
Release to ports@ (eliminating dependence on Google APIs)

Reported by:    portscout
DeltaFile
+14-10net/py-google-cloud-pubsub/Makefile
+3-3net/py-google-cloud-pubsub/distinfo
+17-132 files

FreeBSD/ports 2a85899biology/py-pywgsim distinfo Makefile

biology/py-pywgsim: Update to 0.6.0

No functional changes, just added bioconda support upstream
Changes: https://github.com/ialbert/pywgsim/commits/main/

Reported by:    portscout
DeltaFile
+6-5biology/py-pywgsim/Makefile
+3-3biology/py-pywgsim/distinfo
+9-82 files

FreeBSD/ports 234facdwww/phpbb3 Makefile distinfo

www/phpbb3: update to 3.3.17

3.3.14 is affected by CVE-2026-29199 (CVSS 8.1): with force_server_vars
disabled, phpBB builds the password reset link from the HTTP Host
header,
so an attacker who can control that header makes reset mails point to a
domain of their choice, which may lead to account takeover.

Also fixed since 3.3.14: improper state verification in the OAuth
implementation (SECURITY-293), IDOR when composing private messages
(SECURITY-286), CSRF on report submission (SECURITY-287), cross-user
notification read state manipulation (SECURITY-290) and HTML generation
from page data (SECURITY-283).

Changelog:
https://github.com/phpbb/phpbb/blob/release-3.3.17/phpBB/docs/CHANGELOG.html
Security:       CVE-2026-29199
Security:       4d06b948-a323-11f1-a655-3497f65b111b
MFH:            2026Q3

    [3 lines not shown]
DeltaFile
+14-6www/phpbb3/pkg-plist
+3-3www/phpbb3/distinfo
+1-1www/phpbb3/Makefile
+18-103 files

FreeBSD/ports 501e44bwww/phpbb3 Makefile distinfo

www/phpbb3: update to 3.3.17

3.3.14 is affected by CVE-2026-29199 (CVSS 8.1): with force_server_vars
disabled, phpBB builds the password reset link from the HTTP Host
header,
so an attacker who can control that header makes reset mails point to a
domain of their choice, which may lead to account takeover.

Also fixed since 3.3.14: improper state verification in the OAuth
implementation (SECURITY-293), IDOR when composing private messages
(SECURITY-286), CSRF on report submission (SECURITY-287), cross-user
notification read state manipulation (SECURITY-290) and HTML generation
from page data (SECURITY-283).

Changelog:
https://github.com/phpbb/phpbb/blob/release-3.3.17/phpBB/docs/CHANGELOG.html
Security:       CVE-2026-29199
Security:       4d06b948-a323-11f1-a655-3497f65b111b
MFH:            2026Q3
Sponsored by:   Netzkommune GmbH
DeltaFile
+14-6www/phpbb3/pkg-plist
+3-3www/phpbb3/distinfo
+1-1www/phpbb3/Makefile
+18-103 files

FreeBSD/ports 7f1feafwww/zoraxy Makefile distinfo

www/zoraxy: Update to 3.3.4

Changes:        https://github.com/tobychui/zoraxy/releases/tag/v3.3.4

Sponsored by:   Netzkommune GmbH
DeltaFile
+5-5www/zoraxy/distinfo
+1-2www/zoraxy/Makefile
+6-72 files

FreeBSD/ports 60690a6www/bunkerweb distinfo Makefile

www/bunkerweb: Update to 1.6.14

Changelog: https://github.com/bunkerity/bunkerweb/releases/tag/v1.6.14

Sponsored by: Netzkommune GmbH
DeltaFile
+77-1,177www/bunkerweb/pkg-plist
+6-3www/bunkerweb/Makefile
+3-3www/bunkerweb/distinfo
+86-1,1833 files

FreeBSD/ports 4c4a713security/vuxml/vuln 2026.xml

security/vuxml: Document phpBB vulnerabilities

Sponsored by:   Netzkommune GmbH
DeltaFile
+45-0security/vuxml/vuln/2026.xml
+45-01 files

FreeBSD/ports df58e34devel/sentry-cli Makefile distinfo

devel/sentry-cli: Update to 3.7.0

Changelog: https://github.com/getsentry/sentry-cli/blob/3.7.0/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+3-3devel/sentry-cli/distinfo
+1-1devel/sentry-cli/Makefile
+4-42 files

FreeBSD/src 0230605. UPDATING

UPDATING: Fix entry for getgroups(2)/setgroups(2)

Fix a typo, grammar, and generally rephrase for better clarity.

Fixes:          3463f02706db ("UPDATING: add an entry for [gs]etgroups")
MFC after:      1 day
MFC to:         stable/15
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit b7cff2a8c47eb09968430e53cab8b05cf8897d3f)
DeltaFile
+6-4UPDATING
+6-41 files

FreeBSD/ports c8db52csecurity/libgcrypt Makefile

security/libgcrypt: Fix logic

I reversed my logic

Pointy hat to:  cy
Fixes:          ded0edf8229e
DeltaFile
+4-4security/libgcrypt/Makefile
+4-41 files

FreeBSD/ports a99646emultimedia/moonshine Makefile Makefile.crates, multimedia/moonshine/files moonshine.in

multimedia/moonshine: Update to 0.15.0
DeltaFile
+363-361multimedia/moonshine/distinfo
+180-179multimedia/moonshine/Makefile.crates
+17-3multimedia/moonshine/files/moonshine.in
+2-2multimedia/moonshine/Makefile
+562-5454 files

FreeBSD/ports 8c0eb06devel/R-cran-kit Makefile, devel/R-cran-kit/files patch-fix-tests-PULL52

devel/R-cran-kit: Fix tests

Apply upstream patch.

See also: https://github.com/fastverse/kit/pull/52
DeltaFile
+157-0devel/R-cran-kit/files/patch-fix-tests-PULL52
+2-2devel/R-cran-kit/Makefile
+159-22 files