diff options
| author | Leo Famulari <leo@famulari.name> | 2018-07-02 19:42:47 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2018-07-02 19:47:46 -0400 |
| commit | 86163a017b1b16a672a202488f5bbb090e108fd1 (patch) | |
| tree | 5e8894ba8e5e890f367c74be9ea2e857f10c3c18 | |
| parent | db024183c9fa93289a45e816529e99001de0a7d1 (diff) | |
gnu: libgit2: Update to 0.26.4 [fixes CVE-2018-11235].
* gnu/packages/version-control.scm (libgit2): Update to 0.26.4.
(source): Adjust patch name.
* gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: Rename to ...
* gnu/packages/patches/libgit2-mtime-0.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| -rw-r--r-- | gnu/local.mk | 2 | ||||
| -rw-r--r-- | gnu/packages/patches/libgit2-mtime-0.patch (renamed from gnu/packages/patches/libgit2-0.25.1-mtime-0.patch) | 0 | ||||
| -rw-r--r-- | gnu/packages/version-control.scm | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 925f87763d4..dad664ca152 100644 --- a/gnu/local.mk +++ b/gnu/local.mk | |||
| @@ -861,7 +861,7 @@ dist_patch_DATA = \ | |||
| 861 | %D%/packages/patches/libevent-2.1-skip-failing-test.patch \ | 861 | %D%/packages/patches/libevent-2.1-skip-failing-test.patch \ |
| 862 | %D%/packages/patches/libexif-CVE-2016-6328.patch \ | 862 | %D%/packages/patches/libexif-CVE-2016-6328.patch \ |
| 863 | %D%/packages/patches/libexif-CVE-2017-7544.patch \ | 863 | %D%/packages/patches/libexif-CVE-2017-7544.patch \ |
| 864 | %D%/packages/patches/libgit2-0.25.1-mtime-0.patch \ | 864 | %D%/packages/patches/libgit2-mtime-0.patch \ |
| 865 | %D%/packages/patches/libgdata-fix-tests.patch \ | 865 | %D%/packages/patches/libgdata-fix-tests.patch \ |
| 866 | %D%/packages/patches/libgdata-glib-duplicate-tests.patch \ | 866 | %D%/packages/patches/libgdata-glib-duplicate-tests.patch \ |
| 867 | %D%/packages/patches/libgnome-encoding.patch \ | 867 | %D%/packages/patches/libgnome-encoding.patch \ |
diff --git a/gnu/packages/patches/libgit2-0.25.1-mtime-0.patch b/gnu/packages/patches/libgit2-mtime-0.patch index a6fdb50fffc..a6fdb50fffc 100644 --- a/gnu/packages/patches/libgit2-0.25.1-mtime-0.patch +++ b/gnu/packages/patches/libgit2-mtime-0.patch | |||
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 86d6afef3ec..2bd59ae95f1 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.") | |||
| 419 | (define-public libgit2 | 419 | (define-public libgit2 |
| 420 | (package | 420 | (package |
| 421 | (name "libgit2") | 421 | (name "libgit2") |
| 422 | (version "0.26.0") | 422 | (version "0.26.4") |
| 423 | (source (origin | 423 | (source (origin |
| 424 | (method url-fetch) | 424 | (method url-fetch) |
| 425 | (uri (string-append "https://github.com/libgit2/libgit2/" | 425 | (uri (string-append "https://github.com/libgit2/libgit2/" |
| @@ -427,8 +427,8 @@ everything from small to very large projects with speed and efficiency.") | |||
| 427 | (file-name (string-append name "-" version ".tar.gz")) | 427 | (file-name (string-append name "-" version ".tar.gz")) |
| 428 | (sha256 | 428 | (sha256 |
| 429 | (base32 | 429 | (base32 |
| 430 | "1b3figbhp5l83vd37vq6j2narrq4yl9pfw6mw0px0dzb1hz3jqka")) | 430 | "15ybzypyggx64ba7i0zxnnbvzh7z34fcrkwk2xj54kmv1dha4br9")) |
| 431 | (patches (search-patches "libgit2-0.25.1-mtime-0.patch")) | 431 | (patches (search-patches "libgit2-mtime-0.patch")) |
| 432 | 432 | ||
| 433 | ;; Remove bundled software. | 433 | ;; Remove bundled software. |
| 434 | (snippet '(begin | 434 | (snippet '(begin |
