GNU bug report logs -
#63092
[PATCH] gnu: git: Update to 2.40.1 [security fixes].
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 26 Apr 2023 16:42:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 11 May 2023 15:15:40 +0200
with message-id <874joj3t6r.fsf_-_ <at> gnu.org>
and subject line Re: bug#63092: [PATCH] gnu: git: Update to 2.40.1 [security fixes].
has caused the debbugs.gnu.org bug report #63092,
regarding [PATCH] gnu: git: Update to 2.40.1 [security fixes].
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63092: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63092
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Fixes CVE-2023-25652 and CVE-2023-29007.
* gnu/packages/version-control.scm (git): Update to 2.40.1.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c2ec490383..5f6766f510 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -227,14 +227,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
- (version "2.39.2")
+ (version "2.40.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "1mpjvhyw8mv2q941xny4d0gw3mb6b4bqaqbh73jd8b1v6zqpaps7"))))
+ "1li1xwgiwccy88bkshsah2kzl1006jg29jp7n32gvjggiswvi4s8"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -254,7 +254,7 @@ (define-public git
version ".tar.xz"))
(sha256
(base32
- "09cva868qb4705s884dzvbwkm78jlw4q8m6xj7nd7cwxy2i2ff8b"))))
+ "04yy5za8963q6xzrirflvxbi1216jzqj8ssvgd9nkld3ifa9q1gy"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook2x" ,docbook2x)
--
2.40.0
[Message part 3 (message/rfc822, inline)]
Hi Greg,
Greg Hogan <code <at> greghogan.com> skribis:
> * gnu/packages/version-control.scm (git-minimal)
> [arguments]<#:phases>(remove-unusable-perl-commands): Add file check
> before deleting perl scripts so that this phase works for both new and
> old, pinned versions.
[...]
> + (if (file-exists? file)
> + (delete-file (string-append libexec
> + "/git-core/" file))))
> + ;; git-add--interactive was removed in Git 2.40 but
> + ;; this phase is inherited by older versions.
The ‘file-exists?’ and ‘delete-file’ calls are passed different file
names. Also, this won’t prevent a rebuild of ‘git-minimal/pinned’.
So I went with a different approach to achieve that goal. Applied now.
Thanks!
Ludo’.
This bug report was last modified 2 years and 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.