FreeBSD/ports 72e62f4textproc/dblatex/files patch-lib_dbtexmf_dblatex_grubber_plugins.py patch-lib_dbtexmf_core_dbtex.py

textproc/dblatex: fix build with python 3.12 (and probably newer versions)

Patches used:
- https://sourceforge.net/p/dblatex/patches/12/ by Miro Hrončok
- https://sourceforge.net/p/dblatex/patches/13/ by Michael J Gruber

PR:             291803
Reported-by:    D'Arcy J.M. Cain <darcy at druid.net>
Obtained-from:  https://sourceforge.net/projects/dblatex/
Author:         Christian Ullrich <chris at chrullrich.net>
DeltaFile
+38-0textproc/dblatex/files/patch-lib_dbtexmf_dblatex_grubber_plugins.py
+36-0textproc/dblatex/files/patch-lib_dbtexmf_core_dbtex.py
+36-0textproc/dblatex/files/patch-lib_dbtexmf_xslt_xslt.py
+110-03 files

FreeBSD/src b45654clib/libc/tests/gen fts_misc_test.c

fts: add misc fts traversal tests

Extend fts_misc_test.c with additional test cases:

- FTS_NOCHDIR with absolute paths allows application chdir freely
- fts_name is always NUL-terminated with correct fts_namelen
- FTS_D/FTS_DP are paired and fts_level increments correctly
- FTSENT fts_errno/fts_dev/fts_ino/fts_nlink are correct
- circular symlink loop under FTS_PHYSICAL terminates
- cycle via symlink under FTS_LOGICAL yields FTS_DC
- fts_close after root deletion must not crash
- fts_close after root rename restores CWD (SVN r77497)
- FTS_NOCHDIR + empty directory does not corrupt path (SVN r49772)
- FTS_NS entry has non-zero fts_errno
- FTS_XDEV and FTS_WHITEOUT stubbed pending mount setup

Sponsored by:   Google LLC (GSoC 2026)
Reviewed by:    asomers, jillest
MFC after:      2 weeks
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2248
DeltaFile
+520-1lib/libc/tests/gen/fts_misc_test.c
+520-11 files

FreeBSD/ports 1d1973aaudio/linux-rl9-opus Makefile

audio/linux-rl9-opus: Add CPE information
DeltaFile
+2-1audio/linux-rl9-opus/Makefile
+2-11 files

FreeBSD/ports 13f910caudio/cadence Makefile

audio/cadence: Add CPE information
DeltaFile
+2-1audio/cadence/Makefile
+2-11 files

FreeBSD/ports a88a0fcaudio/py-spotipy Makefile

audio/py-spotipy: Add CPE information
DeltaFile
+2-1audio/py-spotipy/Makefile
+2-11 files

FreeBSD/ports 1601368audio/timidity++ Makefile

audio/timidity++: Add CPE information
DeltaFile
+2-1audio/timidity++/Makefile
+2-11 files

FreeBSD/ports 7132734audio/mumble-server Makefile

audio/mumble-server: Add CPE information
DeltaFile
+1-1audio/mumble-server/Makefile
+1-11 files

FreeBSD/ports a4d32cdaudio/jack Makefile

audio/jack: Add CPE information
DeltaFile
+3-1audio/jack/Makefile
+3-11 files

FreeBSD/ports 60ba195archivers/unzip Makefile

archivers/unzip: Fix CPE_VENDOR
DeltaFile
+1-1archivers/unzip/Makefile
+1-11 files

FreeBSD/ports 2affb84archivers/unarj Makefile

archivers/unarj: Add CPE information
DeltaFile
+2-1archivers/unarj/Makefile
+2-11 files

FreeBSD/ports e8c5a19archivers/py-py7zr Makefile

archivers/py-py7zr: Add CPE information
DeltaFile
+2-1archivers/py-py7zr/Makefile
+2-11 files

FreeBSD/ports e2537f2archivers/p5-Archive-Tar Makefile

archivers/p5-Archive-Tar: Add CPE information
DeltaFile
+3-1archivers/p5-Archive-Tar/Makefile
+3-11 files

FreeBSD/ports 36e9c75archivers/rubygem-minitar Makefile

archivers/rubygem-minitar: Add CPE information
DeltaFile
+1-1archivers/rubygem-minitar/Makefile
+1-11 files

FreeBSD/ports 1853487archivers/rubygem-minitar0 Makefile

archivers/rubygem-minitar0: Add CPE information
DeltaFile
+1-1archivers/rubygem-minitar0/Makefile
+1-11 files

FreeBSD/ports 5b17688archivers/libzip Makefile

archivers/libzip: Fix CPE_VENDOR
DeltaFile
+0-1archivers/libzip/Makefile
+0-11 files

FreeBSD/ports ccd94b3archivers/libunrar Makefile

archivers/libunrar: Add CPE information
DeltaFile
+3-1archivers/libunrar/Makefile
+3-11 files

FreeBSD/ports fdedc48archivers/apache-commons-compress Makefile

archivers/apache-commons-compress: Add CPE information
DeltaFile
+3-1archivers/apache-commons-compress/Makefile
+3-11 files

FreeBSD/ports 8036a5emath/octave-forge-dicom distinfo Makefile

ath/octave-forge-dicom: Update to 0.7.3.
DeltaFile
+3-3math/octave-forge-dicom/distinfo
+1-2math/octave-forge-dicom/Makefile
+4-52 files

FreeBSD/src 28833adsys/netlink/route nexthop.c

netlink: Fix lock leak in nl_find_nhop

Reviewed by: bz, pouria
Fixes: 7e5bf68495cc ("netlink: add netlink support")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57156

(cherry picked from commit d66fec481bfd65cbabb6c12a410d76843e76083e)
(cherry picked from commit ab599e44dba31d7b002aed8c71242e06d992b21a)
DeltaFile
+1-1sys/netlink/route/nexthop.c
+1-11 files

FreeBSD/src ab599e4sys/netlink/route nexthop.c

netlink: Fix lock leak in nl_find_nhop

Reviewed by: bz, pouria
Fixes: 7e5bf68495cc ("netlink: add netlink support")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57156

(cherry picked from commit d66fec481bfd65cbabb6c12a410d76843e76083e)
DeltaFile
+1-1sys/netlink/route/nexthop.c
+1-11 files

FreeBSD/ports 9088da3lang/quickjs-ng distinfo pkg-plist

lang/quickjs-ng: update: 0.14.0 -> 0.15.1

ChangeLog:      https://github.com/quickjs-ng/quickjs/compare/v0.14.0...v0.15.1

Sponsored by:   tipi.work
DeltaFile
+3-3lang/quickjs-ng/distinfo
+2-2lang/quickjs-ng/pkg-plist
+1-1lang/quickjs-ng/Makefile
+6-63 files

FreeBSD/ports d700e96net-im/tox distinfo Makefile

net-im/tox: Update 0.2.22 => 0.2.23 (security fix)

Changelog:
https://github.com/TokTok/c-toxcore/releases/tag/v0.2.23

PR:             295879
Security:       GHSA-42vg-9mg3-399f
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit d71a613b8f54c2140b05ff3c4b3f3535a5684ba9)
DeltaFile
+3-3net-im/tox/distinfo
+1-1net-im/tox/Makefile
+4-42 files

FreeBSD/ports d71a613net-im/tox distinfo Makefile

net-im/tox: Update 0.2.22 => 0.2.23 (security fix)

Changelog:
https://github.com/TokTok/c-toxcore/releases/tag/v0.2.23

PR:             295879
Security:       GHSA-42vg-9mg3-399f
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3net-im/tox/distinfo
+1-2net-im/tox/Makefile
+4-52 files

FreeBSD/ports b4225bdx11-drivers/xlibre-xf86-input-egalax Makefile, x11-drivers/xlibre-xf86-input-elographics Makefile

*/*: Bump xlibre-drivers ports. xlibre-server was updated to 25.1.6

With hat:       xlibre
DeltaFile
+1-1x11-drivers/xlibre-xf86-input-egalax/Makefile
+1-1x11-drivers/xlibre-xf86-input-elographics/Makefile
+1-1x11-drivers/xlibre-xf86-input-evdev/Makefile
+1-1x11-drivers/xlibre-xf86-input-joystick/Makefile
+1-1x11-drivers/xlibre-xf86-input-keyboard/Makefile
+1-1x11-drivers/xlibre-xf86-input-libinput/Makefile
+6-616 files not shown
+22-2222 files

FreeBSD/ports 65bff5dx11-servers/xlibre-server pkg-plist distinfo

x11-servers/xlibre-server: Update to 25.1.6

ChangeLog at:   https://github.com/X11Libre/xserver/releases/tag/xlibre-xserver-25.1.6
With hat:       xlibre
DeltaFile
+5-4x11-servers/xlibre-server/pkg-plist
+3-3x11-servers/xlibre-server/distinfo
+4-1x11-servers/xlibre-server/Makefile
+1-1x11-servers/xlibre-server/Makefile.version
+13-94 files

FreeBSD/ports 0750831ftp Makefile, ftp/surge Makefile pkg-descr

ftp/surge: remove, dupplicate of www/surge
DeltaFile
+0-21ftp/surge/Makefile
+0-6ftp/surge/pkg-descr
+0-5ftp/surge/distinfo
+0-1ftp/Makefile
+0-334 files

FreeBSD/ports 350858dwww/filebrowser distinfo Makefile

www/filebrowser: Update to 2.63.12

ChangeLogs:

- https://github.com/filebrowser/filebrowser/releases/tag/v2.63.6
- https://github.com/filebrowser/filebrowser/releases/tag/v2.63.7
- https://github.com/filebrowser/filebrowser/releases/tag/v2.63.8
- https://github.com/filebrowser/filebrowser/releases/tag/v2.63.9
- https://github.com/filebrowser/filebrowser/releases/tag/v2.63.10
- https://github.com/filebrowser/filebrowser/releases/tag/v2.63.11
- https://github.com/filebrowser/filebrowser/releases/tag/v2.63.12
DeltaFile
+7-7www/filebrowser/distinfo
+2-3www/filebrowser/Makefile
+9-102 files

FreeBSD/ports 1de0fc0www/pocket-id distinfo Makefile

www/pocket-id: Update to 2.8.0

ChangeLog: https://github.com/pocket-id/pocket-id/releases/tag/v2.8.0
DeltaFile
+7-7www/pocket-id/distinfo
+1-2www/pocket-id/Makefile
+8-92 files

FreeBSD/ports 89b465csysutils/go-ntfy distinfo Makefile

sysutils/go-ntfy: Update to 2.24.0

ChangeLog: https://github.com/binwiederhier/ntfy/releases/tag/v2.24.0
DeltaFile
+7-7sysutils/go-ntfy/distinfo
+2-3sysutils/go-ntfy/Makefile
+9-102 files

FreeBSD/ports ecb3c68devel/libcjson Makefile

devel/libcjson: Add CPE information
DeltaFile
+3-1devel/libcjson/Makefile
+3-11 files