[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.
This commit is contained in:
Juergen Daubert 2017-01-18 16:20:21 +01:00
parent fc243e2e7c
commit d413b857fa
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
5a9da684064cfe321dbc85eef75eecca perl-5.22.2.tar.xz
6cbd9bf004bcf27f696857b1572f6fd0 perl-5.22.3.tar.xz

View File

@ -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)