pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  3 08:03:00 UTC 2024

Modified Files:
        pkgsrc/devel/git: Makefile.version
        pkgsrc/devel/git-base: Makefile distinfo

Log Message:
git: updated to 2.45.2

Git v2.45.2 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.'  This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.45.1 and were not
direct security fixes.

Jeff King (5):
      send-email: drop FakeTerm hack
      send-email: avoid creating more than one Term::ReadLine object
      ci: drop mention of BREW_INSTALL_PACKAGES variable
      ci: avoid bare "gcc" for osx-gcc job
      ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
      hook: plug a new memory leak
      init: use the correct path of the templates directory again
      Revert "core.hooksPath: add some protection while cloning"
      tests: verify that `clone -c core.hooksPath=/dev/null` works again
      clone: drop the protections where hooks aren't run
      Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
      Revert "fsck: warn about symlink pointing inside a gitdir"


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/git-base/Makefile
cvs rdiff -u -r1.144 -r1.145 pkgsrc/devel/git-base/distinfo

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

Modified files:

Index: pkgsrc/devel/git/Makefile.version
diff -u pkgsrc/devel/git/Makefile.version:1.126 pkgsrc/devel/git/Makefile.version:1.127
--- pkgsrc/devel/git/Makefile.version:1.126     Tue May 14 18:59:31 2024
+++ pkgsrc/devel/git/Makefile.version   Mon Jun  3 08:03:00 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.126 2024/05/14 18:59:31 adam Exp $
+# $NetBSD: Makefile.version,v 1.127 2024/06/03 08:03:00 adam Exp $
 #
 # used by devel/git/Makefile.common
 # used by devel/git-cvs/Makefile
 # used by devel/git-svn/Makefile
 
-GIT_VERSION=   2.45.1
+GIT_VERSION=   2.45.2

Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.116 pkgsrc/devel/git-base/Makefile:1.117
--- pkgsrc/devel/git-base/Makefile:1.116        Wed May 29 16:32:02 2024
+++ pkgsrc/devel/git-base/Makefile      Mon Jun  3 08:03:00 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.116 2024/05/29 16:32:02 adam Exp $
+# $NetBSD: Makefile,v 1.117 2024/06/03 08:03:00 adam Exp $
 
-PKGREVISION= 2
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-base-${GIT_VERSION}

Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.144 pkgsrc/devel/git-base/distinfo:1.145
--- pkgsrc/devel/git-base/distinfo:1.144        Tue May 14 18:59:31 2024
+++ pkgsrc/devel/git-base/distinfo      Mon Jun  3 08:03:00 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.144 2024/05/14 18:59:31 adam Exp $
+$NetBSD: distinfo,v 1.145 2024/06/03 08:03:00 adam Exp $
 
-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
+BLAKE2s (git-2.45.2.tar.xz) = 57888540ea9c7aa6633c55c209492c6523ce820580cf71f4109784f4e3b59437
+SHA512 (git-2.45.2.tar.xz) = dce30d0d563f3f76ef49c8dc88105e0cf0941c8cd70303418d9d737f840ffba36bcc575c380c75080edf64af74487e1a680db146ec5f527a32104e887d4ceb73
+Size (git-2.45.2.tar.xz) = 7487680 bytes
 SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
 SHA1 (patch-Makefile) = bf8cf3ed8168241265b258a29d62210dc59a5f72
 SHA1 (patch-config.mak.uname) = 32b9c120ff3f947ebe3d32107eaaa2be61775a18



Home | Main Index | Thread Index | Old Index