commit a74847ebc13a55884bc2f3a8b311c83548d55908 from: Isaac Meerleo date: Tue Jul 14 12:52:16 2026 UTC bump the package release to 0.2 Reserve 0.1 for the prior implementation and update the port plus privileged live-check examples for the clean-room rewrite. commit - 131c40ba416d22aaef138deb326e9426e4747f5e commit + a74847ebc13a55884bc2f3a8b311c83548d55908 blob - f7451d23ab73188d612b7c61ca5af2b66d93cc2b blob + fcfbdd55ec7669f7f8df00ca1e87697faf29c527 --- docs/release-live-checks.md +++ docs/release-live-checks.md @@ -74,10 +74,10 @@ mode-0600 key files at their final paths; the target c test user who is not a member of `_fugu`, then run as root: ```sh -doas env FUGU_LIVE_PACKAGE=/tmp/fugu-0.1.tgz \ +doas env FUGU_LIVE_PACKAGE=/tmp/fugu-0.2.tgz \ FUGU_LIVE_CONF_SOURCE=/root/fugu-live.conf \ FUGU_LIVE_SECRET_FILES='/etc/fugu.key /etc/fugu-work.key /etc/fugu-kagi.key' \ - FUGU_LIVE_CONFIRM="$(hostname):$(sha256 -q /tmp/fugu-0.1.tgz)" \ + FUGU_LIVE_CONFIRM="$(hostname):$(sha256 -q /tmp/fugu-0.2.tgz)" \ FUGU_LIVE_USER=alice make live-check-privileged ``` blob - d0251ae8595a966d11cec059cd673650a9dd16bb blob + 2374b39863eede171542726865d39b96985d6e07 --- port/productivity/fugu/Makefile +++ port/productivity/fugu/Makefile @@ -6,7 +6,7 @@ COMMENT = privilege-separated AI coding agent -V = 0.1 +V = 0.2 DISTNAME = fugu-${V} CATEGORIES = productivity blob - b27e0492adfb7c899e5452cb5551a1000c439953 blob + f7467fb0ab0b81a849b7917803259a10bb7ef278 --- scripts/live-check +++ scripts/live-check @@ -160,11 +160,11 @@ privileged (run as root on a clean OpenBSD host): Examples: env FUGU_LIVE_SECRET_FILES='/etc/fugu.key /etc/fugu-work.key /etc/fugu-kagi.key' make live-check - doas env FUGU_LIVE_PACKAGE=/tmp/fugu-0.1.tgz \\ + doas env FUGU_LIVE_PACKAGE=/tmp/fugu-0.2.tgz \\ FUGU_LIVE_CONF_SOURCE=/root/fugu-live.conf \\ FUGU_LIVE_SECRET_FILES='/etc/fugu.key /etc/fugu-work.key /etc/fugu-kagi.key' \\ FUGU_LIVE_USER=alice \\ - FUGU_LIVE_CONFIRM="\$(hostname):\$(sha256 -q /tmp/fugu-0.1.tgz)" \\ + FUGU_LIVE_CONFIRM="\$(hostname):\$(sha256 -q /tmp/fugu-0.2.tgz)" \\ make live-check-privileged EOF }