diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-07 18:51:27 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-08 13:53:36 -0500 |
commit | 57513498def74f8d95ef10df654d28e5a638a612 (patch) | |
tree | 8d9cacc02fe22acb12b0f9ff919718d595e4e3ad /gnu/local.mk | |
parent | a2c1dceadd2bf86ab17c70cd674bc98aec32a842 (diff) | |
download | guix-57513498def74f8d95ef10df654d28e5a638a612.tar guix-57513498def74f8d95ef10df654d28e5a638a612.tar.gz |
gnu: tcsh: Fix out of bounds read.
* gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/shells.scm (tcsh)[replacement]: New field.
(tcsh/fixed): New variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 30a5c209fc..55dee48305 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -885,6 +885,7 @@ dist_patch_DATA = \ %D%/packages/patches/tclxml-3.2-install.patch \ %D%/packages/patches/tcsh-do-not-define-BSDWAIT.patch \ %D%/packages/patches/tcsh-fix-autotest.patch \ + %D%/packages/patches/tcsh-fix-out-of-bounds-read.patch \ %D%/packages/patches/teensy-loader-cli-help.patch \ %D%/packages/patches/texi2html-document-encoding.patch \ %D%/packages/patches/texi2html-i18n.patch \ |