![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 689c0d2b2d0d967ba0b957f9c44a02a8d7d1813e Author: Juergen Daubert <jue@jue.li> Date: Thu Jun 4 16:34:25 2020 +0200 [notify] perl: update to 5.28.3 secutity fix for - CVE-2020-10543 Buffer overflow caused by a crafted regular expression - CVE-2020-10878 Integer overflow via malformed bytecode produced by a crafted regular expression - CVE-2020-12723 Buffer overflow caused by a crafted regular expression diff --git a/perl/.footprint b/perl/.footprint index 6b611f79..bc27f775 100644 --- a/perl/.footprint +++ b/perl/.footprint @@ -9,8 +9,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.28.2 --rwxr-xr-x root/root usr/bin/perl5.28.2 +lrwxrwxrwx root/root usr/bin/perl -> perl5.28.3 +-rwxr-xr-x root/root usr/bin/perl5.28.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 @@ -1238,6 +1238,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.28/pod/ -rw-r--r-- root/root usr/lib/perl5/5.28/pod/perl5280delta.pod -rw-r--r-- root/root usr/lib/perl5/5.28/pod/perl5281delta.pod -rw-r--r-- root/root usr/lib/perl5/5.28/pod/perl5282delta.pod +-rw-r--r-- root/root usr/lib/perl5/5.28/pod/perl5283delta.pod -rw-r--r-- root/root usr/lib/perl5/5.28/pod/perl561delta.pod -rw-r--r-- root/root usr/lib/perl5/5.28/pod/perl56delta.pod -rw-r--r-- root/root usr/lib/perl5/5.28/pod/perl581delta.pod @@ -2018,6 +2019,7 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/perl5280delta.1pm.gz -rw-r--r-- root/root usr/share/man/man1/perl5281delta.1pm.gz -rw-r--r-- root/root usr/share/man/man1/perl5282delta.1pm.gz +-rw-r--r-- root/root usr/share/man/man1/perl5283delta.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/.signature b/perl/.signature index 51af47fd..d0f8f337 100644 --- a/perl/.signature +++ b/perl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqpd21oa4HPa1dDX0zfSEHimvOAM3DOohUTJ3/fB2TuJ5bVCY1PaHO98VxwPcW0DnN1G6bARIl2opZlwc8rbt8QA= -SHA256 (Pkgfile) = eb4a7b2649a7d2415eee0df701ed25c44d44d827e1e54c5c3580bdcaef8133e8 -SHA256 (.footprint) = 4ede749d395ec062cae5775db28ebd94a67e9cafd666433cce2715962f260f0e -SHA256 (perl-5.28.2.tar.xz) = 0b0189bfa4b2da20e899b4bdd746ac402e8f746a58e4fcf5516484157f2aab07 +RWRJc1FUaeVeqkQPxCQb6ZthHNVCNg3zjuYe3WcN+mVvmgo2J4rmDkHYuHSFo0yKagdBHelbZR22PbU3aV32ECWx7Qyn9118JQA= +SHA256 (Pkgfile) = 1aceb9b4274056fc6b6e9e108fa2ddf924b68ed843da86292b8dff4a08c10595 +SHA256 (.footprint) = 88eaa89795787a764978fc925216487d1166ef119a84fe154226f33c429ffbbb +SHA256 (perl-5.28.3.tar.xz) = 77dc1ddf541643af14d585867d3d0741cce45d0dbe8f1467024e63165d9e2fc5 diff --git a/perl/Pkgfile b/perl/Pkgfile index 8b8e7810..c9005423 100644 --- a/perl/Pkgfile +++ b/perl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: db gdbm name=perl -version=5.28.2 +version=5.28.3 release=1 source=(http://www.cpan.org/src/5.0/$name-$version.tar.xz)