Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=do5QT03F; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cWbdHMkG Received: by mail.netbsd.org (Postfix, from userid 605) id CE29B84F19; Tue, 14 May 2024 18:59:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715713174; bh=tVzngKG8CWhKOaQIC0pSt06Rx8VEzJwYMVCgPCqhtmA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=do5QT03FkxRRum8B8Oz4Mygaf2hLVrw+YSWKm+wzmcDwK7TyHVoDIbpaYlV/L8GKf RqO5MgV/7axyXWLyNdKu+zqJKfvDQMTHDZ6gT/Jn+GBqQO6ZROmaK1b46gUtbefIka UEMeTCXa/5N5ix9/iN9Cpw5N1L9zuIJyWHzdlPJ4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0C6084EFF for ; Tue, 14 May 2024 18:59:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 k6hfSYkG6Wwc for ; Tue, 14 May 2024 18:59:32 +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 3762684EE0 for ; Tue, 14 May 2024 18:59:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715713172; bh=tVzngKG8CWhKOaQIC0pSt06Rx8VEzJwYMVCgPCqhtmA=; h=Date:From:Subject:To:Reply-To; b=cWbdHMkGlmsjzyXbPiBZhXYimWE0FqR+Kx+fhprDFS6Z/tOU8Olppzz6ZseNQ258R 4DG98WkMIP0PI2f1TAUPWapNsEI0nVXocfteqPNn4ZypXrIGmY4xTencaVcw5sxT91 zGqTuvIZrmtKmfbv6Pwr0wZVjfYXsSjO3kRa5olg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 290E5FA2C; Tue, 14 May 2024 18:59:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715713172107280" MIME-Version: 1.0 Date: Tue, 14 May 2024 18:59:32 +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: <20240514185932.290E5FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715713172107280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 14 18:59:32 UTC 2024 Modified Files: pkgsrc/devel/git: Makefile.version pkgsrc/devel/git-base: distinfo Log Message: git: updated to 2.45.1 Git v2.45.1 Release Notes ========================= This release merges up the fix that appears in v2.39.4, v2.40.2, v2.41.1, v2.42.2, v2.43.4 and v2.44.1 to address the security issues CVE-2024-32002, CVE-2024-32004, CVE-2024-32020, CVE-2024-32021 and CVE-2024-32465; see the release notes for these versions for details. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/devel/git/Makefile.version cvs rdiff -u -r1.143 -r1.144 pkgsrc/devel/git-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715713172107280 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.125 pkgsrc/devel/git/Makefile.version:1.126 --- pkgsrc/devel/git/Makefile.version:1.125 Mon Apr 29 18:55:37 2024 +++ pkgsrc/devel/git/Makefile.version Tue May 14 18:59:31 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.125 2024/04/29 18:55:37 adam Exp $ +# $NetBSD: Makefile.version,v 1.126 2024/05/14 18:59:31 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-cvs/Makefile # used by devel/git-svn/Makefile -GIT_VERSION= 2.45.0 +GIT_VERSION= 2.45.1 Index: pkgsrc/devel/git-base/distinfo diff -u pkgsrc/devel/git-base/distinfo:1.143 pkgsrc/devel/git-base/distinfo:1.144 --- pkgsrc/devel/git-base/distinfo:1.143 Mon Apr 29 18:55:37 2024 +++ pkgsrc/devel/git-base/distinfo Tue May 14 18:59:31 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.143 2024/04/29 18:55:37 adam Exp $ +$NetBSD: distinfo,v 1.144 2024/05/14 18:59:31 adam Exp $ -BLAKE2s (git-2.45.0.tar.xz) = a0f659f49256136cabd2940bcb4cfc5ee1881593d37eae2ade110fd1649b38f6 -SHA512 (git-2.45.0.tar.xz) = 36d438bf9a57dee8fe0536c90cb25d53c552e9f80e7575447d1d2af30cadab08522356f4ecd0f69b7877d5a7f84ab3b9766d8386beae57fe8d411d05d70db214 -Size (git-2.45.0.tar.xz) = 7482988 bytes +BLAKE2s (git-2.45.1.tar.xz) = 9acb0f4ccd2dda04da9b284756132437480afbda4f81d89ad2f4bf536761b773 +SHA512 (git-2.45.1.tar.xz) = 28461855e03f3dd5af73a1c6d26cc3e2b7b71f5eb90852f1daf582d24503b4dd5c4e4dac359e9eba1c2ba542aeb0940e0482506f19d02a354654b181c56c5317 +Size (git-2.45.1.tar.xz) = 7490268 bytes SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa SHA1 (patch-Makefile) = bf8cf3ed8168241265b258a29d62210dc59a5f72 SHA1 (patch-config.mak.uname) = 32b9c120ff3f947ebe3d32107eaaa2be61775a18 --_----------=_1715713172107280--