diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-19 00:21:02 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-21 02:12:33 +0200 |
commit | f94a8654d686b7ec36fdb28b6f0e8b0f48b14447 (patch) | |
tree | 954d48707cfd9fab9c2a8d8c6bd214cf7a4295ec /gnu/local.mk | |
parent | 1d3de9796778f5a11dc91c666ec2f19e8dd56969 (diff) | |
download | patches-f94a8654d686b7ec36fdb28b6f0e8b0f48b14447.tar patches-f94a8654d686b7ec36fdb28b6f0e8b0f48b14447.tar.gz |
gnu: perl: Update to 5.28.0.
* gnu/packages/patches/perl-deterministic-ordering.patch: Adjust path.
* gnu/packages/patches/perl-archive-tar-CVE-2018-12015.patch,
gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/perl.scm (perl): Update to 5.28.0.
[source](patches): Remove obsolete.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 80e2a43868..41a10f5916 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1001,8 +1001,6 @@ dist_patch_DATA = \ %D%/packages/patches/patchutils-xfail-gendiff-tests.patch \ %D%/packages/patches/patch-hurd-path-max.patch \ %D%/packages/patches/perf-gcc-ice.patch \ - %D%/packages/patches/perl-archive-tar-CVE-2018-12015.patch \ - %D%/packages/patches/perl-file-path-CVE-2017-6512.patch \ %D%/packages/patches/perl-autosplit-default-time.patch \ %D%/packages/patches/perl-dbd-mysql-CVE-2017-10788.patch \ %D%/packages/patches/perl-deterministic-ordering.patch \ |