diff options
author | Mark H Weaver <mhw@netris.org> | 2016-01-12 13:12:07 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-01-12 13:12:07 -0500 |
commit | 203795aceaabec0e0e5818e1650ad407d825d1b3 (patch) | |
tree | 967ff58bab6e96f072d13aaf096fd87446aaeadc /gnu/packages/perl.scm | |
parent | ce3ac6670c211779127ca4995a6c7e9511df1156 (diff) | |
download | guix-203795aceaabec0e0e5818e1650ad407d825d1b3.tar.gz |
gnu: perl: Add fix for CVE-2015-8607.
* gnu/packages/patches/perl-CVE-2015-8607.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/perl.scm (perl)[source]: Add patch.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 86a979f9fc..162fc9b8f3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -51,7 +51,8 @@ "perl-autosplit-default-time.patch" "perl-source-date-epoch.patch" "perl-deterministic-ordering.patch" - "perl-no-build-time.patch"))))) + "perl-no-build-time.patch" + "perl-CVE-2015-8607.patch"))))) (build-system gnu-build-system) (arguments '(#:tests? #f |