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
|
Thursday, 10 Jul 2025
|
16:08 Gleb Popov (arrowd)
net/ktcplist: Update to 1.0.1
830e2e4 |
15:24 Zsolt Udvari (uzsolt) Author: mew14930xvi
net-mgmt/tcpreplay: Remove libpcapnav from build dependencies
The pcapnav is unused in this program - the binaries with or without it
doesn't differ. The ldd says isn't linked to libpcapnav.
Details: the src/common/fakepcapnav.h includes pcapnav.h if it exists
(HAVE_PCAPNAV). If it doesn't exist it fakepcapnav.h defines some
structure (they are same in libpcapnav's pcapnav.h).
The tcpreplay doesn't use libpcpnav's library. Tcpreplay (re)defines
them - the function doesn't nothing as the comment in
src/common/fakepcapnav.c says.
Remove program-transform-name option too.
PR: 286787
Approved by: mew14930xvi@inbox.lv (maintainer)
9e40a7a |
14:43 Kurt Jaeger (pi) Author: Björn Lemke
- databases/cego 2.52.18
Relational and transactional database system
- devel/lfcbase 1.21.8
Collection of basic c++ classes, used for databases/cego
databases/cego,devel/lfcbase: update 2.52.17 -> 2.52.18, 1.21.7 -> 1.21.8
lfcbase:
- BigDecimal::scaleTo: added RoundMode parameter which can either be
UP ( round up )
DOWN ( round down )
HALFUP ( round up if neigbours equidistant or higher ) or
HALFDOWN ( rond down if neighbors are equidistant or lower )
cego:
- Added support for lfcbase-1.21.8 ( BigDecimal::RoundMode ),
Round mode ist setup in dbxml via database ROUNDMODE attribute
( either UP, DOWN, HALFUP, HALFDOWN )
0397ae9
14:33 Cy Schubert (cy)
net/kea-devel: Fix runtime
Strip $prefix (which is $PREFIX) from the runtime /var/run path used
by keactrl. Otherwise it looks for PID files in the wrong place.
437bb99 |
14:26 Matthias Fechner (mfechner) 2025Q3
deskutils/stirling-pdf: update to 1.0.2
Changes: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.0.2
(cherry picked from commit 6b1935893b80e7f6f14133fdcb5b5959858c3ea6)
2032a57 |
14:26 Matthias Fechner (mfechner) 2025Q3
- devel/gitaly 18.1.2
Smart reverse proxy for GitLab
- net/gitlab-agent 18.1.2
GitLab kubernetes agent
- net/rubygem-gitlab-kas-grpc 18.1.2
Auto-generated gRPC client for KAS
- www/gitlab 18.1.2
Web GUI for managing git repositories
- www/gitlab-pages 18.1.2
Official GitLab Pages daemon
www/gitlab: security and patch update to 18.1.2
Changes: https://about.gitlab.com/releases/2025/07/09/patch-release-gitlab-18-1-2-released/
Security: 20823cc0-5d45-11f0-966e-2cf05da270f3
(cherry picked from commit 6962131cd928e4801aabadcfeba3da4f2ea8df65)
a6d1185
14:26 Matthias Fechner (mfechner) 2025Q3
deskutils/stirling-pdf: update to 1.0.1
Changes: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.0.0
Changes: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.0.1
(cherry picked from commit 232b070571e41bcdfca21a6cdc9edcc7fd6ce2d3)
7b578a6 |
14:26 Matthias Fechner (mfechner) 2025Q3
security/trivy: update to 0.64.1
Changes: https://github.com/aquasecurity/trivy/releases/tag/v0.64.1
(cherry picked from commit e92966aeb3eeea26bb511dc7c962cec5949cc486)
93a58d3 |
14:21 Vladimir Druzenko (vvd) Author: Martin Neubauer
print/lilypond-devel: Update 2.25.23 => 2.25.26
News:
https://lilypond.org/news.html#LilyPond-2_002e25_002e26-released-May-3_002c-2025
PR: 288092
5c92b7f |
14:19 Vladimir Druzenko (vvd) Author: Ralf van der Enden 2025Q3
- dns/powerdns 4.9.7
Advanced DNS server with multiple backends including SQL
dns/powerdns: Update 4.9.5 => 4.9.7
Release notes:
https://blog.powerdns.com/2025/07/07/powerdns-authoritative-server-4.9.7
Changelog:
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.7
PR: 288129
MFH: 2025Q3
(cherry picked from commit 1d6ba0cdf5b2ae7d58a91edd983c4a7443ed5b8a)
67c8fb9 |
14:15 Vladimir Druzenko (vvd) Author: Ralf van der Enden
- dns/powerdns 4.9.7
Advanced DNS server with multiple backends including SQL
dns/powerdns: Update 4.9.5 => 4.9.7
Release notes:
https://blog.powerdns.com/2025/07/07/powerdns-authoritative-server-4.9.7
Changelog:
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.7
PR: 288129
MFH: 2025Q3
1d6ba0c |
12:25 Renato Botelho (garga) 2025Q3
- devel/git 2.50.1
Distributed source code management tool
devel/git: Update to 2.50.1
Security: CVE-2025-27613
Security: CVE-2025-27614
Security: CVE-2025-46835
Security: CVE-2025-48384
Security: CVE-2025-48385
Security: CVE-2025-48386
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit d3f6c42d2f36989f583ea23cbbf14e5ae8665848)
42ee0f7 |
12:25 Renato Botelho (garga) 2025Q3
- devel/git 2.50.0_1
Distributed source code management tool
devel/git: Handle libsysinfo properly
git 2.50.0 was failing to build when libsysinfo was installed and, to
workaround this issue, an option LIBSYSINFO was added to the port and a
small change made on configure.ac to make it possible to disable this
knob.
After some discussion with git developers they prpoposed a different
approach to just ignore libsysinfo if it's installed because git should
never use it on FreeBSD. It should use BSD_SYSCTL option instead.
This change removes the LIBSYSINFO option and properly change
configure.ac to ignore LIBSYSINFO when HAVE_BSD_SYSCTL is set. This way
git will build exactly the same when libsysinfo is or not installed.
Obtained
from: https://lore.kernel.org/git/b57b1418-2179-480c-92a3-a107388d71f2@gentoo.org/T/#ma65c83afdc1918ffdb18c9cae9ead29db4738b0f
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 5b6183a160c3d97feefb4f02f1adec877ebf28ca)
4ce881e |
12:22 Jimmy Olgeni (olgeni) 
- math/hexowl 1.5.1
Lightweight programmer's calculator with variables and functions
math/hexowl: Add new port
hexowl is a lightweight and flexible programmer's calculator with user
variables and functions support. It provides a terminal-based interface
for performing arithmetic, bitwise, and boolean operations across decimal,
hexadecimal, and binary number systems.
WWW: https://github.com/mruttley/hexowl
c412517
11:08 Zsolt Udvari (uzsolt)
textproc/libxml2: Fix cmake file
The port's cmake file is wrong because there is an unclosed
if-statement.
Can check with 'cmake -P test-libxml2.cmake' where the content of
test-libxml2.cmake is:
include("/usr/local/lib/cmake/libxml2/libxml2-config.cmake")
The test's result is:
CMake Error at /usr/local/lib/cmake/libxml2/libxml2-config.cmake:53 (if):
Flow control statements are not properly nested.
Call Stack (most recent call first):
test-libxml2.cmake:1 (include)
Approved by: portmgr (blanket, trivial runtime fix)
e02b2ca |
10:48 Muhammad Moinur Rahman (bofh)
devel/py-xstatic-ckeditor: Return to pool
796313f |
10:48 Muhammad Moinur Rahman (bofh)
devel/cirrus-cli: Update version 0.139.0=>0.139.1
Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.139.1
f7a69ec |
10:48 Muhammad Moinur Rahman (bofh)
databases/freetds-devel: Update version 1.5.110=>1.5.111
6273870 |
10:26 Juraj Lutter (otis) 
- textproc/py-jinjanator 25.2.0
CLI tool to render Jinja2 templates
- textproc/py-jinjanator-plugins 24.2.0
Plugins toolkit for jinjanator tool
textproc/py-jinjanator: Add new port
Add py-jinjanator, CLI tool to render Jinja2 templates. It is a fork of
j2cli, which itself was a fork of jinja2-cli, both of which are no
longer actively maintained.
Also add a dependent port, textproc/py-jinjanator-plugins and hook
both of them into the build.
755696c
09:58 Jimmy Olgeni (olgeni) 
- security/ssl-checker 0.1.7
Fast and beautiful program to check all your https endpoints
security/ssl-checker: Add new port
ssl-checker is a fast and beautiful command-line tool designed to check SSL
certificates for HTTPS endpoints.
67d7cfe
09:55 Yuri Victorovich (yuri)
misc/llama-cpp: update 5780 → 5862
2d22a18 |
09:40 Yuri Victorovich (yuri) 
- x11-toolkits/imgui 1.92.1
Bloat-free Graphical User interface for C++ with minimal dependencies
x11-toolkits/imgui: update 1.91.9 → 1.92.1
Reported by: portscout
31b83b8 |
09:38 Yuri Victorovich (yuri) 
- net/zapret 71.2
DPI (Deep Packet Interderence) bypass (multi platform)
net/zapret: update 70.6 → 71.2
Reported by: portscout
da8cfad |
09:36 Yuri Victorovich (yuri) 
- databases/duckdb 1.3.2
In-process SQL OLAP database management system
databases/{,py-}duckdb: update 1.3.1 → 1.3.2
5fdb30f
09:36 Yuri Victorovich (yuri) Author: Ralf van der Enden
net-p2p/qbittorrent: update 5.1.0 → 5.1.2
PR: 288133
f37eb64 |
09:36 Yuri Victorovich (yuri) 
- cad/veryl 0.16.2
Veryl: A modern Hardware Description Language (HDL)
cad/veryl: update 0.16.1 → 0.16.2
Reported by: portscout
308c8acb |
09:36 Yuri Victorovich (yuri)
sysutils/mise: update 2025.6.5 → 2025.7.3
Reported by: portscout
e86a8e2 |
09:08 Alexey Dokuchaev (danfe) 
- net-mgmt/victoria-metrics 1.121.0
Fast, cost-effective, and scalable time series database
net-mgmt/{victoria-metrics,vmutils}: update to version 1.121.0
Reported by: portscout
2de43b4
08:08 Jimmy Olgeni (olgeni) 
- devel/gitid 1.1.0
Terminal-based tool to manage multiple Git identities
devel/gitid: Add new port
gitid is a terminal-based tool that helps developers manage multiple
Git identities easily through an interactive interface.
42fdf22
07:20 Ronald Klop (ronald)
databases/mongodb80: update to 8.0.11
Changes:
https://www.mongodb.com/docs/manual/release-notes/8.0/#8.0.11---june-30--2025
fb40193 |
06:50 Matthias Fechner (mfechner)
deskutils/stirling-pdf: update to 1.0.2
Changes: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.0.2
6b19358 |
06:50 Matthias Fechner (mfechner) 
- devel/gitaly 18.1.2
Smart reverse proxy for GitLab
- net/gitlab-agent 18.1.2
GitLab kubernetes agent
- net/rubygem-gitlab-kas-grpc 18.1.2
Auto-generated gRPC client for KAS
- www/gitlab 18.1.2
Web GUI for managing git repositories
- www/gitlab-pages 18.1.2
Official GitLab Pages daemon
www/gitlab: security and patch update to 18.1.2
Changes: https://about.gitlab.com/releases/2025/07/09/patch-release-gitlab-18-1-2-released/
Security: 20823cc0-5d45-11f0-966e-2cf05da270f3
6962131
05:47 Cy Schubert (cy)
net/kea-devel: Add missing patch
4a15a7c |
05:43 Cy Schubert (cy)
net/kea-devel: Update to 3.0.0
3.0.0 also replaces the traditional Makefile build system with meson.
0b3d0f4 |
04:54 Vladimir Druzenko (vvd) Author: Stefan Schlosser
emulators/ares: Update 144 => 145
Release notes:
https://ares-emu.net/news/ares-v145-released
* use new ARES_BUILD_OFFICIAL build flag instead of
ARES_VERSION_OVERRIDE to set the application version
* add TOOLS_IMPLIES="GBA MD NG SFC" to prevent linker error, see also:
https://github.com/ares-emulator/ares/issues/2090
* add missing "implies" information to *_DESC
PR: 288126
5d25a9f |
04:28 Matthias Fechner (mfechner)
security/vuxml: document gitlab vulnerabilities
15e5b4c |
04:18 Vladimir Druzenko (vvd) Author: Thomas Dreibholz
- net/socketapi 2.2.25
Socket API library for the SCTPLIB user-space SCTP implementation
net/socketapi: Update 2.2.24 => 2.2.25
Changelog:
https://github.com/dreibh/socketapi/blob/socketapi-2.2.25/ChangeLog
Commit log:
https://github.com/dreibh/socketapi/compare/socketapi-2.2.24...socketapi-2.2.25
PR: 288119
d9c7e46 |
04:15 Vladimir Druzenko (vvd) Author: Thomas Dreibholz
net/tsctp: Update 0.8.1 => 0.8.2
Changelog:
https://github.com/dreibh/tsctp/blob/tsctp-0.8.2/ChangeLog
Commit log:
https://github.com/dreibh/tsctp/compare/tsctp-0.8.1...tsctp-0.8.2
PR: 288118
41b0fb5 |
04:08 Vladimir Druzenko (vvd) Author: Thomas Dreibholz
- net/sctplib 1.0.32
User-space implementation of the SCTP protocol RFC 4960
net/sctplib: Update 1.0.31 => 1.0.32
Changelog:
https://github.com/dreibh/sctplib/blob/sctplib-1.0.32/ChangeLog
Commit log:
https://github.com/dreibh/sctplib/compare/sctplib-1.0.31...sctplib-1.0.32
PR: 288117
a8980ba |
04:05 Vladimir Druzenko (vvd) Author: Thomas Dreibholz
net/td-system-tools: Update 2.1.2 => 2.1.3
Changelog:
https://github.com/dreibh/system-tools/blob/td-system-tools-2.1.3/ChangeLog
Commit log:
https://github.com/dreibh/system-tools/compare/td-system-tools-2.1.2...td-system-tools-2.1.3
PR: 288116
d397b41 |
03:17 Xin LI (delphij)
www/redmine60: upgrade to 6.0.6.
63843cd |
03:08 Stephen Montgomery-Smith (stephen)
math/octave-forge-tablicious: Update to 0.4.5.
485ed84 |
02:30 Hiroki Tagato (tagattie) 
- devel/py-ty 0.0.1.a14
Extremely fast Python type checker, written in Rust
devel/py-ty: update to 0.0.1a14
Changelog: https://github.com/astral-sh/ty/blob/0.0.1-alpha.14/CHANGELOG.md
Reported by: Repology
6f1619d |
01:24 Vladimir Druzenko (vvd) Author: Sebastian Oswald
- www/angie-console-light 1.8.0
Angie Web Monitoring Panel
www/angie-console-light: New port: Angie Web Monitoring Panel
Angie Console Light is a lightweight, real-time monitoring interface
for www/angie.
The panel uses the native angie api and only consists of a handful of
files which are put into ${WWWDIR}, so the port is just a more
coventient way to put the contents of the tarball into
"${PREFIX}/www/angie-console-light/".
Documentation can be found at
https://en.angie.software/angie/docs/configuration/monitoring/
PR: 288098
4f22a12
01:16 Vladimir Druzenko (vvd)
databases/sqlite3: Fix soname, fix build if ICU=on LIBEDIT=off and READLINE=off
--soname=libsqlite3.so.${DISTVERSION} mean that users must
rebuild/reinstall all consumers of the sqlite3 after each patch-level
update.
Use --soname=legacy => soname = libsqlite3.so.0 - ABI and API didn't
changed.
PR: 287983
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer, implicit - fix
runtime)
Fixes: 8af3fe5ef31b (update to 3.50.2)
Co-authored-by: russian@russerver.org
25ef385 |
01:01 Adam Weinberger (adamw)
net/geoipupdate: Update to 7.1.1
0df82a0 |
00:42 Jan Beich (jbeich)
net/wlvncc: update to s20250707
Changes: https://github.com/any1/wlvncc/compare/a6a5463...bc6063a
a24f68e |
00:35 Jan Beich (jbeich) 2025Q3
graphics/mesa-devel: unbreak build on FreeBSD 13.5/14.3
ld: error: undefined symbol: environ
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::spawn::h724773c9ab5e1423)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::do_exec::h6b054e9307c48bbd)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::do_exec::h6b054e9307c48bbd)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced 1 more times
PR: 287533
Reported by: diizzy (14.3), pkg-fallout (13.5)
This reverts commit 55e196a770d60947aeec96146419a4c8cee91662.
(cherry picked from commit dc1e90cf9dfe8e028ce35f911648017b2f9e9a8b)
6117afc |
00:35 Jan Beich (jbeich) 2025Q3
games/veloren-weekly: update to s20250709
Changes: https://gitlab.com/veloren/veloren/-/compare/a40c4d41e3...17dfbc9249
(cherry picked from commit ba81e8baa5826a6c7384780beaa3d222d39b4359)
ee77761 |
00:34 Jan Beich (jbeich)
graphics/mesa-devel: update to 25.1.b.3999
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d31cb824df2...ace49d9e52a
d7b1406 |
00:34 Jan Beich (jbeich)
graphics/mesa-devel: unbreak build on FreeBSD 13.5/14.3
ld: error: undefined symbol: environ
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::spawn::h724773c9ab5e1423)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::do_exec::h6b054e9307c48bbd)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::do_exec::h6b054e9307c48bbd)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced 1 more times
PR: 287533
Reported by: diizzy (14.3), pkg-fallout (13.5)
This reverts commit 55e196a770d60947aeec96146419a4c8cee91662.
dc1e90c |
00:34 Jan Beich (jbeich)
games/veloren-weekly: update to s20250709
Changes: https://gitlab.com/veloren/veloren/-/compare/a40c4d41e3...17dfbc9249
ba81e8b |
00:34 Jan Beich (jbeich)
x11/swayimg: update to 4.5
Changes: https://github.com/artemsen/swayimg/releases/tag/v4.5
Reported by: GitHub (watch releases)
c7f59af |
00:29 Jesús Daniel Colmenares Oviedo (dtxdf) 
- www/shiori 1.7.4
Simple bookmark manager built with Go
- GIDs
www/shiori: Add rc script
- Bump golang version to 1.23
- Add rc script
- Create shiori user and group
PR: 287780
Approved by: maintainer timeout (15 days)
Approved by: acm (mentor)
79ee4ac
00:20 Vladimir Druzenko (vvd) 2025Q3
net-mgmt/ipfixcol2: Fix build on 13.x
PR: 285757
Approved by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> (maintainer,
implicit - fix build)
Co-authored-by: Chad Jacob Milios <milios@ccsys.com>
MFH: 2025Q3
(cherry picked from commit 928a3c361cd29524a46213ab70d8e6e2f9c6c754)
ede5e9e |
00:19 Vladimir Druzenko (vvd)
net-mgmt/ipfixcol2: Fix build on 13.x
PR: 285757
Approved by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> (maintainer,
implicit - fix build)
Co-authored-by: Chad Jacob Milios <milios@ccsys.com>
MFH: 2025Q3
928a3c3 |
Wednesday, 9 Jul 2025
|
23:53 Brooks Davis (brooks) 
- devel/llvm-cheri 17.0.d20250625
LLVM and Clang with support for the CHERI architecture
- devel/llvm-morello 15.0.d20250518
LLVM and Clang with support the Arm Morello architecture
devel/llvm-{cheri,morello}: new snapshots, enable STATIC_LIBS
We've now got some reserarch partners who want to build compiler passes
so enable static libraries in the packages.
Sponsored by: DARPA, AFRL
c1059c9
22:13 Sergey A. Osokin (osa)
net-im/telegram-desktop: update from 5.16.2 to 5.16.3
ChangeLog: https://github.com/telegramdesktop/tdesktop/compare/v5.16.2...v5.16.3
2538155 |
21:53 Bernard Spil (brnrd)
www/nextcloud-contacts: Update to 7.1.5
0878f26 |
21:52 Bernard Spil (brnrd)
www/nextcloud-forms: Update to 5.1.2
5752dc7 |
21:52 Bernard Spil (brnrd)
www/nextcloud-calendar: Update to 5.3.5
e5056ef |
21:51 Bernard Spil (brnrd)
mail/nextcloud-mail: Update to 5.1.7
e31e28f |
21:25 Hiroki Tagato (tagattie) 
- devel/electron32 32.3.3_6
Build cross-platform desktop apps with JavaScript, HTML, and CSS
- devel/electron34 34.5.8_3
Build cross-platform desktop apps with JavaScript, HTML, and CSS
- devel/electron35 35.7.0_2
Build cross-platform desktop apps with JavaScript, HTML, and CSS
- devel/electron36 36.7.0_1
Build cross-platform desktop apps with JavaScript, HTML, and CSS
devel/electron{32,34,35,36}: bump LLVM version to 20
This ensures successful LTO builds with rust 1.87 and later, which is
based on LLVM 20.
Reported by: Andrea Venturoli <ml@netfence.it> (via ports)
7dab765
21:25 Dima Panov (fluffy)
graphics/gimp3-app: update to 3.0.4 release (+)
While here, improve lua51 support
Changelog: https://www.gimp.org/news/2025/05/18/gimp-3-0-4-released/
5968644 |
21:25 Dima Panov (fluffy)
graphics/gegl: update to 0.4.62 release (+)
What's new:
GEGL-0.4.60 2025-05-08
* png-load: avoid crashing on some invalid files
* bevel: code cleanups, pass only valid values to gegl:emboss
* exr-save: fix scratch buffer computation for large images
* fractal-trace: add ui-ranges to coordiantes
* porting of many shell scripts to python, improving build compatibility for
windows.
* portability fixes for win32 for running graphviz from folders with spaces in
path
* depend on babl>=0.1.112 removing ifdefs keeping old variants working
* Mark nodes as intert in ::dispose and check for this during traversals, this
* fixes a crash when using a libc that has a non-clobbering free.
Changelog: https://gitlab.gnome.org/GNOME/gegl/-/blob/GEGL_0_4_62/docs/NEWS.adoc
d3df392 |
21:25 Dima Panov (fluffy) 
- x11/babl 0.1.114
Dynamic pixel format conversion library
x11/babl: update to 0.1.114 release (+)
What's new:
2025-05-08 babl-0.1.114
* Fix to broken TRC cache for formula based TRCs in ICC profiles.
* BABL_ICC_INTENT_DEFAULT added.
* Some broken conversions removed.
Changelog: https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_114/NEWS
2ba2199 |
21:16 Ashish SHUKLA (ashish)
textproc/harper: Update to 0.49.0
3adb6a7 |
21:15 Hiroki Tagato (tagattie) Author: Alessandro Sagratini
- devel/oci-cli 3.62.1
Command Line Interface for Oracle Cloud Infrastructure
devel/oci-cli: update to 3.62.1
Changelog: https://github.com/oracle/oci-cli/releases/tag/v3.62.1
PR: 288115
Reported by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
46ab10c |
21:15 Hiroki Tagato (tagattie) Author: Alessandro Sagratini
- devel/py-oci 2.155.1
Python interface to Oracle Cloud Infrastructure
devel/py-oci: update to 2.155.1
Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.155.1
PR: 288115
Reported by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
3b9d052 |
20:46 Carlo Strub (cs)
security/arti: Update to 1.4.5
7e17b36 |
20:43 Hiroki Tagato (tagattie) Author: Rares Aioanei
- devel/py-archinfo 9.2.164
Classes with architecture-specific information useful to other projects
devel/py-archinfo: update to 9.2.164
Changelog: https://github.com/angr/archinfo/compare/v9.2.161...v9.2.164
PR: 288114
Reported by: Rares Aioanei <schaiba@gmail.com> (maintainer)
c3456ae |
20:38 Christoph Moench-Tegeder (cmt) 2025Q3
- mail/thunderbird 140.0.1
Mozilla Thunderbird is standalone mail and news that stands above
mail/thunderbird: update to 140.0.1 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/140.0.1/releasenotes/
while here, some light housekeeping
(cherry picked from commit 22ab270825594f18143b4aeaa69c52e39e1f8a2d)
40f855b |
20:36 Christoph Moench-Tegeder (cmt) 
- mail/thunderbird 140.0.1
Mozilla Thunderbird is standalone mail and news that stands above
mail/thunderbird: update to 140.0.1 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/140.0.1/releasenotes/
while here, some light housekeeping
22ab270 |
20:13 Gerald Pfeifer (gerald)
emulators/wine: Explicitly configure --without-ffmpeg
This does not affect clean builds (as with Poudriere) and makes
others more consistent and reproducible.
037e128 |
19:07 Jimmy Olgeni (olgeni) 
- sysutils/pipeform 0.2.1
TUI for Terraform runtime progress
sysutils/pipeform: Add new port
pipeform is a terminal user interface (TUI) for displaying Terraform
runtime progress. It provides an interactive visual representation of
Terraform operations.
873bf4f
18:49 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/py-overlord: Update to 0.14.0
ChangeLog: https://github.com/DtxdF/overlord/releases/tag/v0.14.0
Approved by: acm (mentor)
b914a67 |
17:05 Kurt Jaeger (pi) Author: Björn Lemke
databases/cego: update 2.52.14 -> 2.52.17
- Added performance patch to CegoSelect::buildJoinConditions. pPred
is set to checked if analyzed as complete, also if the predicate
is external ( setup via setViewCond ) In the meantime, external
conditions are fully handeled via CegoDistCursor
- In CegoFieldValue::toChain, for case DATETIME resulting string
was corrected. In the meantime, we avoid date value construction
via date/scandate function, either the required value is calculated
via cast. So just the date string value is provided in the defined
datetime format.
- Added datetime cast operator to convert from string value to
datetime. If used, this avoids expensive real time cast operations
for queries and should accelerate execution time
67c640d |
16:47 Yuri Victorovich (yuri) 
- net/mvfst 2025.07.07.00
Implementation of the QUIC transport protocol
net/mvfst: update 2025.06.23.00 → 2025.07.07.00
acaa030 |
16:47 Yuri Victorovich (yuri) 
- net/fb303 2025.07.07.00
Base Thrift service and a common set of functionality
net/fb303: update 2025.06.23.00 → 2025.07.07.00
2ee3f54 |
16:47 Yuri Victorovich (yuri) 
- devel/fatal 2025.07.07.00
Library for fast software prototyping in modern C++
devel/fatal: update 2025.06.23.00 → 2025.07.07.00
7f2630ec |
16:47 Yuri Victorovich (yuri) 
- www/proxygen 2025.07.07.00
Collection of C++ HTTP libraries including easy way to use HTTP server
www/proxygen: update 2025.06.23.00 → 2025.07.07.00
72f8b58 |
16:47 Yuri Victorovich (yuri) 
- devel/fbthrift 2025.07.07.00
Facebook's branch of Apache Thrift, including a new C++ server
devel/fbthrift: update 2025.06.23.00 → 2025.07.07.00
636e280 |
16:47 Yuri Victorovich (yuri) 
- net/wangle 2025.07.07.00
Framework for building services in a consistent/modular/composable way
net/wangle: update 2025.06.23.00 → 2025.07.07.00
00c52f4 |
16:47 Yuri Victorovich (yuri) 
- security/fizz 2025.07.07.00
C++14 implementation of the TLS-1.3 standard
security/fizz: update 2025.06.23.00 → 2025.07.07.00
19a9692 |
16:47 Yuri Victorovich (yuri) 
- devel/folly 2025.07.07.00
C++ library developed and used at Facebook
devel/folly: update 2025.06.23.00 → 2025.07.07.00
ebc8db1 |
16:47 Yuri Victorovich (yuri) 
- devel/argc 1.23.0
Easily parse command line arguments in bash
devel/argc: update 1.22.0 → 1.23.0
Reported by: portscout
1db4db8 |
16:31 Alex Dupre (ale) 
- devel/sbt 1.11.3
Build tool for Scala projects
devel/sbt: update to 1.11.3 release.
e3d0113 |
16:15 Alex Dupre (ale)
security/libp11: update to 0.4.16 release.
864d606 |
16:11 Adam Weinberger (adamw)  | | | | | | | | | | | | | | | |