guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libgit2: Update to 0.24.3 [fixes CVE-2016-{8568, 8569}].


From: Leo Famulari
Subject: 01/01: gnu: libgit2: Update to 0.24.3 [fixes CVE-2016-{8568, 8569}].
Date: Tue, 8 Nov 2016 17:48:34 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit c163a284739a30719ddb318a431a7911fc0e3699
Author: Leo Famulari <address@hidden>
Date:   Tue Nov 8 12:47:29 2016 -0500

    gnu: libgit2: Update to 0.24.3 [fixes CVE-2016-{8568,8569}].
    
    * gnu/packages/version-control.scm (libgit2): Update to 0.24.3.
---
 gnu/packages/version-control.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index a85c15a..a4aa9d5 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -313,7 +313,7 @@ everything from small to very large projects with speed and 
efficiency.")
 (define-public libgit2
   (package
     (name "libgit2")
-    (version "0.24.2")
+    (version "0.24.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libgit2/libgit2/";
@@ -321,7 +321,7 @@ everything from small to very large projects with speed and 
efficiency.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1rkmfjiv5h80ycra42w9idbcrgj9rz581k5c06badys3650agw00"))))
+                "0m37b2jq8g70bmxlgrhbj4p23c893vxwmlmw1v5ywfxz3njyc90a"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]