pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/stagit



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Sep 15 19:22:11 UTC 2022

Modified Files:
        pkgsrc/www/stagit: Makefile distinfo

Log Message:
stagit: Update to 1.2

Changes:
1.2
---
* Unset a newly introduced option in libgit2 that do not allow different users
  from reading the git repository. This is not a security issue for stagit.
  See also the related page:
  https://github.blog/2022-04-12-git-security-vulnerability-announced/
* Add a workaround comment in the Makefile for distros or packagers using an
  older libgit2 version (Void Linux, Debian, etc).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/stagit/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/stagit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/stagit/Makefile
diff -u pkgsrc/www/stagit/Makefile:1.10 pkgsrc/www/stagit/Makefile:1.11
--- pkgsrc/www/stagit/Makefile:1.10     Mon Jun 27 15:29:18 2022
+++ pkgsrc/www/stagit/Makefile  Thu Sep 15 19:22:11 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/06/27 15:29:18 fcambus Exp $
+# $NetBSD: Makefile,v 1.11 2022/09/15 19:22:11 leot Exp $
 
-DISTNAME=      stagit-1.1
+DISTNAME=      stagit-1.2
 CATEGORIES=    www
 MASTER_SITES=  https://codemadness.org/releases/stagit/
 

Index: pkgsrc/www/stagit/distinfo
diff -u pkgsrc/www/stagit/distinfo:1.9 pkgsrc/www/stagit/distinfo:1.10
--- pkgsrc/www/stagit/distinfo:1.9      Sat Apr  2 18:02:25 2022
+++ pkgsrc/www/stagit/distinfo  Thu Sep 15 19:22:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/02 18:02:25 fcambus Exp $
+$NetBSD: distinfo,v 1.10 2022/09/15 19:22:11 leot Exp $
 
-BLAKE2s (stagit-1.1.tar.gz) = 7cfb1b3b8f934f753a54b3f9aa8264fb8c4e0a2dacb09eacd5e3b4819eccb3ae
-SHA512 (stagit-1.1.tar.gz) = e75d47b84d2783f7396a932b402a4dd36572027931559eae908861f9b8c658f43f5110bdfc81c5a0b65be3a0c53939ba9adabcc1e36fe88a6dab54b929526e0f
-Size (stagit-1.1.tar.gz) = 19648 bytes
+BLAKE2s (stagit-1.2.tar.gz) = af61a43aa7c56b02a2782bdfc2adb1905184f7a793f87f8e3f267dac2b90eea0
+SHA512 (stagit-1.2.tar.gz) = f9d9f157145b47a14b5ff098e3db261b4739145e5e7cf2a273e188fc8617681dc9b7b9737de2182334bb9a50bef061ebee452ccbc1e013e14f2ef8c4a4c32d0b
+Size (stagit-1.2.tar.gz) = 19818 bytes



Home | Main Index | Thread Index | Old Index