HardenedBSD/src c56b2f7share/man/man4 vt.4, tests/sys/fs/fusefs destroy.cc mockfs.cc

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+81-0tests/sys/fs/fusefs/destroy.cc
+11-1tests/sys/fs/fusefs/mockfs.cc
+7-1tests/sys/fs/fusefs/utils.cc
+5-1share/man/man4/vt.4
+5-0tests/sys/fs/fusefs/utils.hh
+4-1tests/sys/fs/fusefs/mockfs.hh
+113-41 files not shown
+115-67 files

HardenedBSD/src 4bd4f5fshare/man/man4 vt.4, tests/sys/fs/fusefs destroy.cc mockfs.cc

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+81-0tests/sys/fs/fusefs/destroy.cc
+11-1tests/sys/fs/fusefs/mockfs.cc
+7-1tests/sys/fs/fusefs/utils.cc
+5-1share/man/man4/vt.4
+4-1tests/sys/fs/fusefs/mockfs.hh
+5-0tests/sys/fs/fusefs/utils.hh
+113-41 files not shown
+115-67 files

HardenedBSD/ports 3395eaddevel/bear distinfo pkg-plist, devel/matreshka pkg-plist

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+114-114devel/matreshka/pkg-plist
+205-3devel/bear/distinfo
+2-171devel/bear/pkg-plist
+101-0devel/bear/Makefile.crates
+57-0devel/onetbb/files/patch-test_common_utils_concurrency_limit.h-affinity
+17-35devel/bear/Makefile
+496-32346 files not shown
+705-47352 files

HardenedBSD/ports 2e2b581devel/matreshka pkg-plist

devel/matreshka: Fix pkg-plist
DeltaFile
+114-114devel/matreshka/pkg-plist
+114-1141 files

HardenedBSD/ports 10e1593net-mgmt/py-pysmi distinfo Makefile

net-mgmt/py-pysmi: Update 1.6.2 => 1.6.3

Changelog:
https://github.com/lextudio/pysmi/blob/v1.6.3/CHANGES.rst

PR:     292678
DeltaFile
+3-3net-mgmt/py-pysmi/distinfo
+2-2net-mgmt/py-pysmi/Makefile
+5-52 files

HardenedBSD/src 2876400share/man/man4 vt.4

vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot

PR:             292598
Approved by:    ziaee, imp
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D54842
DeltaFile
+5-1share/man/man4/vt.4
+5-11 files

HardenedBSD/ports 66d6d48devel/py-pygobject Makefile distinfo, devel/pygobject-common Makefile

devel/py-pygobject: update to 3.54.5

Changelog: https://gitlab.gnome.org/GNOME/pygobject/-/blob/3.54.5/NEWS

Note, tests run from the primary port, not -common.

Event: Winter Field Day 2026
PR: 291335
DeltaFile
+23-1devel/py-pygobject/Makefile
+1-7devel/pygobject-common/Makefile
+3-3devel/py-pygobject/distinfo
+27-113 files

HardenedBSD/ports c3cf0b7x11/slick-greeter distinfo Makefile

x11/slick-greeter: update to 2.2.6

PR:             292339
Reported by:    Olivier Duchateau
DeltaFile
+3-3x11/slick-greeter/distinfo
+1-1x11/slick-greeter/Makefile
+4-42 files

HardenedBSD/ports 514ee99mail/datovka distinfo Makefile, mail/datovka/files patch-src_crypto_crypto.c

mail/datovka: Update 4.27.0 => 4.28.0

Release Notes:
https://www.datovka.cz/cs/2026-01-20-datovka-4.28.0.html

PR:     292691
DeltaFile
+0-12mail/datovka/files/patch-src_crypto_crypto.c
+3-3mail/datovka/distinfo
+1-1mail/datovka/Makefile
+4-163 files

HardenedBSD/ports 70b7f6bdevel/iaito distinfo Makefile

devel/iaito: Update 6.0.4 => 6.0.8

Changelogs:
https://github.com/radareorg/iaito/releases/tag/6.0.7
https://github.com/radareorg/iaito/releases/tag/6.0.8

PR:     292689
DeltaFile
+3-3devel/iaito/distinfo
+1-1devel/iaito/Makefile
+4-42 files

HardenedBSD/ports d8857f8devel/tracy distinfo Makefile

devel/tracy: Update 0.13.0 => 0.13.1

Changelog:
https://github.com/wolfpld/tracy/releases/tag/v0.13.1

PR:     292690
MFH:    2026Q1
DeltaFile
+3-3devel/tracy/distinfo
+1-1devel/tracy/Makefile
+4-42 files

HardenedBSD/ports c99902edatabases/cego pkg-plist distinfo

databases/cego: update 2.53.8 -> 2.54.1

- Removed PIDFILE attribute from db xml.
  PIDFILE should be specified by database startup with pidfile option
- remove distributed mode, was never used in production (2.53.x -> 2.54.x)
- Changed tableset ticket handling for backup recovery
DeltaFile
+6-9databases/cego/pkg-plist
+3-3databases/cego/distinfo
+1-1databases/cego/Makefile
+10-133 files

HardenedBSD/ports b02adfaarchivers/minizip-ng distinfo Makefile, archivers/minizip-ng/files patch-mz__strm__os__posix.c

archivers/minizip-ng: Update 4.0.10 => 4.1.0

Changelog:
https://github.com/zlib-ng/minizip-ng/releases/tag/4.1.0

Add patch to fix build:
FAILED: [code=1] CMakeFiles/minizip-ng.dir/mz_strm_os_posix.c.o
mz_strm_os_posix.c:93:32: error: use of undeclared identifier 'S_IRUSR'
   93 |     fd = open(path, mode_open, S_IRUSR | S_IWUSR | S_IRGRP);
      |                                ^
mz_strm_os_posix.c:93:42: error: use of undeclared identifier 'S_IWUSR'
   93 |     fd = open(path, mode_open, S_IRUSR | S_IWUSR | S_IRGRP);
      |                                          ^
mz_strm_os_posix.c:93:52: error: use of undeclared identifier 'S_IRGRP'
   93 |     fd = open(path, mode_open, S_IRUSR | S_IWUSR | S_IRGRP);
      |                                                    ^
3 errors generated.

Upstream issue: https://github.com/zlib-ng/minizip-ng/issues/941
DeltaFile
+12-0archivers/minizip-ng/files/patch-mz__strm__os__posix.c
+3-3archivers/minizip-ng/distinfo
+1-1archivers/minizip-ng/Makefile
+16-43 files

HardenedBSD/ports 6cbb8d6cad/openvsp distinfo Makefile

cad/openvsp: Update to 3.47.0

ChangeLog:
https://openvsp.org/blogs/announcements/2026/01/23/openvsp-3-47-0-released

Features:

 * Swept Volume Analysis
 * Look-At Visibility Analysis
 * Look-From Visibility now has discrete mode
 * Look-From Visibility supports multiple viewpoints
 * Look-From Visibility supports constrained FOV from each viewpoint
 * Intersect type SubSurfaces
 * Reworked UX for all item browsers and trees regarding
   adding/deleting/renaming
 * Explicit Add and Delete button
 * Auto-name for all recently-added items
 * Rename using name field, no button necessary
 * Inline rename field via item double click, F2, or Enter

    [20 lines not shown]
DeltaFile
+3-3cad/openvsp/distinfo
+1-2cad/openvsp/Makefile
+4-52 files

HardenedBSD/ports 9365ec8science/afni distinfo Makefile

science/afni: Update to 26.0.06
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

HardenedBSD/ports c8af973devel/onetbb Makefile, devel/onetbb/files patch-test_common_utils_concurrency_limit.h-affinity

devel/onetbb: Fix the last failing test

Fix the following test:

 63 - test_hw_concurrency (ILLEGAL)

by using sched_getaffinity().

PR:     292088
Reported by:    diizzy
DeltaFile
+57-0devel/onetbb/files/patch-test_common_utils_concurrency_limit.h-affinity
+1-1devel/onetbb/Makefile
+58-12 files

HardenedBSD/src 52ddca7sys/fs/fuse fuse_ipc.h

fusefs: style

Reorder macro definitions.
DeltaFile
+2-2sys/fs/fuse/fuse_ipc.h
+2-21 files

HardenedBSD/src ffb747dtests/sys/fs/fusefs destroy.cc mockfs.cc

fusefs: Add tests for the new -o auto_unmount feature

Add tests for mount_fusefs's new -o auto_unmount feature, recently added
by arrowd.

MFC with:       10037d0978f "fusefs: Implement support for the auto_unmount"
DeltaFile
+81-0tests/sys/fs/fusefs/destroy.cc
+11-1tests/sys/fs/fusefs/mockfs.cc
+7-1tests/sys/fs/fusefs/utils.cc
+4-1tests/sys/fs/fusefs/mockfs.hh
+5-0tests/sys/fs/fusefs/utils.hh
+108-35 files

HardenedBSD/ports 08cf438devel/libwasmtime distinfo Makefile.cargo

devel/libwasmtime: update 40.0.1 -> 41.0.0

ChangeLog:      https://github.com/bytecodealliance/wasmtime/compare/v40.0.1...v41.0.0

Sponsored by:   tipi.work
DeltaFile
+23-13devel/libwasmtime/distinfo
+9-4devel/libwasmtime/Makefile.cargo
+2-2devel/libwasmtime/Makefile
+34-193 files

HardenedBSD/ports 0180079net/nats-surveyor distinfo Makefile

net/nats-surveyor: Update 0.9.5 → 0.9.7
DeltaFile
+7-7net/nats-surveyor/distinfo
+1-2net/nats-surveyor/Makefile
+8-92 files

HardenedBSD/ports ab58854graphics/inkscape distinfo Makefile

graphics/inkscape: update 1.4.2 -> 1.4.3

Note:
- this is a bridge release in the sense that it can be used to
  convert the planned Inkscape 1.5 multipage file format
  to the pre-1.5 multipage format.
- 24 crash/freeze fixes

PR:             292694
Changes:        https://inkscape.org/doc/release_notes/1.4.3/Inkscape_1.4.3.html
Reviewed by:    Tomasz "CeDeROM" CEDRO <tomek at cedro.info>
DeltaFile
+3-9graphics/inkscape/distinfo
+2-8graphics/inkscape/Makefile
+1-1graphics/inkscape/pkg-plist
+6-183 files

HardenedBSD/ports 7d7e0fadevel/bear distinfo pkg-plist, devel/bear/files patch-bear_build.rs patch-intercept-preload_src_lib.rs

devel/bear: Upgrade to 4.0.1

The bear project has been re-written in Rust from 4.0.0. We upgrade this
to 4.0.1 and use builtin USE_CARGO.
A good new is that the new version does not need the per-compiler wrapper now.

Also, let aokblast@ take the maintainership.

Approved by:    lwhsu (mentor)
Differential Revision: https://reviews.freebsd.org/D54755
DeltaFile
+205-3devel/bear/distinfo
+2-171devel/bear/pkg-plist
+101-0devel/bear/Makefile.crates
+17-35devel/bear/Makefile
+19-0devel/bear/files/patch-bear_build.rs
+16-0devel/bear/files/patch-intercept-preload_src_lib.rs
+360-2091 files not shown
+371-2097 files

HardenedBSD/ports 419d3abmultimedia/kodi-addon-pvr.iptvsimple distinfo Makefile

multimedia/kodi-addon-pvr.iptvsimple: Update to 22.6.1
DeltaFile
+3-3multimedia/kodi-addon-pvr.iptvsimple/distinfo
+2-2multimedia/kodi-addon-pvr.iptvsimple/Makefile
+5-52 files

HardenedBSD/ports 77a80b9multimedia/kodi-addon-pvr.hts distinfo Makefile

multimedia/kodi-addon-pvr.hts: Update to 22.8.0
DeltaFile
+3-3multimedia/kodi-addon-pvr.hts/distinfo
+2-2multimedia/kodi-addon-pvr.hts/Makefile
+5-52 files

HardenedBSD/ports 34bd076multimedia/kodi-addon-inputstream.adaptive Makefile distinfo

multimedia/kodi-addon-inputstream.adaptive: Update to 22.3.6
DeltaFile
+7-7multimedia/kodi-addon-inputstream.adaptive/Makefile
+5-5multimedia/kodi-addon-inputstream.adaptive/distinfo
+12-122 files

HardenedBSD/ports d382d61dns/dnscontrol distinfo Makefile

dns/dnscontrol: Update to 4.31.1
DeltaFile
+5-5dns/dnscontrol/distinfo
+1-2dns/dnscontrol/Makefile
+6-72 files

HardenedBSD/ports 6e1d1ebx11-fm/thunar distinfo Makefile

x11-fm/thunar: Update to 4.20.7
DeltaFile
+3-3x11-fm/thunar/distinfo
+1-1x11-fm/thunar/Makefile
+4-42 files

HardenedBSD/src 57123e5sys/fs/fuse fuse_device.c, sys/netlink/route iface.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+317-0tools/test/stress2/misc/syzkaller88.sh
+210-0tools/test/stress2/misc/syzkaller89.sh
+141-0tools/test/stress2/misc/swap8.sh
+44-0tools/test/stress2/misc/unionfs21.sh
+10-2sys/netlink/route/iface.c
+5-1sys/fs/fuse/fuse_device.c
+727-35 files not shown
+740-511 files

HardenedBSD/src f59758csys/fs/fuse fuse_device.c, sys/netlink/route iface.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+317-0tools/test/stress2/misc/syzkaller88.sh
+210-0tools/test/stress2/misc/syzkaller89.sh
+141-0tools/test/stress2/misc/swap8.sh
+44-0tools/test/stress2/misc/unionfs21.sh
+10-2sys/netlink/route/iface.c
+5-1sys/fs/fuse/fuse_device.c
+727-35 files not shown
+740-511 files

HardenedBSD/src 1713f75sys/netgraph/netflow netflow_v9.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+1-0sys/netgraph/netflow/netflow_v9.c
+1-01 files