diff options
author | Mark H Weaver <mhw@netris.org> | 2015-02-26 04:26:16 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-02-26 05:16:04 -0500 |
commit | a068dba78bde9c83a69c755df1131c286d065850 (patch) | |
tree | 152cbb2eeb189544bf52d377ea8c8bed27d7c266 /gnu-system.am | |
parent | 8a00b93027ee185f251d878f46d9967e5ccdd99e (diff) | |
download | patches-a068dba78bde9c83a69c755df1131c286d065850.tar patches-a068dba78bde9c83a69c755df1131c286d065850.tar.gz |
gnu: grep: Apply fix for CVE-2015-1345.
* gnu/packages/patches/grep-CVE-2015-1345.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (grep): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 561b66cec0..6849b9c618 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -398,6 +398,7 @@ dist_patch_DATA = \ gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ gnu/packages/patches/gobject-introspection-cc.patch \ gnu/packages/patches/gobject-introspection-girepository.patch \ + gnu/packages/patches/grep-CVE-2015-1345.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/gstreamer-0.10-bison3.patch \ gnu/packages/patches/gstreamer-0.10-silly-test.patch \ |