761,922 commits found in 14 milliseconds
FreeBSD /ports 2ee1785 — devel/lace Makefile pkg-plist, devel/lace/files patch-CMakeLists.txt patch-benchmarks_CMakeLists.txt devel/lace: update 2.0.2 → 2.2.1
Reported by: portscout
graphics/pencil2d: update 0.7.0 → 0.7.1
Reported by: portscout
devel/py-uv-build: update 0.10.6 → 0.10.9
math/{,py-}faiss: update 1.14.0 → 1.14.1
Reported by: portscout
devel/xbyak: update 7.35 → 7.35.2
Reported by: portscout
devel/fnm: update 1.38.1 → 1.39.0
Reported by: portscout
FreeBSD /ports 740f382 — science/phonopy distinfo Makefile, science/py-phonopy Makefile distinfo science/{,py-}phonopy: update 2.48.0 → 3.0.1
Reported by: portscout
x11-toolkits/py-superqt: update 0.7.6 → 0.8.0
Reported by: portscout
sysutils/mise: update 2026.2.22 → 2026.3.3
Reported by: portscout
devel/{,py-}uv: update 0.10.6 → 0.10.9
Reported by: portscout
security/trivy: update to 0.69.3
Changes: https://github.com/aquasecurity/trivy/releases/tag/v0.69.3
textproc/rubygem-nokogiri: bump for libxml update
devel/p5-TimeDate: Update to 2.34
Changelog: https://metacpan.org/changes/distribution/TimeDate
PR: 293624
Reported by: Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
databases/vchord: New port
Extension for vector similarity search
PR: 293187
databases/cargo-pgrx: New port
Framework for developing PostgreSQL extensions in Rust
PR: 293134
editors/dz6: Update to 0.5.1
ChangeLog:
https://github.com/mentebinaria/dz6/releases/tag/v0.5.1
net/keycloak: Update 26.5.4 => 26.5.5
Release Notes:
https://www.keycloak.org/2026/03/keycloak-2655-released
PR: 293618
Security: CVE-2026-3047
Security: CVE-2026-3009
Security: CVE-2026-2603
Security: CVE-2026-2092
MFH: 2026Q1
(cherry picked from commit fbfbd55e5bafbe1a4d73db4b0ea6418e4d3f966f )
net/keycloak: Update 26.5.4 => 26.5.5
Release Notes:
https://www.keycloak.org/2026/03/keycloak-2655-released
PR: 293618
Security: CVE-2026-3047
Security: CVE-2026-3009
Security: CVE-2026-2603
Security: CVE-2026-2092
MFH: 2026Q1
misc/sff: Update 1.2 => 1.3
Changelog:
https://codeberg.org/sylphenix/sff/src/tag/1.3/CHANGELOG.md
PR: 293617
FreeBSD /ports 49ef88c — security/crowdsec Makefile, security/crowdsec-blocklist-mirror Makefile security/crowdsec{,-blocklist-mirror,-firewall-bouncer}: Transfer maintainership
PR: 293616
devel/stdman: Update to 2024.07.05
mail/thunderbird: update to 148.0.1 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/148.0.1/releasenotes/
(cherry picked from commit d454980ee94c47d12a2195f2dab12ced70e11526 )
mail/thunderbird: update to 148.0.1 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/148.0.1/releasenotes/
sysutils/storcli: Update 7.3503 => 7.3603
PR: 293539
sysutils/py-hcloud: update to 2.17.0
Changes: https://github.com/hetznercloud/hcloud-python/blob/v2.17.0/CHANGELOG.md
Reported by: portscout, repology
FreeBSD /ports 94861f1 — audio/spiralsynthmodular Makefile, audio/spiralsynthmodular/files patch-SpiralSound_SpiralInfo.h patch-SpiralSound_SpiralInfo.C audio/spiralsynthmodular: Fix "undefined symbol" errors at runtime
* Behavior *
- At runtime, for each synth plugin, we got:
dlerror() output:
/usr/local/lib/SpiralPlugins/AmpPlugin.so: Undefined symbol "_ZN10SpiralInfo6LOCALEE"
* Why *
- It seems this comes from the way newer compiler manage static
properties. (SSM is 25yo).
- This error has already been reported long times ago on Linux distro.
* Fix *
- A way to fix it without rewriting the wheel is to inline static
properties in the header.
While here improve port:
- Add LICENSE.
- Register dependiencies.
[9 lines not shown ] FreeBSD /ports 8fedf8c — audio/spiralsynthmodular Makefile, audio/spiralsynthmodular/files patch-SpiralSound_SpiralInfo.h patch-SpiralSound_SpiralInfo.C audio/spiralsynthmodular: Fix "undefined symbol" errors at runtime
* Behavior *
- At runtime, for each synth plugin, we got:
dlerror() output:
/usr/local/lib/SpiralPlugins/AmpPlugin.so: Undefined symbol "_ZN10SpiralInfo6LOCALEE"
* Why *
- It seems this comes from the way newer compiler manage static
properties. (SSM is 25yo).
- This error has already been reported long times ago on Linux distro.
* Fix *
- A way to fix it without rewriting the wheel is to inline static
properties in the header.
While here improve port:
- Add LICENSE.
- Register dependiencies.
[8 lines not shown ] mail/thunderbird-esr: update to 140.8.1 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/140.8.1esr/releasenotes/
(cherry picked from commit 9b7ade6bbc93df251147316ec600719cd5e6e251 )
mail/thunderbird-esr: update to 140.8.1 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/140.8.1esr/releasenotes/
mail/davmail: Update 6.1.0 => 6.5.1
Release Notes:
https://sourceforge.net/p/davmail/code/HEAD/tree/tags/6.5.1/RELEASE-NOTES.md
Improve port:
- Reordered Makefile variables per portclippy.
- Parametrize davmail with PORTNAME.
- Replace PORTVERSION with DISTVERSION.
PR: 293568
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>