diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-14 15:58:57 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-15 23:47:34 +0200 |
commit | 549f4091c15568015fafa03ab04a37db5679edea (patch) | |
tree | f468297a6dcc8c02dda218ff8c2c480f1a928877 /gnu/local.mk | |
parent | e2083575d7857d18b1ab00ae380987cbed278eab (diff) | |
download | patches-549f4091c15568015fafa03ab04a37db5679edea.tar patches-549f4091c15568015fafa03ab04a37db5679edea.tar.gz |
gnu: libarchive: Update to 3.4.0.
* gnu/packages/patches/libarchive-CVE-2018-1000877.patch,
gnu/packages/patches/libarchive-CVE-2018-1000878.patch,
gnu/packages/patches/libarchive-CVE-2018-1000880.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/backup.scm (libarchive): Update to 3.4.0.
[source](uri): Add alternative download location.
[source](patches): Remove.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0ba0d1f194..7c68b40976 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -982,9 +982,6 @@ dist_patch_DATA = \ %D%/packages/patches/liba52-link-with-libm.patch \ %D%/packages/patches/liba52-set-soname.patch \ %D%/packages/patches/liba52-use-mtune-not-mcpu.patch \ - %D%/packages/patches/libarchive-CVE-2018-1000877.patch \ - %D%/packages/patches/libarchive-CVE-2018-1000878.patch \ - %D%/packages/patches/libarchive-CVE-2018-1000880.patch \ %D%/packages/patches/libbase-fix-includes.patch \ %D%/packages/patches/libbase-use-own-logging.patch \ %D%/packages/patches/libbonobo-activation-test-race.patch \ |