CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/08/08 02:41:48
Modified files:
www/stagit : Makefile distinfo
Log message:
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!