FreeBSD/src 2a717d5 — sys/compat/freebsd32 freebsd32_util.h freebsd32_misc.c, sys/kern subr_uio.c

uio: make *copyinuio take a void *

This aligns with copyinuio_t and avoids some hypothetical undefined
behavor around calling functions with mismatched types.

Reviewed by:    kib
Effort:         CHERI upstreaming
Sponsored by:   Innovate UK
Differential Revision:  https://reviews.freebsd.org/D60024
DeltaFile
+6-4sys/compat/freebsd32/freebsd32_misc.c
+1-2sys/compat/freebsd32/freebsd32_util.h
+1-1sys/sys/uio.h
+1-1sys/kern/subr_uio.c
+9-84 files

FreeBSD/ports 002cbfa — security/vuxml/vuln 2026.xml

security/vuxml: Document p5-YAML-Syck vulnerabilities
DeltaFile
+46-0security/vuxml/vuln/2026.xml
+46-01 files

FreeBSD/ports add560d — textproc/p5-YAML-Syck Makefile distinfo

textproc/p5-YAML-Syck: update 1.37 -> 1.47

Changelog: https://metacpan.org/dist/YAML-Syck/changes

Security:       CVE-2026-57075
Security:       CVE-2026-57076
Security:       CVE-2026-57077
Security:       CVE-2026-13713
DeltaFile
+3-3textproc/p5-YAML-Syck/distinfo
+1-1textproc/p5-YAML-Syck/Makefile
+4-42 files

FreeBSD/ports 473b2b4 — x11-toolkits/p5-Prima Makefile distinfo

x11-toolkits/p5-Prima: update 1.70 -> 1.78

Changelog: https://metacpan.org/dist/Prima/changes
DeltaFile
+3-3x11-toolkits/p5-Prima/distinfo
+1-1x11-toolkits/p5-Prima/Makefile
+4-42 files

FreeBSD/ports f560c2a — textproc/p5-LaTeX-Driver distinfo Makefile

textproc/p5-LaTeX-Driver: 1.3.0 -> 1.3.1

Changelog: https://metacpan.org/dist/LaTeX-Driver/changes

Extend tests and fix formatting to make the linters happy
DeltaFile
+12-11textproc/p5-LaTeX-Driver/Makefile
+3-3textproc/p5-LaTeX-Driver/distinfo
+15-142 files

FreeBSD/ports 842cc75 — security/vuxml/vuln 2026.xml

security/vuxml: Document p5-Authen-SASL vulnerability
DeltaFile
+45-0security/vuxml/vuln/2026.xml
+45-01 files

FreeBSD/ports 304e3d0 — security/p5-Authen-SASL Makefile distinfo

security/p5-Authen-SASL: update 2.2000 -> 2.2100

Changelog: https://metacpan.org/dist/Authen-SASL/changes

Security:       CVE-2026-86219
DeltaFile
+3-3security/p5-Authen-SASL/distinfo
+1-1security/p5-Authen-SASL/Makefile
+4-42 files

FreeBSD/ports e04efb6 — security/p5-Crypt-PasswdMD5 Makefile distinfo

security/p5-Crypt-PasswdMD5: update 1.43 -> 1.46

Changelog: https://metacpan.org/dist/Crypt-PasswdMD5/changes

Fix tests
DeltaFile
+3-3security/p5-Crypt-PasswdMD5/distinfo
+3-1security/p5-Crypt-PasswdMD5/Makefile
+6-42 files

FreeBSD/ports 66378f9 — mail/p5-MIME-Tools Makefile distinfo

mail/p5-MIME-Tools: update 5.518 -> 5.519

Changelog: https://metacpan.org/dist/MIME-tools/changes
DeltaFile
+3-3mail/p5-MIME-Tools/distinfo
+1-1mail/p5-MIME-Tools/Makefile
+4-42 files

FreeBSD/ports dca85c2 — misc/p5-Business-ISBN-Data Makefile distinfo

misc/p5-Business-ISBN-Data: update 20260912.001 -> 20260925.001

Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
DeltaFile
+3-3misc/p5-Business-ISBN-Data/distinfo
+1-1misc/p5-Business-ISBN-Data/Makefile
+4-42 files

FreeBSD/ports c153801 — mail/p5-Net-IMAP-Client distinfo Makefile

mail/p5-Net-IMAP-Client: update 0.9508 -> 0.9511

Changelog: https://metacpan.org/dist/Net-IMAP-Client/changes
DeltaFile
+3-3mail/p5-Net-IMAP-Client/distinfo
+4-2mail/p5-Net-IMAP-Client/Makefile
+7-52 files

FreeBSD/ports 15fe5bc — mail/p5-Email-Sender distinfo Makefile

mail/p5-Email-Sender: update 2.601 -> 2.603

Changelog: https://metacpan.org/dist/Email-Sender/changes

Also extend tests

Security:       CVE-2026-93012
DeltaFile
+3-3mail/p5-Email-Sender/distinfo
+4-2mail/p5-Email-Sender/Makefile
+7-52 files

FreeBSD/ports de02a2b — japanese/p5-Lingua-JA-Moji Makefile distinfo

japanese/p5-Lingua-JA-Moji: update 0.61 -> 0.63

Changelog: https://metacpan.org/dist/Lingua-JA-Moji/changes
DeltaFile
+3-3japanese/p5-Lingua-JA-Moji/distinfo
+1-1japanese/p5-Lingua-JA-Moji/Makefile
+4-42 files

FreeBSD/ports b09a489 — mail/exim-doc-html Makefile distinfo

mail/exim-doc-html: update to 4.100.1 bundle
DeltaFile
+7-7mail/exim-doc-html/distinfo
+1-1mail/exim-doc-html/Makefile
+8-82 files

FreeBSD/doc f1bddf0 — documentation/themes/beastie/assets/styles documentation.scss, documentation/themes/beastie/layouts/articles single.html list.html

doc: fix HTML validation errors

Fix duplicate id and invalid heading levels in TOC

Replace h3 with p.toc-title to fix heading-level validation errors,
rename mobile TOC id to TableOfContentsMobile to avoid duplicate ids,
and restore original h3 sizing via --size-550.

Reviewed by: carlavilla
Approved by: carlavilla
Differential Revision: https://reviews.freebsd.org/D60037
PR: 297509
DeltaFile
+19-4documentation/themes/beastie/assets/styles/documentation.scss
+4-4documentation/themes/beastie/layouts/books/single.html
+4-4documentation/themes/beastie/layouts/books/list.html
+4-4documentation/themes/beastie/layouts/articles/single.html
+4-4documentation/themes/beastie/layouts/articles/list.html
+35-205 files

FreeBSD/ports da6c5ee — sysutils/fastfetch Makefile distinfo, sysutils/fastfetch/files patch-src_common_memrchr.h

sysutils/fastfetch: update to 2.69.0

Changelog:      https://github.com/fastfetch-cli/fastfetch/releases/tag/2.69.0
DeltaFile
+0-12sysutils/fastfetch/files/patch-src_common_memrchr.h
+3-3sysutils/fastfetch/distinfo
+1-1sysutils/fastfetch/Makefile
+4-163 files

FreeBSD/ports 2aa8bd9 — emulators/joytran/files patch-CMakeLists.txt

emulators/joytran: Fix building with CMake 4

PR:             298298
Approved by:    portmgr (fixit blanket)
DeltaFile
+9-1emulators/joytran/files/patch-CMakeLists.txt
+9-11 files

FreeBSD/ports 97ca172 — graphics/linux-slang pkg-plist Makefile

graphics/linux-slang: Fix pkg-plist on aarch64

- The library libslang-llvm.so is installed only on amd64
- Don't bump PORTREVISION because no packages are available yet

Reported by:    fluffy (via email)
DeltaFile
+1-1graphics/linux-slang/pkg-plist
+2-0graphics/linux-slang/Makefile
+3-12 files

FreeBSD/src e2d42b0 — sys/arm/ti/am335x am335x_pwmss.c, sys/dev/clk clk_bus.c

ofw: Convert simplebus to device_get_softc_class().

Stop embedding struct simplebus_softc as the first member of subclass
softcs. Use device_get_softc_class() to locate the simplebus portion of
the device softc

MFC after:      2 months
Differential Revision:  https://reviews.freebsd.org/D59837
DeltaFile
+5-33sys/dev/fdt/simple_mfd.c
+19-15sys/dev/dpaa/fman.c
+13-12sys/dev/ofw/ofw_firmware.c
+15-10sys/dev/fdt/simplebus.c
+4-19sys/arm/ti/am335x/am335x_pwmss.c
+5-15sys/dev/clk/clk_bus.c
+61-10431 files not shown
+139-28937 files

FreeBSD/src 12c3004 — sys/dev/dpaa2 dpaa2_mc_fdt.c

dpaa2: Don't return simplebus devinfo for a non-simplebus child

dpaa2_mc_simplebus_get_devinfo() must not treat the MC resource-container
device as a simplebus child. Return NULL when child is sc->rcdev instead
of forwarding OFW_BUS_GET_DEVINFO() for that device.

MFC after:      2  weeks
Differential Revision:  https://reviews.freebsd.org/D59836
DeltaFile
+5-0sys/dev/dpaa2/dpaa2_mc_fdt.c
+5-01 files

FreeBSD/src 2203903 — sbin/nvmecontrol identify_ext.c, sys/dev/nvme nvme.h

nvme: name the reserved Identify Controller fields at bytes 102 through 110

Bytes 102 through 110 of the I/O Command Set Independent Identify
Controller data structure were reserved padding.  Name them: Boot
Partition Capabilities (byte 102), CXL HDM Support Information (byte
103), NVM Subsystem Shutdown Latency (bytes 107:104) and Power Loss
Signaling Information (byte 110).  Bytes 109:108 stay reserved.

CXL HDM Support Information was added in NVM Express Base Specification
2.4, Figure 338; the others appear in 2.3, Figure 328.

Report the new fields from nvmecontrol identify.

Reviewed by:    imp, adrian
Differential Revision:  https://reviews.freebsd.org/D60000
DeltaFile
+39-1sys/dev/nvme/nvme.h
+11-0sbin/nvmecontrol/identify_ext.c
+50-12 files

FreeBSD/ports 92fc8a0 — databases/py-pymongo Makefile distinfo

databases/py-pymongo: Update to 4.18.2
DeltaFile
+3-3databases/py-pymongo/distinfo
+1-1databases/py-pymongo/Makefile
+4-42 files

FreeBSD/ports 65b46f1 — textproc/py-python-slugify Makefile distinfo

textproc/py-python-slugify: update to 9.1.1

Changes:        https://github.com/un33k/python-slugify/blob/v9.1.1/CHANGELOG.md
Reported-by:    repology, portscout
DeltaFile
+3-3textproc/py-python-slugify/distinfo
+1-1textproc/py-python-slugify/Makefile
+4-42 files

FreeBSD/ports fc3074b — www/radicale Makefile distinfo

www/radicale: Update to 3.8.1
DeltaFile
+3-3www/radicale/distinfo
+1-1www/radicale/Makefile
+4-42 files

FreeBSD/ports 04a8c6f — security/rustls-ffi pkg-plist Makefile, security/rustls-ffi/files patch-powerpc64le

security/rustls-ffi: Security update to 0.15.4

Security:       ff969b25-b97b-11f1-b09d-8447094a420f
MFH:            2026Q3
(cherry picked from commit 1ab3b97905fdff0e8f0c0e71a5a8784bbe03fec5)
DeltaFile
+155-175security/rustls-ffi/distinfo
+76-86security/rustls-ffi/Makefile.crates
+0-20security/rustls-ffi/files/patch-powerpc64le
+1-2security/rustls-ffi/Makefile
+1-1security/rustls-ffi/pkg-plist
+233-2845 files

FreeBSD/ports f5579ab — security/vuxml/vuln 2026.xml

security/vuxml: Document Rauthy vulnerability
DeltaFile
+30-0security/vuxml/vuln/2026.xml
+30-01 files

FreeBSD/ports 1ab3b97 — security/rustls-ffi pkg-plist Makefile, security/rustls-ffi/files patch-powerpc64le

security/rustls-ffi: Security update to 0.15.4

Security:       ff969b25-b97b-11f1-b09d-8447094a420f
MFH:            2026Q3
DeltaFile
+155-175security/rustls-ffi/distinfo
+76-86security/rustls-ffi/Makefile.crates
+0-20security/rustls-ffi/files/patch-powerpc64le
+1-2security/rustls-ffi/Makefile
+1-1security/rustls-ffi/pkg-plist
+233-2845 files

FreeBSD/ports 58b4838 — net-im/nextcloud-talk Makefile distinfo

net-im/nextcloud-talk: Update to 25.0.2
DeltaFile
+3-3net-im/nextcloud-talk/distinfo
+2-2net-im/nextcloud-talk/Makefile
+5-52 files

FreeBSD/ports 1cd4722 — mail/nextcloud-mail Makefile distinfo

mail/nextcloud-mail: Update to 5.12.2
DeltaFile
+3-3mail/nextcloud-mail/distinfo
+1-1mail/nextcloud-mail/Makefile
+4-42 files

FreeBSD/ports d8b363b — www/nextcloud-previewgenerator Makefile distinfo

www/nextcloud-previewgenerator: Update to 5.15.0
DeltaFile
+3-3www/nextcloud-previewgenerator/distinfo
+2-2www/nextcloud-previewgenerator/Makefile
+5-52 files