diff options
author | Leo Famulari <leo@famulari.name> | 2018-04-26 15:05:19 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-04-26 15:06:03 -0400 |
commit | 379848ed31d995ed7ce38dd89bce7ea8679c13e7 (patch) | |
tree | 5e1ee0d507b81decbe648339289288b1e2224ee6 /gnu/local.mk | |
parent | 2690b6ce7da78eda4d936e3344fc6684a176ac81 (diff) | |
download | patches-379848ed31d995ed7ce38dd89bce7ea8679c13e7.tar patches-379848ed31d995ed7ce38dd89bce7ea8679c13e7.tar.gz |
gnu: zsh: Update to 5.5.1.
* gnu/packages/shells.scm (zsh): Update to 5.5.1.
[source]: Remove obsolete patches.
* gnu/packages/patches/zsh-CVE-2018-7548.patch,
gnu/packages/patches/zsh-CVE-2018-7549.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 639dd943d6..6065d4c96b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1196,9 +1196,7 @@ dist_patch_DATA = \ %D%/packages/patches/xinetd-CVE-2013-4342.patch \ %D%/packages/patches/xmodmap-asprintf.patch \ %D%/packages/patches/libyaml-CVE-2014-9130.patch \ - %D%/packages/patches/zathura-plugindir-environment-variable.patch \ - %D%/packages/patches/zsh-CVE-2018-7548.patch \ - %D%/packages/patches/zsh-CVE-2018-7549.patch + %D%/packages/patches/zathura-plugindir-environment-variable.patch MISC_DISTRO_FILES = \ %D%/packages/ld-wrapper.in |