Received: by mail.netbsd.org (Postfix, from userid 605) id 96FCE84D6C; Thu, 15 Sep 2022 19:22:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFD6F84D25 for ; Thu, 15 Sep 2022 19:22:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id U5pzF19fcqoc for ; Thu, 15 Sep 2022 19:22:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C7BB84C71 for ; Thu, 15 Sep 2022 19:22:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 406E4FA90; Thu, 15 Sep 2022 19:22:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166326973150880" MIME-Version: 1.0 Date: Thu, 15 Sep 2022 19:22:11 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/stagit To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220915192211.406E4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166326973150880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_166326973150880 Content-Disposition: inline Content-Length: 1445 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_166326973150880--