Received: by mail.netbsd.org (Postfix, from userid 605) id 9812E84D7A; Thu, 14 Jul 2022 10:55:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D027384D35 for ; Thu, 14 Jul 2022 10:55:37 +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 RbsyLeYHW-WX for ; Thu, 14 Jul 2022 10:55:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4446384D31 for ; Thu, 14 Jul 2022 10:55:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D94CFB1A; Thu, 14 Jul 2022 10:55:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657796137138900" MIME-Version: 1.0 Date: Thu, 14 Jul 2022 10:55:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220714105537.3D94CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657796137138900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 14 10:55:37 UTC 2022 Modified Files: pkgsrc/devel/git: Makefile.version pkgsrc/devel/git-base: distinfo Log Message: git: updated to 2.37.1 Git 2.37.1 Release Notes ======================== This release merges up the fixes that appear in v2.30.5, v2.31.4, v2.32.3, v2.33.4, v2.34.4, v2.35.4, and v2.36.2 to address the security issue CVE-2022-29187; see the release notes for these versions for details. Fixes since Git 2.37 -------------------- * Rewrite of "git add -i" in C that appeared in Git 2.25 didn't correctly record a removed file to the index, which is an old regression but has become widely known because the C version has become the default in the latest release. * Fix for CVS-2022-29187. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/devel/git/Makefile.version cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/git-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657796137138900 Content-Disposition: inline Content-Length: 1778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/git/Makefile.version diff -u pkgsrc/devel/git/Makefile.version:1.106 pkgsrc/devel/git/Makefile.version:1.107 --- pkgsrc/devel/git/Makefile.version:1.106 Wed Jul 6 11:53:59 2022 +++ pkgsrc/devel/git/Makefile.version Thu Jul 14 10:55:36 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.106 2022/07/06 11:53:59 adam Exp $ +# $NetBSD: Makefile.version,v 1.107 2022/07/14 10:55:36 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-cvs/Makefile # used by devel/git-svn/Makefile -GIT_VERSION= 2.37.0 +GIT_VERSION= 2.37.1 Index: pkgsrc/devel/git-base/distinfo diff -u pkgsrc/devel/git-base/distinfo:1.120 pkgsrc/devel/git-base/distinfo:1.121 --- pkgsrc/devel/git-base/distinfo:1.120 Wed Jul 6 11:53:59 2022 +++ pkgsrc/devel/git-base/distinfo Thu Jul 14 10:55:37 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.120 2022/07/06 11:53:59 adam Exp $ +$NetBSD: distinfo,v 1.121 2022/07/14 10:55:37 adam Exp $ -BLAKE2s (git-2.37.0.tar.xz) = 60596bc7ca307df368906061ab94bbb44f4b0f0f46142d598fb699a5bd6971ba -SHA512 (git-2.37.0.tar.xz) = 2ae3c845c9d0e0f5245e47f95c958c86a4aa2c47dfe31bff6fc81b2434d2e9402b7eced18700c04ba7158ed6a72807a81c4cde6a26dd30c969b4267b8fce4d0a -Size (git-2.37.0.tar.xz) = 6978796 bytes +BLAKE2s (git-2.37.1.tar.xz) = 5068f0c16d70ccd984f61f1cfdc2f4034b52b5e449d07f8d3bd35449bc744e1a +SHA512 (git-2.37.1.tar.xz) = 3c9cad6b4757f425ee53996d8d80db2226b246513cbcec9011022e02e4235d7ec38c7c1aada73bb3c9279a91d1aaf8664633356ce1dce847e0d371f702a5b766 +Size (git-2.37.1.tar.xz) = 6980388 bytes SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa SHA1 (patch-Makefile) = e3e07365a22c8612e0f5ff3b7befb2bdd788dfb8 SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886 --_----------=_1657796137138900--