diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-09 23:20:08 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-09 23:20:08 +0200 |
commit | 269a86bd7ce196e15d72b356bf80cf3a29d40fed (patch) | |
tree | 02271b6860bc7464f47d49df229731b6c62ad7f8 /gnu/packages/version-control.scm | |
parent | a6dec13b5de7d8411755df0eb304381726371d6a (diff) | |
download | guix-269a86bd7ce196e15d72b356bf80cf3a29d40fed.tar.gz |
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.
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 2bd59ae95f..6cb3354204 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -419,7 +419,7 @@ everything from small to very large projects with speed and efficiency.") (define-public libgit2 (package (name "libgit2") - (version "0.26.4") + (version "0.26.5") (source (origin (method url-fetch) (uri (string-append "https://github.com/libgit2/libgit2/" @@ -427,7 +427,7 @@ everything from small to very large projects with speed and efficiency.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "15ybzypyggx64ba7i0zxnnbvzh7z34fcrkwk2xj54kmv1dha4br9")) + "1adhq7pk9zdj85i5j4xzimq39qy6wpsi4h9fb8vc8jsncr8qmqjj")) (patches (search-patches "libgit2-mtime-0.patch")) ;; Remove bundled software. |