HardenedBSD/src ca07018sys/contrib/dev/athk/ath11k mac.c core.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+1,407-541sys/contrib/dev/athk/ath11k/mac.c
+728-115sys/contrib/dev/athk/ath11k/core.c
+336-218sys/contrib/dev/athk/ath11k/wmi.c
+342-56sys/contrib/dev/athk/ath11k/reg.c
+195-140sys/contrib/dev/athk/ath11k/dp_rx.c
+268-43sys/contrib/dev/athk/ath11k/pci.c
+3,276-1,113244 files not shown
+8,403-2,760250 files

HardenedBSD/src c3552c8sys/contrib/dev/athk/ath11k mac.c core.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1,407-541sys/contrib/dev/athk/ath11k/mac.c
+728-115sys/contrib/dev/athk/ath11k/core.c
+336-218sys/contrib/dev/athk/ath11k/wmi.c
+342-56sys/contrib/dev/athk/ath11k/reg.c
+195-140sys/contrib/dev/athk/ath11k/dp_rx.c
+268-43sys/contrib/dev/athk/ath11k/pci.c
+3,276-1,113244 files not shown
+8,403-2,760250 files

HardenedBSD/ports b774337net-im/nextcloud-spreed-signaling distinfo Makefile, security/vuxml/vuln 2025.xml

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+562-1,028textproc/logseq/pkg-plist
+347-333sysutils/cardano-cli/distinfo
+152-147sysutils/cardano-cli/Makefile
+111-99net-im/nextcloud-spreed-signaling/distinfo
+63-62net-im/nextcloud-spreed-signaling/Makefile
+93-0security/vuxml/vuln/2025.xml
+1,328-1,669142 files not shown
+1,634-1,905148 files

HardenedBSD/ports 446f1c7editors/calligra Makefile distinfo

editors/calligra: fix build with poppler 25.10

PR:             291277
DeltaFile
+4-0editors/calligra/Makefile
+3-1editors/calligra/distinfo
+7-12 files

HardenedBSD/ports 3076d31graphics/dspdfviewer Makefile, graphics/epdfview Makefile

graphics/poppler: bump consumers of graphics/poppler

PR:             291277
Exp-run by:     antoine
DeltaFile
+1-1graphics/dspdfviewer/Makefile
+1-1graphics/epdfview/Makefile
+1-1graphics/geeqie/Makefile
+1-1graphics/gimp-app/Makefile
+1-1graphics/gimp3-app/Makefile
+1-1graphics/graphviz/Makefile
+6-674 files not shown
+80-5180 files

HardenedBSD/ports bce553fprint/scribus distinfo Makefile

print/scribus: fix build with poppler 25.10

PR:             291277
DeltaFile
+11-1print/scribus/distinfo
+9-0print/scribus/Makefile
+20-12 files

HardenedBSD/ports 3844a56graphics/inkscape distinfo Makefile

graphics/inkscape: fix build with poppler 25.10

PR:             291277
DeltaFile
+7-1graphics/inkscape/distinfo
+6-1graphics/inkscape/Makefile
+13-22 files

HardenedBSD/ports be8af1eprint/scribus-devel distinfo Makefile

print/scribus-devel: fix build with poppler 25.10

PR:             291277
DeltaFile
+23-1print/scribus-devel/distinfo
+13-2print/scribus-devel/Makefile
+36-32 files

HardenedBSD/ports b097c42graphics/poppler distinfo Makefile, graphics/poppler-qt5 pkg-plist

graphics/poppler: Update to 25.10

PR:             291277
Exp-run by:     antoine
DeltaFile
+0-33graphics/poppler/files/patch-poppler_FlateStream.cc
+0-11graphics/poppler/files/patch-poppler_FlateStream.h
+3-3graphics/poppler/distinfo
+2-3graphics/poppler/Makefile
+1-1graphics/poppler-qt6/pkg-plist
+1-1graphics/poppler-qt5/pkg-plist
+7-522 files not shown
+9-548 files

HardenedBSD/ports 54159easysutils/go-wtf distinfo Makefile

sysutils/go-wtf: Update to 0.47.1

Changelog: https://github.com/wtfutil/wtf/releases/tag/v0.47.1

PR:             291076
Approved by:    Christopher Hall <hsw at bitmark.com> (maintainer, timeout >2 weeks)
DeltaFile
+5-5sysutils/go-wtf/distinfo
+1-2sysutils/go-wtf/Makefile
+6-72 files

HardenedBSD/src d20da5ctools/tools/locale Makefile

locale: Update Unicode to CLDR 48

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53983
DeltaFile
+1-1tools/tools/locale/Makefile
+1-11 files

HardenedBSD/src 934364dtools/tools/locale/tools finalize

locale: tools: Make finalize idempotent

The finalize script renames source files with 3 components in their name
into names with two components with an @modifier, in the process.

Running the script for a second time without cleaning will strip the
@modifier from the files, producing invalid Makefiles and unusable
locales.

Prevent this by adding a guard at the beginning of the script.

Also, use a sub-shell for directory changes to avoid working directory
issues.

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53981
DeltaFile
+58-53tools/tools/locale/tools/finalize
+58-531 files

HardenedBSD/src 13ae490tools/tools/locale Makefile

locale: Update to UCD 17.0.0

Starting with Unicode 17.0.0, the zipped versions of the data files are
only published in https://www.unicode.org/Public/<version>/ucd/

https://www.unicode.org/Public/zipped/ReadMe.txt

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53982
DeltaFile
+2-2tools/tools/locale/Makefile
+2-21 files

HardenedBSD/src 95f37aatools/tools/locale/tools cldr2def.pl

cldr2def.pl: Fix make install

Follow up on 86c71e97d19f ("pkgbase: locales: Also tag the files dir"),
and adapt cldr2def.pl script in order to fix make install.

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53961
DeltaFile
+2-0tools/tools/locale/tools/cldr2def.pl
+2-01 files

HardenedBSD/src 36cfa80share/colldef_unicode Makefile, share/monetdef_unicode Makefile

locale: make install

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53962
DeltaFile
+2-0share/colldef_unicode/Makefile
+1-0share/numericdef_unicode/Makefile
+1-0share/msgdef_unicode/Makefile
+1-0share/monetdef_unicode/Makefile
+5-04 files

HardenedBSD/src 9df8243share/monetdef it_CH.ISO8859-15.src it_IT.ISO8859-15.src

locale: make posix

Run make posix to generate monetary definition files with the
international parameters missing from localeconv(3)'s lconv struct.

Manually convert the "frozen" non-unicode locales under share/monetdef.

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53917
DeltaFile
+18-0share/monetdef/it_CH.ISO8859-15.src
+18-0share/monetdef/it_IT.ISO8859-15.src
+18-0share/monetdef/ja_JP.SJIS.src
+18-0share/monetdef/ja_JP.eucJP.src
+18-0share/monetdef/ko_KR.eucKR.src
+18-0share/monetdef/nb_NO.ISO8859-15.src
+108-0107 files not shown
+2,034-0113 files

HardenedBSD/src 30aa550tools/tools/locale/etc/final-maps widths.txt map.UTF-8

locale: make build to bump widths.txt

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53916
DeltaFile
+189-1tools/tools/locale/etc/final-maps/widths.txt
+1-1tools/tools/locale/etc/final-maps/map.UTF-8
+190-22 files

HardenedBSD/src faf33e0tools/tools/locale/tools cldr2def.pl

cldr2def.pl: Add international currency parameters

Add the missing international monetary parameters present in the lconv
struct.

See also https://unicode-org.atlassian.net/browse/CLDR-237.

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53915
DeltaFile
+27-15tools/tools/locale/tools/cldr2def.pl
+27-151 files

HardenedBSD/src 09701dctools/tools/locale/tools cldr2def.pl

cldr2def.pl: Cleanup white space

No functional change intended.

Reviewed by:    bapt
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53914
DeltaFile
+5-5tools/tools/locale/tools/cldr2def.pl
+5-51 files

HardenedBSD/ports 0361f76devel/py-cereslib Makefile

devel/py-cereslib: Fix typos

Changelog: https://github.com/chaoss/grimoirelab-cereslib/releases/tag/${NEW_VERSION}
DeltaFile
+1-1devel/py-cereslib/Makefile
+1-11 files

HardenedBSD/ports 8a648e3databases/pgagroal Makefile

databases/pgagroal: Mark BROKEN on i386

Fails to build with:
error: format specifies type 'unsigned long' but the argument has type
'unsigned int' [-Werror,-Wformat]
DeltaFile
+1-0databases/pgagroal/Makefile
+1-01 files

HardenedBSD/ports 8245523security/rekor distinfo Makefile

security/rekor: Update version 1.3.10=>1.4.0

Changelog: https://github.com/sigstore/rekor/releases/tag/v1.4.0
DeltaFile
+5-5security/rekor/distinfo
+3-4security/rekor/Makefile
+8-92 files

HardenedBSD/ports 0f85644security/certificate_maker distinfo Makefile

security/certificate_maker: Update version 1.8.2=>1.8.3

Changelog: https://github.com/sigstore/fulcio/releases/tag/v1.8.3
DeltaFile
+5-5security/certificate_maker/distinfo
+2-3security/certificate_maker/Makefile
+7-82 files

HardenedBSD/ports 7cb8e71net-mgmt/peering-manager distinfo Makefile

net-mgmt/peering-manager: Update version 1.10.0=>1.10.1

Changelog: https://github.com/peering-manager/peering-manager/releases/tag/v1.10.1

Sponsored by:   Nepustil
DeltaFile
+3-3net-mgmt/peering-manager/distinfo
+1-1net-mgmt/peering-manager/Makefile
+4-42 files

HardenedBSD/ports fae3e01devel/py-cereslib Makefile

devel/py-cereslib: Return to pool

Used in cluster and releasing so that others can update as necessary
without my intervention.
DeltaFile
+2-1devel/py-cereslib/Makefile
+2-11 files

HardenedBSD/ports 5ae0ab6databases/valkey8 distinfo Makefile

databases/valkey8: Update version 8.1.4=>8.1.5

Changelog: https://github.com/valkey-io/valkey/releases/tag/8.1.5
DeltaFile
+3-3databases/valkey8/distinfo
+4-1databases/valkey8/Makefile
+7-42 files

HardenedBSD/ports bfb5900devel/liblognorm distinfo Makefile

devel/liblognorm: Update version 2.0.7=>2.0.8

Changelog: https://github.com/rsyslog/liblognorm/releases/tag/v2.0.8
DeltaFile
+3-3devel/liblognorm/distinfo
+1-1devel/liblognorm/Makefile
+4-42 files

HardenedBSD/ports dca8471databases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.168=>1.5.172
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

HardenedBSD/ports 8b8719ddatabases/geoserver-mysql-plugin Makefile distinfo, graphics/geoserver Makefile distinfo

*/geoserver*: Update to 2.28.1

Changelog:
https://geoserver.org/announcements/vulnerability/2025/11/25/geoserver-2-28-1-released.html
DeltaFile
+5-5graphics/geoserver/Makefile
+3-3graphics/geoserver/distinfo
+3-3databases/geoserver-mysql-plugin/Makefile
+3-3databases/geoserver-mysql-plugin/distinfo
+2-2graphics/geoserver/pkg-plist
+16-165 files

HardenedBSD/ports 4717ea1net-im/nextcloud-spreed-signaling distinfo Makefile, net-im/nextcloud-spreed-signaling/files patch-Makefile

net-im/nextcloud-spreed-signaling: Update to 2.0.4

While here unset go version.
DeltaFile
+111-99net-im/nextcloud-spreed-signaling/distinfo
+63-62net-im/nextcloud-spreed-signaling/Makefile
+0-10net-im/nextcloud-spreed-signaling/files/patch-Makefile
+174-1713 files