diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 23:27:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 23:27:10 +0200 |
commit | a7681d29dcb415593a06cf265aabc776bd3a02c0 (patch) | |
tree | 2049996438046498b71f863e859f69ade23556f5 /gnu-system.am | |
parent | a70a50048bec0ba2a694ad2f8f414051e2f88430 (diff) | |
download | patches-a7681d29dcb415593a06cf265aabc776bd3a02c0.tar patches-a7681d29dcb415593a06cf265aabc776bd3a02c0.tar.gz |
gnu: pcre: Fix CVE-2016-3191.
* gnu/packages/pcre.scm (pcre)[replacement]: New field.
(pcre-fixed): New variable.
* gnu/packages/patches/pcre-CVE-2016-3191.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
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 824cd8ec13..7aac127164 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -655,6 +655,7 @@ dist_patch_DATA = \ gnu/packages/patches/patchelf-rework-for-arm.patch \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ gnu/packages/patches/patch-hurd-path-max.patch \ + gnu/packages/patches/pcre-CVE-2016-3191.patch \ gnu/packages/patches/perl-CVE-2015-8607.patch \ gnu/packages/patches/perl-CVE-2016-2381.patch \ gnu/packages/patches/perl-autosplit-default-time.patch \ |