vmm-firmware tweaks;
use a better COMMENT
pre-create some dirs so that parallel builds work
set DPB_PROPERTIES=parallel
(I also tried to persuade the EDK II build not to force full paths to
/usr/bin/clang etc so that it would pick up ccache if USE_CCACHE is set,
but didn't manage to make that work)
print/cups: Don't setsockopt TCP_NODELAY on AF_UNIX sockets
This is an error, which it handled as just a debug message. Future
pledge changes will restrict IPPROTO_TCP to TCP sockets only.
ok ajacoutot@
Import cosign-3.1.2
Comment:
sigstore signing tool
Description:
Signing OCI containers (and other artifacts) using Sigstore.
Cosign supports:
- "Keyless signing" with the Sigstore public good Fulcio certificate authority
and Rekor transparency log (default)
- Hardware and KMS signing
- Signing with a cosign generated encrypted private/public keypair
- Container Signing, Verification and Storage in an OCI registry
- Bring-your-own PKI
Maintainer: Rafael Sadowski <rsadowski at openbsd.org>
[3 lines not shown]
SECURITY update to umurmur-0.5.0.
Fixes "Use-after-free crash when client is freed inside message handler"
Based on a diff from Andrew Kloet (new MAINTAINER)
SECURITY update to umurmur-0.5.0.
Fixes "Use-after-free crash when client is freed inside message handler"
Based on a diff from Andrew Kloet (new MAINTAINER)
import a pre-release, but already commercially used version of love-12.
ok tb@
DESCR:
LOVE is a framework for making 2D games in the Lua programming language.