Skip to content
Snippets Groups Projects
Unverified Commit 269a86bd authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: libgit2: Update to 0.26.5 [fixes CVE-2018-10887 and CVE-2018-10888].

* gnu/packages/version-control.scm (libgit2): Update to 0.26.5.
parent a6dec13b
No related branches found
No related tags found
No related merge requests found
...@@ -419,7 +419,7 @@ (define-public git ...@@ -419,7 +419,7 @@ (define-public git
(define-public libgit2 (define-public libgit2
(package (package
(name "libgit2") (name "libgit2")
(version "0.26.4") (version "0.26.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/libgit2/libgit2/" (uri (string-append "https://github.com/libgit2/libgit2/"
...@@ -427,7 +427,7 @@ (define-public libgit2 ...@@ -427,7 +427,7 @@ (define-public libgit2
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15ybzypyggx64ba7i0zxnnbvzh7z34fcrkwk2xj54kmv1dha4br9")) "1adhq7pk9zdj85i5j4xzimq39qy6wpsi4h9fb8vc8jsncr8qmqjj"))
(patches (search-patches "libgit2-mtime-0.patch")) (patches (search-patches "libgit2-mtime-0.patch"))
;; Remove bundled software. ;; Remove bundled software.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment