unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58644] [PATCH] gnu: git: Update to 2.38.1.
@ 2022-10-19 20:13 Greg Hogan
  2022-11-08 13:07 ` bug#58644: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-10-19 20:13 UTC (permalink / raw)
  To: 58644; +Cc: Greg Hogan

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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58644: [PATCH] gnu: git: Update to 2.38.1.
  2022-10-19 20:13 [bug#58644] [PATCH] gnu: git: Update to 2.38.1 Greg Hogan
@ 2022-11-08 13:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-08 13:07 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 58644-done

Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

> 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-08 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 20:13 [bug#58644] [PATCH] gnu: git: Update to 2.38.1 Greg Hogan
2022-11-08 13:07 ` bug#58644: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).