791,099 commits found in 8 milliseconds
FreeBSD /ports 149d694 — editors/zed Makefile.crates distinfo, editors/zed/files patch-crates_gpui_src_gpui.rs patch-Cargo.lock editors/zed: Update to 1.18.1
Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.18.0
- https://github.com/zed-industries/zed/releases/tag/v1.18.1
Reported by: GitHub (watch releases)
editors/qhexedit2: New port: Hex editor widget for Qt
PR: 298088
Approved by: osa (mentor)
lang/cbmbasic: Update to 20260403
Take maintainership.
Add DOCS and EXAMPLES options.
Changelog: https://github.com/mist64/cbmbasic/compare/352a313...3b9e48d
PR: 297811
Approved by: osa (mentor)
databases/pgbot: Update to 0.8.1
Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
sysutils/mult: Update to 0.3.1
Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
net/nats-tui: Update to 1.2.0
sysutils/mkjail: Update to 0.2.3
Yes, getrelease() is still needed, now that create is pkgbase aware.
FreeBSD /ports 1ce6a8b — www/code-server Makefile, www/code-server/files patch-lib_vscode_src_vs_base_common_platform.ts www/code-server: Fix extension installation
VS Code's platform detection does not know FreeBSD and falls back to
"Web", so the extension service rejected every non-web extension with
"not available in code-server for the Web platform". Treat FreeBSD as
Linux in platform.ts, the same way editors/vscode does, so extensions
can be installed.
Obtained from: editors/vscode
Sponsored by: Netzkommune GmbH
FreeBSD /ports 6d1e4e6 — devel/hyprutils Makefile distinfo, devel/hyprutils/files patch-CMakeLists.txt devel/hyprutils: Update to 0.14.2
Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.14.2
Reported by: GitHub (watch releases)
misc/py-litellm-proxy-extras: Update to 0.4.94
Reported by: portscout
FreeBSD /ports 19279a9 — misc/py-litellm Makefile Makefile.crates, misc/py-litellm/files patch-pyproject.toml misc/py-litellm: Update to 1.100.0
Changelog:
- https://github.com/BerriAI/litellm/releases/tag/v1.99.1
- https://github.com/BerriAI/litellm/releases/tag/v1.100.0
Reported by: portscout
sysutils/swtpm: Update 0.10.1 => 0.10.2
Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2
- Update maintainer's email.
PR: 298251
Security: CVE-2026-75900
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit d369f423848506f7bff5d8b3cfe43f14886c965b )
sysutils/swtpm: Update 0.10.1 => 0.10.2
Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2
- Update maintainer's email.
PR: 298251
Security: CVE-2026-75900
Sponsored by: UNIS Labs
MFH: 2026Q3
FreeBSD /ports f8826ff — news/nzbget Makefile distinfo, news/nzbget/files patch-cmake_posix.cmake patch-cmake_par2-turbo.cmake news/nzbget: Update 26.2 => 26.3
Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3
- Fix rc script for run as a non-root user.
- Refresh patches.
PR: 298240
Approved by: Alex Levy <a13xlevy at pm.me> (maintainer)
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit 5d90d870a04e738afc8546209fdd2217924dc885 )
FreeBSD /ports 5d90d87 — news/nzbget Makefile distinfo, news/nzbget/files patch-cmake_posix.cmake patch-cmake_par2-turbo.cmake news/nzbget: Update 26.2 => 26.3
Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3
- Fix rc script for run as a non-root user.
- Refresh patches.
PR: 298240
Approved by: Alex Levy <a13xlevy at pm.me> (maintainer)
Sponsored by: UNIS Labs
MFH: 2026Q3
devel/R-cran-bit64: Update to 4.8.6
Reported by: portscout
FreeBSD /ports bc81f89 — devel/brz Makefile, devel/brz/files patch-breezy_bzr___chk__map__pyx.pyx patch-breezy_bzr___dirstate__helpers__pyx.pyx devel/brz: Fix with cython 3, undeprecate
PR: 298249
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit 96719dff8ae4dd6126df245ba36804f2e739fc54 )
FreeBSD /ports 96719df — devel/brz Makefile, devel/brz/files patch-breezy_bzr___chk__map__pyx.pyx patch-breezy_bzr___dirstate__helpers__pyx.pyx devel/brz: Fix with cython 3, undeprecate
PR: 298249
Sponsored by: UNIS Labs
MFH: 2026Q3
mail/dovecot24: Install imap-hibernate unconditionally
In Dovecot 2.4.5, upstream updated configure to build imap-hibernate
when kqueue notify is available (commit 6859a3aaf0e1 ). Since kqueue is
natively supported on all FreeBSD releases, imap-hibernate now builds
unconditionally across all versions.
Remove the obsolete OSVERSION < 1500000 check from the Makefile and
uncomment the imap-hibernate binary in pkg-plist so it gets properly
packaged on FreeBSD 14.
PR: 298059
Approved by: osa, vvd (Mentors, implicit)
FreeBSD /ports c10e6ba — www/bunkerweb Makefile pkg-message, www/bunkerweb/files patch-src_common_confs_stream.conf patch-src_common_confs_http.conf www/bunkerweb: Fix antibot plugin and improve pkg-message
The antibot core plugin does require("base64"), but lbase64 is not in
the lua_package_path, so the module cannot be resolved. Add it.
The nginx configuration is generated by the scheduler at runtime, the
port does not install it. Describe that in the message, along with the
directory for own directives, and let the rc script bail out with a
clear message as long as the configuration has not been generated.
Reported by: netchild via private email
Sponsored by: Netzkommune GmbH
devel/nexus2-oss: Update to 2.15.2-03
MFH: 2026Q3
(cherry picked from commit 52a9f7c5f1d6b358420deb1efff781a706f6b5aa )
devel/nexus2-oss: Update to 2.15.2-03
MFH: 2026Q3
devel/nexus2-oss: Limit portscout to version 2.x
www/tomcat-native: Limit portscout to version 1.x
sysutils/fluent-bit: Update to 5.1.2
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v5.1.2
databases/pgmetrics: Update to 1.19.1
Release notes: https://github.com/rapidloop/pgmetrics/releases/tag/v1.19.1
www/sqlpage: Update to 0.46.1
Release notes: https://github.com/sqlpage/SQLPage/releases/tag/v0.46.1
FreeBSD /ports 91e130f — editors/vscode distinfo Makefile.reh, editors/vscode/files patch-build_lib_preLaunch.ts editors/vscode: Update to 1.136.1
Changelog: https://code.visualstudio.com/updates/v1_136
Reported by: GitHub (watch releases)
FreeBSD /ports 3e421e0 — dns/knot-resolver6 Makefile distinfo, dns/knot-resolver6/files patch-daemon_quic__stream.c dns/knot-resolver6: Update 6.1.0 => 6.4.2
While here:
- Add linked libraries as dependencies
reported by stage-qa: net/libngtcp2{,-gnutls}.
- Add patch regarding missing ENODATA on FreeBSD.
Changes:
- DNS-over-QUIC (DoQ) support and bugfixes.
https://www.knot-resolver.cz/documentation/v6.4.1/NEWS.html
PR: 297189
Approved by: freebsd at dns.company (maintainer timeout, 1+ month)
Approved by: osa, vvd (Mentors, implicit)
security/lua-resty-openssl: Adopt port