794,132 commits found in 73 milliseconds
FreeBSD /ports e262e7f — net-mgmt/nagios-pf-plugin Makefile, net-mgmt/nagios-pf-plugin/files patch-Makefile patch-check_pf.c net-mgmt/nagios-pf-plugin: fix build on FreeBSD 15+
PR: 294009
Approved by: maintainer timeout (never replied)
MFH: 2026Q3
(cherry picked from commit 9eddf7dd87dfa63edde409b82273742b00b1344a )
FreeBSD /ports 9eddf7d — net-mgmt/nagios-pf-plugin Makefile, net-mgmt/nagios-pf-plugin/files patch-Makefile patch-check_pf.c net-mgmt/nagios-pf-plugin: fix build on FreeBSD 15+
PR: 294009
Approved by: maintainer timeout (never replied)
MFH: 2026Q3
audio/shairport-sync: Update to 5.5.2
FreeBSD /ports 2fab821 — audio/noctavox Makefile Makefile.crates, audio/noctavox/files patch-cargo-crates_cpal-0.18.1_src_host_mod.rs patch-cargo-crates_cpal-0.18.1_src_host_alsa_mod.rs audio/noctavox: Update to 0.3.5
ChangeLog:
1. https://github.com/Jaxx497/NoctaVox/releases/tag/v0.3.5
Reported by: "github-actions[bot]" <notifications at github.com>
multimedia/mkvtoolnix: Update to upstream release 102.0
Details:
Bug- and security fixes, see
https://mkvtoolnix.download/doc/NEWS.md
MFH: 2026Q3
Security: CVE-2026-90783
net/traefik: Update to upstream release 3.7.13
Details:
* Bug- and security fixes, see
https://github.com/traefik/traefik/releases/tag/v3.7.13
* Changes may require updating the configuration, see
https://doc.traefik.io/traefik/v3.7/migrate/v3/#v3713
MFH: 2026Q3
Security: https://github.com/traefik/traefik/security/advisories/GHSA-qqjf-53cj-pwvv
https://github.com/traefik/traefik/security/advisories/GHSA-f52w-8j3h-j724
https://github.com/traefik/traefik/security/advisories/GHSA-v67p-phpq-fc8x
https://github.com/traefik/traefik/security/advisories/GHSA-w4v4-9rw7-5326
https://github.com/traefik/traefik/security/advisories/GHSA-8fcf-v89g-xpg6
math/octave-forge-statistics: Update to 1.9.3.
devel/Makefile: add missing py-opengrok-tools
Reported by: rcm at rcm.sh
Fixes: 789a6e9d868a
math/R-cran-combinat: Update 0.0-8 => 0.0-9
While here, populate pkg-descr.
Commit log:
https://github.com/cran/combinat/compare/0.0-8...0.0-9
PR: 298551
Approved by: no maintainer
Approved by: osa, vvd (Mentors, implicit)
FreeBSD /ports 0e75541 — sysutils/edk2 Makefile, sysutils/edk2/files patch-OvmfPkg_Bhyve_BhyveX64.fdf patch-OvmfPkg_Bhyve_BhyveX64.dsc sysutils/edk2: fix network boot on bhyve
NetworkPkg's DxeNetLib needs EFI_RNG_PROTOCOL, and the Bhyve build's
only producer is VirtioRngDxe, which never binds since bhyve has no
virtio-rng device. RngDxe uses RDRAND instead and needs no device.
TcpDxe depexes gEfiHash2ServiceBindingProtocolGuid, so add
Hash2DxeCrypto too; without TcpDxe there is no HttpServiceBinding.
Also enable HTTP boot.
This recommits 3fcead9dc69a ("sysutils/edk2: fix network boot on bhyve"),
which also contained three unrelated patch files.
PR: 298499
Approved by: manu
Sponsored by: Netflix
FreeBSD /ports d6250b8 — devel/codebase-memory-mcp/files patch-src_ui_http__server.c, net-mgmt/pmacct/files patch-src_nfv9__template.c Revert "sysutils/edk2: fix network boot on bhyve"
This reverts commit 3fcead9dc69a1fb01bf4200ce3b079e942b57f39 .
Wrongly added non-related files to previous commit.
security/debian-keyring: Update 2026.06.27 → 2026.08.27
Changelog:
https://salsa.debian.org/debian-keyring/keyring/-/raw/2026.08.27/debian/changelog
PR: 298552
Approved by: osa, vvd (Mentors, implicit)
Mk: fix checksum when makesum is defined
Fixes regression from 076687302bffe156fb9b379c2eb622f0ac2e711e
Reported by: eduardo
FreeBSD /ports 8e95b15 — net-p2p/libtorrent Makefile pkg-plist, net-p2p/libtorrent/files patch-src_tracker_tracker__worker.cc net-p2p/{lib,r}torrent: Update to 0.16.23
This release includes various bugfixes and minor improvements as part of
a stable series of releases.
ChangeLog: https://github.com/rakshasa/rtorrent/releases/tag/v0.16.23
MFH: 2026Q3
(cherry picked from commit 2bab20852d1715a94be81dcd2aca69bcb12e8bc0 )
dns/bind9-devel: update to 9.21.26
Changes: https://downloads.isc.org/isc/bind9/9.21.26/doc/arm/html/notes.html
Security: CVE-2026-19668 CVE-2026-19033 CVE-2026-77119
CVE-2026-19941 CVE-2026-19666 CVE-2026-19667
CVE-2026-75029 CVE-2026-77692 CVE-2026-81736
CVE-2026-76163 CVE-2026-78301 CVE-2026-80274
CVE-2026-81563
(cherry picked from commit 076689801fdaf575584e21649ea04f2cdd2892d9 )
FreeBSD /ports 3fcead9 — devel/codebase-memory-mcp/files patch-src_ui_http__server.c, net-mgmt/pmacct/files patch-src_nfv9__template.c sysutils/edk2: fix network boot on bhyve
NetworkPkg's DxeNetLib needs EFI_RNG_PROTOCOL, and the Bhyve build's
only producer is VirtioRngDxe, which never binds since bhyve has no
virtio-rng device. RngDxe uses RDRAND instead and needs no device.
TcpDxe depexes gEfiHash2ServiceBindingProtocolGuid, so add
Hash2DxeCrypto too; without TcpDxe there is no HttpServiceBinding.
Also enable HTTP boot.
PR: 298499
Approved by: manu
Sponsored by: Netflix
FreeBSD /ports 2bab208 — net-p2p/libtorrent Makefile pkg-plist, net-p2p/libtorrent/files patch-src_tracker_tracker__worker.cc net-p2p/{lib,r}torrent: Update to 0.16.23
This release includes various bugfixes and minor improvements as part of
a stable series of releases.
ChangeLog: https://github.com/rakshasa/rtorrent/releases/tag/v0.16.23
MFH: 2026Q3
multimedia/py-knowit: Fix test depends version check
Remove upper version limit on test dependency devel/py-pint
multimedia/py-trakit: Update to 0.4.0
ChangeLog: https://github.com/ratoaq2/trakit/releases/tag/0.4.0
dns/bind920: update to 9.20.29
Changes: https://downloads.isc.org/isc/bind9/9.20.29/doc/arm/html/notes.html#notes-for-bind-9-20-28
Security: CVE-2026-19668 CVE-2026-19033 CVE-2026-77119
CVE-2026-19941 CVE-2026-19666 CVE-2026-19667
CVE-2026-19662 CVE-2026-75029 CVE-2026-77692
CVE-2026-81736 CVE-2026-76163 CVE-2026-78301
CVE-2026-80274 CVE-2026-81563
(cherry picked from commit 076689704fa0831f48d04e951d5ab08a2e653466 )
dns/bind9-devel: update to 9.21.26
Changes: https://downloads.isc.org/isc/bind9/9.21.26/doc/arm/html/notes.html
Security: CVE-2026-19668 CVE-2026-19033 CVE-2026-77119
CVE-2026-19941 CVE-2026-19666 CVE-2026-19667
CVE-2026-75029 CVE-2026-77692 CVE-2026-81736
CVE-2026-76163 CVE-2026-78301 CVE-2026-80274
CVE-2026-81563
dns/bind920: update to 9.20.29
Changes: https://downloads.isc.org/isc/bind9/9.20.29/doc/arm/html/notes.html#notes-for-bind-9-20-28
Security: CVE-2026-19668 CVE-2026-19033 CVE-2026-77119
CVE-2026-19941 CVE-2026-19666 CVE-2026-19667
CVE-2026-19662 CVE-2026-75029 CVE-2026-77692
CVE-2026-81736 CVE-2026-76163 CVE-2026-78301
CVE-2026-80274 CVE-2026-81563
FreeBSD /ports 58c3ab4 — editors/emacs Makefile, editors/emacs/files patch-lisp_progmodes_flymake.el editors/emacs: Apply a security fix from upstream
Previous fix for CVE-2024-53920 was incomplete[0].
[0] https://www.openwall.com/lists/oss-security/2026/09/14/1
PR: 298557
MFH: 2026Q3
Security: 7ba6c085 -1590-491a-98ce-5452646b196f
Security: CVE-2024-53920
(cherry picked from commit 93d11220ce575a5ab5fff7f1dc1e587631bf1ac9 )
editors/emacs: Fix native compilation with canna flavor
isearch-ext.el is a file that comes with the canna patch. Because it is
preloaded, it was native-compiled during the bootstrap stage. This
caused the native-lisp directory to be created, which in turn meant AOT
for all other elisp was silently skipped.
Fix this by adding isearch-ext to native-comp-bootstrap-deny-list, so it
is native-compiled later along with the rest of the elisp.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit f9566b80622d676208b0f0c5b4ed6f286ce37b10 )
editors/emacs: Update to new major release, 31.1
Announcement: https://lists.gnu.org/archive/html/info-gnu-emacs/2026-08/msg00004.html
Sponsored by: The FreeBSD Foundation
(cherry picked from commit f33b08e8fc362a7d256d6a50238811ad8a7f925a )
Emacs ports: Align Makefiles
Lightly reorganize the options sections of editors/emacs and
editors/emacs-devel, so the two can be more easily compared. This is a
no-op change.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D58719
(cherry picked from commit edac99244ec45578b29725ee14c1e3ee70fe8b4a )
FreeBSD /ports 4a5f494 — editors/emacs Makefile pkg-plist, editors/emacs/files patch-src_image.c patch-test_src_treesit-tests.el editors/emacs: Update to 31.0.91 (second pretest for 31.1)
Announcement: https://lists.gnu.org/archive/html/emacs-devel/2026-07/msg00270.html
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D58570
(cherry picked from commit 0113e8aa6651c69850518e172172f0632384f5fb )
mail/thunderbird-esr: update to 153.3.0 (ga)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/153.3.0esr/releasenotes/
(cherry picked from commit 10500712359d50c613a86eff7ad491c3f319c8dd )
mail/thunderbird-esr: update to 153.3.0 (ga)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/153.3.0esr/releasenotes/
security/vuxml: Document Unbound vulnerabilities
PR: 298574
Approved by: osa, vvd (Mentors, implicit)