HardenedBSD/ports bf83996devel/autoconf/files patch-01-bin_autoreconf.in, devel/gettext-tools pkg-plist

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+643-186devel/gettext-tools/pkg-plist
+0-292print/cups-filters/files/patch-0002-qpdf12
+115-109textproc/harper/distinfo
+0-170print/cups-filters/files/patch-0001-c3d2f07399da
+159-0devel/autoconf/files/patch-01-bin_autoreconf.in
+56-53textproc/harper/Makefile.crates
+973-81077 files not shown
+1,441-1,07483 files

HardenedBSD/ports 974099ddevel/autoconf/files patch-01-bin_autoreconf.in patch-02-bin_autoreconf.in, devel/gettext-tools pkg-plist

devel/libtextstyle, devel/gettext*: Update to 0.26

Recent versions of gettext no longer install m4 files in
PREFIX/share/aclocal.  They have to be installed in the work
directory by autopoint for aclocal to find them.

Patch devel/autoconf so autoreconf runs autopoint when gettext related
macros are used in configure.ac (e.g. AM_ICONV).  Previously it only
ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used.

The following ports now require autopoint (i.e. USES=gettext-tools):
benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs,
graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao

Other fixes:

emulators/mednafen, misc/lifelines: Use older version of gettext macros.
ftp/axel: Patch Makefile.am and configure.ac to get gettext working and
add NLS option.

    [12 lines not shown]
DeltaFile
+643-186devel/gettext-tools/pkg-plist
+159-0devel/autoconf/files/patch-01-bin_autoreconf.in
+102-0devel/autoconf/files/patch-02-bin_autoreconf.in
+0-38misc/lifelines/files/patch-intl_Makefile.in
+23-0www/wget2/files/patch-configure.ac
+18-0misc/lifelines/files/patch-configure.ac
+945-22433 files not shown
+1,087-29339 files

HardenedBSD/ports 4b7fa6cnet/sniproxy Makefile distinfo

net/sniproxy: Apply upstream patches

One patch rewrites configure.ac so it no longer depends on macros that
were included with gettext but no longer are in gettext 0.25.  Another
patch adds pcre2 support.  The others are minor fixes.

PR:             287327, 287167
Appoved by:     krion
DeltaFile
+10-7net/sniproxy/Makefile
+11-1net/sniproxy/distinfo
+21-82 files

HardenedBSD/ports 80207b8Mk/Uses autoreconf.mk, devel/automake distinfo Makefile

devel/automake: Update to 1.18.1

PR:             287166
Exp-run by:     antoine
DeltaFile
+3-3devel/automake/distinfo
+1-1Mk/Uses/autoreconf.mk
+1-1devel/automake/Makefile
+5-53 files

HardenedBSD/ports 3684165print/cups-filters distinfo Makefile, print/cups-filters/files patch-0002-qpdf12 patch-0001-c3d2f07399da

print/cups-filters: Update to more recent commit
DeltaFile
+0-292print/cups-filters/files/patch-0002-qpdf12
+0-170print/cups-filters/files/patch-0001-c3d2f07399da
+3-41print/cups-filters/distinfo
+6-26print/cups-filters/Makefile
+9-5294 files

HardenedBSD/ports bac4cbatextproc/harper distinfo Makefile.crates

textproc/harper: Update to 1.2.0
DeltaFile
+115-109textproc/harper/distinfo
+56-53textproc/harper/Makefile.crates
+1-2textproc/harper/Makefile
+172-1643 files

HardenedBSD/ports 84b3fc4security/tailscale distinfo Makefile

security/tailscale: Update to 1.92.2

MFH:            2025Q4
DeltaFile
+5-5security/tailscale/distinfo
+1-1security/tailscale/Makefile
+6-62 files

HardenedBSD/ports 769893awww/ungoogled-chromium/files patch-chrome_browser_chrome__content__browser__client.cc

www/ungoogled-chromium: unbreak build by re-adding another lost patch

PR:     291627
DeltaFile
+10-1www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc
+10-11 files

HardenedBSD/ports e2a4b00print/a2ps distinfo Makefile

print/a2ps: update to 4.15.8
DeltaFile
+3-3print/a2ps/distinfo
+2-2print/a2ps/Makefile
+5-52 files

HardenedBSD/ports 168bae9misc/jbidwatcher Makefile, misc/jbidwatcher/files patch-build.xml

misc/jbidwatcher: pin to jdk8/11 and deprecate

Upstream website times out.
Does not build on openjdk17+.

PR:     272855
Approved-by:    no maintainer
DeltaFile
+11-0misc/jbidwatcher/files/patch-build.xml
+4-0misc/jbidwatcher/Makefile
+15-02 files

HardenedBSD/ports 73a7d8djava/javahelp Makefile

java/javahelp: allow building with jdk21 or jdk25 also

PR:     272855
DeltaFile
+1-1java/javahelp/Makefile
+1-11 files

HardenedBSD/ports 2030911misc/compat14x Makefile

misc/compat14x: Depend in compat15x on FreeBSD 16

Reported by:    des
DeltaFile
+5-0misc/compat14x/Makefile
+5-01 files

HardenedBSD/ports 8d259fdgraphics/hvif-tools/files patch-src_tracer_processing_PathScanner.cpp patch-src_tracer_processing_PathScanner.h

graphics/hvif-tools: fix build on ARM / POWER

/wrkdirs/usr/ports/graphics/hvif-tools/work/hvif-tools-2.1.0/src/tracer/processing/PathScanner.cpp:20:4: error: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
   20 |         {{-1,-1,-1,-1}, {-1,-1,-1,-1}, {-1,-1,-1,-1}, {-1,-1,-1,-1}}, // 0
      |           ^~
/wrkdirs/usr/ports/graphics/hvif-tools/work/hvif-tools-2.1.0/src/tracer/processing/PathScanner.cpp:20:4: note: insert an explicit cast to silence this issue
   20 |         {{-1,-1,-1,-1}, {-1,-1,-1,-1}, {-1,-1,-1,-1}, {-1,-1,-1,-1}}, // 0
      |           ^~
      |           static_cast<char>( )
DeltaFile
+20-0graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.cpp
+11-0graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.h
+31-02 files

HardenedBSD/ports 0dde767sysutils/iocage Makefile

sysutils/iocage: Correct reference in comment
DeltaFile
+1-1sysutils/iocage/Makefile
+1-11 files

HardenedBSD/ports c640318www/py-dj51-django-auditlog distinfo Makefile

www/py-dj51-django-auditlog: Update to 3.4.0
DeltaFile
+3-3www/py-dj51-django-auditlog/distinfo
+1-1www/py-dj51-django-auditlog/Makefile
+4-42 files

HardenedBSD/ports 726c95awww/py-dj52-django-allauth distinfo Makefile

www/py-dj52-django-allauth: Update to 65.13.1
DeltaFile
+3-3www/py-dj52-django-allauth/distinfo
+1-1www/py-dj52-django-allauth/Makefile
+4-42 files

HardenedBSD/ports 6b76a81www/py-dj51-django-allauth distinfo Makefile

www/py-dj51-django-allauth: Update to 65.13.1
DeltaFile
+3-3www/py-dj51-django-allauth/distinfo
+1-1www/py-dj51-django-allauth/Makefile
+4-42 files

HardenedBSD/ports 4abaed3sysutils/nomad-driver-podman Makefile

sysutils/nomad-driver-podman: Update to 0.6.4
DeltaFile
+2-3sysutils/nomad-driver-podman/Makefile
+2-31 files

HardenedBSD/ports b859907www/py-dj52-django-auditlog distinfo Makefile

www/py-dj52-django-auditlog: Update to 3.4.0
DeltaFile
+3-3www/py-dj52-django-auditlog/distinfo
+1-1www/py-dj52-django-auditlog/Makefile
+4-42 files

HardenedBSD/ports e5c3a81converters/py-gotenberg-client Makefile distinfo, converters/py-gotenberg-client/files patch-pyproject.toml

converters/py-gotenberg-client: Update to 0.13.1

PR:             291608
Submitted by:   Einar Bjarni Halldórsson <einar at isnic.is>
DeltaFile
+0-11converters/py-gotenberg-client/files/patch-pyproject.toml
+5-5converters/py-gotenberg-client/Makefile
+3-3converters/py-gotenberg-client/distinfo
+8-193 files

HardenedBSD/ports 347923fsysutils/iocage distinfo Makefile

sysutils/iocage: Update to 1.12

PR:             291626
DeltaFile
+5-5sysutils/iocage/distinfo
+3-4sysutils/iocage/Makefile
+8-92 files

HardenedBSD/ports eed0fc4net/redpanda-connect distinfo Makefile

net/redpanda-connect: Update to 4.73.0
DeltaFile
+5-5net/redpanda-connect/distinfo
+1-2net/redpanda-connect/Makefile
+6-72 files

HardenedBSD/ports 07a784emath/jtransforms/files patch-build.xml

math/jtransforms: fix building with any jdk

PR:     291633
DeltaFile
+22-0math/jtransforms/files/patch-build.xml
+22-01 files

HardenedBSD/ports 8504e86dns/openresolv distinfo Makefile

dns/openresolv: update to 3.17.3

Changes:        https://github.com/NetworkConfiguration/openresolv/releases/tag/v3.17.1
Changes:        https://github.com/NetworkConfiguration/openresolv/releases/tag/v3.17.2
Changes:        https://github.com/NetworkConfiguration/openresolv/releases/tag/v3.17.3
DeltaFile
+3-3dns/openresolv/distinfo
+1-1dns/openresolv/Makefile
+4-42 files

HardenedBSD/ports 8a82143textproc/jalingo Makefile

textproc/jalingo: pin to openjdk8

Java 9 and newer give an error:
[javac] /wrkdirs/usr/ports/textproc/jalingo/work/jalingo-0.6.0-src/src/ja/centre/util/io/nio/MappedByteBufferWrapper.java:106: error: cannot find symbol
[javac]                     sun.misc.Cleaner cleaner = (sun.misc.Cleaner) cleanerMethod.invoke( buffer );

Deprecate as last release was in 2006.

PR:     291631
DeltaFile
+4-0textproc/jalingo/Makefile
+4-01 files

HardenedBSD/ports 77a7b2cdevel/py-archinfo distinfo Makefile

devel/py-archinfo: Update 9.2.185 => 9.2.188

Commit log:
angr/archinfo at v9.2.185...v9.2.188

PR:     291655
DeltaFile
+3-3devel/py-archinfo/distinfo
+1-1devel/py-archinfo/Makefile
+4-42 files

HardenedBSD/ports 4a9a5d3devel/cirrus-cli distinfo, devel/py-tzdata distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+26-0security/vuxml/vuln/2025.xml
+5-5devel/cirrus-cli/distinfo
+5-5sysutils/opentofu/distinfo
+3-3sysutils/ldap-account-manager/distinfo
+3-3devel/py-tzdata/distinfo
+3-3sysutils/dar/distinfo
+45-1919 files not shown
+80-5525 files

HardenedBSD/ports 8b52640devel/py-tzdata distinfo Makefile

devel/py-tzdata: Update to 2025.3

Changelog:

https://github.com/python/tzdata/releases/tag/2025.3

MFH:            2025Q4
DeltaFile
+3-3devel/py-tzdata/distinfo
+1-1devel/py-tzdata/Makefile
+4-42 files

HardenedBSD/ports 2d70d8femulators/wine-devel distinfo Makefile

emulators/wine-devel: Update 11.0-rc1 => 11.0-rc2

Changelog:
- Bug fixes only, we are in code freeze.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0-rc2

PR:     291653
DeltaFile
+3-3emulators/wine-devel/distinfo
+1-1emulators/wine-devel/Makefile
+4-42 files

HardenedBSD/ports 0051072archivers/py-pyzstd distinfo Makefile

archivers/py-pyzstd: Update 0.19.0 => 0.19.1

Changelog:
https://github.com/Rogdham/pyzstd/blob/0.19.1/CHANGELOG.md

PR:     291646
DeltaFile
+3-3archivers/py-pyzstd/distinfo
+1-1archivers/py-pyzstd/Makefile
+4-42 files