From 72eefee3347c15c75ddf2723915c835203172490 Mon Sep 17 00:00:00 2001 From: fcambus Date: Mon, 8 Aug 2022 08:41:48 +0000 Subject: [PATCH] Update stagit to 1.2. libgit2 recently added an option GIT_OPT_SET_OWNER_VALIDATION which prevented other users from reading a repository. In the case of stagit it is not a security issue and broke a normal use-case. This new version disables the option. Also stagit makes use of OpenBSD pledge and unveil and locks down reading other files from the filesystem or writing to them etc. From maintainer Hiltjo Posthuma, thanks! --- www/stagit/Makefile | 2 +- www/stagit/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/stagit/Makefile b/www/stagit/Makefile index 17811d07b2e..dbee855efb8 100644 --- a/www/stagit/Makefile +++ b/www/stagit/Makefile @@ -1,6 +1,6 @@ COMMENT = static git page generator -DISTNAME = stagit-1.1 +DISTNAME = stagit-1.2 CATEGORIES = www diff --git a/www/stagit/distinfo b/www/stagit/distinfo index f654e79ccc0..c35a8ab11a4 100644 --- a/www/stagit/distinfo +++ b/www/stagit/distinfo @@ -1,2 +1,2 @@ -SHA256 (stagit-1.1.tar.gz) = ZvatG+PWtkVfr5z90pMpZEt/8qoxI/vxN1FpxgvadcU= -SIZE (stagit-1.1.tar.gz) = 19648 +SHA256 (stagit-1.2.tar.gz) = Vlm9i6fhQX7dQPe3eBqOomk5q2qlE0CQI4NfBIdZIcU= +SIZE (stagit-1.2.tar.gz) = 19818