gnu: libgit2: Update to 0.28.4 [security fixes].

This fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387.

* gnu/packages/version-control.scm (libgit2): Update to 0.28.4.
This commit is contained in:
Marius Bakke 2019-12-11 20:29:50 +01:00
parent 29256cbef3
commit 0222de2c65
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -531,7 +531,7 @@ (define-public git-minimal
(define-public libgit2 (define-public libgit2
(package (package
(name "libgit2") (name "libgit2")
(version "0.28.3") (version "0.28.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -540,7 +540,7 @@ (define-public libgit2
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"07068flm9xi25wmcs65nyfg6a7ikgfv96i2nhgyj5gzs9gljqiz2")) "171b25aym4q88bidc4c76y4l6jmdwifm3q9zjqsll0wjhlkycfy1"))
(patches (search-patches "libgit2-avoid-python.patch" (patches (search-patches "libgit2-avoid-python.patch"
"libgit2-mtime-0.patch")) "libgit2-mtime-0.patch"))