From d413b857fad3db6370d12645e1a87e04da757e54 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 18 Jan 2017 16:20:21 +0100 Subject: [PATCH] [notify] perl: update to 5.22.3 As a security improvement the perl core modules and tools no longer search "." for optional modules. See 'man perl5223delta' for a detailed description. --- perl/.footprint | 6 ++++-- perl/.md5sum | 2 +- perl/Pkgfile | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/perl/.footprint b/perl/.footprint index faa5c18f..7394706e 100644 --- a/perl/.footprint +++ b/perl/.footprint @@ -10,8 +10,8 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/instmodsh -rwxr-xr-x root/root usr/bin/json_pp -rwxr-xr-x root/root usr/bin/libnetcfg -lrwxrwxrwx root/root usr/bin/perl -> perl5.22.2 --rwxr-xr-x root/root usr/bin/perl5.22.2 +lrwxrwxrwx root/root usr/bin/perl -> perl5.22.3 +-rwxr-xr-x root/root usr/bin/perl5.22.3 -rwxr-xr-x root/root usr/bin/perlbug -rwxr-xr-x root/root usr/bin/perldoc -rwxr-xr-x root/root usr/bin/perlivp @@ -1149,6 +1149,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.22/pod/ -rw-r--r-- root/root usr/lib/perl5/5.22/pod/perl5220delta.pod -rw-r--r-- root/root usr/lib/perl5/5.22/pod/perl5221delta.pod -rw-r--r-- root/root usr/lib/perl5/5.22/pod/perl5222delta.pod +-rw-r--r-- root/root usr/lib/perl5/5.22/pod/perl5223delta.pod -rw-r--r-- root/root usr/lib/perl5/5.22/pod/perl561delta.pod -rw-r--r-- root/root usr/lib/perl5/5.22/pod/perl56delta.pod -rw-r--r-- root/root usr/lib/perl5/5.22/pod/perl581delta.pod @@ -1839,6 +1840,7 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/perl5220delta.1pm.gz -rw-r--r-- root/root usr/share/man/man1/perl5221delta.1pm.gz -rw-r--r-- root/root usr/share/man/man1/perl5222delta.1pm.gz +-rw-r--r-- root/root usr/share/man/man1/perl5223delta.1pm.gz -rw-r--r-- root/root usr/share/man/man1/perl561delta.1pm.gz -rw-r--r-- root/root usr/share/man/man1/perl56delta.1pm.gz -rw-r--r-- root/root usr/share/man/man1/perl581delta.1pm.gz diff --git a/perl/.md5sum b/perl/.md5sum index 41d84ba9..8a70031f 100644 --- a/perl/.md5sum +++ b/perl/.md5sum @@ -1 +1 @@ -5a9da684064cfe321dbc85eef75eecca perl-5.22.2.tar.xz +6cbd9bf004bcf27f696857b1572f6fd0 perl-5.22.3.tar.xz diff --git a/perl/Pkgfile b/perl/Pkgfile index 09dbe1ce..82cead89 100644 --- a/perl/Pkgfile +++ b/perl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: db gdbm name=perl -version=5.22.2 +version=5.22.3 release=1 source=(http://www.cpan.org/src/5.0/$name-$version.tar.xz)