| 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
|
|
Sunday, 14 Jun 2026
|
04:23 Yuri Victorovich (yuri) 
- science/py-pygmo2 2.19.8
Python platform to perform parallel computations of optimisation tasks
science/py-pygmo2: update 2.19.7 → 2.19.8
5259bf4 |
04:22 Yuri Victorovich (yuri) 
- astro/py-pyvo 1.9.1
Package for accessing Virtual Observatory data and services
astro/py-pyvo: update 1.9.0 → 1.9.1
649c31f |
04:21 Yuri Victorovich (yuri)
net-p2p/py-libtorrent-rasterbar: update 2.0.12 → 2.0.13
32f8e90 |
04:21 Yuri Victorovich (yuri)
math/py-sparsediffpy: update 0.5.0 → 0.5.1
314bf40 |
03:55 Yuri Victorovich (yuri)
devel/py-distlib: update 0.4.2 → 0.4.3
f21ed12 |
03:55 Yuri Victorovich (yuri)
sysutils/py-filelock: update 3.29.1 → 3.29.4
fea4c23 |
03:54 Yuri Victorovich (yuri) 
- www/py-slowapi 0.1.10
Rate limiting extension for Starlette and Fastapi
www/py-slowapi: update 0.1.9 → 0.1.10
a4fc6bd |
02:38 Yuri Victorovich (yuri) 
- misc/py-langsmith 0.8.15
Library to connect to the LangSmith LLM Tracing & Evaluation Platform
misc/py-langsmith: update 0.8.14 → 0.8.15
bd21aec |
02:38 Yuri Victorovich (yuri) 
- misc/py-langgraph 1.2.5
LangGraph: Building stateful, multi-actor applications with LLMs
misc/py-langgraph: update 1.2.4 → 1.2.5
17f34c7 |
02:38 Yuri Victorovich (yuri) 
- misc/py-langchain 1.3.9
LangChain: Building applications with LLMs through composability
misc/py-langchain: update 1.3.4 → 1.3.9
a2ff335 |
02:38 Yuri Victorovich (yuri)
misc/py-langchain-protocol: update 0.0.16 → 0.0.17
b710ebc |
02:38 Yuri Victorovich (yuri)
misc/py-langchain-openai: update 1.2.2 → 1.3.2
b92044d |
02:38 Yuri Victorovich (yuri)
misc/py-langchain-anthropic: update 1.4.5 → 1.4.6
1886def |
02:38 Yuri Victorovich (yuri)
misc/py-langchain-core: update 1.4.6 → 1.4.7
23fde4a |
00:14 Vladimir Druzenko (vvd) Author: Olivier Duchateau
editors/elementary-code: Update 8.2.0 => 8.3.0
Changelog:
https://github.com/elementary/code/releases/tag/8.3.0
- Sort plist.
PR: 295363
Approved by: Miguel Gocobachi <miguel@gocobachi.dev> (maintainer, timeout 4
weeks)
Sponsored by: UNIS Labs
a0749ca |
|
Saturday, 13 Jun 2026
|
22:59 Yuri Victorovich (yuri)
sysutils/mise: update 2026.6.3 → 2026.6.6
629b537 |
22:59 Yuri Victorovich (yuri)
security/susshi: update 0.18.1 → 0.18.2
8867394 |
22:59 Yuri Victorovich (yuri) 
- deskutils/thokr 0.5.0
Sleek typing tui with visualized results and historical logging
deskutils/thokr: update 0.4.1 → 0.5.0
a303844 |
22:59 Yuri Victorovich (yuri) 
- misc/lean-ctx 3.8.4
Hybrid Context Optimizer: MCP Server, reduces LLM token consumption
misc/lean-ctx: update 3.8.2 → 3.8.4
c150bd8 |
22:42 Adam Weinberger (adamw) 2026Q2
- www/caddy 2.11.4
Fast, highly configurable HTTP/1-2-3 web server with automatic TLS
www/caddy: Update to 2.11.4 (security)
Changes:
Security-related patches:
- caddyhttp: Normalize Windows backslashes in path matcher (thanks
@Vincent550102)
- rewrite: Prevent placeholder re-expansion in injected query
(thanks @WhiskerEnt)
- templates: Improved stripHTML action to more reliably remove
malformed HTML (thanks to @jmrcsnchz)
- caddyhttp: Ignore header fields with underscores to prevent
collisions (thanks @Vincent550102 for the report and @dunglas for
the patch)
NB: These security patches may be breaking if your application
relies on the buggy behaviors.
What's Changed:
- reverseproxy: further prevent body closes from dial errors by
@jameshartig in #7715
- caddytls: Fix client auth (fix #7724) by @mholt in #7727
chore: deps upgrade by @mohammed90 in #7751
- caddyhttp: omit Last-Modified for unusable mod times by @bb4242 in
#7740
- caddytls: fix TLS state races and ECH rotation retry by @broady in
#7756
- chore: clean up wording and typo fixes by @steadytao in #7745
- reverseproxy: Add regression test for DialInfo network override by
@eyupcanakman in #7758
- caddyauth: add candidate placeholders for rejected identities by
@steadytao in #7698
- cmd: support caddy start on IPv6-only hosts by @steadytao in #7744
- caddyfile: preserve implicit TLS issuer semantics by @steadytao in
#7743
- reverseproxy: wraps request body to prevent closing if not read by
@WeidiDeng in #7719
- caddytls: match IDN SNI in connection policies by @steadytao in
#7742
- build(deps): bump the all-updates group across 1 directory with
9 updates by @dependabot[bot] in #7752
- caddyhttp: normalize Windows backslashes in path matcher by
@Vincent550102 in #7763
- go.mod: update x/net by @steadytao in #7767
- rewrite: prevent placeholder re-expansion in injected query by
@WhiskerEnt in #7761
- perf(replacer): optimize memory allocation for file placeholders
by @Jualhosting in #7773
- caddytls: skip idna.ToASCII for pure ASCII SNI values by
@sleet0922 in #7770
- encode: prioritize zstd and br over gzip in content negotiation by
@Jualhosting in #7772
- httpcaddyfile: fix incorrect error message on duplicate matchers
by @Brunotlps in #7780
- Patch for GHSA-vcc4-2c75-vc9v by @jmrcsnchz in #7785
(cherry picked from commit 480501bc199ea78d1f8f29b2d114299486a808a8)
d0ec8d7 |
22:39 Adam Weinberger (adamw)
security/vuxml: Add caddy < 2.11.4
532e241 |
22:39 Adam Weinberger (adamw) 
- www/caddy 2.11.4
Fast, highly configurable HTTP/1-2-3 web server with automatic TLS
www/caddy: Update to 2.11.4 (security)
Changes:
Security-related patches:
- caddyhttp: Normalize Windows backslashes in path matcher (thanks
@Vincent550102)
- rewrite: Prevent placeholder re-expansion in injected query
(thanks @WhiskerEnt)
- templates: Improved stripHTML action to more reliably remove
malformed HTML (thanks to @jmrcsnchz)
- caddyhttp: Ignore header fields with underscores to prevent
collisions (thanks @Vincent550102 for the report and @dunglas for
the patch)
NB: These security patches may be breaking if your application
relies on the buggy behaviors.
What's Changed:
- reverseproxy: further prevent body closes from dial errors by
@jameshartig in #7715
- caddytls: Fix client auth (fix #7724) by @mholt in #7727
chore: deps upgrade by @mohammed90 in #7751
- caddyhttp: omit Last-Modified for unusable mod times by @bb4242 in
#7740
- caddytls: fix TLS state races and ECH rotation retry by @broady in
#7756
- chore: clean up wording and typo fixes by @steadytao in #7745
- reverseproxy: Add regression test for DialInfo network override by
@eyupcanakman in #7758
- caddyauth: add candidate placeholders for rejected identities by
@steadytao in #7698
- cmd: support caddy start on IPv6-only hosts by @steadytao in #7744
- caddyfile: preserve implicit TLS issuer semantics by @steadytao in
#7743
- reverseproxy: wraps request body to prevent closing if not read by
@WeidiDeng in #7719
- caddytls: match IDN SNI in connection policies by @steadytao in
#7742
- build(deps): bump the all-updates group across 1 directory with
9 updates by @dependabot[bot] in #7752
- caddyhttp: normalize Windows backslashes in path matcher by
@Vincent550102 in #7763
- go.mod: update x/net by @steadytao in #7767
- rewrite: prevent placeholder re-expansion in injected query by
@WhiskerEnt in #7761
- perf(replacer): optimize memory allocation for file placeholders
by @Jualhosting in #7773
- caddytls: skip idna.ToASCII for pure ASCII SNI values by
@sleet0922 in #7770
- encode: prioritize zstd and br over gzip in content negotiation by
@Jualhosting in #7772
- httpcaddyfile: fix incorrect error message on duplicate matchers
by @Brunotlps in #7780
- Patch for GHSA-vcc4-2c75-vc9v by @jmrcsnchz in #7785
480501b |
22:09 Adriaan de Groot (adridg) 
- audio/praat 6.4.67
Speech analysis tool used for doing phonetics by computer
audio/praat: update to 6.4.67, latest upstream
Release notes as always at
https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
The build system has been revamped (in unfortunate ways), I ought to
engage with upstream to get it to build well with meson on FreeBSD,
so we can abandon all the Makefile hacks.
08f97dc |
22:08 Adriaan de Groot (adridg)
audio/musescore: update to 4.7.3, latest upstream
The 4.7 series announcements are at
https://musescore.org/en/4.7
Submitted by Keith White, additional patches for build and bump to .3 by me.
586b4d3 |
21:33 Thomas Zander (riggs) 2026Q2
- net/traefik 3.7.5
High availability reverse proxy and load balancer
net/traefik: Update to upstream release 3.7.5
Details:
- Update to upstream release 3.7.5, see:
https://github.com/traefik/traefik/releases/tag/v3.7.5
- Fixes 2 CVEs in the process, see below
MFH: 2026Q2
Security: CVE-2026-48020
CVE-2026-48491
(cherry picked from commit 183293183e8a899aa5c4e22cd61b37597a767cab)
8b6b79f |
20:41 Thomas Zander (riggs) 
- net/traefik 3.7.5
High availability reverse proxy and load balancer
net/traefik: Update to upstream release 3.7.5
Details:
- Update to upstream release 3.7.5, see:
https://github.com/traefik/traefik/releases/tag/v3.7.5
- Fixes 2 CVEs in the process, see below
MFH: 2026Q2
Security: CVE-2026-48020
CVE-2026-48491
1832931 |
20:36 Christoph Moench-Tegeder (cmt) 
- security/nss 3.125
Libraries to support development of security-enabled applications
security/nss: update to 3.125
Release Notes:
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_125.html
373e76a |
20:32 Jan Beich (jbeich) 
- benchmarks/clpeak 2.0.13
Benchmarking tool to measure peak capabilities of opencl devices
benchmarks/clpeak: update to 2.0.13
Changes: https://github.com/krrishnarraj/clpeak/releases/tag/2.0.13
Reported by: GitHub (watch releases)
fe7bff0 |
20:32 Jan Beich (jbeich)
x11-wm/cagebreak: update to 3.2.0
Changes: https://github.com/project-repo/cagebreak/releases/tag/3.2.0
Reported by: GitHub (watch releases)
ec30d99 |
20:25 Robert Clausecker (fuz) 2026Q2
- net/sendme 0.35.0
Like scp without needing to know the IP address
net/sendme: fix build on non-x86
The netdev crate has the value of ioctl SIOCGIFXMEDIA hardcoded for x86.
Add definitions for other architectures to fix the build.
See also: https://github.com/shellrow/netdev/issues/170
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit d4de8e372e2e8f829afe06d2ea4aa8528d2d96d2)
df44f6e |
20:24 Robert Clausecker (fuz) 2026Q2
- lang/micropython 1.17_2
Implementation of the Python language for microcontrollers
lang/micropython: enable on armv7, fix on i386
Builds fine.
One unit test fails on armv7: basics/int_64_basics.py
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit 0f415d2616260b4c90af2a44434a5dbde8900a42)
d2db6af |
20:24 Robert Clausecker (fuz) 2026Q2
- graphics/s10sh 0.2.2_3
USB/serial userspace driver for the Canon PowerShot digital cameras
graphics/s10sh: fix endianess code
Instead of hard-coding a list of architectures, defer to <endian.h>.
This fixes the build on all platforms tested.
MFH: 2026Q2
(cherry picked from commit c653d172b2678fed4bdd92782c593b995d41c5e5)
c3f9002 |
20:24 Robert Clausecker (fuz) 2026Q2
- devel/smv 2.5.4.3_11
Symbolic Model Verifier System for checking finite state systems
devel/smv: builds fine on armv7
MFH: 2026Q2
(cherry picked from commit 25f7c062b26ce5065825b50bf673de76d79c51f3)
50f63e2 |
20:24 Robert Clausecker (fuz) 2026Q2
- math/tlfloat 1.15.0_1
C++ template library for floating point operations
math/tlfloat: builds fine on armv7
Tested on FreeBSD 14.3 and 15.0.
Test suite passes, too.
MFH: 2026Q2
(cherry picked from commit 42f2073184d330fabefb21264a9fe20280f65f1d)
5f53711 |
20:23 Robert Clausecker (fuz) 
- net/sendme 0.35.0
Like scp without needing to know the IP address
net/sendme: fix build on non-x86
The netdev crate has the value of ioctl SIOCGIFXMEDIA hardcoded for x86.
Add definitions for other architectures to fix the build.
See also: https://github.com/shellrow/netdev/issues/170
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
d4de8e3 |
20:23 Robert Clausecker (fuz)
devel/go-tools: update to 0.46.0
Selected upstream changes:
- cmd/goyacc: use math.MinInt16 as sentinel value for large grammars
- cmd/callgraph: add -{cpu,mem}profile flags for maintainers
- all: fix typos in comments and docs
- go.mod: update golang.org/x dependencies
Changelog: https://github.com/golang/tools/compare/v0.45.0...v0.46.0
f3191fb |
20:23 Robert Clausecker (fuz) 
- lang/micropython 1.28.0
Implementation of the Python language for microcontrollers
lang/micropython: enable on armv7, fix on i386
Builds fine.
One unit test fails on armv7: basics/int_64_basics.py
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
0f415d2 |
20:23 Robert Clausecker (fuz) 
- graphics/s10sh 0.2.2_3
USB/serial userspace driver for the Canon PowerShot digital cameras
graphics/s10sh: fix endianess code
Instead of hard-coding a list of architectures, defer to <endian.h>.
This fixes the build on all platforms tested.
MFH: 2026Q2
c653d17 |
20:23 Robert Clausecker (fuz) 
- devel/smv 2.5.4.3_11
Symbolic Model Verifier System for checking finite state systems
devel/smv: builds fine on armv7
MFH: 2026Q2
25f7c06 |
20:23 Robert Clausecker (fuz) 
- math/tlfloat 1.15.0_1
C++ template library for floating point operations
math/tlfloat: builds fine on armv7
Tested on FreeBSD 14.3 and 15.0.
Test suite passes, too.
MFH: 2026Q2
42f2073 |
19:09 Vladimir Druzenko (vvd) Author: Generic Rikka 2026Q2
- net/ucx 1.20.1
Unified Communication X framework (UCX)
net/ucx: Update 1.20.0 → 1.20.1
Changelog:
https://github.com/openucx/ucx/releases/tag/v1.20.1
https://github.com/openucx/ucx/blob/v1.20.1/NEWS
- Enable and pass gtest test suite.
- Fix warnings from portclippy.
- Improve formatting and alignment.
PR: 295984 294958 294959
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2026Q2
(cherry picked from commit c54c53fa0e0876707df5666c0827264f7a5318c3)
54f3d1a |
19:07 Vladimir Druzenko (vvd) Author: Generic Rikka
- net/ucx 1.20.1
Unified Communication X framework (UCX)
net/ucx: Update 1.20.0 → 1.20.1
Changelog:
https://github.com/openucx/ucx/releases/tag/v1.20.1
https://github.com/openucx/ucx/blob/v1.20.1/NEWS
- Enable and pass gtest test suite.
- Fix warnings from portclippy.
- Improve formatting and alignment.
PR: 295984 294958 294959
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2026Q2
c54c53f |
19:01 Gleb Popov (arrowd) 
- misc/hwdata 0.408,1
Database of IDs used in PCI, PNP and USB devices
misc/hwdata: 0.408
Reported by: portscout!
a500431 |
18:23 Fernando Apesteguía (fernape) 
- www/gohugo 0.163.1,1
Fast and Flexible Static Site Generator built with love in GoLang
www/gohugo: Update to 0.163.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.163.1
* build(deps): bump golang.org/x/image from 0.41.0 to 0.42.0
* Fix multi --renderSegments merge behavior
* security: Normalize integer IPv4 host encodings in http.urls check
* Drop symlinks in os.ReadDir, os.ReadFile, os.Stat and os.FileExists
* commands: Fix convert command
Approved by: doceng@ (implicit)
ac71d98 |
17:58 Martin Matuska (mm) 
- www/fmd-server 0.15.0_4
FMD web server to locate and control your devices
www/fmd-server: add ONLY_FOR_ARCHS
10a9f55 |
17:09 Gleb Popov (arrowd)
security/sssd2: Update to 2.13.1
Reported by: portscout!
706a26c |
17:09 Gleb Popov (arrowd) Author: zxbv3
- net/turnserver 4.10.0
STUN/TURN Server; IPv6, DTLS support; RFCs 5389, 5766, 6062, 6156
net/turnserver: Fix sample configuration file name in pkg-message
Pull Request: https://github.com/freebsd/freebsd-ports/pull/533
158d2b5 |
17:09 Gleb Popov (arrowd) 
- devel/pcsc-lite 2.5.1,2
Middleware library to access a smart card using SCard API (PC/SC)
devel/pcsc-lite: Update to 2.5.1
Reported by: portscout!
ff39272 |
16:24 Christos Margiolis (christos)
audio/freebsd-13-mixer: Discontinue
Sponsored by: The FreeBSD Foundation
2717347 |
16:20 Christos Margiolis (christos)
sysutils/mixer: Discontinue
PR: 294661
Sponsored by: The FreeBSD Foundation
c3c20bd |
15:44 Sergey A. Osokin (osa)
net-im/telegram-desktop: update: 6.9.1 -> 6.9.3
ChangeLog: https://github.com/telegramdesktop/tdesktop/compare/v6.9.1...v6.9.3
Sponsored by: tipi.work
924962a |
15:44 Sergey A. Osokin (osa)
net-im/tde2e: update: 1.8.64 -> 1.8.65
Sponsored by: tipi.work
1584c7b |
15:32 Dave Cottlehuber (dch)
deskutils/gitte: Update to 0.7.0
39e0a53 |
14:20 Hiroki Tagato (tagattie) 
- editors/vscode 1.124.2_1
Visual Studio Code - Open Source ("Code - OSS")
editors/vscode: Bump port revision after electron42 update (6081600b0870)
92cb6bd |
14:19 Hiroki Tagato (tagattie) 
- devel/electron42 42.4.0
Build cross-platform desktop apps with JavaScript, HTML, and CSS
devel/electron42: Update to 42.4.0
Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
Reported by: GitHub (watch releases)
6081600 |
14:02 Charlie Li (vishwin) 2026Q2
lang/python313: update to 3.13.14
Changelog:
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-14-final
(cherry picked from commit 2c3d15770131807f3aa716f4afda05ca495fa997)
e64e37c |
14:02 Charlie Li (vishwin) 2026Q2
- lang/python310 3.10.20_3
Interpreted object-oriented programming language
- lang/python311 3.11.15_3
Interpreted object-oriented programming language
- lang/python312 3.12.13_3
Interpreted object-oriented programming language
- lang/python313 3.13.13_1
Interpreted object-oriented programming language
lang/python3: use textproc/expat2 for pyexpat instead of bundled
...to match lang/python314
Event: Works Must Run
(cherry picked from commit b75df1fb4d9e2471f2ce0a6d8bc1f9be8626fbcb)
f4c3c37 |
14:02 Charlie Li (vishwin) 2026Q2
- lang/python314 3.14.6
Interpreted object-oriented programming language
lang/python314: fix plist
Event: Works Must Run
(cherry picked from commit ae0e659e235a71500ded1af8517cc3a73e0fb3ce)
5cb31eb |
14:02 Charlie Li (vishwin) 2026Q2
lang/python-doc-html: populate 3.14
Event: Works Must Run
(cherry picked from commit 3f9d5b9f130ee367d4c92fd0a1422e6b397aa4cc)
800649f |
14:02 Charlie Li (vishwin) 2026Q2
lang/python314t: add
Event: Works Must Run
(cherry picked from commit 95c27eb79f5886397bbbbc6be84b2dac1dbb2b18)
cc29977 |
14:02 Charlie Li (vishwin) 2026Q2
- lang/python314 3.14.6
Interpreted object-oriented programming language
lang/python314: update to 3.14.6
Changelog:
https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-6-final
While here:
- rebase formatting similar to lang/python313
- expose JIT option (disabled by default)
- allow LibreSSL
PR: 296007
Event: Works Must Run
(cherry picked from commit ddc3acdf2c2790b259a6e1fcaae48befd161c69a)
85468d4  |
14:02 Charlie Li (vishwin) 2026Q2
- lang/python313 3.13.13
Interpreted object-oriented programming language
lang/python313: prevent building JIT with newer CPython
While such combos build successfully outside of ports, a circular
build dependency forms when said newer ports also have JIT enabled.
(cherry picked from commit 25d1ba0de013d2f69f826d8f20c37bb42a2af014)
064dc3d |
14:00 Muhammad Moinur Rahman (bofh)
sysutils/httm: Update version 0.50.0=>0.50.1
Changelog: https://github.com/kimono-koans/httm/releases/tag/0.50.1
5d572dd6 |
14:00 Muhammad Moinur Rahman (bofh)
textproc/redisearch2: Update version 2.10.1=>2.10.2
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.10.2
7e286e36 |
14:00 Muhammad Moinur Rahman (bofh)
textproc/redisearch28: Update version 2.8.1=>2.8.2
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.8.2
76819a3 |
14:00 Muhammad Moinur Rahman (bofh)
textproc/redisearch26: Update version 2.6.1=>2.6.2
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.6.2
2d0a2d7 |
14:00 Muhammad Moinur Rahman (bofh)
textproc/redisearch24: Update version 2.4.2=>2.4.3
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.4.3
0d9781c |
14:00 Muhammad Moinur Rahman (bofh) 
- textproc/vale 3.15.0
Command-line tool that brings editorial style guide to life
textproc/vale: Update version 3.14.2=>3.15.0
Changelog: https://github.com/errata-ai/vale/releases/tag/v3.15.0
a407195 |
14:00 Muhammad Moinur Rahman (bofh)
sysutils/ldap-account-manager: Update version 9.5.2=>9.6
Changelog: https://www.ldap-account-manager.org/lamcms/changelog
325c2b7 |
14:00 Muhammad Moinur Rahman (bofh) 
- security/cosign 3.1.1
Signing OCI containers and other artifacts using Sigstore
security/cosign: Update version 3.1.0=>3.1.1
Changelog: https://github.com/sigstore/cosign/releases/tag/v3.1.1
5da34ad |
14:00 Muhammad Moinur Rahman (bofh)
finance/py-stripe: Update version 3.5.0=>4.0.0
Changelog: https://github.com/stripe/stripe-python/releases/tag/v4.0.0
2ad7f3a |
14:00 Muhammad Moinur Rahman (bofh) 
- devel/radare2 6.0.8
Tools to disasm, debug, analyze, and manipulate binary files
devel/radare2: Update version 6.0.7=>6.0.8
Changelog: https://github.com/radareorg/radare2/releases/tag/6.0.8
4dd716d |
14:00 Muhammad Moinur Rahman (bofh) 
- sysutils/gitwatch 0.6
Bash script to watch a file or folder and commit changes to a git repo
sysutils/gitwatch: Update version 0.5=>0.6
Changelog: https://github.com/gitwatch/gitwatch/releases/tag/v0.6
ebec5bb |
14:00 Muhammad Moinur Rahman (bofh)
net/google-cloud-sdk: Update version 571.0.0=>572.0.0
4a0f900 |
14:00 Muhammad Moinur Rahman (bofh)
net-im/purple-facebook: Return to pool
- Pet portclippy
- Use DISTVERSION
d2f67f9 |
14:00 Muhammad Moinur Rahman (bofh)
sysutils/opentofu: Update version 1.12.1=>1.12.2
Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.12.2
c24a019 |
14:00 Muhammad Moinur Rahman (bofh)
devel/p5-DateTime-Format-Natural: Update version 1.26=>1.27
Changelog: https://metacpan.org/dist/DateTime-Format-Natural/changes
056bf17e |
14:00 Muhammad Moinur Rahman (bofh)
devel/p5-BZ-Client: Update version 4.9=>4.91
Changelog: https://metacpan.org/dist/BZ-Client/changes
6d600f2 |
14:00 Muhammad Moinur Rahman (bofh)
www/py-praw: Update version 7.8.1=>7.8.2
Changelog: https://github.com/praw-dev/praw/releases/tag/v7.8.2
4052d8d |
14:00 Muhammad Moinur Rahman (bofh)
www/py-prawcore: Update version 3.0.2=>3.1.0
Changelog: https://github.com/praw-dev/prawcore/releases/tag/v3.1.0
5b15de2 |
14:00 Muhammad Moinur Rahman (bofh)
databases/clickhouse: Update version 26.2.2.9=>26.2.3.2
Changelog:
https://github.com/ClickHouse/ClickHouse/releases/tag/v26.2.3.2-stable
d954d59 |
14:00 Muhammad Moinur Rahman (bofh)
databases/freetds-devel: Update version 1.5.385=>1.5.388
67d015e |
13:59 Vladimir Druzenko (vvd) Author: Martin Filla 2026Q2
www/waterfox: Update 6.6.13 => 6.6.14
Changelog:
https://www.waterfox.com/releases/6.6.14/
PR: 296030
Sponsored by: UNIS Labs
MFH: 2026Q2
(cherry picked from commit 850a3d05326bd82dce669d5760a906f0d3d5a17b)
db9f2b8 |
13:56 Vladimir Druzenko (vvd) Author: Martin Filla
www/waterfox: Update 6.6.13 => 6.6.14
Changelog:
https://www.waterfox.com/releases/6.6.14/
PR: 296030
Sponsored by: UNIS Labs
MFH: 2026Q2
850a3d0 |
13:31 Charlie Li (vishwin)
lang/python313: update to 3.13.14
Changelog:
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-14-final
2c3d157 |
13:22 Nuno Teixeira (eduardo)
textproc/goldendict-ng: Update to 26.6.0
ChangeLog: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.6.0
438b26a |
13:22 Nuno Teixeira (eduardo)
devel/aws-crt-cpp: Update to 0.40.1
ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.40.1
ca4464e |
13:22 Nuno Teixeira (eduardo) 
- devel/aws-c-s3 0.12.6
C99 library implementation for communicating with the S3 service
devel/aws-c-s3: Update to 0.12.6
ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.12.6
cbf322d |
13:22 Nuno Teixeira (eduardo) 
- devel/aws-c-io 0.27.2
Event driven framework for implementing application protocols
devel/aws-c-io: Update to 0.27.2
ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.27.2
https://github.com/awslabs/aws-c-io/releases/tag/v0.27.1
9faf8f0 |
13:17 Stefan Eßer (se)
security/hashcat: fix conditional dependency
The test for arm64 should have been ${ARCH} == aarch64.
88fbb2c |
12:54 Jan Beich (jbeich) 
- www/gallery-dl 1.32.3
Command-line program to download image galleries and collections
www/gallery-dl: update to 1.32.3
Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.32.3
Reported by: GitHub (watch releases)
efe1620 |
12:40 Alexey Dokuchaev (danfe)
www/gauche-makiki: the port had been updated to version 0.5.1
Removed transient `load' hack which was to support Gauche <= 0.9.12.
It's been for a while so drop it and require Gauche 0.9.13 or later.
Serving over secure connection (HTTPS) needs Gauche 0.9.14 or later
with TLS support.
Reported by: portscout
8d96ba1 |
12:05 Christoph Moench-Tegeder (cmt) 2026Q2
mail/thunderbird-esr: update to 140.12.0 (rc1)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/140.12.0esr/releasenotes/
(cherry picked from commit 3a13016deb759d608eb5e6e7d9e9cf294a18fe0f)
9576c80 |
12:04 Christoph Moench-Tegeder (cmt)
mail/thunderbird-esr: update to 140.12.0 (rc1)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/140.12.0esr/releasenotes/
3a13016 |
11:55 Nicola Vitale (nivit) 
- net/rustconn 0.16.2
Modern connection manager with GTK4/Wayland-native interface
net/rustconn: Update to 0.16.2
ChangeLog:
- https://github.com/totoshko88/RustConn/releases/tag/v0.16.1
- https://github.com/totoshko88/RustConn/releases/tag/v0.16.2
Reported by: "github-actions[bot]" <notifications@github.com>
5d0ddad |
11:33 Fernando Apesteguía (fernape)
science/afni: Update to 26.1.04
9af1a00 |
11:32 Vanilla I. Shu (vanilla) 
- www/phalcon 5.14.2
Phalcon PHP Framework written in C-language
www/phalcon: update to 5.14.2.
325efdd |
11:24 Dan Langille (dvl)
net/py-httpstat: Fix build with Python 3.14
Fix the error: AttributeError: 'Constant' object has no attribute 's'
Maintainer back to ports@ as current maintainer no longer uses this.
PR: 295020
6d29eae |
11:20 Roman Bogorodskiy (novel) 2026Q2
- x11-wm/obconf 2.0.4_8
Preferences manager for the Openbox window manager
x11-wm/obconf: fix crash on theme change
Fix crashing on theme change caused by incorrect
error handling.
PR: 295921
Reported by: fernape
(cherry picked from commit d0654a3fb62625e87dae24308ebdfebda6e088a8)
436f729 |
10:31 Bernard Spil (brnrd)
www/nextcloud-groupfolders: Update to 21.0.8
43b9e1b |