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

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

FreeBSD/ports ed88cadwww/element-web Makefile distinfo

www/element-web: Update to 1.12.28

Approved by:    maintainer (implicit, version bump, as per PR 258262)
DeltaFile
+164-154www/element-web/pkg-plist
+3-3www/element-web/distinfo
+2-2www/element-web/Makefile
+169-1593 files

FreeBSD/ports c10a60csecurity/vuxml/vuln 2025.xml

security/vuxml: Revise emacs vulnerability

See https://www.openwall.com/lists/oss-security/2026/09/14/1

PR:             298557
DeltaFile
+5-2security/vuxml/vuln/2025.xml
+5-21 files

FreeBSD/ports bc645e8security/stunnel Makefile distinfo

security/stunnel: Update to 5.81
DeltaFile
+3-3security/stunnel/distinfo
+1-1security/stunnel/Makefile
+4-42 files

FreeBSD/ports 11b85a7dns/unbound pkg-plist Makefile

dns/unbound: Security update 1.26.0 => 1.26.1

Release Notes:
https://community.nlnetlabs.nl/t/unbound-1-26-1-released/3463

Changelog:
https://github.com/NLnetLabs/unbound/releases/tag/release-1.26.1

PR:             298574
Approved by:    osa, vvd (Mentors, implicit)
Security:       CVE-2026-81642
Security:       CVE-2026-81634
Security:       CVE-2026-82717
Security:       CVE-2026-77955
Security:       CVE-2026-78227
Security:       CVE-2026-80225
Security:       CVE-2026-82720
Security:       CVE-2026-85501
Security:       CVE-2026-77860

    [3 lines not shown]
DeltaFile
+3-3dns/unbound/distinfo
+1-1dns/unbound/pkg-plist
+1-1dns/unbound/Makefile
+5-53 files

FreeBSD/ports 2c57f17dns/unbound pkg-plist Makefile

dns/unbound: Security update 1.26.0 => 1.26.1

Release Notes:
https://community.nlnetlabs.nl/t/unbound-1-26-1-released/3463

Changelog:
https://github.com/NLnetLabs/unbound/releases/tag/release-1.26.1

PR:             298574
Approved by:    osa, vvd (Mentors, implicit)
Security:       CVE-2026-81642
Security:       CVE-2026-81634
Security:       CVE-2026-82717
Security:       CVE-2026-77955
Security:       CVE-2026-78227
Security:       CVE-2026-80225
Security:       CVE-2026-82720
Security:       CVE-2026-85501
Security:       CVE-2026-77860
MFH:            2026Q3
DeltaFile
+3-3dns/unbound/distinfo
+1-1dns/unbound/pkg-plist
+1-1dns/unbound/Makefile
+5-53 files

FreeBSD/ports 0c52018multimedia/go2tv Makefile distinfo

multimedia/go2tv: Update to 2.6.1

ChangeLog:

1. https://github.com/alexballas/go2tv/releases/tag/v2.6.1

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+5-5multimedia/go2tv/distinfo
+1-1multimedia/go2tv/Makefile
+6-62 files

FreeBSD/ports cc433c9devel/tuicr Makefile Makefile.crates

devel/tuicr: Update to 0.26.0
DeltaFile
+79-77devel/tuicr/distinfo
+38-37devel/tuicr/Makefile.crates
+1-2devel/tuicr/Makefile
+118-1163 files