[PATCH] gnu: git: Update to 2.38.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Ludovic Courtès
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal

Debbugs page

Greg Hogan wrote 2 years ago
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
c665b65c9d0f5107766bcec95f273245d33a0e1f.1666210362.git.code@greghogan.com
Fixes CVE-2022-39253 and CVE-2022-39260.

* gnu/packages/version-control.scm (git): Update to 2.38.1.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d8d4a77341..524afaa837 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -223,14 +223,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
- (version "2.38.0")
+ (version "2.38.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "02ij201lyipv1w2zkcq4ng2bga2xkw58xnkbs1wdw50qdgiasglj"))))
+ "1n8afjjim30lddhm25cdscdr2xfa518293jhqbxy1fd2b3mgipcp"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -250,7 +250,7 @@ (define-public git
version ".tar.xz"))
(sha256
(base32
- "1qyn6rhwblshz0hp0kdc8lk22c1fv8avfr44sia0vzlbd82xj828"))))
+ "0qyn6rhwblshz0hp0kdc8lk22c1fv8avfr44sia0vzlbd82xj828"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook-xsl" ,docbook-xsl)
--
2.38.0
Ludovic Courtès wrote 2 years ago
(name . Greg Hogan)(address . code@greghogan.com)(address . 58644-done@debbugs.gnu.org)
87h6z9ppbk.fsf@gnu.org
Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

Toggle quote (4 lines)
> Fixes CVE-2022-39253 and CVE-2022-39260.
>
> * gnu/packages/version-control.scm (git): Update to 2.38.1.

Sorry for the delay. Applied, thanks!

There was a hash mismatch for git-manpages-2.38.1.tar.xz. I downloaded
it, check the signature, and changed it accordingly.

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58644@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58644
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help