mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
29256cbef3
commit
0222de2c65
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue