FreeBSD/ports e262e7fnet-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)
DeltaFile
+149-0net-mgmt/nagios-pf-plugin/files/extra-patch-check_pf_15.c
+0-64net-mgmt/nagios-pf-plugin/files/patch-check_pf.c
+64-0net-mgmt/nagios-pf-plugin/files/extra-patch-check_pf.c
+14-5net-mgmt/nagios-pf-plugin/Makefile
+14-2net-mgmt/nagios-pf-plugin/files/patch-Makefile
+241-715 files

FreeBSD/ports 9eddf7dnet-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
DeltaFile
+149-0net-mgmt/nagios-pf-plugin/files/extra-patch-check_pf_15.c
+0-64net-mgmt/nagios-pf-plugin/files/patch-check_pf.c
+64-0net-mgmt/nagios-pf-plugin/files/extra-patch-check_pf.c
+14-5net-mgmt/nagios-pf-plugin/Makefile
+14-2net-mgmt/nagios-pf-plugin/files/patch-Makefile
+241-715 files

FreeBSD/ports 45a47e1audio/shairport-sync Makefile distinfo

audio/shairport-sync: Update to 5.5.2
DeltaFile
+3-3audio/shairport-sync/distinfo
+1-1audio/shairport-sync/Makefile
+4-42 files

FreeBSD/ports 2fab821audio/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>
DeltaFile
+103-105audio/noctavox/distinfo
+50-51audio/noctavox/Makefile.crates
+0-50audio/noctavox/files/patch-cargo-crates_cpal-0.18.1_src_host_alsa_mod.rs
+0-10audio/noctavox/files/patch-cargo-crates_cpal-0.18.1_src_host_mod.rs
+2-2audio/noctavox/Makefile
+155-2185 files

FreeBSD/ports ba0bd56multimedia/mkvtoolnix Makefile pkg-plist

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
DeltaFile
+3-3multimedia/mkvtoolnix/distinfo
+5-0multimedia/mkvtoolnix/pkg-plist
+1-1multimedia/mkvtoolnix/Makefile
+9-43 files

FreeBSD/ports 8fb2c0fnet/traefik distinfo Makefile

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
DeltaFile
+3-3net/traefik/Makefile
+3-1net/traefik/distinfo
+6-42 files

FreeBSD/ports 3f1a145math/octave-forge-statistics Makefile distinfo

math/octave-forge-statistics: Update to 1.9.3.
DeltaFile
+3-3math/octave-forge-statistics/distinfo
+1-1math/octave-forge-statistics/Makefile
+4-42 files

FreeBSD/ports 9b95040devel Makefile

devel/Makefile: add missing py-opengrok-tools

Reported by:    rcm at rcm.sh
Fixes:          789a6e9d868a
DeltaFile
+1-0devel/Makefile
+1-01 files

FreeBSD/ports 8986ed8math/R-cran-combinat Makefile distinfo

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)
DeltaFile
+3-3math/R-cran-combinat/distinfo
+5-1math/R-cran-combinat/pkg-descr
+1-2math/R-cran-combinat/Makefile
+9-63 files

FreeBSD/ports 0e75541sysutils/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
DeltaFile
+34-0sysutils/edk2/files/patch-OvmfPkg_Bhyve_BhyveX64.dsc
+21-0sysutils/edk2/files/patch-OvmfPkg_Bhyve_BhyveX64.fdf
+1-1sysutils/edk2/Makefile
+56-13 files

FreeBSD/ports d6250b8devel/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.
DeltaFile
+0-39net/pimd/files/patch-src_main.c
+0-34sysutils/edk2/files/patch-OvmfPkg_Bhyve_BhyveX64.dsc
+0-29devel/codebase-memory-mcp/files/patch-src_ui_http__server.c
+0-22net-mgmt/pmacct/files/patch-src_nfv9__template.c
+0-21sysutils/edk2/files/patch-OvmfPkg_Bhyve_BhyveX64.fdf
+1-1sysutils/edk2/Makefile
+1-1466 files

FreeBSD/ports de9ecabsecurity/debian-keyring Makefile distinfo

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)
DeltaFile
+3-3security/debian-keyring/distinfo
+1-1security/debian-keyring/Makefile
+4-42 files

FreeBSD/ports 0766903Mk bsd.port.mk

Mk: fix checksum when makesum is defined

Fixes regression from 076687302bffe156fb9b379c2eb622f0ac2e711e

Reported by:    eduardo
DeltaFile
+2-1Mk/bsd.port.mk
+2-11 files

FreeBSD/ports 8e95b15net-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)
DeltaFile
+0-12net-p2p/libtorrent/files/patch-src_tracker_tracker__worker.cc
+3-3net-p2p/rtorrent/distinfo
+3-3net-p2p/libtorrent/distinfo
+2-2net-p2p/libtorrent/pkg-plist
+1-1net-p2p/rtorrent/Makefile
+1-1net-p2p/libtorrent/Makefile
+10-226 files

FreeBSD/ports 0756853dns/bind-tools pkg-plist-devel, dns/bind9-devel Makefile distinfo

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)
DeltaFile
+11-11dns/bind9-devel/files/patch-meson.build
+11-11dns/bind9-devel/files/extrapatch-bind-min-override-ttl
+6-5dns/bind9-devel/pkg-plist
+6-5dns/bind-tools/pkg-plist-devel
+3-3dns/bind9-devel/distinfo
+1-1dns/bind9-devel/Makefile
+38-366 files

FreeBSD/ports 3fcead9devel/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
DeltaFile
+39-0net/pimd/files/patch-src_main.c
+34-0sysutils/edk2/files/patch-OvmfPkg_Bhyve_BhyveX64.dsc
+29-0devel/codebase-memory-mcp/files/patch-src_ui_http__server.c
+22-0net-mgmt/pmacct/files/patch-src_nfv9__template.c
+21-0sysutils/edk2/files/patch-OvmfPkg_Bhyve_BhyveX64.fdf
+1-1sysutils/edk2/Makefile
+146-16 files

FreeBSD/ports 2bab208net-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
DeltaFile
+0-12net-p2p/libtorrent/files/patch-src_tracker_tracker__worker.cc
+3-3net-p2p/rtorrent/distinfo
+3-3net-p2p/libtorrent/distinfo
+2-2net-p2p/libtorrent/pkg-plist
+1-1net-p2p/rtorrent/Makefile
+1-1net-p2p/libtorrent/Makefile
+10-226 files

FreeBSD/ports 16296e7multimedia/py-knowit Makefile

multimedia/py-knowit: Fix test depends version check

Remove upper version limit on test dependency devel/py-pint
DeltaFile
+1-1multimedia/py-knowit/Makefile
+1-11 files

FreeBSD/ports b7e79dfmultimedia/py-trakit distinfo Makefile

multimedia/py-trakit: Update to 0.4.0

ChangeLog: https://github.com/ratoaq2/trakit/releases/tag/0.4.0
DeltaFile
+3-5multimedia/py-trakit/Makefile
+3-3multimedia/py-trakit/distinfo
+6-82 files

FreeBSD/ports 0756852dns/bind-tools pkg-plist, dns/bind920 Makefile distinfo

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)
DeltaFile
+8-8dns/bind920/files/extrapatch-bind-min-override-ttl
+5-5dns/bind920/pkg-plist
+5-5dns/bind-tools/pkg-plist
+3-3dns/bind920/distinfo
+1-1dns/bind920/Makefile
+22-225 files

FreeBSD/ports 0766898dns/bind-tools pkg-plist-devel, dns/bind9-devel Makefile distinfo

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
DeltaFile
+11-11dns/bind9-devel/files/patch-meson.build
+11-11dns/bind9-devel/files/extrapatch-bind-min-override-ttl
+6-5dns/bind9-devel/pkg-plist
+6-5dns/bind-tools/pkg-plist-devel
+3-3dns/bind9-devel/distinfo
+1-1dns/bind9-devel/Makefile
+38-366 files

FreeBSD/ports 0766897dns/bind-tools pkg-plist, dns/bind920 Makefile distinfo

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
DeltaFile
+8-8dns/bind920/files/extrapatch-bind-min-override-ttl
+5-5dns/bind920/pkg-plist
+5-5dns/bind-tools/pkg-plist
+3-3dns/bind920/distinfo
+1-1dns/bind920/Makefile
+22-225 files

FreeBSD/ports 58c3ab4editors/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)
DeltaFile
+53-0editors/emacs/files/patch-lisp_progmodes_flymake.el
+1-1editors/emacs/Makefile
+54-12 files

FreeBSD/ports 178eb0eeditors/emacs Makefile

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)
DeltaFile
+5-0editors/emacs/Makefile
+5-01 files

FreeBSD/ports 08fca81Mk/Uses emacs.mk, editors/emacs Makefile distinfo

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)
DeltaFile
+5-5editors/emacs/distinfo
+3-3editors/emacs/Makefile
+3-3Mk/Uses/emacs.mk
+11-113 files

FreeBSD/ports 756bcc2editors/emacs Makefile, editors/emacs-devel Makefile

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)
DeltaFile
+19-15editors/emacs/Makefile
+11-8editors/emacs-devel/Makefile
+30-232 files

FreeBSD/ports 4a5f494editors/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)
DeltaFile
+0-210editors/emacs/files/patch-src_treesit.c
+130-71editors/emacs/pkg-plist
+0-82editors/emacs/files/patch-doc_lispref_parsing.texi
+0-16editors/emacs/files/patch-test_src_treesit-tests.el
+6-6editors/emacs/Makefile
+0-11editors/emacs/files/patch-src_image.c
+136-3962 files not shown
+142-4028 files

FreeBSD/ports 312161fmail/thunderbird-esr Makefile distinfo

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)
DeltaFile
+3-3mail/thunderbird-esr/distinfo
+2-1mail/thunderbird-esr/Makefile
+5-42 files

FreeBSD/ports 1050071mail/thunderbird-esr Makefile distinfo

mail/thunderbird-esr: update to 153.3.0 (ga)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/153.3.0esr/releasenotes/
DeltaFile
+3-3mail/thunderbird-esr/distinfo
+2-1mail/thunderbird-esr/Makefile
+5-42 files

FreeBSD/ports b7c2d9esecurity/vuxml/vuln 2026.xml

security/vuxml: Document Unbound vulnerabilities

PR:             298574
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+53-0security/vuxml/vuln/2026.xml
+53-01 files