HardenedBSD/ports dd84904devel/py-pyinstaller distinfo Makefile, devel/py-pyinstaller-hooks-contrib Makefile distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+0-36devel/py-pyinstaller/files/patch-bootloader_src_main.c
+5-4devel/py-pyinstaller-hooks-contrib/Makefile
+3-3textproc/R-cran-rio/distinfo
+3-3devel/py-pyinstaller/distinfo
+3-3devel/py-pyinstaller-hooks-contrib/distinfo
+4-2devel/py-pyinstaller/Makefile
+18-514 files not shown
+28-5910 files

HardenedBSD/ports 5e6fef1textproc/R-cran-rio Makefile distinfo

textproc/R-cran-rio: Update to 1.3.0

Changelog: https://github.com/gesistsa/rio/releases/tag/v1.3.0
DeltaFile
+3-3textproc/R-cran-rio/Makefile
+3-3textproc/R-cran-rio/distinfo
+6-62 files

HardenedBSD/ports dfce271devel/py-pyinstaller-hooks-contrib Makefile distinfo

devel/py-pyinstaller-hooks-contrib: Update to 2026.2

Signed-off-by: Christopher Hall <bsd.hsw at gmail.com>

Differential Revision:  https://reviews.freebsd.org/D55689
DeltaFile
+5-4devel/py-pyinstaller-hooks-contrib/Makefile
+3-3devel/py-pyinstaller-hooks-contrib/distinfo
+8-72 files

HardenedBSD/ports f9f3f16devel/py-pyinstaller distinfo Makefile, devel/py-pyinstaller/files patch-bootloader_src_main.c

devel/py-pyinstaller: Update to 6.19.0

Signed-off-by: Christopher Hall <bsd.hsw at gmail.com>

Differential Revision:  https://reviews.freebsd.org/D55690
DeltaFile
+0-36devel/py-pyinstaller/files/patch-bootloader_src_main.c
+3-3devel/py-pyinstaller/distinfo
+4-2devel/py-pyinstaller/Makefile
+7-413 files

HardenedBSD/ports a8c71d0www/evcc Makefile

www/evcc: mark unsupported for i386 platform
DeltaFile
+2-0www/evcc/Makefile
+2-01 files

HardenedBSD/ports 152735asysutils/xclipsync distinfo Makefile

sysutils/xclipsync: Update to 0.2.0

ChangeLog: https://github.com/DtxdF/xclipsync/releases/tag/v0.2.0
DeltaFile
+3-3sysutils/xclipsync/distinfo
+2-2sysutils/xclipsync/Makefile
+5-52 files

HardenedBSD/src d8af0e4share/man/man4 ix.4, sys/dev/ixgbe ixgbe_e610.c ixgbe_fw_logging.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+486-0sys/dev/ixgbe/ixgbe_e610.c
+467-0sys/dev/ixgbe/ixgbe_fw_logging.c
+36-12sys/dev/nvme/nvme_ctrlr.c
+36-0sys/dev/ixgbe/ixgbe_osdep.c
+33-1share/man/man4/ix.4
+18-4sys/dev/ixgbe/if_ix.c
+1,076-179 files not shown
+1,104-1815 files

HardenedBSD/src b7b0ecbshare/man/man4 ix.4, sys/dev/ixgbe ixgbe_e610.c ixgbe_fw_logging.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+486-0sys/dev/ixgbe/ixgbe_e610.c
+467-0sys/dev/ixgbe/ixgbe_fw_logging.c
+36-12sys/dev/nvme/nvme_ctrlr.c
+36-0sys/dev/ixgbe/ixgbe_osdep.c
+33-1share/man/man4/ix.4
+18-4sys/dev/ixgbe/if_ix.c
+1,076-179 files not shown
+1,104-1815 files

HardenedBSD/ports 9d3923ddatabases/greptimedb distinfo Makefile, databases/greptimedb/files patch-src_common_mem-prof_src_lib.rs

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+171-209databases/greptimedb/distinfo
+87-111databases/greptimedb/Makefile
+101-0databases/libgda5/files/patch-providers_mysql_gda-mysql-provider.c
+69-0databases/greptimedb/files/patch-src_common_mem-prof_src_lib.rs
+56-0games/suika3/Makefile
+47-0databases/libgda5/files/patch-libgda-ui_gdaui-raw-grid.c
+531-32067 files not shown
+1,049-48573 files

HardenedBSD/ports b243d25sysutils/reggae distinfo Makefile, sysutils/reggae/files reggae_pf.in

sysutils/reggae: Update 0.5.1 => 0.5.2

Changelog:
https://github.com/cbsd/reggae/releases/tag/0.5.2

PR:             294371
Sponsored by:   UNIS Labs
DeltaFile
+3-3sysutils/reggae/distinfo
+1-1sysutils/reggae/Makefile
+1-1sysutils/reggae/files/reggae_pf.in
+5-53 files

HardenedBSD/src 428034asys/sys kobj.h, tools/build/test-includes badfiles.inc

sys/kobj.h: Make self-sufficient

kobj.h just needs sys/types.h (because it uses u_int, it can't use
sys/_types.h). kobj.h isn't a standard thing, so we don't need to be
careful about namespace pollution.

Sponsored by:           Netflix
DeltaFile
+2-0sys/sys/kobj.h
+0-1tools/build/test-includes/badfiles.inc
+2-12 files

HardenedBSD/src 82ff1c3sys/dev/nvme nvme_ctrlr.c

nvme: Allow larger user request sizes

We have a small buffer for pages on the stack, but if the user wants to
do an I/O larger than this we currently fail w/o a way for the user to
know the max size. It's not hard to allocate an array for the uncommon
case of very large I/Os, and the performance advantage of the array is
small in that case anyway. In addition, this allows firmware upgrades
using the full transfer size of the device as a happy accident too.

Sponsored by:           Netflix
Reviewed by:            chs, chuck
Differential Revision:  https://reviews.freebsd.org/D55638
DeltaFile
+36-12sys/dev/nvme/nvme_ctrlr.c
+36-121 files

HardenedBSD/ports ec71214devel/oq distinfo Makefile

devel/oq: Update 0.0.21 => 0.0.22

Changelog:
https://github.com/plutov/oq/releases/tag/v0.0.22

Remove unnecessary MKDIR.

PR:             294363
Sponsored by:   UNIS Labs
DeltaFile
+5-5devel/oq/distinfo
+1-3devel/oq/Makefile
+6-82 files

HardenedBSD/ports 6ac815bscience/gramps distinfo Makefile

science/gramps: Update to 6.0.8

ChangeLog:      https://github.com/gramps-project/gramps/releases/tag/v6.0.8
MFH:            2026Q2 (maintenance release)
DeltaFile
+3-3science/gramps/distinfo
+1-1science/gramps/Makefile
+4-42 files

HardenedBSD/ports 6455d34. MOVED

MOVED: back from the future
DeltaFile
+1-1MOVED
+1-11 files

HardenedBSD/ports 0c61af5multimedia/qmmp-qt6 distinfo Makefile

multimedia/qmmp-qt6: update to 2.3.2 release (+)

Changes since 2.3.1:
* fixed preset path in the projectm plugin (2.3.2 only);
* fixed determination of FLAC files with ID3v2 tags;
* fixed DSD support in the ffmpeg plugin;
* fixed some issues with CUE support;
* fixed possible crash;
* fixed build warnings;
* fixed hotkey plugin;
* improved pipewire plugin:
* fixed delay calculation;
* increased buffer size;
* updated German translation (2.3.2 only).
DeltaFile
+3-3multimedia/qmmp-qt6/distinfo
+1-1multimedia/qmmp-qt6/Makefile
+4-42 files

HardenedBSD/ports 18bab30multimedia/qmmp-qt5 distinfo Makefile

multimedia/qmmp-qt5: update to 1.7.10 release (+)

Changes since 1.7.9:
* fixed determination of FLAC files with ID3v2 tags;
* fixed DSD support in the ffmpeg plugin;
* fixed some issues with CUE support;
* fixed possible crash;
* fixed build warnings;
* fixed hotkey plugin;
* improved pipewire plugin:
* fixed delay calculation;
* increased buffer size;
DeltaFile
+3-3multimedia/qmmp-qt5/distinfo
+1-1multimedia/qmmp-qt5/Makefile
+4-42 files

HardenedBSD/ports 3afbe00games/wesnoth distinfo Makefile

games/wesnoth: update to 1.8.17 release (+)

What's new in version 1.18.7:

Updated translations: Bengali, Chinese (Simplified), Czech, French, Hungarian, Portuguese (Brazil)
Miscellaneous and Bug Fixes
Fix time of day sounds not playing.

Release notes:  https://github.com/wesnoth/wesnoth/blob/1.18.7/changelog.md
DeltaFile
+3-3games/wesnoth/distinfo
+1-1games/wesnoth/Makefile
+4-42 files

HardenedBSD/ports 4e5b8e3games/freeciv distinfo Makefile

games/freeciv: update to 3.2.4 release (+)

Release notes:  https://freeciv.fandom.com/wiki/NEWS-3.2.3 \
                https://freeciv.fandom.com/wiki/NEWS-3.2.4
DeltaFile
+3-3games/freeciv/distinfo
+1-1games/freeciv/Makefile
+4-42 files

HardenedBSD/ports 0f1a61eprint/libharu distinfo Makefile, print/libharu/files patch-CMakeLists.txt

print/libharu: update to 2.4.6 release (+)

Release notes:  https://github.com/libharu/libharu/releases/tag/v2.4.6
PR:             294257
DeltaFile
+0-13print/libharu/files/patch-CMakeLists.txt
+3-3print/libharu/distinfo
+1-1print/libharu/Makefile
+4-173 files

HardenedBSD/ports 56936eetextproc/xml2rfc distinfo Makefile

textproc/xml2rfc: Update to 3.33.0

See https://github.com/ietf-tools/xml2rfc/releases/tag/v3.33.0 for a
list of changes in this release.
DeltaFile
+3-3textproc/xml2rfc/distinfo
+1-1textproc/xml2rfc/Makefile
+4-42 files

HardenedBSD/ports 531c303comms/klog Makefile pkg-plist

comms/klog: Update to 2.5
DeltaFile
+9-9comms/klog/Makefile
+16-0comms/klog/pkg-plist
+3-3comms/klog/distinfo
+28-123 files

HardenedBSD/ports f3d7bf2misc/ollama distinfo, misc/ollama/files patch-x_imagegen_mlx_CMakeLists.txt patch-x_mlxrunner_mlx_dynamic.go

misc/ollama: update 0.20.2 → 0.20.4
DeltaFile
+26-17misc/ollama/files/patch-x_imagegen_mlx_CMakeLists.txt
+18-21misc/ollama/files/patch-x_mlxrunner_mlx_dynamic.go
+11-11misc/ollama/distinfo
+6-6misc/ollama/files/patch-x_imagegen_mlx_mlx.go
+6-6misc/ollama/files/patch-CMakeLists.txt
+3-3misc/ollama/files/patch-x_imagegen_models_zimage_vae.go
+70-643 files not shown
+75-699 files

HardenedBSD/ports 66bb93ddatabases/greptimedb distinfo Makefile, databases/greptimedb/files patch-src_common_mem-prof_src_lib.rs patch-src_servers_src_error.rs

databases/greptimedb: update 1.0.0-rc.1-nightly-20260216 → 1.0.0
DeltaFile
+171-209databases/greptimedb/distinfo
+87-111databases/greptimedb/Makefile
+69-0databases/greptimedb/files/patch-src_common_mem-prof_src_lib.rs
+20-0databases/greptimedb/files/patch-src_servers_src_error.rs
+19-0databases/greptimedb/files/patch-src_common_mem-prof_Cargo.toml
+16-0databases/greptimedb/files/patch-src_cmd_src_bin_greptime.rs
+382-3206 files not shown
+431-33412 files

HardenedBSD/ports 7616a31databases/libgda5/files patch-providers_mysql_gda-mysql-provider.c patch-libgda-ui_gdaui-raw-grid.c

databases/libgda5*: multiple fixes (+)

fix build with MySQL 8.4+
fix libgda-xlst API change
fix error with redefine bool

Obtaned from:   Gentoo
DeltaFile
+101-0databases/libgda5/files/patch-providers_mysql_gda-mysql-provider.c
+47-0databases/libgda5/files/patch-libgda-ui_gdaui-raw-grid.c
+37-0databases/libgda5/files/patch-tools_browser_canvas_browser-canvas-text.c
+33-0databases/libgda5/files/patch-providers_mysql_gda-mysql-recordset.c
+20-0databases/libgda5/files/patch-tools_browser_browser-virtual-connection.c
+17-0databases/libgda5/files/patch-libgda_sql-parser_lemon.c
+255-013 files not shown
+389-319 files

HardenedBSD/src 6b58d10share/man/man4 ix.4, sys/dev/ixgbe ixgbe_e610.c ixgbe_fw_logging.c

ix(4): Add support for firmware logging for E610 adapters

This is part 3 of the support for the new Intel Ethernet E610
family of devices

The ix driver now enables firmware logging on Intel E610 devices
for debugging with Customer Support. Logs are enabled by default
and generated in binary format that requires decoding by support
teams. The collected data is firmware and hardware related for
debugging purposes only.

When the driver loads, it creates a fw_log sysctl node under the
debug section. Events are organized into categories (modules) for
targeted logging, and users can adjust verbosity levels as needed.

This adds sysctl support for the firmware logging feature and
updates the ix(4) manual page with documentation.

Signed-off-by: Yogesh Bhosale <yogesh.bhosale at intel.com>

    [7 lines not shown]
DeltaFile
+486-0sys/dev/ixgbe/ixgbe_e610.c
+467-0sys/dev/ixgbe/ixgbe_fw_logging.c
+36-0sys/dev/ixgbe/ixgbe_osdep.c
+33-1share/man/man4/ix.4
+18-4sys/dev/ixgbe/if_ix.c
+13-0sys/dev/ixgbe/ixgbe_e610.h
+1,053-56 files not shown
+1,066-512 files

HardenedBSD/ports fcf59f4www/waterfox distinfo Makefile

www/waterfox: Update 6.6.10 => 6.6.11

Changelog:
https://www.waterfox.com/releases/6.6.11/

PR:             294352
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+5-5www/waterfox/distinfo
+2-2www/waterfox/Makefile
+7-72 files

HardenedBSD/ports 5927d2dwww/librewolf distinfo Makefile

www/librewolf: Update 149.0-1 => 149.0.2-2

Changelog:
https://codeberg.org/librewolf/source/releases/tag/149.0.2-1
https://codeberg.org/librewolf/source/releases/tag/149.0.2-2
https://www.firefox.com/en-US/firefox/149.0.2/releasenotes/

PR:             294341
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/librewolf/distinfo
+2-2www/librewolf/Makefile
+5-52 files

HardenedBSD/ports f188994games Makefile, games/suika3 Makefile pkg-plist

games/suika3: New port: Portable 2D and visual novel engine

PR:             294320
Reviewed by:    makc (mentor)
Approved by:    arrowd (co-mentor)
DeltaFile
+56-0games/suika3/Makefile
+8-0games/suika3/pkg-plist
+6-0games/suika3/pkg-descr
+3-0games/suika3/distinfo
+1-0games/Makefile
+74-05 files

HardenedBSD/src 1466806crypto/openssl/doc/man1 openssl-ciphers.pod.in, secure/usr.bin/openssl/man openssl-ciphers.1

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+0-2,323sys/contrib/zstd/doc/educational_decoder/zstd_decompress.c
+0-2,237sys/contrib/zstd/doc/zstd_manual.html
+0-1,771sys/contrib/zstd/doc/zstd_compression_format.md
+0-1,018sys/contrib/zstd/zlibWrapper/examples/zwrapbench.c
+442-346secure/usr.bin/openssl/man/openssl-ciphers.1
+438-329crypto/openssl/doc/man1/openssl-ciphers.pod.in
+880-8,0241,241 files not shown
+6,287-17,6091,247 files