FreeBSD/ports 9e5d801www/tomcat101 distinfo Makefile

www/tomcat101: Update 10.1.49 => 10.1.50

Changelog:
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.50_(schultz)

MFH:    2025Q4
(cherry picked from commit 172b3dadd089aacf8fa84c3fec6fe6702d8efc09)
DeltaFile
+3-3www/tomcat101/distinfo
+1-1www/tomcat101/Makefile
+1-1www/tomcat101/pkg-plist
+5-53 files

FreeBSD/ports 172b3dawww/tomcat101 distinfo Makefile

www/tomcat101: Update 10.1.49 => 10.1.50

Changelog:
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.50_(schultz)

MFH:    2025Q4
DeltaFile
+3-3www/tomcat101/distinfo
+1-1www/tomcat101/Makefile
+1-1www/tomcat101/pkg-plist
+5-53 files

FreeBSD/ports 51da00fdevel/py-pyusb distinfo Makefile

devel/py-pyusb: Update to 1.3.1

PR:             291198
Approved by:    maintainer timeout
DeltaFile
+3-3devel/py-pyusb/distinfo
+1-2devel/py-pyusb/Makefile
+4-52 files

FreeBSD/ports 06c2b3enet/samba422 pkg-plist Makefile

net/samba422: Guard some plist entries with %%AD_DC%%

This fixes the following "package" phase errors:

    ===>  Building packages for samba422-4.22.6
    ===>   Building samba422-4.22.6
    pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/asq.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/ildap.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/ldb.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/ldbsamba_extensions.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/paged_searches.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/rdn_name.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/sample.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/server_sort.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/skel.so:No such file or directory pkg-static: Unable to access file
    /p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/tdb.so:No such file or directory
    *** Error code 1


    [3 lines not shown]
DeltaFile
+10-10net/samba422/pkg-plist
+1-0net/samba422/Makefile
+11-102 files

FreeBSD/ports 105f4dffilesystems/py-libzfs Makefile distinfo

filesystems/py-libzfs: fix the build on FreeBSD 15

There were two problems:

* Needed to backport a newer py-libzfs PR due to a libzfs API change
* Since 15.0 is now released, its OSVERSION reset to 1500000

PR:             291393
Sponsored by:   ConnectWise
Approved by:    Goran Mekić <meka at tilda.center> (maintainer)

(cherry picked from commit f3f63d8635c962ae38191a4774df55790e18946e)
DeltaFile
+8-2filesystems/py-libzfs/Makefile
+5-1filesystems/py-libzfs/distinfo
+13-32 files

FreeBSD/ports 79b7a0fsysutils/jail_exporter Makefile, sysutils/jail_exporter/files jail_exporter.in

sysutils/jail_exporter: always close stdout, stdin, and stderr

Leaving these open despite daemonizing can cause Salt to hang.  Better
to close them.  Logging to syslog still works.

Sponsored by:   ConnectWise
PR:             291097
Approved by:    David O'Rourke <dor.bsd at xm0.uk> (maintainer)
DeltaFile
+1-1sysutils/jail_exporter/Makefile
+1-1sysutils/jail_exporter/files/jail_exporter.in
+2-22 files

FreeBSD/ports f46c90bnet/wireshark distinfo pkg-plist

net/wireshark: Update to 4.6.2

See https://www.wireshark.org/docs/relnotes/wireshark-4.6.2.html for a
list of changes in this release.
DeltaFile
+3-3net/wireshark/distinfo
+3-3net/wireshark/pkg-plist
+1-2net/wireshark/Makefile
+7-83 files

FreeBSD/ports 58a2451graphics/openjpeg distinfo Makefile

graphics/openjpeg: Fix libopenjp2.pc

- Bump PORTREVISION for package change

PR:             291430
Reported by:    lbartoletti
Obtained from:  https://github.com/uclouvain/openjpeg/commit/5e258319332800f7a9937dc0b8b16b19a07dea8f
                https://github.com/uclouvain/openjpeg/commit/7b508bb00f7fc5e7b61a6035fc4e2622d4ddff0d
DeltaFile
+5-1graphics/openjpeg/distinfo
+5-0graphics/openjpeg/Makefile
+10-12 files

FreeBSD/ports 1c53e3awww/tinyproxy Makefile distinfo

www/tinyproxy: Fix integer overflow in port number processing

- Bump PORTREVISION for package change

PR:             291297
Reported by:    diizzy
Obtained from:  https://github.com/tinyproxy/tinyproxy/commit/3c0fde94981b025271ffa1788ae425257841bf5a
Security:       CVE-2025-63938
DeltaFile
+4-1www/tinyproxy/Makefile
+3-1www/tinyproxy/distinfo
+7-22 files

FreeBSD/ports 15004f4devel/autogen pkg-plist Makefile, devel/autogen/files patch-autoopts-Makefile.in

devel/autogen: Add missing converters

- Bump PORTREVISION for package change

PR:             291342
Reported by:    Dave Hart <davehart at gmail.com>
DeltaFile
+14-0devel/autogen/files/patch-autoopts-Makefile.in
+3-0devel/autogen/pkg-plist
+1-1devel/autogen/Makefile
+18-13 files

FreeBSD/ports e317c5cdevel/rubygem-sequel distinfo Makefile

devel/rubygem-sequel: Update to 5.99.0

Changes:        https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
                https://sequel.jeremyevans.net/rdoc/files/CHANGELOG.html
DeltaFile
+3-3devel/rubygem-sequel/distinfo
+1-1devel/rubygem-sequel/Makefile
+4-42 files

FreeBSD/ports 60fddaawww/rubygem-rackup distinfo Makefile

www/rubygem-rackup: Update to 2.3.0

Changes:        https://github.com/rack/rackup/blob/main/releases.md
                https://github.com/rack/rackup/commits/main
DeltaFile
+3-3www/rubygem-rackup/distinfo
+1-1www/rubygem-rackup/Makefile
+4-42 files

FreeBSD/ports 5f40ac3devel/rubygem-recursive-open-struct distinfo Makefile

devel/rubygem-recursive-open-struct: Update to 2.1.0

Changes:        https://github.com/aetherknight/recursive-open-struct/blob/main/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-recursive-open-struct/distinfo
+1-1devel/rubygem-recursive-open-struct/Makefile
+4-42 files

FreeBSD/ports e9b4f52devel/rubygem-rbtrace distinfo Makefile

devel/rubygem-rbtrace: Update to 0.5.3

Changes:        https://github.com/tmm1/rbtrace/blob/master/CHANGELOG
DeltaFile
+3-3devel/rubygem-rbtrace/distinfo
+1-1devel/rubygem-rbtrace/Makefile
+4-42 files

FreeBSD/ports 1ceb0cfdevel/py-twisted Makefile distinfo

devel/py-twisted: Update to 25.5.0

- Update WWW
- Add WEBSOCKET option

Changes:        https://github.com/twisted/twisted/releases
DeltaFile
+9-9devel/py-twisted/Makefile
+3-3devel/py-twisted/distinfo
+12-122 files

FreeBSD/ports 9c4b036net/py-urllib3 Makefile distinfo

net/py-urllib3: Update to 2.6.0

- Use PY_BACKPORTS.ZSTD

Changes:        https://github.com/urllib3/urllib3/releases
DeltaFile
+6-10net/py-urllib3/Makefile
+3-3net/py-urllib3/distinfo
+9-132 files

FreeBSD/ports e098ee9polish/hunspell distinfo Makefile

polish/hunspell: Update to 20251201
DeltaFile
+3-3polish/hunspell/distinfo
+1-1polish/hunspell/Makefile
+4-42 files

FreeBSD/ports fbf1a69Mk/Uses python.mk

Mk/Uses/python.mk: Introduce PY_BACKPORTS.ZSTD

The minimal version is set to 1.0.0 because it is required by devel/py-hatch and net/py-urllib3.
DeltaFile
+4-0Mk/Uses/python.mk
+4-01 files

FreeBSD/ports d8e617ax11/rubygem-gnome Makefile

x11/rubygem-gnome: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+1-1x11/rubygem-gnome/Makefile
+1-11 files

FreeBSD/ports dd83a86x11-toolkits/rubygem-vte4 distinfo Makefile

x11-toolkits/rubygem-vte4: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-vte4/distinfo
+1-1x11-toolkits/rubygem-vte4/Makefile
+4-42 files

FreeBSD/ports 9a496d5x11-toolkits/rubygem-vte3 distinfo Makefile

x11-toolkits/rubygem-vte3: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-vte3/distinfo
+1-1x11-toolkits/rubygem-vte3/Makefile
+4-42 files

FreeBSD/ports 520fb65x11-toolkits/rubygem-poppler distinfo Makefile

x11-toolkits/rubygem-poppler: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-poppler/distinfo
+1-2x11-toolkits/rubygem-poppler/Makefile
+4-52 files

FreeBSD/ports aefdefbx11-toolkits/rubygem-pango distinfo Makefile

x11-toolkits/rubygem-pango: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-pango/distinfo
+1-1x11-toolkits/rubygem-pango/Makefile
+4-42 files

FreeBSD/ports 40fd014x11-toolkits/rubygem-gtksourceview4 distinfo Makefile

x11-toolkits/rubygem-gtksourceview4: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gtksourceview4/distinfo
+1-1x11-toolkits/rubygem-gtksourceview4/Makefile
+4-42 files

FreeBSD/ports 8277798x11-toolkits/rubygem-gtk4 distinfo Makefile

x11-toolkits/rubygem-gtk4: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gtk4/distinfo
+1-1x11-toolkits/rubygem-gtk4/Makefile
+4-42 files

FreeBSD/ports b5db912x11-toolkits/rubygem-gtksourceview3 distinfo Makefile

x11-toolkits/rubygem-gtksourceview3: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gtksourceview3/distinfo
+1-1x11-toolkits/rubygem-gtksourceview3/Makefile
+4-42 files

FreeBSD/ports 47c6eafx11-toolkits/rubygem-gsk4 distinfo Makefile

x11-toolkits/rubygem-gsk4: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gsk4/distinfo
+1-1x11-toolkits/rubygem-gsk4/Makefile
+4-42 files

FreeBSD/ports 6f86e68x11-toolkits/rubygem-gtk3 distinfo Makefile

x11-toolkits/rubygem-gtk3: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gtk3/distinfo
+1-1x11-toolkits/rubygem-gtk3/Makefile
+4-42 files

FreeBSD/ports 669b39cx11-toolkits/rubygem-gdk4 distinfo Makefile

x11-toolkits/rubygem-gdk4: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gdk4/distinfo
+1-1x11-toolkits/rubygem-gdk4/Makefile
+4-42 files

FreeBSD/ports 4a81997multimedia/rubygem-clutter-gstreamer distinfo Makefile

multimedia/rubygem-clutter-gstreamer: Update to 4.3.4

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3multimedia/rubygem-clutter-gstreamer/distinfo
+1-1multimedia/rubygem-clutter-gstreamer/Makefile
+4-42 files