[perl] 5.14.2 bump

Petr Pisar ppisar at fedoraproject.org
Mon Oct 3 14:10:21 UTC 2011


commit 94da2fcb4b7d37f6baf642a39970bc8de94f4caa
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 3 16:09:21 2011 +0200

    5.14.2 bump

 .gitignore |    1 +
 perl.spec  |   17 +++++++++++++----
 sources    |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1db8d5b..4f0fc9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ filter-requires.sh
 /perl-5.14.0.tar.bz2
 /perl-5.14.0.tar.gz
 /perl-5.14.1.tar.gz
+/perl-5.14.2.tar.bz2
diff --git a/perl.spec b/perl.spec
index 95e0c0d..52f0621 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1,4 +1,4 @@
-%global perl_version    5.14.1
+%global perl_version    5.14.2
 %global perl_epoch      4
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@@ -22,7 +22,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        192%{?dist}
+Release:        193%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -34,7 +34,7 @@ Group:          Development/Languages
 # Copyright Only: for example ext/Text-Soundex/Soundex.xs 
 License:        (GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only and MIT and Public Domain and UCD
 Url:            http://www.perl.org/
-Source0:        http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.gz
+Source0:        http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
 Source2:        perl-5.8.0-libnet.cfg
 Source3:        macros.perl
 #Systemtap tapset and example that make use of systemtap-sdt-devel
@@ -326,7 +326,7 @@ Summary:        Query, download and build perl modules from CPAN sites
 Group:          Development/Languages
 License:        GPL+ or Artistic
 Epoch:          0
-Version:        1.9600
+Version:        1.9600.01
 # CPAN encourages Digest::SHA strongly because of integrity checks
 Requires:       perl(Digest::SHA)
 Requires:       perl = %{perl_epoch}:%{perl_version}-%{release}
@@ -2208,6 +2208,15 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Oct 03 2011 Petr Pisar <ppisar at redhat.com> - 4:5.14.2-193
+- 5.14.2 bump (see
+  https://metacpan.org/module/FLORA/perl-5.14.2/pod/perldelta.pod for release
+  notes).
+- Fixes panics when processing regular expression with \b class and /aa
+  modifier (bug #731062)
+- Fixes CVE-2011-2728 (File::Glob bsd_glob() crash with certain glob flags)
+  (bug #742987)
+
 * Mon Oct 03 2011 Petr Pisar <ppisar at redhat.com> - 4:5.14.1-192
 - Enable GDBM support again to build against new gdbm 1.9.1
 
diff --git a/sources b/sources
index 6add85e..8811357 100644
--- a/sources
+++ b/sources
@@ -2,4 +2,4 @@ aceea3db13a159cd5f7e5f2e3ad9534f  perl-5.8.0-libdir64.patch
 ad5d07285d6e4914384b43c9abc2bdba  filter-requires.sh
 1737a36154bb5bca781296794afc6791  perl.stp
 df28fe2c574e8807d0a803308c545dca  perl-example.stp
-0b74cffa3a10aee08442f950aecbaeec  perl-5.14.1.tar.gz
+04a4c5d3c1f9f19d77daff8e8cd19a26  perl-5.14.2.tar.bz2


More information about the scm-commits mailing list