The place for ports
www/nginx-devel: update 1.27.4 -> 1.27.5<br />
<br />
<ChangeLog><br />
<br />
*) Feature: CUBIC congestion control in QUIC connections.<br />
<br />
*) Change: the maximum size limit for SSL sessions cached in shared<br />
memory has been raised to 8192.<br />
<br />
*) Bugfix: in the "grpc_ssl_password_file", "proxy_ssl_password_file",<br />
and "uwsgi_ssl_password_file" directives when loading SSL<br />
certificates and encrypted keys from variables; the bug had appeared<br />
in 1.23.1.<br />
<br />
*) Bugfix: in the $ssl_curve and $ssl_curves variables when using<br />
pluggable curves in OpenSSL.<br />
<br />
*) Bugfix: nginx could not be built with musl libc.<br />
Thanks to Piotr Sikora.<br />
<br />
*) Performance improvements and bugfixes in HTTP/3.<br />
<br />
</ChangeLog>
security/linux-rl9-ca-certificates: Use relative paths when calling Linux programs<br />
<br />
This avoids creating /compat/linux/wrkdirs/... when building under Poudriere<br />
<br />
PR: 286119
www/adguardhome: update 0.107.59 → 0.107.60<br />
<br />
PR: 286097
math/SCIP: update 9.2.1 → 9.2.2<br />
<br />
Reported by: portscout
science/sirius: update 7.6.1 → 7.7.0<br />
<br />
Reported by: portscout
graphics/filament: update 1.59.0 → 1.59.2<br />
<br />
Reported by: portscout
misc/llama-cpp: update 5142 → 5145<br />
<br />
Reported by: portscout
devel/expected: New port: C++11/14/17 std::expected with functional-style extensions
textproc/obsidian: bump port revision after electron33 update
devel/electron33: update to 33.4.9<br />
<br />
Changelog: https://github.com/electron/electron/releases/tag/v33.4.9<br />
<br />
Reported by: GitHub (watch releases)
ports-mgmt/pkg-devel: update to 2.1.99.2<br />
<br />
Fix regression regarding shlibs_required
x11/wezterm: Avoid updating desktop database as .desktop file has no MimeType entry<br />
<br />
This fixes the following poudriere warning:<br />
Warning: you may not need USES=desktop-file-utils<br />
<br />
PR: 284964
www/minio: Update version RELEASE.2025-04-03T14-56-28Z=>RELEASE.2025-04-08T15-41-24Z<br />
<br />
Changelog: https://github.com/minio/minio/releases/tag/RELEASE.2025-04-08T15-41-24Z
textproc/fzf: Update version 0.56.2=>0.56.3<br />
<br />
Changelog: https://github.com/junegunn/fzf/releases/tag/v0.56.3
security/sops: Update version 3.10.1=>3.10.2<br />
<br />
Changelog: https://github.com/getsops/sops/releases/tag/v3.10.2
devel/py-posix_ipc: Update version 1.1.1=>1.2.0<br />
<br />
Changelog: https://github.com/osvenskan/posix_ipc/releases/tag/rel1.2.0
databases/pspg: Update version 5.7.8=>5.8.0<br />
<br />
Changelog: https://github.com/okbob/pspg/releases/tag/5.8.0
databases/freetds: Update version 1.4.26=>1.4.27
audio/umurmur: Update version 0.3.0=>0.3.1<br />
<br />
Changelog: https://github.com/umurmur/umurmur/releases/tag/v0.3.1
sysutils/k9s: Update to 0.50.3<br />
<br />
Changelogs:<br />
https://github.com/derailed/k9s/releases/tag/v0.50.0<br />
https://github.com/derailed/k9s/releases/tag/v0.50.1<br />
https://github.com/derailed/k9s/releases/tag/v0.50.2<br />
https://github.com/derailed/k9s/releases/tag/v0.50.3<br />
<br />
PR: 285996<br />
Approved by: Robert Gogolok <gogolok@gmail.com> (maintainer)
audio/vorbis-tools: maintenance update to 1.4.3<br />
<br />
No user-visible changes.
math/octave-forge: Update to 20250414.<br />
<br />
- Optional dependency math/octave-forge-video default to on.<br />
- Add optional dependency math/octave-forge-datatypes.
math/octave-forge-statistics: Update to 1.7.4.
math/octave-forge-pkg-octave-doc: Update to 0.6.0.
math/octave-forge-video: Update to 2.1.3 and unbreak.
math/octave-forge-csg-toolkit: Update to 1.4.0.
math/octave-forge-datatypes: New port.<br />
<br />
Extra data types for GNU Octave.
*/*: update NGINX JavaScript: 0.8.9 -> 0.8.10 (+)<br />
<br />
<ChangeLog><br />
<br />
nginx modules:<br />
<br />
*) Feature: reading r.requestText or r.requestBuffer from<br />
a temp file.<br />
Previously, an exception was thrown when accessing r.requestText<br />
or r.requestBuffer if a client request body size exceeded<br />
client_body_buffer_size.<br />
<br />
*) Improvement: improved reporting of unhandled promise rejections.<br />
<br />
*) Bugfix: fixed name corruption in variable and header processing.<br />
<br />
*) Bugfix: fixed SharedDict.incr() with empty init argument<br />
for QuickJS engine.<br />
<br />
*) Bugfix: accepting response headers with underscore characters<br />
in Fetch API.<br />
<br />
Core:<br />
<br />
*) Change: fixed serializeToString().<br />
Previously, serializeToString() was exclusiveC14n() which returned<br />
string instead of Buffer. According to the published documentation it<br />
should be c14n().<br />
<br />
*) Feature: added WebCrypto API for QuickJS engine.<br />
<br />
*) Feature: added TextEncoder/TextDecoder for QuickJS engine.<br />
<br />
*) Feature: added querystring module for QuickJS engine.<br />
<br />
*) Feature: added crypto module for QuickJS engine.<br />
<br />
*) Feature: added xml module for QuickJS engine.<br />
<br />
*) Feature: added support for QuickJS-NG library.<br />
<br />
*) Bugfix: fixed buffer.concat() with a single argument in quickjs.<br />
<br />
*) Bugfix: added missed syntax error for await in template literal.<br />
<br />
*) Bugfix: fixed non-NULL terminated strings formatting in<br />
exceptions for QuickJS engine.<br />
<br />
*) Bugfix: fixed compatibility with recent change in QuickJS<br />
and QuickJS-NG.<br />
<br />
</ChangeLog>
graphics/mesa-devel: temporarily drop powerpc64le fix<br />
<br />
===> Patching for mesa-devel-25.1.b.26<br />
===> Applying distribution patches for mesa-devel-25.1.b.26<br />
1 out of 1 hunks failed--saving rejects to meson.build.rej<br />
===> FAILED Applying distribution patch 11aaf934112c.patch with -p1<br />
*** Error code 1
graphics/mesa-devel: update to 25.1.b.26<br />
<br />
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/fc7badeac09...269b09c4498
games/veloren-weekly: drop rust < 1.86 workaround after 11e425bbfd6e
games/veloren-weekly: update to s20250416<br />
<br />
Changes: https://gitlab.com/veloren/veloren/-/compare/c019bef0d...3b2b636962
german/tipp10: Update 3.3.2 => 3.3.3<br />
<br />
Commit log:<br />
https://gitlab.com/tipp10/tipp10/-/compare/v3.3.2...v3.3.3<br />
<br />
PR: 286115<br />
Approved by: Nick Lott <nick.lott@gmail.com> (maintainer)
devel/sdl3: remove PIPEWIRE_BROKEN, it builds fine<br />
<br />
Reported by: arrowd
dns/c-ares: Update to 1.34.5<br />
<br />
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.5
net/openbgpd6: Deprecate and set expiration date to 2025-05-30<br />
<br />
Unsupported upstream, redirect users to net/openbgpd8<br />
<br />
Reference:<br />
https://github.com/openbgpd-portable/openbgpd-portable/issues/98<br />
<br />
PR: 285465<br />
Approved by: portmgr (maintainer timeout, 4+ weeks)
audio/libg722: Update to 1.2.0<br />
<br />
Changelog: https://github.com/sippy/libg722/releases/tag/v_1_2_0<br />
<br />
PR: 285770<br />
Approved by: portmgr (maintainer timeout, 2+ weeks)
sysutils/gdu: Update to 5.30.1<br />
<br />
Changelog: https://github.com/dundee/gdu/releases/tag/v5.30.1<br />
<br />
PR: 285772<br />
Approved by: portmgr (maintainer timeout, 2+ weeks)
devel/orc: Update to 0.4.41<br />
<br />
Changelog:<br />
https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.41/RELEASE<br />
<br />
PR: 285774<br />
Approved by: portmgr (maintainer timeout, 2+ weeks)
net-p2p/mkbrr: Update to 1.8.1<br />
<br />
Changelog: https://github.com/autobrr/mkbrr/releases/tag/v1.8.1
multimedia/mediamtx: Update to 1.12.0<br />
<br />
Changelog: https://github.com/bluenviron/mediamtx/releases/tag/v1.12.0
dns/bind9-devel: upgrade to 9.21.7<br />
<br />
Changes: https://downloads.isc.org/isc/bind9/9.21.7/doc/arm/html/notes.html#notes-for-bind-9-21-7
dns/bind920: upgrade to 9.20.8<br />
<br />
Changes: https://downloads.isc.org/isc/bind9/9.20.8/doc/arm/html/notes.html#notes-for-bind-9-20-8
dns/bind918: upgrade to 9.18.36<br />
<br />
Changes: https://downloads.isc.org/isc/bind9/9.18.36/doc/arm/html/notes.html#notes-for-bind-9-18-36
sysutils/fastfetch: update to 2.41.0<br />
<br />
Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.41.0
graphics/xsane: Cleanup RUN_DEPENDS=BUILD_DEPENDS antipattern<br />
<br />
Section 5.10.2 of the Porter's handbook states that setting<br />
RUN_DEPENDS=${BUILD_DEPENDS} directly is an antipattern and gives<br />
guidance on how to avoid it.<br />
<br />
PR: 283227
databases/mongodb80: update to 8.0.5<br />
<br />
Changes:<br />
https://www.mongodb.com/docs/manual/release-notes/8.0/#8.0.5---feb-20--2025<br />
https://www.mongodb.com/community/forums/t/mongodb-8-0-5-rc1-is-released/312357?u=r_k<br />
<br />
- spidermonkey updated to 115.19.0esr (from esr115.7)<br />
- be more verbose in pre-configure check so I don't need to lookup the new revision
sysutils/diskimage-tools: Unbreak build<br />
<br />
Missing STAGEDIR in mkdir<br />
<br />
Reported by: pkg-fallout
net/remmina: Switch to upstream preferred library selection: webkit2gtk-4.1, libsoup3, libayatana-appindicator<br />
<br />
By default remmina grab webkit2gtk-4.1 if installed both webkit2gtk-4.0<br />
and webkit2gtk-4.1. Same for libsoup: 3.0 vs 2.4.<br />
Also remmina prefer devel/libayatana-appindicator instead of<br />
devel/libappindicator as APPINDICATOR.<br />
<br />
PR: 286127<br />
Approved by: fernape (maintainer)
net/gwhois: mark BROKEN source and WWW are gone<br />
<br />
PR: 286106<br />
Reported by: portmaster@bsdforge.com
www/gohugo: Update to 0.146.5<br />
<br />
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.146.5<br />
<br />
* build(deps): bump github.com/yuin/goldmark from 1.7.8 to 1.7.9<br />
* tpl: Fix language handling in partials
sysutils/slst: mark DEPRECIATED and set date for removal<br />
<br />
Source missing since 2018<br />
<br />
PR: 286118<br />
Reported by: portmaster@bsdforge.com
net/freebsd-telnetd: Update to 15.0<br />
<br />
15.0 brings in patch 5737c2ae06e1 from FreeBSD/src upstream.
lang/gcc15-devel: Fix SIGBUS depending on CPUTYPE<br />
<br />
Compiling GCC with some CPUTYPE values (e.g. broadwell) result in<br />
breaking some applications (e.g. math/octave, cad/freecad), sending<br />
a SIGBUS.<br />
<br />
The issue is due to GCC generating instructions that require<br />
variables<br />
to be aligned in memory on certain CPUs. Our libthr does not have<br />
the<br />
required alignment so these CPUs fail to execute these instructions.<br />
<br />
The patch disables the generation of such instructions.<br />
<br />
PR: 285711<br />
Reported by: cracauer<br />
Tested by: cracauer, jbo
lang/gcc15-devel: Update to 15.0.1.s20250413
lang/gcc14-devel: Fix SIGBUS depending on CPUTYPE<br />
<br />
Compiling GCC with some CPUTYPE values (e.g. broadwell) result in<br />
breaking some applications (e.g. math/octave, cad/freecad), sending<br />
a SIGBUS.<br />
<br />
The issue is due to GCC generating instructions that require<br />
variables<br />
to be aligned in memory on certain CPUs. Our libthr does not have<br />
the<br />
required alignment so these CPUs fail to execute these instructions.<br />
<br />
The patch disables the generation of such instructions.<br />
<br />
PR: 285711<br />
Reported by: cracauer<br />
Tested by: cracauer, jbo
lang/gcc14-devel: Update to 14.2.1.s20250412
lang/gcc13-devel: Fix SIGBUS depending on CPUTYPE<br />
<br />
Compiling GCC with some CPUTYPE values (e.g. broadwell) result in<br />
breaking some applications (e.g. math/octave, cad/freecad), sending<br />
a SIGBUS.<br />
<br />
The issue is due to GCC generating instructions that require variables<br />
to be aligned in memory on certain CPUs. Our libthr does not have the<br />
required alignment so these CPUs fail to execute these instructions.<br />
<br />
The patch disables the generation of such instructions.<br />
<br />
PR: 285711<br />
Reported by: cracauer<br />
Tested by: cracauer, jbo
lang/gcc13-devel: Update to 13.3.1.s20250411
lang/gcc12-devel: Fix SIGBUS depending on CPUTYPE<br />
<br />
Compiling GCC with some CPUTYPE values (e.g. broadwell) result in<br />
breaking some applications (e.g. math/octave, cad/freecad), sending a<br />
SIGBUS.<br />
<br />
The issue is due to GCC generating instructions that require variables<br />
to be aligned in memory on certain CPUs. Our libthr does not have the<br />
required alignment so these CPUs fail to execute these instructions.<br />
<br />
The patch disables the generation of such instructions.<br />
<br />
PR: 285711<br />
Reported by: cracauer<br />
Tested by: cracauer, jbo
lang/gcc12-devel: Update to 12.4.1.s20250410
lang/nawk: update WWW<br />
<br />
Old WWW redirects to unrelated VPN page.<br />
<br />
Approved by: portmgr blanket
misc/py-shell-gpt: update to 1.4.5<br />
<br />
Changelog: https://github.com/TheR1D/shell_gpt/releases/tag/1.4.5<br />
<br />
Reported by: GitHub (watch releases)
misc/py-instructor: update to 1.7.9<br />
<br />
While here, update WWW.<br />
<br />
Changelog:<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.0.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.0.1<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.0.2<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.0.3<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.1.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.2.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.2.1<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.2.2<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.2.3<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.2.4<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.2.5<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.2.6<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.3.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.3.1<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.3.2<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.3.3<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.3.4<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.3.5<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.3.7<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.4.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.4.1<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.4.2<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.4.3<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.5.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.5.1<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.5.2<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.6.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.6.1<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.6.2<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.6.3<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.6.4<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.0<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.1<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.2<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.3<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.4<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.5<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.6<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.7<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.8<br />
- https://github.com/instructor-ai/instructor/releases/tag/1.7.9
textproc/py-docstring_parser: update to 0.16<br />
<br />
While here:<br />
- switch to USE_PYTHON=pep517<br />
- switch to USE_PYTHON=pytest and remove TEST_DEPENDS and do-test target<br />
<br />
Changelog: https://github.com/rr-/docstring_parser/blob/0.16/CHANGELOG.md<br />
<br />
PR: 286110<br />
Reviewed by: kai<br />
Approved by: kai
deskutils/stirling-pdf: update to 0.45.6<br />
<br />
Changes: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.6
security/py-securesystemslib: Update version 1.2.0=>1.3.0<br />
<br />
Changelog: https://github.com/secure-systems-lab/securesystemslib/blob/v1.3.0/CHANGELOG.md
mail/dbmail: Update version 3.5.1=>3.5.2<br />
<br />
Changelog: https://github.com/dbmail/dbmail/releases/tag/v3.5.2
net/google-cloud-sdk: Update version 517.0.0=>518.0.0
www/minio: Update version RELEASE.2025-03-12T18-04-18Z=>RELEASE.2025-04-03T14-56-28Z<br />
<br />
Changelog: https://github.com/minio/minio/releases/tag/RELEASE.2025-04-03T14-56-28Z
textproc/fzf: Update version 0.56.1=>0.56.2<br />
<br />
Changelog: https://github.com/junegunn/fzf/releases/tag/v0.56.2
security/sops: Update version 3.10.0=>3.10.1<br />
<br />
Changelog: https://github.com/getsops/sops/releases/tag/v3.10.1
devel/py-aioapns: Update version 3.3=>4.0<br />
<br />
Changelog: https://github.com/Fatal1ty/aioapns/releases/tag/v4.0
databases/pspg: Update version 5.7.7=>5.7.8<br />
<br />
Changelog: https://github.com/okbob/pspg/releases/tag/5.7.8
net/mvfst: update 2025.04.07.00 → 2025.04.14.00
net/fb303: update 2025.04.07.00 → 2025.04.14.00
devel/fatal: update 2025.04.07.00 → 2025.04.14.00
www/proxygen: update 2025.04.07.00 → 2025.04.14.00
devel/fbthrift: update 2025.04.07.00 → 2025.04.14.00
net/wangle: update 2025.04.07.00 → 2025.04.14.00
security/fizz: update 2025.04.07.00 → 2025.04.14.00
devel/folly: update 2025.04.07.00 → 2025.04.14.00
misc/py-colorzero: New port: Yet another Python color library
misc/llama-cpp: update 5124 → 5142<br />
<br />
Reported by: portscout
graphics/glbinding: update 3.4.0 → 3.5.0<br />
<br />
Reported by: portscout
databases/sqlx-cli: update 0.8.3 → 0.8.5<br />
<br />
Reported by: portscout
devel/grcov: update 0.9.0 → 0.9.1<br />
<br />
Reported by: portscout
misc/py-censys: update 2.2.14 → 2.2.17<br />
<br />
Reported by: portscout
misc/py-gguf: update 5106 → 5142
cad/{,py-}gdstk: update 0.9.59 → 0.9.60<br />
<br />
Reported by: portscout
net-p2p/qbittorrent: update 5.0.4 → 5.0.5
multimedia/mpv: Fix YTDLP option<br />
<br />
PR: 278806<br />
Reviewed by: christos, makc, Piotr Smyrak <ps.ports@smyrak.com>
www/groupoffice: Update to 25.0.17
x11/wezterm: Update to 20250213-133349 (nightly)<br />
<br />
Also:<br />
- update the project URL<br />
- drop local patches which are no longer necessary<br />
- install bash/fish/zsh shell completions<br />
- use `distro-defaults` feature, which sets `check_for_updates` to<br />
false by default<br />
<br />
Release changes: https://wezterm.org/changelog.html#continuousnightly<br />
<br />
PR: 284964
www/chromium: update to 135.0.7049.95<br />
<br />
Security: https://vuxml.freebsd.org/freebsd/bf5d29ea-1a93-11f0-8cb5-a8a1599412c6.html
security/vuxml: add www/*chromium < 135.0.7049.95<br />
<br />
Obtained from: https://chromereleases.googleblog.com/2025/04/stable-channel-update-for-desktop_15.html
ports-mgmt/pkg-devel: upgrade to 2.1.99.1<br />
<br />
Changes:<br />
Strong internal refactoring, to the number of memory allocations<br />
Performance improvements in pkg_add
devel/cutils: Pass maintainership to submitter<br />
<br />
PR: 286128<br />
Reported by: Rares Aioanei <schaiba@gmail.com>
devel/py-archinfo: Pass maintainership to submitter<br />
<br />
PR: 286129<br />
Reported by: Rares Aioanei <schaiba@gmail.com>
lang/scryer-prolog: New port<br />
<br />
Scryer Prolog aims to become to ISO Prolog what GHC is to Haskell: an open<br />
source industrial strength production environment that is also a<br />
testbed for bleeding edge research in logic and constraint<br />
programming, which is itself written in a high-level language.<br />
PR: 286124<br />
Reported by: Siva Mahadevan <me@svmhdvn.name>