Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: [new] zizmor 1.23.1
To:
Laurent Cheylus <foxy@free.fr>
Cc:
ports@openbsd.org
Date:
Tue, 7 Apr 2026 19:25:13 +0200

Download raw body.

Thread
> I had also recently packaged this tool and commited it in OpenBSD ports WIP
> => https://github.com/jasperla/openbsd-wip/tree/master/devel/zizmor

New tarball with a few fixes and tweaks stolen from Laurent's WIP.
Happy to add Laurent as a maintainer.

diff --git a/devel/zizmor/Makefile b/devel/zizmor/Makefile
index ddcb6ed4eb..4e9e2da455 100644
--- a/devel/zizmor/Makefile
+++ b/devel/zizmor/Makefile
@@ -6,7 +6,9 @@
 
 CATEGORIES =		devel
 
-# Apache 2
+HOMEPAGE = https://docs.zizmor.sh/
+
+# MIT
 PERMIT_PACKAGE =	Yes
 
 WANTLIB +=		${MODCARGO_WANTLIB} m
diff --git a/devel/zizmor/patches/patch-crates_zizmor_Cargo_toml b/devel/zizmor/patches/patch-crates_zizmor_Cargo_toml
index 19f459608b..2fb1005e89 100644
--- a/devel/zizmor/patches/patch-crates_zizmor_Cargo_toml
+++ b/devel/zizmor/patches/patch-crates_zizmor_Cargo_toml
@@ -1,3 +1,5 @@
+https://github.com/zizmorcore/zizmor/pull/1812
+
 Index: crates/zizmor/Cargo.toml
 --- crates/zizmor/Cargo.toml.orig
 +++ crates/zizmor/Cargo.toml
diff --git a/devel/zizmor/patches/patch-crates_zizmor_src_main_rs b/devel/zizmor/patches/patch-crates_zizmor_src_main_rs
index 5ac7fee58d..eac375df07 100644
--- a/devel/zizmor/patches/patch-crates_zizmor_src_main_rs
+++ b/devel/zizmor/patches/patch-crates_zizmor_src_main_rs
@@ -1,3 +1,5 @@
+https://github.com/zizmorcore/zizmor/pull/1812
+
 Index: crates/zizmor/src/main.rs
 --- crates/zizmor/src/main.rs.orig
 +++ crates/zizmor/src/main.rs