2,022,504 commits found in 94 milliseconds
Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
Merge branch 'freebsd/current/main' into hardened/current/master
Merge branch 'freebsd/main' into hardenedbsd/main
ports-mgmt/pkg_replace: Update 20260127 => 20260128
Changelog:
https://github.com/kdeguchi/pkg_replace/releases/tag/20260128
PR: 292777
HardenedBSD /ports 171b4e2 — www/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
HardenedBSD /ports f6a6036 — www/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
security/vuxml: add www/*chromium < 144.0.7559.109
Obtained from: https://chromereleases.googleblog.com/2026/01/stable-channel-update-for-desktop_27.html
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
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
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
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
acpi_spmc(4): Fix compilation on 32-bit platforms
Fixes: c5daa5a4c32c ("acpi_spmc: Add system power management controller driver")
Sponsored by: The FreeBSD Foundation
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
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
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.
math/py-cvxpy: Add comment
devel/glaze: update 6.5.0 → 7.0.2
Reported by: portscout
databases/surrealdb: update 2.4.0 → 2.6.0
Reported by: portscout
deskutils/skim: update 1.7.2 → 1.11.0
Reported by: portscout
sysutils/mise: update 2026.1.7 → 2026.1.8
Reported by: portscout
science/tinker: update 26.1.1 → 26.1.2
Reported by: portscout
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.
HardenedBSD /ports d4acab9 — math/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.
sysutils/rubygem-chef: update dependency
Fixes regression from 9dd3e65452c90bb0ac5a005e19ea933b393c674e
devel/rubygem-omnibus: fix dependency
This fixes regression from 9dd3e65452c90bb0ac5a005e19ea933b393c674e
sysutils/rubygem-ohai18: add version 18.2.8
Required for some gems.
devel/rubygem-ffi16: added version 1.16.3
The old version is required by some gems.
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
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]
lang/rust: Bump revisions after 1.93.0
PR: 292360