diff options
author | Alex Vong <alexvong1995@gmail.com> | 2018-02-01 23:03:55 +0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-02-19 21:50:09 -0500 |
commit | ad3c9f18da886127ce0038884b8fc2b9319174de (patch) | |
tree | 163fce575c8e53b3e53508178fa6fe240d3fd2be /gnu/local.mk | |
parent | 36d37ca9c51b2c77026ee1d49a2fed3aa197431a (diff) | |
download | guix-ad3c9f18da886127ce0038884b8fc2b9319174de.tar guix-ad3c9f18da886127ce0038884b8fc2b9319174de.tar.gz |
gnu: tar: Update to 1.30.
* gnu/packages/base.scm (tar): Update to 1.30.
[source]: Remove 'tar-CVE-2016-6321.patch'.
* gnu/packages/patches/tar-CVE-2016-6321.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a46fba6246..1b442e7ba9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1092,7 +1092,6 @@ dist_patch_DATA = \ %D%/packages/patches/t1lib-CVE-2010-2642.patch \ %D%/packages/patches/t1lib-CVE-2011-0764.patch \ %D%/packages/patches/t1lib-CVE-2011-1552+.patch \ - %D%/packages/patches/tar-CVE-2016-6321.patch \ %D%/packages/patches/tar-skip-unreliable-tests.patch \ %D%/packages/patches/tclxml-3.2-install.patch \ %D%/packages/patches/tcsh-fix-autotest.patch \ |