| 100 most recent commits (all timestamps are UTC) |
|
FreshPorts has everything you want to know about FreeBSD software, ports, packages,
applications, whatever term you want to use.
Yesterday's Commits | Quarterly Branch
|
|
Monday, 7 Sep 2026
|
20:54 Max Brazhnikov (makc) 
- multimedia/ffmpeg 9.0.1,1
Realtime audio/video encoder/converter and streaming server
multimedia/ffmpeg: Fix plist
eb1adb5 |
20:41 Max Brazhnikov (makc)
audio/opusfile: Adopt
680b747 |
20:10 Guido Falsi (madpilot)
mail/mailpit: Update to 1.31.1
a84ba01 |
19:54 Yusuf Yaman (nxjoseph) Author: Al Hoang 2026Q3
- www/chawan 0.4.4
Chawan is a text-mode web browser and pager
www/chawan: Update 0.4.2 => 0.4.4
Changelogs:
- https://chawan.net/news/chawan-0-4-3.html
- https://chawan.net/news/chawan-0-4-4.html
PR: 298292
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
(cherry picked from commit 75ac0e1629d52044ff08a05cc9cfd1722910fba6)
815eb35 |
19:52 Yusuf Yaman (nxjoseph) Author: Al Hoang
- www/chawan 0.4.4
Chawan is a text-mode web browser and pager
www/chawan: Update 0.4.2 => 0.4.4
Changelogs:
- https://chawan.net/news/chawan-0-4-3.html
- https://chawan.net/news/chawan-0-4-4.html
PR: 298292
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
75ac0e1 |
19:44 Eugene Grosbein (eugen)
security/gost-engine: update
openssl111 has gone from Ports and we have no supported
FreeBSD versions having it in base, so drop 1.1.x support here too.
Update the code upto latest commit targeting OpenSSL 3.0.
Also, this makes it compatible with CMake 4.
Reported by: arrowd
Tested by: arrowd
12ee7702 |
19:39 Yusuf Yaman (nxjoseph) Author: Park Seongil
- sysutils/lsd 1.2.0_6
Pretty ls alternative with support for icons
sysutils/lsd: Adopt port
While here:
- Seperate DEPENDS field from USES field (pet portlint).
- Remove increment from LIB_DEPENDS.
- Ignore failing tests.
PR: 296864
Approved by: osa, vvd (Mentors, implicit)
7c2e7dc |
19:25 Gleb Popov (arrowd)
benchmarks/ipc-bench: Fix building with CMake 4
Approved by: portmgr (fixit blanket)
48110e1 |
19:18 Max Brazhnikov (makc) 2026Q3
chinese/fcitx-libpinyin: Drop support for Qt5
Qt5 option requires deprecated WebEngine.
PR: 298172
Approved by: maintainer
(cherry picked from commit 4a288edb4fd6b6f3b53d89beb9772259811e0fe7)
14d9e43 |
19:17 Max Brazhnikov (makc)
chinese/fcitx-libpinyin: Drop support for Qt5
Qt5 option requires deprecated WebEngine.
PR: 298172
Approved by: maintainer
4a288ed |
19:17 Max Brazhnikov (makc)
net/libslirp: Update to 4.9.4
b558e3f |
19:16 Oleksii Samorukov (samm) 
- astro/traccar 6.15.3
Traccar is a free and open source GPS tracking system
astro/traccar: upgrade to 6.15.3
4f2a492 |
19:15 Kousuke Kannagi (mce) (Only the first 10 of 12 items in this commit are shown above. )
Mk/Uses/xorg-cat.mk: Resurrect CATEGORIES=proto and switch EXTRACT_SUFX to xz
Resurrect CATEGORIES=proto to simplify the port's Makefile.
Remove experimental from the meson's comment, as some ports have fully
transitioned to building with Meson.
Upstream has switched from bz2 to xz, so update EXTRACT_SUFX.
PR: 298092
Approved by: x11 (arrowd)
Approved by: fluffy (mentor)
a4c421c |
19:11 Gleb Popov (arrowd)
devel/hyperscan: Fix building with CMake 4
Approved by: portmgr (fixit blanket)
91a365b2 |
19:11 Joseph Mingrone (jrm) Author: hayzamjs
- sysutils/sylve 0.3.1
Lightweight GUI for managing bhyve, jails, ZFS, and networking
sysutils/sylve: Update to 0.3.1
Changelog: https://github.com/AlchemillaHQ/Sylve/releases/tag/v0.3.1
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D59480
458dbcf5 |
19:00 Yusuf Yaman (nxjoseph) Author: Eric Devolder
security/pkcs11-tools: Update 3.0.0 => 3.1.0
Port Changes:
- Use distribution tarball rather than pure source code
for prebuilt manpages instead of depending on Pandoc.
Changelog:
https://github.com/Mastercard/pkcs11-tools/blob/v3.1.0/CHANGELOG.md
PR: 297826
Approved by: osa, vvd (Mentors, implicit)
Co-authored-by: Yusuf Yaman <nxjoseph@FreeBSD.org>
799b961 |
18:45 Vladimir Druzenko (vvd) Author: Aydar Gareev
devel/tinygo: Update 0.19.0 => 0.42.0, take maintainership
The port has been stuck at 0.19.0 since 2021 and was deprecated on
2026-08-08 along with the other ports pinned to Go 1.25, scheduled for
removal on 2026-09-30. Upstream 0.42.0 supports Go 1.27 and LLVM 22, so
the pin goes away and with it the reason for the deprecation.
Upstream renamed Makefile to GNUmakefile, dropped the git rev-parse call
and ships the submodule marker files the build checks for, so
files/patch-Makefile is no longer needed at all and the port now builds
unpatched. wasm-opt is taken from devel/binaryen rather than built from
the bundled copy, and build/release no longer produces a pkg directory.
The bundled LLVM is now a fork of llvm-project carrying the Xtensa
backend, pinned by the commit recorded in llvm-version.txt. Keeping it
bundled rather than switching to devel/llvm22 is what makes the Xtensa
targets work, ESP32 included.
tinygo resolves GOROOT by running "go" from PATH, which the package does
not provide - USES=go depends on the versioned lang/go126 instead. The
installed compiler therefore failed with "could not find 'go' command",
0.19.0 included.
Two of the submodule repositories were renamed upstream since the port
was last touched: ARM-software/CMSIS became CMSIS_4, and docker/libtrust
moved to docker-archive-public/docker.libtrust.
Changelog:
https://github.com/tinygo-org/tinygo/blob/v0.42.0/CHANGELOG.md
PR: 298267
Sponsored by: UNIS Labs (vvd, commit patch)
2540207 |
18:30 Vladimir Druzenko (vvd) Author: James Elstone 2026Q3
finance/frontaccounting: Update 2.4.12 => 2.4.20
Changelog:
https://frontaccounting.com/wbt/pages/posts/release-2.4.13-230.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.14-231.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.15-232.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.15-232.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.16-233.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.17-234.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.18-235.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.19-236.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.20-237.php
- Replaced the old FreeBSD patch that enabled the late ini_set() calls.
- Upstream corrected the assignment to $deliver_to.
- Added a port patch for PDF parser and page rotation
- Add two FPDI fixes still required in upstream 2.4.20: declare
$actual_obj and handle missing page rotation without accessing an
array offset on false.
- Added .htaccess protection for .bak, .orig and .rej files.
- Correct the NGINX option conditional (PORT_OPTIONS:MNGINX).
- Replaced %%APACHE_VERSION%% substitutions with literal 2.4 filenames.
- Corrected the application path and session guidance; added backup
advice.
- Remove redundant DISTNAME and DISTVERSIONSUFFIX settings.
- Regenerated all four patches using make makepatch.
- Handles empty stock-history results without PHP warnings during
invoice/delivery voiding.
- Replaces unsupported MariaDB 10.6 with 10.11.
- Allows remote database connections without installing a local database
client/server (Makes clear which choices install local packages.)
- Keeps mysqli unconditional and removes its duplicate conditional
declaration.
- Fix for iconv dependency issues when sending emails.
- Use OPTIONS_SINGLE for database connectivity, requiring exactly one
selection.
- Declare mysqli once, unconditionally.
- Replace USES+= php:cgi php:cli with USES+= php:cgi,cli. Verified that
both arguments reach the PHP framework when no web-server option is
selected.
- Add an optional company-specific email-template hook. Company-specific
wording and configuration are not included
(create company_path() . '/reporting/email_template.php).
- Replace PORTVERSION with DISTVERSION.
- Remove unnecessary MKDIR in do-install.
Retained changes include the 2.4.20 update, session and FPDI fixes,
empty-stock-history handling, iconv dependency, MariaDB 10.11 and
remote-database options, source-backup protection, packing-list corrections and
installation guidance.
PR: 298278
Sponsored by: UNIS Labs (vvd)
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2026Q3
(cherry picked from commit 7b541db13e036981477a5d4e7997c432a918da8a)
d339f7c |
18:29 Vladimir Druzenko (vvd) Author: James Elstone
finance/frontaccounting: Update 2.4.12 => 2.4.20
Changelog:
https://frontaccounting.com/wbt/pages/posts/release-2.4.13-230.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.14-231.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.15-232.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.15-232.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.16-233.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.17-234.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.18-235.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.19-236.php
https://frontaccounting.com/wbt/pages/posts/release-2.4.20-237.php
- Replaced the old FreeBSD patch that enabled the late ini_set() calls.
- Upstream corrected the assignment to $deliver_to.
- Added a port patch for PDF parser and page rotation
- Add two FPDI fixes still required in upstream 2.4.20: declare
$actual_obj and handle missing page rotation without accessing an
array offset on false.
- Added .htaccess protection for .bak, .orig and .rej files.
- Correct the NGINX option conditional (PORT_OPTIONS:MNGINX).
- Replaced %%APACHE_VERSION%% substitutions with literal 2.4 filenames.
- Corrected the application path and session guidance; added backup
advice.
- Remove redundant DISTNAME and DISTVERSIONSUFFIX settings.
- Regenerated all four patches using make makepatch.
- Handles empty stock-history results without PHP warnings during
invoice/delivery voiding.
- Replaces unsupported MariaDB 10.6 with 10.11.
- Allows remote database connections without installing a local database
client/server (Makes clear which choices install local packages.)
- Keeps mysqli unconditional and removes its duplicate conditional
declaration.
- Fix for iconv dependency issues when sending emails.
- Use OPTIONS_SINGLE for database connectivity, requiring exactly one
selection.
- Declare mysqli once, unconditionally.
- Replace USES+= php:cgi php:cli with USES+= php:cgi,cli. Verified that
both arguments reach the PHP framework when no web-server option is
selected.
- Add an optional company-specific email-template hook. Company-specific
wording and configuration are not included
(create company_path() . '/reporting/email_template.php).
- Replace PORTVERSION with DISTVERSION.
- Remove unnecessary MKDIR in do-install.
Retained changes include the 2.4.20 update, session and FPDI fixes,
empty-stock-history handling, iconv dependency, MariaDB 10.11 and
remote-database options, source-backup protection, packing-list corrections and
installation guidance.
PR: 298278
Sponsored by: UNIS Labs (vvd)
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2026Q3
7b541db |
18:26 Gleb Popov (arrowd) 2026Q3
security/hpenc: Mark deprecated
Approved by: vsevolod (maintainer, via Telegram)
(cherry picked from commit b7f90450b67b11effd5e1f55e6331892d51c4522)
1a46f75 |
18:25 Gleb Popov (arrowd)
security/hpenc: Mark deprecated
Approved by: vsevolod (maintainer, via Telegram)
b7f9045 |
18:21 Gleb Popov (arrowd)
graphics/heimer: Fix building with CMake 4
It is already fixed upstream the proper way, so this knob is only a temporary
measure.
Approved by: portmgr (fixit blanket)
80739e8 |
18:13 Jochen Neumeister (joneum) 
- www/code-server 4.135.0_2
Run VS Code on a remote server and access it through a browser
www/code-server: Fix process listing
Split the ps(1) arguments the same way editors/vscode does; FreeBSD's
ps does not accept the combined column list, which broke the process
explorer and the process diagnostics.
Also document which extensions need a native language server on
FreeBSD and how to configure them, install the document as
EXTENSIONS.md and point to it from the install message.
Obtained from: editors/vscode (ps.ts patch)
Sponsored by: Netzkommune GmbH
fd23795 |
18:00 Steven Kreuzer (skreuzer)
sysutils/py-python-crontab: Update to 3.4.0
Changelog: https://gitlab.com/doctormo/python-crontab/-/compare/v3.3.0...v3.4.0
9f91228 |
17:58 Steven Kreuzer (skreuzer)
sysutils/py-croniter: Update to 6.2.4
Changelog: https://github.com/kiorky/croniter/blob/master/CHANGELOG.rst
6d6b444 |
17:58 Steven Kreuzer (skreuzer) 
- www/py-scrapy 2.18.0
High level scraping and web crawling framework
www/py-scrapy: Update to 2.18.0
Changelog: https://github.com/scrapy/scrapy/releases/tag/2.18.0
Sync RUN_DEPENDS with the upstream requirements:
- Raise the minimum versions of w3lib (2.1.1), pyopenssl (24.3.0),
queuelib (1.6.1), service-identity (24.2.0) and lxml (4.6.4);
the stale floors previously allowed pkg to pair this scrapy with
an incompatible w3lib 1.x at runtime
- Add direct dependencies on cryptography, brotli and
backports.zstd (zstd response support on Python < 3.14), which
upstream declares explicitly since 2.18
f1d9a80 |
17:52 Yusuf Yaman (nxjoseph) Author: Gautam Mani
games/stockfish: Update 18 => 19
Summary of changes:
+ In tests against Stockfish 18, brings an Elo gain of up to 44 points
+ Wins more than three times as many game pairs as it loses
+ This release introduces the SFNNv16 network architecture, reducing binary size
+ Increased strength by introducing new pawn-pair features
+ The secondary neural network, introduced in Stockfish 16.1, has been retired
+ stricter validation for board positions, FEN strings, and UCI commands
Release Notes:
https://stockfishchess.org/blog/2026/stockfish-19/
Changelog:
https://github.com/official-stockfish/Stockfish/releases/tag/sf_19
PR: 298289
Approved by: osa, vvd (Mentors, implicit)
da19e04 |
17:18 Dima Panov (fluffy)
multimedia/obs-waveform: unbreak build on !x86[_64]
Avoid usage of Intel-specific CPU instructions on non-Intel platforms
Reported by: bulk -t (aarch64)
Approved by: portmgr blanket
f120efc |
17:11 Yusuf Yaman (nxjoseph) Author: Derek Schrock
devel/universal-ctags: Update p6.2.20260816.0 => p6.2.20260906.0
Commit log:
https://github.com/universal-ctags/ctags/compare/p6.2.20260816.0...p6.2.20260906.0
PR: 298283
Approved by: osa, vvd (Mentors, implicit)
bcdc4ba |
17:05 Mark Felder (feld)
net-im/deltachat-desktop: Update to 2.59.1
3d31afa |
17:05 Mark Felder (feld)
mail/archiveopteryx: Update build to latest changes from 20260819
594fd94 |
17:02 Gleb Popov (arrowd) 2026Q3
audio/harp: Mark deprecated
PR: 298287
Approved by: Christian Heckendorf <heckendorfc@gmail.com>
(cherry picked from commit fd7848dfc71ab496ec8579be5486b8585227dd2b)
801eb49 |
17:02 Gleb Popov (arrowd)
audio/harp: Mark deprecated
PR: 298287
Approved by: Christian Heckendorf <heckendorfc@gmail.com>
fd7848d |
16:59 Yusuf Yaman (nxjoseph) Author: Anton Saietskii
x11/xscreensaver: Update 6.15 => 6.16
Enable autoreconf due to broken configure script being shipped with this
version. Disable intltoolize invocation as autoreconf runs it.
Reshuffle gettext USES, libintl is required regardless of NLS.
Reformat description to 80 columns.
While here, add backup MASTER_SITES since the upstream
website is currently inaccessible from some countries.
Changelog:
* New hacks, floppy, graphstat, amigajuggler and polarnight.
* iOS: image loading works even if the images in the photo roll need to
be downloaded from iCloud first. Images can display file names.
* New display modes in hypertorus.
* X11: Updates for systemd inhibitors on KDE Plasma 6.5.
https://www.jwz.org/xscreensaver/changelog.html
PR: 298244
Approved by: osa, vvd (Mentors, implicit)
d130642 |
16:25 Vladimir Druzenko (vvd) Author: gmc 2026Q3
- net-im/snac 2.95
Simple, minimalistic ActivityPub instance written in portable C
net-im/snac: Update 2.89 => 2.95
Changelog:
https://codeberg.org/grunfink/snac2/src/tag/2.95/RELEASE_NOTES.md
PR: 298146
Approved by: Matthew Phillips <matthew@matthewphillips.info> (maintainer)
Sponsored by: UNIS Labs (vvd, commit patch)
MFH: 2026Q3
(cherry picked from commit 0e42776a516b1e54258125b241c43a9d3855b709)
1c4c6ba |
16:23 Vladimir Druzenko (vvd) Author: gmc
- net-im/snac 2.95
Simple, minimalistic ActivityPub instance written in portable C
net-im/snac: Update 2.89 => 2.95
Changelog:
https://codeberg.org/grunfink/snac2/src/tag/2.95/RELEASE_NOTES.md
PR: 298146
Approved by: Matthew Phillips <matthew@matthewphillips.info> (maintainer)
Sponsored by: UNIS Labs (vvd, commit patch)
MFH: 2026Q3
0e42776 |
16:15 Yusuf Yaman (nxjoseph) Author: Gert Doering 2026Q3
security/openvpn-devel: Update to commit 22a24132da
This brings in the upstream development work of the last two months,
including two CVE fixes relevant for all platforms.
One of the bundled patch files was adjusted to take into account
upstream formatting changes on tests/t_cltsrv.sh.
PR: 298286
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
Security: CVE-2026-84790
Security: CVE-2026-84732
(cherry picked from commit 15c68d3c519680f8e624112270f923a060f08e3b)
21a2544 |
16:14 Yusuf Yaman (nxjoseph) Author: Gert Doering
security/openvpn-devel: Update to commit 22a24132da
This brings in the upstream development work of the last two months,
including two CVE fixes relevant for all platforms.
One of the bundled patch files was adjusted to take into account
upstream formatting changes on tests/t_cltsrv.sh.
PR: 298286
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
Security: CVE-2026-84790
Security: CVE-2026-84732
15c68d3 |
16:06 Gleb Popov (arrowd) 
- devel/heimdall 1.4.2_6
Tool suite used to flash firmware onto Samsung mobile devices
devel/heimdall: Fix building with CMake 4
f451b9c |
15:57 Gleb Popov (arrowd)
x11-themes/gtk3-oxygen-engine: Fix building with CMake 4
2ffd88e |
15:56 Gleb Popov (arrowd)
x11-themes/gtk-oxygen-engine: Fix building with CMake 4
1bccdfc |
15:43 Emanuel Haupt (ehaupt)
audio/shairport-sync: Update to 5.5
* Update to 5.5
* Enable SNDIO by default
* Remove incorrect SNDIO deprecation notice
* Add guidance for selecting the sndio output device on FreeBSD
The sndio backend is supported upstream and should not be confused with
the deprecated soundio backend.
On FreeBSD, sndio's default device does not necessarily correspond to
the default sound device reported by /dev/sndstat. Add a conditional
pkg-message with guidance for explicitly selecting the desired device.
2a6e98d |
15:28 Adam Weinberger (adamw)
devel/shfmt: Update to 3.14.1
3c7a309 |
15:23 Olivier Cochard (olivier)
graphics/ttygif: update to 1.6.0
8aef391 |
15:12 Zsolt Udvari (uzsolt)
print/R-cran-knitr: Update to 1.52
Update test dependencies.
Changelog: https://github.com/yihui/knitr/releases/tag/v1.52
c03d530 |
14:59 Steven Kreuzer (skreuzer)
security/p5-Digest-Hashcash: Update to 1.1
Changelog: https://metacpan.org/dist/Digest-Hashcash/changes
5ad1118 |
14:59 Steven Kreuzer (skreuzer)
www/p5-HTML-TableContentParser: Update to 0.306
Changelog: https://metacpan.org/dist/HTML-TableContentParser/changes
31e4abf |
14:59 Steven Kreuzer (skreuzer)
security/p5-Crypt-SaltedHash: Update to 0.12
Changelog: https://metacpan.org/dist/Crypt-SaltedHash/changes
4530a23 |
14:59 Steven Kreuzer (skreuzer)
www/p5-Mojolicious-Plugin-YamlConfig: Update to 0.2.4
Changelog: https://metacpan.org/dist/Mojolicious-Plugin-YamlConfig/changes
1cbcd90 |
14:59 Steven Kreuzer (skreuzer)
www/p5-Business-PayPal: Update to 0.20
Changelog: https://metacpan.org/dist/Business-PayPal/changes
1f5a8ae |
14:59 Steven Kreuzer (skreuzer)
textproc/p5-Parse-BooleanLogic: Update to 0.10
Changelog: https://metacpan.org/dist/Parse-BooleanLogic/changes
22f9099 |
14:59 Steven Kreuzer (skreuzer)
security/p5-Crypt-RandPasswd: Update to 0.07
Changelog: https://metacpan.org/dist/Crypt-RandPasswd/changes
a28c80b |
14:59 Steven Kreuzer (skreuzer)
security/p5-Crypt-HCE_SHA: Update to 0.75
Changelog: https://metacpan.org/dist/Crypt-HCE_SHA/changes
301f034 |
14:59 Steven Kreuzer (skreuzer)
net-mgmt/p5-Nagios-Object: Update to 0.21.20
Changelog: https://metacpan.org/dist/Nagios-Object/changes
2d2013d |
14:59 Steven Kreuzer (skreuzer)
net-mgmt/p5-AnyEvent-SNMP: Update to 6.02
Changelog: https://metacpan.org/dist/AnyEvent-SNMP/changes
59937ee |
14:59 Steven Kreuzer (skreuzer)
devel/p5-Hash-Diff: Update to 0.010
Changelog: https://metacpan.org/dist/Hash-Diff/changes
4efa927 |
14:59 Steven Kreuzer (skreuzer)
databases/p5-MySQL-Diff: Update to 0.60
Changelog: https://metacpan.org/dist/MySQL-Diff/changes
2948431 |
14:59 Steven Kreuzer (skreuzer)
databases/p5-DBD-Excel: Update to 0.07
Changelog: https://metacpan.org/dist/DBD-Excel/changes
15865ec1 |
14:59 Steven Kreuzer (skreuzer)
devel/cpu_features: Update to 0.11.0
Changelog: https://github.com/google/cpu_features/releases/tag/v0.11.0
FreeBSD is now supported natively for x86, aarch64 and arm, and detection for
AMD Zen 5, Intel Arrow Lake and Lunar Lake microarchitectures was added.
79018ce |
14:51 Joel Bodenmann (jbo)
devel/nextpnr-devel: Update to 2026-09-07
157c6ef |
14:46 Jochen Neumeister (joneum)
www/nginx-module-cache-purge: Fix proxy_cache_purge on freenginx
The module mirrors ngx_http_proxy_loc_conf_t privately and enables the
host_set field for nginx_version >= 1029004. freenginx does not have
that field, so plcf->cache_key is read at the wrong offset and a PURGE
request kills the worker process.
Sponsored by: Netzkommune GmbH
5bc5cf6 |
13:52 Gleb Popov (arrowd) 2026Q3
- sysutils/frand 0.1_15
Selects a random file using reservoir sampling algorithm
sysutils/frand: Mark deprecated
PR: 298166
Approved by: serpent7776@gmail.com (maintainer)
(cherry picked from commit ad901054d90a494ec168816e2676c56cd51af3c0)
16b5f991 |
13:51 Yusuf Yaman (nxjoseph) Author: Herbert J. Skuhra 2026Q3
- net/rclone 1.75.1
Sync files to and from various cloud services
net/rclone: Update 1.75.0 => 1.75.1
Changelog:
https://rclone.org/changelog/#v1-75-1-2026-09-04
PR: 298269
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
Security: GHSA-66hp-wgxq-6f5q
Security: GHSA-3vxh-3pcx-9m8q
Security: GHSA-38xv-hf3p-h7mq
Security: GHSA-486v-q2wf-fp2r
Security: GHSA-f8g7-2xjc-7mfh
Security: GHSA-p6m2-r3w9-mpxw
Security: GHSA-p6vx-hf7p-98j6
Security: GHSA-c476-6w5q-jw77
Security: GHSA-2p48-j3qc-rx9f
Security: GHSA-xwwr-4h3p-r22c
Security: GHSA-p569-5gjg-9cmj
MFH: 2026Q3
(cherry picked from commit 6cf3a3a69b86b4c3d51bf7273a115e14787fdb18)
9c24969 |
13:51 Gleb Popov (arrowd) 
- sysutils/frand 0.1_15
Selects a random file using reservoir sampling algorithm
sysutils/frand: Mark deprecated
PR: 298166
Approved by: serpent7776@gmail.com (maintainer)
ad90105 |
13:30 Yusuf Yaman (nxjoseph) Author: Herbert J. Skuhra
- net/rclone 1.75.1
Sync files to and from various cloud services
net/rclone: Update 1.75.0 => 1.75.1
Changelog:
https://rclone.org/changelog/#v1-75-1-2026-09-04
PR: 298269
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
Security: GHSA-66hp-wgxq-6f5q
Security: GHSA-3vxh-3pcx-9m8q
Security: GHSA-38xv-hf3p-h7mq
Security: GHSA-486v-q2wf-fp2r
Security: GHSA-f8g7-2xjc-7mfh
Security: GHSA-p6m2-r3w9-mpxw
Security: GHSA-p6vx-hf7p-98j6
Security: GHSA-c476-6w5q-jw77
Security: GHSA-2p48-j3qc-rx9f
Security: GHSA-xwwr-4h3p-r22c
Security: GHSA-p569-5gjg-9cmj
MFH: 2026Q3
6cf3a3a |
13:13 Yusuf Yaman (nxjoseph) Author: Christos Longros
net/seaweedfs: Update 4.41 => 4.45
Changelogs:
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.42
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.43
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.44
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.45
PR: 298262
Approved by: Boris Korzun <drtr0jan@yandex.ru> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
d426f15 |
12:57 Kurt Jaeger (pi) Author: Frank Wall
net-mgmt/rubygem-opn_api: new port
Ruby client library and CLI tool for the OPNsense REST API
It is meant as a replacement for net-mgmt/py-opn-cli. It provides:
- An HTTP client with SSL, redirect handling, and API key authentication
- UUID/name resolution for ModelRelationField and CertificateField references
- Service reconfigure orchestration with configtest support
- OPNsense selection-hash normalization
- A CLI tool for interactive API access
- A resource registry that abstracts away inconsistent endpoint naming
PR: 294026
7b9c910 |
12:49 Jochen Neumeister (joneum)
www/{nginx,nginx-devel,freenginx}: 3rd-party modules management
Use the new www/nginx-module-cache-purge source port instead of
fetching ngx_cache_purge from GitHub. The module version is now
maintained in one place for these ports.
Sponsored by: Netzkommune GmbH
0fc2625 |
12:49 Jochen Neumeister (joneum)
www/nginx-module-cache-purge: Add New Port
The cache_purge module adds the ability to purge content from the
proxy, FastCGI, SCGI and uwsgi caches of nginx. This port installs the
module sources only, the module itself is built by the nginx ports.
Sponsored by: Netzkommune GmbH
c92ac0c |
12:35 Yusuf Yaman (nxjoseph) Author: Christos Longros
www/pocketbase: Update 0.40.2 => 0.40.3
Changelog:
https://github.com/pocketbase/pocketbase/releases/tag/v0.40.3
PR: 298261
Approved by: osa, vvd (Mentors, implicit)
82ba2f7 |
12:19 Yusuf Yaman (nxjoseph) Author: Goran Mekić
databases/py-oxyde: Update 0.7.1 => 0.8.0
While here, update maintainer address.
Changelog:
https://github.com/mr-fatalyst/oxyde/releases/tag/v0.8.0
Commit log:
https://github.com/mr-fatalyst/oxyde/compare/v0.7.1...v0.8.0
PR: 298256
Approved by: osa, vvd (Mentors, implicit)
121db6e |
12:19 Yusuf Yaman (nxjoseph) Author: Goran Mekić
databases/py-oxyde-core: Update 0.6.2 => 0.7.1
While here, update maintainer address.
Changelogs:
- https://github.com/mr-fatalyst/oxyde/releases/tag/core-v0.7.0
- https://github.com/mr-fatalyst/oxyde/releases/tag/core-v0.7.1
Commit log:
https://github.com/mr-fatalyst/oxyde/compare/core-v0.6.2...core-v0.7.1
PR: 298255
Approved by: osa, vvd (Mentors, implicit)
6d2377f |
12:12 Zsolt Udvari (uzsolt)
lang/R-cran-languageserver: New port
An implementation of the Language Server Protocol for R.
c722b86 |
12:03 Jason W. Bacon (jwb)
biology/py-ont-fast5-api: Update to 4.1.3
Note: Upstream does not seem to publish meaningful change logs anywhere
Changes: https://github.com/nanoporetech/ont_fast5_api/commits/master/
Reported by: Repology
f934600 |
10:21 Kristof Provost (kp)
net/libpfctl: add 14.5 support
PR: 298250
Sponsored by: Rubicon Communications, LLC ("Netgate")
a228aa7 |
10:20 Michael Osipov (michaelo)
databases/sqlite-jdbc: Update to 3.53.4.0
Changelog: https://github.com/xerial/sqlite-jdbc/releases/tag/3.53.4.0
9a73417 |
10:14 Emmanuel Vadot (manu)
net-mgmt/mqtt2prometheus: Drop maintainership
I've switch to telegraf to push metrics from mqtt to my victoria-metrics
so I don't use this ports anymore.
f302778 |
10:09 Yuri Victorovich (yuri)
textproc/py-pdf2docx: update 0.5.8 → 0.5.13
3463636 |
10:09 Yuri Victorovich (yuri)
misc/py-mlflow-skinny: correct dependency
5436c89 |
10:09 Yuri Victorovich (yuri)
textproc/py-langchain-docling: update 2.0.0 → 3.0.0
d18239e |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-slim: update 2.115.0 → 2.126.0
a21cbf9 |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-serve: update 1.28.0 → 1.32.0
23b6ad1 |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-parse: update 7.8.1 → 7.17.0
22c89ac |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-ocr-onnxtr: update 0.2.1 → 0.3.0
9039d60 |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-metrics-text: update 0.11.0 → 0.15.0
45d825e |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-metrics-table: update 0.12.0 → 0.16.0
6b33509 |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-mcp: update 2.1.0 → 3.2.0
b910c64 |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-jobkit: update 3.1.0 → 3.5.0
df8ab3b |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-ibm-models: update 3.13.3 → 4.0.2
84e59f2 |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-haystack: update 1.3.0 → 2.0.0
a329733 |
10:09 Yuri Victorovich (yuri) 
- textproc/py-docling 2.126.0
SDK and CLI for parsing PDF, DOCX, HTML, and more into unified format
textproc/py-docling: update 2.115.0 → 2.126.0
b43808d |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-glm-ocr: update 0.5.0 → 0.5.1
6220167 |
10:09 Yuri Victorovich (yuri)
textproc/py-docling-core: update 2.88.0 → 2.95.0
c72ca9c |
10:09 Yuri Victorovich (yuri)
textproc/py-llama-index-workflows: update 2.22.2 → 2.23.3
c291ffa |
10:09 Yuri Victorovich (yuri)
textproc/py-llama-index-instrumentation: update 0.5.0 → 0.6.0
4d0fb05 |
10:09 Yuri Victorovich (yuri)
misc/py-google-genai: update 2.16.0 → 2.22.0
d473b57 |
10:09 Yuri Victorovich (yuri)
misc/py-sagemaker-core: correct dependency
63383a2 |
10:09 Yuri Victorovich (yuri)
devel/py-great-tables: correct dependency
095dfa5 |
10:09 Yuri Victorovich (yuri)
sysutils/py-filelock: update 3.32.0 → 3.32.5
a2b55a9 |
10:09 Yuri Victorovich (yuri)
misc/py-langchain-anthropic: update 1.5.2 → 1.7.1
77b06b8 |