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!
This commit is contained in:
fcambus 2022-08-08 08:41:48 +00:00
parent 5e7170279a
commit 72eefee334
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
COMMENT = static git page generator
DISTNAME = stagit-1.1
DISTNAME = stagit-1.2
CATEGORIES = www

View File

@ -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