HardenedBSD/src 0734e0astand/common nvstore.c, stand/defaults loader.conf

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+5-7sys/dev/acpica/acpi.c
+4-1sys/dev/acpica/acpi_spmc.c
+1-1stand/defaults/loader.conf
+1-1stand/libsa/zfs/zfs.c
+1-1stand/common/nvstore.c
+1-1sys/dev/aic7xxx/ahc_pci.c
+13-121 files not shown
+14-127 files

HardenedBSD/src bd8af70stand/common nvstore.c, stand/defaults loader.conf

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+5-7sys/dev/acpica/acpi.c
+4-1sys/dev/acpica/acpi_spmc.c
+1-1stand/common/nvstore.c
+1-1stand/libsa/zfs/zfs.c
+1-1stand/defaults/loader.conf
+1-1sys/dev/aic7xxx/ahc_pci.c
+13-121 files not shown
+14-127 files

HardenedBSD/ports 0771d44databases/tredis distinfo Makefile, deskutils/skim distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+561-0databases/tredis/distinfo
+159-159sysutils/mise/distinfo
+301-0databases/tredis/Makefile
+79-79sysutils/mise/Makefile
+51-51lang/rust/distinfo
+25-17deskutils/skim/distinfo
+1,176-306737 files not shown
+2,180-958743 files

HardenedBSD/ports 728e2dfports-mgmt/pkg_replace distinfo Makefile

ports-mgmt/pkg_replace: Update 20260127 => 20260128

Changelog:
https://github.com/kdeguchi/pkg_replace/releases/tag/20260128

PR:     292777
DeltaFile
+3-3ports-mgmt/pkg_replace/distinfo
+1-1ports-mgmt/pkg_replace/Makefile
+4-42 files

HardenedBSD/ports 171b4e2www/chromium distinfo, www/chromium/files patch-chrome_common_chrome__features.cc patch-chrome_common_chrome__features.h

www/chromium: update to 144.0.7559.109

Security:       https://vuxml.freebsd.org/freebsd/409d70ab-fc23-11f0-85c5-a8a1599412c6.html
DeltaFile
+7-7www/chromium/distinfo
+4-4www/chromium/files/patch-chrome_common_chrome__features.cc
+3-3www/chromium/files/patch-chrome_common_chrome__features.h
+2-2www/chromium/files/patch-third__party_blink_common_features.cc
+2-2www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc
+2-2www/chromium/files/patch-ui_views_window_dialog__delegate.cc
+20-202 files not shown
+23-248 files

HardenedBSD/ports f6a6036www/iridium distinfo, www/iridium/files patch-chrome_common_chrome__features.cc patch-chrome_common_chrome__features.h

www/iridium: update to 2026.01.144.2
DeltaFile
+4-4www/iridium/files/patch-chrome_common_chrome__features.cc
+3-3www/iridium/distinfo
+3-3www/iridium/files/patch-chrome_common_chrome__features.h
+2-2www/iridium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc
+2-2www/iridium/files/patch-third__party_blink_common_features.cc
+2-2www/iridium/files/patch-ui_ozone_platform_x11_x11__window.cc
+16-162 files not shown
+19-208 files

HardenedBSD/ports 87d3023security/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 144.0.7559.109

Obtained from:  https://chromereleases.googleblog.com/2026/01/stable-channel-update-for-desktop_27.html
DeltaFile
+33-0security/vuxml/vuln/2026.xml
+33-01 files

HardenedBSD/ports a61ac34www/tomcat-devel distinfo pkg-plist

www/tomcat-devel: Update 11.0.15 => 11.0.18

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.18_(markt)

MFH:    2026Q1
DeltaFile
+3-3www/tomcat-devel/distinfo
+1-1www/tomcat-devel/pkg-plist
+1-1www/tomcat-devel/Makefile
+5-53 files

HardenedBSD/ports ddce245www/tomcat110 distinfo Makefile

www/tomcat110: Update 11.0.15 => 11.0.18

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.18_(markt)

MFH:    2026Q1
DeltaFile
+3-3www/tomcat110/distinfo
+1-1www/tomcat110/Makefile
+1-1www/tomcat110/pkg-plist
+5-53 files

HardenedBSD/ports 184d4edwww/tomcat101 distinfo Makefile

www/tomcat101: Update 10.1.50 => 10.1.52

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

MFH:    2026Q1
DeltaFile
+3-3www/tomcat101/distinfo
+1-1www/tomcat101/Makefile
+4-42 files

HardenedBSD/src 0cca627sys/dev/acpica acpi.c

acpi: Use AcpiGbl_FACS even on ACPI_REDUCED_HARDWARE

This has been possible since ACPICA 20240827, and is actually
a requirement to get out of S3 on ACPI_REDUCED_HARDWARE (that said, we
don't implement S3 on arm64 yet).

Relevant ACPICA commit:
https://github.com/acpica/acpica/commit/79cd933e7b370e8d3fb490bf36ca5d111a12f96a.

Reviewed by:    obiwac
MFC after:      2 weeks
MFC to:         stable/15
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54625
DeltaFile
+0-2sys/dev/acpica/acpi.c
+0-21 files

HardenedBSD/src 149e6c6sys/dev/acpica acpi_spmc.c

acpi_spmc(4): Fix compilation on 32-bit platforms

Fixes:          c5daa5a4c32c ("acpi_spmc: Add system power management controller driver")
Sponsored by:   The FreeBSD Foundation
DeltaFile
+4-1sys/dev/acpica/acpi_spmc.c
+4-11 files

HardenedBSD/src 526c09asys/dev/acpica acpi.c

acpi: Use only AcpiGetSleepTypeData() to determine Sx support

Previously, we would first call AcpiEvaluateObject() to execute \_Sx
before calling AcpiGetSleepTypeData().  This was unnecessary, as
AcpiGetSleepTypeData() performs the same call itself.  While doing so,
the latter function logs any other error than AE_NOT_FOUND (which
indicates that a particular sleep state is not supported), which most
probably is an added benefit of this change.

Reviewed by:    obiwac
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54624
DeltaFile
+5-5sys/dev/acpica/acpi.c
+5-51 files

HardenedBSD/src a9f7074sys/dev/aic7xxx ahc_pci.c

ahc(4): Fix a warning on i386 compilation

Fixes:          cd036e891a35 ("ahc_pci.c: If bus_dma...")
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1sys/dev/aic7xxx/ahc_pci.c
+1-11 files

HardenedBSD/ports a42ee7ewww Makefile, www/surge Makefile pkg-descr

www/surge: Add high-performance download manager

Surge is a TUI/CLI download manager with parallel downloads,
pause/resume, speed graphs, and browser extension support.
DeltaFile
+19-0www/surge/Makefile
+12-0www/surge/pkg-descr
+5-0www/surge/distinfo
+1-0www/Makefile
+37-04 files

HardenedBSD/ports dbdf303math/py-cvxpy Makefile

math/py-cvxpy: Add comment
DeltaFile
+2-0math/py-cvxpy/Makefile
+2-01 files

HardenedBSD/ports f820c09devel/glaze pkg-plist distinfo

devel/glaze: update 6.5.0 → 7.0.2

Reported by:    portscout
DeltaFile
+17-0devel/glaze/pkg-plist
+3-3devel/glaze/distinfo
+2-2devel/glaze/Makefile
+22-53 files

HardenedBSD/ports 22d95a5databases/surrealdb distinfo Makefile

databases/surrealdb: update 2.4.0 → 2.6.0

Reported by:    portscout
DeltaFile
+3-3databases/surrealdb/distinfo
+1-2databases/surrealdb/Makefile
+4-52 files

HardenedBSD/ports 719570bdeskutils/skim distinfo Makefile

deskutils/skim: update 1.7.2 → 1.11.0

Reported by:    portscout
DeltaFile
+25-17deskutils/skim/distinfo
+12-8deskutils/skim/Makefile
+37-252 files

HardenedBSD/ports 35b6f4asysutils/mise distinfo Makefile

sysutils/mise: update 2026.1.7 → 2026.1.8

Reported by:    portscout
DeltaFile
+159-159sysutils/mise/distinfo
+79-79sysutils/mise/Makefile
+238-2382 files

HardenedBSD/ports dac39f0science/tinker distinfo Makefile

science/tinker: update 26.1.1 → 26.1.2

Reported by:    portscout
DeltaFile
+3-3science/tinker/distinfo
+1-1science/tinker/Makefile
+4-42 files

HardenedBSD/ports a9280f6databases Makefile, databases/tredis distinfo Makefile

databases/tredis: Add terminal UI for Redis

tredis is a TUI for managing Redis servers, supporting multiple
connections, key browsing, all data types, and TLS.
DeltaFile
+561-0databases/tredis/distinfo
+301-0databases/tredis/Makefile
+10-0databases/tredis/pkg-descr
+1-0databases/Makefile
+873-04 files

HardenedBSD/ports d4acab9math/py-secp256k1 distinfo, math/py-secp256k1/files patch-__cffi__build_secp256k1.h patch-secp256k1_____init____.py

math/secp256k1: update to 0.7.1 release.

math/py-secp256k1: update to 0.14.0 release.
DeltaFile
+20-0math/py-secp256k1/files/patch-__cffi__build_secp256k1.h
+19-0math/py-secp256k1/files/patch-secp256k1_____init____.py
+8-0math/py-secp256k1/files/patch-setup__support.py
+3-3math/py-secp256k1/files/patch-setup.py
+3-3math/secp256k1/distinfo
+3-3math/py-secp256k1/distinfo
+56-93 files not shown
+60-149 files

HardenedBSD/ports 15988b7sysutils/rubygem-chef Makefile

sysutils/rubygem-chef: update dependency

Fixes regression from 9dd3e65452c90bb0ac5a005e19ea933b393c674e
DeltaFile
+2-2sysutils/rubygem-chef/Makefile
+2-21 files

HardenedBSD/ports 983dc62devel/rubygem-omnibus Makefile

devel/rubygem-omnibus: fix dependency

This fixes regression from 9dd3e65452c90bb0ac5a005e19ea933b393c674e
DeltaFile
+2-1devel/rubygem-omnibus/Makefile
+2-11 files

HardenedBSD/ports 53933efsysutils Makefile, sysutils/rubygem-ohai18 Makefile pkg-descr

sysutils/rubygem-ohai18: add version 18.2.8

Required for some gems.
DeltaFile
+33-0sysutils/rubygem-ohai18/Makefile
+5-0sysutils/rubygem-ohai18/pkg-descr
+3-0sysutils/rubygem-ohai18/distinfo
+1-0sysutils/Makefile
+42-04 files

HardenedBSD/ports c55bff0devel Makefile, devel/rubygem-ffi16 Makefile distinfo

devel/rubygem-ffi16: added version 1.16.3

The old version is required by some gems.
DeltaFile
+18-0devel/rubygem-ffi16/Makefile
+3-0devel/rubygem-ffi16/distinfo
+2-0devel/rubygem-ffi16/pkg-descr
+1-0devel/Makefile
+24-04 files

HardenedBSD/src 240c614stand/defaults loader.conf loader.conf.5

loader.conf.5: "console" setting does not document multi-value possiblity

PR:             292595
Approved by:    ziaee, dab, imp, tsoome
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D54843
DeltaFile
+1-1stand/defaults/loader.conf
+1-0stand/defaults/loader.conf.5
+2-12 files

HardenedBSD/ports 78c933aMk/Uses cargo.mk, lang/rust distinfo Makefile

lang/rust: Update to 1.93.0

While here, drop AR as it's deprecated since 2015 [1]

Announce:       https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/
ChangeLog:      https://github.com/rust-lang/rust/releases/tag/1.93.0

PR:             292713
Tested by:      mikael, pkubaj
Differential Revision:  https://reviews.freebsd.org/D54619 [1]
DeltaFile
+51-51lang/rust/distinfo
+6-5lang/rust/Makefile
+3-3lang/rust-bootstrap/distinfo
+2-2Mk/Uses/cargo.mk
+2-2lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c
+1-1lang/rust-bootstrap/Makefile
+65-641 files not shown
+66-657 files

HardenedBSD/ports 3d63110accessibility/sctd Makefile, cad/librepcb Makefile

lang/rust: Bump revisions after 1.93.0

PR:             292360
DeltaFile
+1-1cad/librepcb/Makefile
+1-1cad/surfer/Makefile
+1-1cad/svlint/Makefile
+1-1cad/svls/Makefile
+1-1sysutils/szyszka/Makefile
+1-1accessibility/sctd/Makefile
+6-6663 files not shown
+669-532669 files