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

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.
parent 29256cbe
No related branches found
No related tags found
No related merge requests found
......@@ -531,7 +531,7 @@ (define-public git-minimal
(define-public libgit2
(package
(name "libgit2")
(version "0.28.3")
(version "0.28.4")
(source (origin
(method git-fetch)
(uri (git-reference
......@@ -540,7 +540,7 @@ (define-public libgit2
(file-name (git-file-name name version))
(sha256
(base32
"07068flm9xi25wmcs65nyfg6a7ikgfv96i2nhgyj5gzs9gljqiz2"))
"171b25aym4q88bidc4c76y4l6jmdwifm3q9zjqsll0wjhlkycfy1"))
(patches (search-patches "libgit2-avoid-python.patch"
"libgit2-mtime-0.patch"))
......
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