| 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, 21 Sep 2026
|
06:16 Alexey Dokuchaev (danfe)
sysutils/fsearch: the port had been updated to version 0.3.2
This release attempts to fix most of the reported bugs so far.
It's also improving performance drastically when the database
index is being updated. While here, drop LICENSE_FILE which
is a standard boilerplate without real copyright information.
Reported by: portscout
c1d40ce |
06:07 Dima Panov (fluffy) Author: Oleg Ginzburg
- sysutils/cbsd 15.1.0
Yet another FreeBSD Jail, XEN and Bhyve Management Utility
sysutils/cbsd: update to 15.1.0 release
changes: https://github.com/cbsd/cbsd/releases/tag/v15.1.0
6c86dbf |
05:32 Michael Osipov (michaelo) Author: Pete Diamond
devel/py-tavern: new port
Tavern is a pytest plugin and command-line tool for automated testing of
RESTful APIs. Tests are written in YAML, describing the requests to send
and the responses to expect, so API behaviour can be verified without
writing Python code.
It also supports MQTT, GraphQL and gRPC testing through optional extras.
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
PR: 298695
3acd121 |
05:28 Rodrigo Osorio (rodrigo)
x11-clocks/buici-clock: update 0.4.9.4 -> 0.4.10
Major changes:
- integrate remaining debian patches
- use timeout instead of signal to make the clock tick
- switch upstream repo for my GH repo
For the record, buici-clock was originally created by a Debian committer,
and its source has since been maintained in Debian’s Git repository.
The FreeBSD port has been using that repository as its upstream source.
My GitHub repository is now the authoritative upstream for the Debian package.
Therefore, the FreeBSD port should be updated to use it as well, rather than
continuing to track the Debian Git repository.
2026b12 |
05:00 Alexey Dokuchaev (danfe)
www/py-binarycookies: update the port to version 2.5.0
- Fix serializer so written files match Apple's format
- Preserve full cookie fidelity on round trips
Reported by: portscout
5a5bdd1 |
04:23 Yuri Victorovich (yuri)
net-p2p/libtorrent-rasterbar2: revert "net-p2p/libtorrent-rasterbar2: update
2.0.13 → 2.1.1"
There are run-time issues that need to be investigated.
This reverts commit 7c412d80f232eb225c1d48ff72d5fab1dd8769e9.
8d49a16 |
04:17 Jochen Neumeister (joneum) 
- www/immich 3.2.2_5
High performance self-hosted photo and video management solution
www/immich: Set the machine learning URL
Immich defaults to the Docker hostname immich-machine-learning, which
never resolves outside a container, so the service ran unnoticed while
the server reported it unhealthy. The rc script now sets
IMMICH_MACHINE_LEARNING_URL, adjustable with immich_server_ml_url.
Sponsored by: Netzkommune GmbH
211738c |
03:45 Devin Teske (dteske)
www/linux-brave: DRM out of the box, GPU auto-detection
Add a WIDEVINE option (default on) so DRM playback works with no
browser-side setup once the CDM is present. The option links
${PREFIX}/lib/WidevineCdm into the Brave install directory, where the
component updater discovers it as a preinstalled component, and runs a
pre-launch seed script that sets brave.widevine_opted_in and maintains
the Widevine component hint file: Chromium registers the CDM at
startup from the hint and never repairs it itself, so the script
plants the hint before the first launch and repoints it when its
target no longer holds a CDM (e.g. after the CDM port is reinstalled),
while leaving intact hints -- including one naming a newer
component-updated CDM -- alone.
The option adds no dependency: Google's license permits fetching the
CDM but not redistributing it (www/linux-widevine-cdm is
no-pkg-mirror), so a RUN_DEPENDS would keep linux-brave itself off the
package mirrors. Everything the option installs is inert until the
user builds www/linux-widevine-cdm from ports -- the symlink dangles
and the seed script only acts when the CDM is present -- and DRM
starts working on the next launch after the CDM appears. Verified
against Netflix, Disney+, Hulu, Amazon Prime Video, discovery+, Dish
Anywhere, and Pandora, including recovery across a CDM
remove/reinstall cycle.
Wrapper improvements:
- Re-exec under dbus-run-session when no session bus is present (new
RUN_DEPENDS on devel/dbus).
- Use hardware GL when a writable DRM render node and the Linux Mesa
DRI drivers (graphics/linux-rl9-dri) are present, software rendering
otherwise; BRAVE_GPU=1/0 forces.
- With hardware GL, prefer ANGLE-on-Vulkan when the Linux Vulkan
loader (x11-toolkits/linux-rl9-vulkan) and a hardware driver ICD
are present: GL command streams from the Linux Mesa drivers have
proven prone to GPU hangs on some kernel driver pairings, while the
Vulkan path drives the same hardware reliably; BRAVE_VULKAN=1/0
forces.
- Never inherit a FreeBSD-side LD_PRELOAD; drop --test-type
(ImmediateCrash under the Linuxulator); fix PULSE_COOKIE (literal ~
never expanded inside quotes).
- Fix pre-existing pulseaudio socket detection: pass -uw to sockstat
(without -w long local addresses truncate, clipping the native
socket path so the match never fired and PULSE_SERVER was never
exported); quote $(whoami) against usernames bearing whitespace
(pw(8) rejects them, vipw(8) does not).
Suppress the unsupported-flag warning banner via the supported
CommandLineFlagSecurityWarningsEnabled policy: the wrapper must pass
--no-sandbox because the Linuxulator lacks user namespaces.
Rewrite pkg-message to the essentials (Linuxulator setup, CDM install
step, Widevine and GPU behavior). Drop shared-mime-info dependency:
the package installs nothing under share/mime.
Approved by: fuz (memtor)
Reviewed by: fuz (mentor), arrowd (previous revision)
Differential Revision: https://reviews.freebsd.org/D58784
6edff70 |
03:44 Yuri Victorovich (yuri)
net-p2p/libtorrent-rasterbar2: update 2.0.13 → 2.1.1
- net/arrowdl is patched and patches upstreamed:
https://github.com/setvisible/ArrowDL/pull/250
- net-p2p/qbittorrent is patched and patches upstreamed:
https://github.com/qbittorrent/qBittorrent/issues/24942
7c412d8 |
03:44 Yuri Victorovich (yuri)
misc/antigravity-cli: update 1.2.6 → 1.2.7
a4e80cb |
03:44 Yuri Victorovich (yuri) 
- misc/netron 9.2.9
Visualizer for neural network, deep learning, machine learning models
misc/netron: update 9.2.8 → 9.2.9
306c05b |
03:42 Kousuke Kannagi (mce)
japanese/mozc-modeless: New port: Modeless Japanese input with Mozc for Emacs
PR: 298515
Approved by: osa (mentor)
1f9a6e6 |
03:42 Kousuke Kannagi (mce)
textproc/google-translate: New port: Emacs interface to Google Translate
PR: 298459
Approved by: osa (mentor)
44babf6 |
03:42 Kousuke Kannagi (mce) 
- misc/edfbrowser 2.15
Viewer, annotator, toolbox for timeseries files EEG, EMG, ECG, etc
misc/edfbrowser: Update to 2.15
Take maintainership due to multiple consecutive timeouts.
Changelog: https://www.teuniz.net/edfbrowser/version.txt
PR: 297858
Approved by: osa (mentor)
3a886a5 |
01:01 Ashish SHUKLA (ashish)
net-im/iamb: Update to 0.0.12
- Remove already upstreamed patch.
PR: 298062
d6938ac |
|
Sunday, 20 Sep 2026
|
22:31 Daniel Engberg (diizzy) 
- devel/popt 1.19_2,1
Getopt(3) like library with a number of enhancements, from Redhat
devel/popt: Revert update to latest commit
This wasn't supposed to go in yet due to still waiting on timeout
PR: 298326
Pointy hat to: myself
9b6004f |
22:17 Daniel Engberg (diizzy)
devel/intel-graphics-compiler: Mark as BROKEN
Fails to build,
error: a template argument list is expected after a name prefixed by the
template keyword
Reported by: pkg-fallout
f739c38 |
22:17 Daniel Engberg (diizzy)
graphics/dynamechs: Mark as BROKEN
Fails to build,
dm/svd_linpack.cpp:182:2: error: reference to 'complex' is ambiguous
Reported by: pkg-fallout
13b8ad1 |
22:17 Daniel Engberg (diizzy) 
- math/py-theano 1.0.5_5
Optimizing compiler for evaluating math expressions on CPUs and GPUs
math/py-theano: Mark as BROKEN
Fails to build, SyntaxWarning: invalid escape sequence '\s'
Reported by: pkg-fallout
9e774c0 |
22:17 Daniel Engberg (diizzy)
devel/py-pythonbrew: Mark as BROKEN
Fails to build,
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'
Reported by: pkg-fallout
4237339 |
22:17 Daniel Engberg (diizzy) 
- lang/v8-beta 10.4.132.20_4
Open source JavaScript engine by Google
lang/v8-beta: Mark as BROKEN
Fails to build,
error: implicit instantiation of undefined template 'std::char_traits<unsigned
short>'
Reported by: pkg-fallout
fb69662 |
22:17 Daniel Engberg (diizzy) 
- net/dico 2.12_1
Flexible modular implementation of DICT server
net/dico: Mark as BROKEN
Fails to build,
python.c:103:5: error: incompatible pointer to integer conversion initializing
'Py_ssize_t' (aka 'long') with an expression of type 'PyTypeObject *' (aka
'struct _typeobject *')
Reported by: pkg-fallout
fb50c6b |
22:17 Daniel Engberg (diizzy) 
- math/gfanlib 0.6.2_1
Static library for computing Groebner fans and tropical varieties
math/gfanlib: Mark as BROKEN
Fails to build,
error: no member named 'vectormultiply' in 'Matrix<typ>'
Reported by: pkg-fallout
8b9cfd1 |
22:17 Daniel Engberg (diizzy) 
- math/sfft 0.1.0_15
Optimized Sparse Fast Fourier Transform
math/sfft: Mark as BROKEN
Fails to install,
install: -o: No such file or directory
Reported by: pkg-fallout
00294e6 |
22:17 Daniel Engberg (diizzy)
www/onionbalance: Mark as BROKEN
Fails to build,
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'
Reported by: pkg-fallout
058cc0d |
22:17 Daniel Engberg (diizzy) 
- devel/popt 1.19.20260818
Getopt(3) like library with a number of enhancements, from Redhat
devel/popt: Update to latest commit upstream
Bug fixes and also fixes for following CVEs:
CVE-2026-18743, CVE-2026-18739
Changelog:
https://github.com/rpm-software-management/popt/compare/popt-1.19-release...14c42b4
PR: 298326
Approved by: maintainer timeout, 2+ weeks
Security: CVE-2026-18743
CVE-2026-18739
99b4900 |
22:17 Daniel Engberg (diizzy) 
- audio/fluidsynth 2.6.1
Real-time software synthesizer based on the SoundFont 2 specifications
audio/fluidsynth: Update to 2.6.1 and enable "make test"
USES= cmake:insource is required for unit tests
Changelog: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.6.1
ee712bb |
22:17 Daniel Engberg (diizzy) 
- multimedia/mediamtx 1.21.1
Ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams
multimedia/mediamtx: Update to 1.21.1
Changelog: https://github.com/bluenviron/mediamtx/releases/tag/v1.21.1
633799d |
21:51 Jose Alonso Cardenas Marquez (acm) 
- devel/libqtxdg 3.12.0_1
Qt implementation of freedesktop.org xdg specs
devel/libqtxdg: Fix cmake4 update issue
- Mark DEPRECATED and set EXPIRATION_DATE
- Bump PORTREVISION
With hat: lxqt
PR: 298567
Reported by: arrowd
b5401f5 |
21:49 Jose Alonso Cardenas Marquez (acm)
x11/libfm-qt: Fix cmake4 update issue
- Mark DEPRECATED ans set EXPIRATION_DATE
- Bump PORTREVISION
Wit hat: lxqt
PR: 298451
Reported by: arrowd
aa35b3e |
21:00 Mateusz Piotrowski (0mp) 
- cad/openscad 2026.08.23_1
Programmer's solid 3D CAD modeller
cad/openscad: Fix CONFLICTS
Fixes: bcb1d04b3471 cad/openscad: Update to 2026.08.23
Approved by: portmgr (blanket)
19f1875 |
20:55 Rodrigo Osorio (rodrigo) 
- devel/libtap 1.12.0_2
Library implementing the Test Anything Protocol
devel/libtap: Fix build with CMake 4
Update cmake_minimum_required to 3.10
PR: 298617
Reported by: arrowd
56c508d |
20:47 Michael Osipov (michaelo) Author: Pete Diamond
devel/py-python-box: new port
Box is a Python dictionary subclass that provides dot notation access to
its keys, while behaving like a standard dict in every other respect.
It supports conversion helpers for JSON, YAML, TOML and msgpack, along
with frozen, default and transformation box types.
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
PR: 298696
e35d1fc |
20:26 Michael Osipov (michaelo) Author: Pete Diamond
textproc/py-toon-format: new port
TOON (Token-Oriented Object Notation) is a compact, human-readable
serialization format for handing structured data to large language models,
encoding the same content as JSON in markedly fewer tokens. It provides
encode and decode functions along with a toon command-line tool.
PR: 298712
2e7f386 |
18:16 Yuri Victorovich (yuri) 
- math/symfpu g20260513
Implementation of IEEE-754 / SMT-LIB floating-point
math/symfpu: update g20190517 → g20260513
34c021a |
18:16 Yuri Victorovich (yuri) 
- math/cvc5 1.4.0
Automatic theorem prover for SMT (Satisfiability Modulo Theories)
math/cvc5: update 1.3.4 → 1.4.0
1b17991 |
18:16 Yuri Victorovich (yuri)
chinese/py-OpenCC: update 1.3.2 → 1.4.2
611fc74 |
18:16 Yuri Victorovich (yuri)
www/py-prometheus-fastapi-instrumentator: update 8.0.0 → 8.1.0
cbf312b |
18:16 Yuri Victorovich (yuri)
devel/py-mypy-boto3-dynamodb: update 1.43.0 → 1.43.64
c7526c8 |
18:16 Yuri Victorovich (yuri)
security/cowrie: update 3.0.4 → 3.0.14
51b1baf |
18:16 Yuri Victorovich (yuri)
math/py-pandas-stubs: update 3.0.3.260530 → 3.0.5.260914
ee0a30d |
18:16 Yuri Victorovich (yuri)
devel/py-fast-depends: update 3.0.8 → 3.0.9
cefd462 |
18:16 Yuri Victorovich (yuri)
devel/py-setuptools-dso: update 2.12.3 → 2.12.4
dd001a1 |
18:16 Yuri Victorovich (yuri) 
- misc/py-numcodecs 0.17.0
Package providing buffer compression and transformation codecs for use
misc/py-numcodecs: update 0.16.5 → 0.17.0
a2e6d41 |
18:16 Yuri Victorovich (yuri) 
- misc/py-accelerate 1.15.0
PyTorch: simple way to launch, train, use PyTorch models on any device
misc/py-accelerate: update 1.14.0 → 1.15.0
ab4dd42 |
18:16 Yuri Victorovich (yuri) 
- devel/py-zarr 3.4.0
Implementation of chunked, compressed, N-dimensional arrays for Python
devel/py-zarr: update 3.3.0 → 3.4.0
b82fbd9 |
18:16 Yuri Victorovich (yuri)
math/py-iminuit: update 2.32.0 → 2.33.0
8470e14 |
18:16 Yuri Victorovich (yuri)
math/py-daqp: update 0.8.7 → 0.9.1
58cf806 |
18:16 Yuri Victorovich (yuri)
databases/py-pyiceberg: update 0.11.1 → 0.12.0
6ffefb1 |
18:16 Yuri Victorovich (yuri) 
- misc/py-optimum 2.3.0
Extension of Hugging Face Transformers integrating 3rd-party libraries
misc/py-optimum: update 2.2.0 → 2.3.0
6d08804 |
18:16 Yuri Victorovich (yuri) 
- science/py-signac 2.4.1
Manage large and heterogeneous data spaces on the file system
science/py-signac: update 2.4.0 → 2.4.1
ee55934 |
18:16 Yuri Victorovich (yuri)
misc/py-snakemake-interface-common: update 1.23.0 → 1.23.1
d84f438 |
18:16 Yuri Victorovich (yuri)
math/py-squarify: update 0.4.4 → 0.4.5
ddff546 |
18:16 Yuri Victorovich (yuri)
astro/py-astropy-healpix: update 2.0.0 → 2.0.1
1fcc7d5 |
18:16 Yuri Victorovich (yuri) 
- math/py-qdldl 0.1.9.p1
QDLDL free LDL factorization routine for linear systems: Ax = b
math/py-qdldl: update 0.1.7.post5 → 0.1.9.p1
6b375f1 |
18:09 Jochen Neumeister (joneum) 
- www/immich 3.2.2_4
High performance self-hosted photo and video management solution
www/immich: Switch to jellyfin-ffmpeg
Immich builds its HDR filter chain around tonemapx, which only the
Jellyfin patch set provides. The rc script points FFMPEG_PATH and
FFPROBE_PATH at it.
PR: 298378
Requested by: several people
Sponsored by: Netzkommune GmbH
b0cad1c83 |
17:35 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/reproduce: Update to 0.9.0
ChangeLog: https://github.com/DtxdF/reproduce/releases/tag/v0.9.0
8fd84ce |
16:40 Mateusz Piotrowski (0mp) 
- net/linphone 6.1.2
Qt 6 desktop SIP client for voice, video, and messaging
net/linphone: Distribute distfiles via distcache.FreeBSD.org
Linphone GitLab instance seems a bit unstable at times, so let's keep a
copy of the 6.1.2 archive on LOCAL.
Approved by: portmgr (blanket)
e4154f0 |
16:40 Mateusz Piotrowski (0mp) Author: Hiroo Ono
- net/linphone 6.1.2
Qt 6 desktop SIP client for voice, video, and messaging
net/linphone: update to 6.1.2
PR: 294162
Co-authored-by: Myokla K. <nikolaytihonov2022@gmail.com>
2aa42c6 |
16:40 Mateusz Piotrowski (0mp)
audio/deadbeef: Switch to USES=localbase
Approved by: portmgr (blanket)
fd03e6e |
16:40 Mateusz Piotrowski (0mp) Author: Hiroo Ono
audio/deadbeef: Fix GTK3 build
PR: 292311
Tested by: 0mp
3e7c2c7 |
16:19 Vladimir Druzenko (vvd) Author: Thibault Payet
emulators/wine-devel: Keep USE_GCC to fix runtimes issue
err:virtual:try_map_free_area mmap() error Cannot allocate memory, range
0x7fffffee0000-0x7fffffff0000, unix_prot 0x3.
err:virtual:map_free_area couldn't map free area in range
0x100000000-0x7fffffff0000, size 0x110000
Assertion failed: (!status), function virtual_alloc_first_thread_data, file
dlls/ntdll/unix/virtual.c, line 4130.
Abort trap (core dumped)
PR: 298678
Sponsored by: UNIS Labs (vvd, commit patch)
114dca1 |
16:09 Mateusz Piotrowski (0mp) Author: Hiroo Ono
- devel/py-cld 20150113_2
Python bindings for compact language detector library
devel/py-cld: fix build with python 3.12
PR: 296434
Reported by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Reviewed by: 0mp
Approved by: maintainer (demon)
d064cae |
16:04 Guido Falsi (madpilot) 2026Q3
- mail/maildrop 4.0.4_1
Mail delivery agent (MDA) with filtering abilities
mail/maildrop: Fix INOTIFY option
- FreeBSD 14.5 and up include inotify implementation in libc, so update checks
to not depend on the ports implementation ion this case
- When using the ports provided libinotify link using the dynamic library
- Also add one file that needs patching for a successful build
While here, pet portclippy/portfmt.
Reported by: Ewout1 (Excite/BlueTie) <ewout1@bluetiehome.com> (via mailing list)
MFH: 2026Q3
(cherry picked from commit 307b943e636e53d0c11f408014d01754ae42adb9)
a7e07e9 |
16:04 Guido Falsi (madpilot) 2026Q3
- mail/courier-imap 6.0.6_1,2
IMAP (and POP3) server that provides access to Maildir mailboxes
mail/courier-imap: Update version check for INOTIFY option
FreeBSD 14.5 includes the inotify implementation in libc. Update
the version check to avoid linkingg to the ports provided library
in this case.
MFH: 2026Q3
(cherry picked from commit a9309a59e3b7c12e964d99fd94195598845ad9cf)
7a91177 |
16:03 Guido Falsi (madpilot) 2026Q3
- mail/courier-imap 6.0.6,2
IMAP (and POP3) server that provides access to Maildir mailboxes
mail/courier-imap: Update to 6.0.6
(cherry picked from commit 4e5eafd2681aacf36d64471ddff2502594c506f3)
323ba1a |
15:58 Guido Falsi (madpilot) 
- mail/maildrop 4.0.4_1
Mail delivery agent (MDA) with filtering abilities
mail/maildrop: Fix INOTIFY option
- FreeBSD 14.5 and up include inotify implementation in libc, so update checks
to not depend on the ports implementation ion this case
- When using the ports provided libinotify link using the dynamic library
- Also add one file that needs patching for a successful build
While here, pet portclippy/portfmt.
Reported by: Ewout1 (Excite/BlueTie) <ewout1@bluetiehome.com> (via mailing list)
MFH: 2026Q3
307b943 |
15:54 Guido Falsi (madpilot) 
- mail/courier-imap 6.0.6_1,2
IMAP (and POP3) server that provides access to Maildir mailboxes
mail/courier-imap: Update version check for INOTIFY option
FreeBSD 14.5 includes the inotify implementation in libc. Update
the version check to avoid linkingg to the ports provided library
in this case.
MFH: 2026Q3
a9309a5 |
15:38 Matthew Seaman (matthew)
www/p5-WWW-Salesforce: update to 0.401
Belatedly update RUN_DEPENDS
Changes: https://metacpan.org/release/CAPOEIRAB/WWW-Salesforce-0.401/source/Changes
Reported-by: repology
1c1701c |
15:38 Matthew Seaman (matthew)
textproc/py-python-slugify: update to 9.1.0
Changes: https://github.com/un33k/python-slugify/blob/v9.1.0/CHANGELOG.md
Reported-by: repology, portscout
ff1a726 |
15:29 Nicola Vitale (nivit)
deskutils/flameshot: Update to 15.0.r1
ChangeLog:
1. https://github.com/flameshot-org/flameshot/releases/tag/v15.0.rc1
Reported by: borgmanJeremy <notifications@github.com>
df7b89b |
15:26 Nicola Vitale (nivit) 
- net/rustconn 0.22.1
Modern connection manager with GTK4/Wayland-native interface
net/rustconn: Update to 0.22.1
ChangeLog:
1. https://github.com/totoshko88/RustConn/releases/tag/v0.22.1
Reported by: "github-actions[bot]" <notifications@github.com>
b1431a05 |
15:19 Muhammad Moinur Rahman (bofh)
multimedia/py-av: Update version 18.0.0=>18.1.0
Changelog: https://pyav.basswood-io.com/docs/stable/development/changelog.html
69fb66b |
15:19 Muhammad Moinur Rahman (bofh)
net-mgmt/centreon-clib: Update version 21.10.1=>22.04.0
Changelog: https://github.com/centreon/centreon-collect/releases/tag/22.04.0
14e5ed0 |
15:19 Muhammad Moinur Rahman (bofh)
sysutils/httm: Update version 0.50.2=>0.51.0
Changelog: https://github.com/kimono-koans/httm/releases/tag/0.51.0
b082083 |
15:19 Muhammad Moinur Rahman (bofh) 
- sysutils/serf 0.11.0
Service discovery and configuration made easy
sysutils/serf: Update version 0.10.4=>0.11.0
Changelog: https://github.com/hashicorp/serf/releases/tag/v0.11.0
1e68745 |
15:19 Muhammad Moinur Rahman (bofh) 
- textproc/vale 3.22.0
Command-line tool that brings editorial style guide to life
textproc/vale: Update version 3.21.0=>3.22.0
Changelog: https://github.com/errata-ai/vale/releases/tag/v3.22.0
1163623 |
15:19 Muhammad Moinur Rahman (bofh) 
- www/zola 0.23.6
Fast static site generator
www/zola: Update version 0.23.5=>0.23.6
Changelog: https://github.com/getzola/zola/releases/tag/v0.23.6
299d864 |
15:19 Muhammad Moinur Rahman (bofh)
devel/liblognorm: Update version 2.1.0=>2.1.1
Changelog: https://github.com/rsyslog/liblognorm/releases/tag/v2.1.1
eeeb070 |
15:19 Muhammad Moinur Rahman (bofh)
textproc/redisearch2: Update version 2.10.12=>2.10.13
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.10.13
a2ea6a2 |
15:19 Muhammad Moinur Rahman (bofh)
textproc/redisearch28: Update version 2.8.12=>2.8.13
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.8.13
315b3d5 |
15:19 Muhammad Moinur Rahman (bofh)
textproc/redisearch26: Update version 2.6.13=>2.6.14
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.6.14
0decb6b |
15:19 Muhammad Moinur Rahman (bofh)
textproc/redisearch24: Update version 2.4.13=>2.4.14
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.4.14
788e580 |
15:19 Muhammad Moinur Rahman (bofh) 
- databases/redis88 8.8.3
Persistent key-value database with built-in net interface(8.8.X)
databases/redis88: Update version 8.8.2=>8.8.3
Changelog: https://github.com/redis/redis/releases/tag/8.8.3
573261f |
15:19 Muhammad Moinur Rahman (bofh) 
- databases/redis86 8.6.7
Persistent key-value database with built-in net interface(8.6.X)
databases/redis86: Update version 8.6.6=>8.6.7
Changelog: https://github.com/redis/redis/releases/tag/8.6.7
1e4a3da |
15:19 Muhammad Moinur Rahman (bofh) 
- databases/redis84 8.4.7
Persistent key-value database with built-in net interface(8.4.X)
databases/redis84: Update version 8.4.6=>8.4.7
Changelog: https://github.com/redis/redis/releases/tag/8.4.7
0142238 |
15:19 Muhammad Moinur Rahman (bofh) 
- databases/redis82 8.2.10
Persistent key-value database with built-in net interface(8.2.X)
databases/redis82: Update version 8.2.9=>8.2.10
Changelog: https://github.com/redis/redis/releases/tag/8.2.10
ab292fa |
15:19 Muhammad Moinur Rahman (bofh) 
- databases/redis 8.10.2
Persistent key-value database with built-in net interface
databases/redis: Update version 8.10.1=>8.10.2
Changelog: https://github.com/redis/redis/releases/tag/8.10.2
c9895d6 |
15:19 Muhammad Moinur Rahman (bofh)
databases/redistimeseries: Update version 1.12.14=>1.12.17
Changelog:
https://github.com/RedisTimeSeries/RedisTimeSeries/releases/tag/v1.12.17
Approved by: core-platform-scrum@redis.com (maintainer by email)
5e97842 |
15:19 Muhammad Moinur Rahman (bofh)
audio/umurmur: Update version 0.5.0=>0.5.1
Changelog: https://github.com/umurmur/umurmur/releases/tag/v0.5.1
5a5fb07 |
15:19 Muhammad Moinur Rahman (bofh) 
- security/suricata 8.0.7
High Performance Network IDS, IPS and Security Monitoring engine
security/suricata: Update version 8.0.6=>8.0.7
Changelog: https://forum.suricata.io/t/suricata-8-0-7-released/6467
MFH: 2026Q3
618b468 |
15:19 Muhammad Moinur Rahman (bofh)
net/google-cloud-sdk: Update version 584.0.0=>585.0.0
3dfd4fa |
14:59 Jochen Neumeister (joneum) 
- net-mgmt/netdata 2.11.1
Scalable distributed realtime performance and health monitoring
net-mgmt/netdata: Update to 2.11.1
Vendor the Go plugins via GH_TUPLE instead of fetching modules during
the build, and take the bundled SQLite from the archive upstream pins in
NetdataSQLite.cmake. Disable the IBM and NetFlow plugins, which would
otherwise fetch from the network or need Corrosion.
GOPLUGIN now covers the scripts plugin as well, both come from the same
Go module. The prebuilt dashboard is listed dynamically because its
file names carry content hashes, and it is licensed under NCUL1, not
netdata's GPLv3.
PR: 293216
Submitted by: jordan@ostreff.info
Approved by: maintainer timeout (nk@nkeor.me, 7 months)
Sponsored by: Netzkommune GmbH
86578ba |
13:48 Joe Marcus Clarke (marcus)
net/netatalk4: Remove the pkg-install file
This is no longer needed. The base distro takes care of installing the
README in the CNID subdirectory.
PR: 298659
Spotted by: eduardo
6dbbf99 |
13:39 Mateusz Piotrowski (0mp)
www/py-grafana-dashboard-manager: Fix build
acd223f |
13:25 Jason W. Bacon (jwb)
biology/vsearch: Update to 2.32.0
Numererous bug fixes, new per-command man pages, and a few other
enhancements.
Changes: https://github.com/torognes/vsearch/releases
Normally I don't upgrade ports so close to the end of a quarter, but
this release has a lot of bug fixes, which I think outweigh the risk
of a regression slipping into the next quarterly branch.
Reported by: portscout
bf93df2 |
13:24 Mateusz Piotrowski (0mp) Author: Hiroo Ono
cad/libfive: Add: Software library and set of tools for solid modeling
0mp@ improved Makefile formatting, fixed pkg-plist, fixed DISTVERSION,
and patched the default compiler flags.
PR: 298706
Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>
166dc5d |
13:14 Dan Langille (dvl)
security/acme.sh: Update to 3.1.5
re: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.5
7d8a2b6 |
12:52 Mateusz Piotrowski (0mp) Author: Pete Diamond
net-im/py-smpplib: add new port
SMPPLib implements the Short Message Peer-to-Peer (SMPP) protocol for
exchanging SMS messages with SMSC gateways. It binds as a transmitter,
receiver or transceiver, sends and receives PDUs, and splits long or
Unicode text into concatenated multipart messages.
SMPPLib is a missing optional RUN_DEP for py-apprise
PR: 298657
1522ca8 |
12:50 Mateusz Piotrowski (0mp) Author: Pete Diamond
net-im/py-slixmpp: update to 1.17.0
PR: 298666
6e31eb2 |