diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 20:29:50 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 22:28:21 +0100 |
commit | 0222de2c65fa688a65c2435862b842b8706d7db9 (patch) | |
tree | cb61af2d0185de5aa51551e9135956dbd9be68dd /gnu | |
parent | 29256cbef3ef77afa43628f4bf4a588527a8adee (diff) | |
download | patches-0222de2c65fa688a65c2435862b842b8706d7db9.tar patches-0222de2c65fa688a65c2435862b842b8706d7db9.tar.gz |
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.
Diffstat (limited to 'gnu')
-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 21b3d76796..0e08edda1f 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -531,7 +531,7 @@ everything from small to very large projects with speed and efficiency.") (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 @@ everything from small to very large projects with speed and efficiency.") (file-name (git-file-name name version)) (sha256 (base32 - "07068flm9xi25wmcs65nyfg6a7ikgfv96i2nhgyj5gzs9gljqiz2")) + "171b25aym4q88bidc4c76y4l6jmdwifm3q9zjqsll0wjhlkycfy1")) (patches (search-patches "libgit2-avoid-python.patch" "libgit2-mtime-0.patch")) |