diff options
author | Juergen Daubert <jue@jue.li> | 2013-03-12 11:50:54 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-03-12 11:50:54 +0100 |
commit | ed900dcdac133c3b836343718ad7d3ebd3751fd3 (patch) | |
tree | 11b7f560fdd0516f1d7d4033a054ae07c1585c5a /perl | |
parent | 4e7a566736c6749991d66afdd8abe111dae8e0d3 (diff) | |
download | core-ed900dcdac133c3b836343718ad7d3ebd3751fd3.tar.gz core-ed900dcdac133c3b836343718ad7d3ebd3751fd3.tar.xz |
[notify] perl: update to 5.16.3
Security fix, see http://perlnews.org/2013/03/rehashing-flaw/
Diffstat (limited to 'perl')
-rw-r--r-- | perl/.footprint | 6 | ||||
-rw-r--r-- | perl/.md5sum | 2 | ||||
-rw-r--r-- | perl/Pkgfile | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/perl/.footprint b/perl/.footprint index e01b028c..1327b147 100644 --- a/perl/.footprint +++ b/perl/.footprint @@ -15,8 +15,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.16.2 --rwxr-xr-x root/root usr/bin/perl5.16.2 +lrwxrwxrwx root/root usr/bin/perl -> perl5.16.3 +-rwxr-xr-x root/root usr/bin/perl5.16.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 @@ -1236,6 +1236,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.16/pod/ -rw-r--r-- root/root usr/lib/perl5/5.16/pod/perl5160delta.pod -rw-r--r-- root/root usr/lib/perl5/5.16/pod/perl5161delta.pod -rw-r--r-- root/root usr/lib/perl5/5.16/pod/perl5162delta.pod +-rw-r--r-- root/root usr/lib/perl5/5.16/pod/perl5163delta.pod -rw-r--r-- root/root usr/lib/perl5/5.16/pod/perl561delta.pod -rw-r--r-- root/root usr/lib/perl5/5.16/pod/perl56delta.pod -rw-r--r-- root/root usr/lib/perl5/5.16/pod/perl581delta.pod @@ -2388,6 +2389,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/perl5160delta.1pm.gz -rw-r--r-- root/root usr/man/man1/perl5161delta.1pm.gz -rw-r--r-- root/root usr/man/man1/perl5162delta.1pm.gz +-rw-r--r-- root/root usr/man/man1/perl5163delta.1pm.gz -rw-r--r-- root/root usr/man/man1/perl561delta.1pm.gz -rw-r--r-- root/root usr/man/man1/perl56delta.1pm.gz -rw-r--r-- root/root usr/man/man1/perl581delta.1pm.gz diff --git a/perl/.md5sum b/perl/.md5sum index d37c49af..7e9afefe 100644 --- a/perl/.md5sum +++ b/perl/.md5sum @@ -1 +1 @@ -2818ab01672f005a4e552a713aa27b08 perl-5.16.2.tar.bz2 +025102de0e4a597cf541e57da80c6aa3 perl-5.16.3.tar.bz2 diff --git a/perl/Pkgfile b/perl/Pkgfile index 2c98a3ec..62642acd 100644 --- a/perl/Pkgfile +++ b/perl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: db gdbm name=perl -version=5.16.2 +version=5.16.3 release=1 source=(http://www.cpan.org/src/5.0/$name-$version.tar.bz2) |