net/curl: update to 8.18.0
Includes fixes for
CVE-2025-14524: bearer token leak on cross-protocol redirect
CVE-2025-14819: OpenSSL partial chain store policy bypass
Report the inodes statistics in 'df -hi' in a scaled manner
This improves readability and column alignment for large file systems,
leaving more space for displaying the mountpoint on the same line.
OK asou@ sthen@
lang/deno: Update to 2.6.4
In addition:
* disable experimental typescript-go integration which requires a prebuilt
binary which they don't provide for OpenBSD
* disable the update-check on startup on OpenBSD, because there's no point
in it
import ports/devel/py-scikit-build-core, from tb, tweaks from me, ok tb
Scikit-build-core is a build backend for Python that uses CMake to build
extension modules. It has a simple yet powerful static configuration system
in pyproject.toml, and supports almost unlimited flexibility via CMake. It
was initially developed to support the demanding needs of scientific users,
but can build any sort of package that uses CMake.