Received: by mail.netbsd.org (Postfix, from userid 605) id 36F8784E80; Wed, 19 Oct 2022 07:54:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6674B84D93 for ; Wed, 19 Oct 2022 07:54:53 +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 5Kx_9iWVRjQI for ; Wed, 19 Oct 2022 07:54:52 +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 C456684D3D for ; Wed, 19 Oct 2022 07:54:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B87DEFA90; Wed, 19 Oct 2022 07:54:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666166092217660" MIME-Version: 1.0 Date: Wed, 19 Oct 2022 07:54:52 +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: <20221019075452.B87DEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666166092217660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 19 07:54:52 UTC 2022 Modified Files: pkgsrc/devel/git: Makefile.version pkgsrc/devel/git-base: distinfo Log Message: git: updated to 2.38.1 Git v2.38.1 Release Notes ========================= This release merges the security fix that appears in v2.30.6; see the release notes for that version for details. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/git/Makefile.version cvs rdiff -u -r1.124 -r1.125 pkgsrc/devel/git-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666166092217660 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.110 pkgsrc/devel/git/Makefile.version:1.111 --- pkgsrc/devel/git/Makefile.version:1.110 Fri Oct 7 10:10:05 2022 +++ pkgsrc/devel/git/Makefile.version Wed Oct 19 07:54:52 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.110 2022/10/07 10:10:05 adam Exp $ +# $NetBSD: Makefile.version,v 1.111 2022/10/19 07:54:52 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-cvs/Makefile # used by devel/git-svn/Makefile -GIT_VERSION= 2.38.0 +GIT_VERSION= 2.38.1 Index: pkgsrc/devel/git-base/distinfo diff -u pkgsrc/devel/git-base/distinfo:1.124 pkgsrc/devel/git-base/distinfo:1.125 --- pkgsrc/devel/git-base/distinfo:1.124 Fri Oct 7 10:10:05 2022 +++ pkgsrc/devel/git-base/distinfo Wed Oct 19 07:54:52 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.124 2022/10/07 10:10:05 adam Exp $ +$NetBSD: distinfo,v 1.125 2022/10/19 07:54:52 adam Exp $ -BLAKE2s (git-2.38.0.tar.xz) = 195aecebc553edd44cb410c7dc2db91299d10b3cbeb3c7cb0da4fec94026598a -SHA512 (git-2.38.0.tar.xz) = 5c475d25b40a01cc62be28478b9b5a1b0cedf91c3e007d4869019a25bdc980b5ef9b761e7ee02d7c581bff6c7dbf2696a624431a718dcd976bad34a3f2be5cb6 -Size (git-2.38.0.tar.xz) = 7086664 bytes +BLAKE2s (git-2.38.1.tar.xz) = 9e46f917a14bc0761344a6f07732abc2acb56d74255b7d4c56f3e6327dee89b4 +SHA512 (git-2.38.1.tar.xz) = e62ca6f54f01d2e4ccffb5f94e8e5cd2f3e098b766d909c694a8daf4d00d5cdeb9cc5ff8e9bc55d888406f292ba99433d334d4da9689c0ce5d7299a3c67c90e0 +Size (git-2.38.1.tar.xz) = 7088208 bytes SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa SHA1 (patch-Makefile) = 683a2fdf69c3cb5814fcc59360be2eba91cb88a7 SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886 --_----------=_1666166092217660--