From 58632ac37122c025f135ef0d8cff3b90ad47528c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Mon, 17 Jul 2017 13:42:05 +0200
Subject: 5.24.2 bump

---
 .gitignore                                          |  1 +
 perl-5.24.0-crash-on-explicit-return-from-s-e.patch | 10 +++++-----
 perl.spec                                           | 17 ++++++++---------
 sources                                             |  2 +-
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index d76e0b8..af09c6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ perl-5.12.1.tar.gz
 /perl-5.22.2.tar.bz2
 /perl-5.24.0.tar.bz2
 /perl-5.24.1.tar.bz2
+/perl-5.24.2.tar.bz2
diff --git a/perl-5.24.0-crash-on-explicit-return-from-s-e.patch 
b/perl-5.24.0-crash-on-explicit-return-from-s-e.patch
index d7fd09d..fb71af0 100644
--- a/perl-5.24.0-crash-on-explicit-return-from-s-e.patch
+++ b/perl-5.24.0-crash-on-explicit-return-from-s-e.patch
@@ -65,14 +65,14 @@ index 26a78c7..c039cc4 100644
      require './loc_tools.pl';
  }
  
--plan( tests => 270 );
-+plan( tests => 271 );
+-plan( tests => 271 );
++plan( tests => 272 );
  
  $_ = 'david';
  $a = s/david/rules/r;
-@@ -1102,3 +1102,18 @@ SKIP: {
-     $s =~ s/..\G//g;
-     is($s, "\x{123}", "#RT 126260 gofs");
+@@ -1119,3 +1119,15 @@ SKIP: {
+                    {stderr => 1 },
+                    '[perl #129038 ] s/\xff//l no longer crashes');
  }
 +
 +# [perl #130188] crash on return from substitution in subroutine
diff --git a/perl.spec b/perl.spec
index ab129db..807275c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1,4 +1,4 @@
-%global perl_version    5.24.1
+%global perl_version    5.24.2
 %global perl_epoch      4
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@@ -37,7 +37,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:        392%{?dist}
+Release:        393%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -366,10 +366,6 @@ Patch102:       
perl-5.24.1-perl-131263-clear-the-UTF8-flag-on-a-glob-if-it-isn-
 # Fix a buffer overflow in my_atof2(), RT#131526, in upstream after 5.27.0
 Patch103:       
perl-5.27.0-perl-131526-don-t-go-beyond-the-end-of-the-NUL-in-my.patch
 
-# Fix checks for tainted directory in $ENV{PATH} if a backslash escape 
presents,
-# in upstream after 5.25.4
-Patch104:       perl-5.24.1-Fix-checks-for-tainted-dir-in-ENV-PATH.patch
-
 # Fix handling backslashes in PATH environment variable when executing
 # "perl -S", RT#129183, in upstream after 5.27.0
 Patch105:       
perl-5.27.0-perl-129183-don-t-treat-as-an-escape-in-PATH-for-S.patch
@@ -434,7 +430,7 @@ BuildRequires:  rsyslog
 
 
 # compat macro needed for rebuild
-%global perl_compat perl(:MODULE_COMPAT_5.24.1)
+%global perl_compat perl(:MODULE_COMPAT_5.24.2)
 
 # perl-interpreter denotes a package with the perl executable.
 # Full EVR is for compatibility with systems that swapped perl and perl-core
@@ -495,6 +491,7 @@ Group:          Development/Languages
 License:        (GPL+ or Artistic) and HSLR and MIT and UCD
 # Compat provides
 Provides:       %perl_compat
+Provides:       perl(:MODULE_COMPAT_5.24.1)
 Provides:       perl(:MODULE_COMPAT_5.24.0)
 # Interpreter version to fulfil required genersted from "require 5.006;"
 Provides:       perl(:VERSION) = %{perl_version}
@@ -3129,7 +3126,6 @@ popd
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
-%patch104 -p1
 %patch105 -p1
 %patch106 -p1
 %patch107 -p1
@@ -3217,7 +3213,6 @@ perl -x patchlevel.h \
     'Fedora Patch100: Fix cloning :via handles on thread creation (RT#131221)' 
\
     'Fedora Patch102: Fix glob UTF-8 flag on a glob reassignment (RT#131263)' \
     'Fedora Patch103: Fix a buffer overflow in my_atof2() (RT#131526)' \
-    'Fedora Patch104: Fix checks for tainted directory in $ENV{PATH} if a 
backslash escape presents' \
     'Fedora Patch105: Fix handling backslashes in PATH environment variable 
when executing "perl -S" (RT#129183)' \
     'Fedora Patch106: Fix a conditional jump on uninitilized memory in 
re_intuit_start() (RT#131575)' \
     'Fedora Patch107: Fix spurious "Assuming NOT a POSIX class" warning 
(RT#131522)' \
@@ -5511,6 +5506,10 @@ popd
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Jul 17 2017 Jitka Plesnikova <jples...@redhat.com> - 4:5.24.1-393
+- 5.24.2 bump (see <http://search.cpan.org/dist/perl-5.24.2/pod/perldelta.pod>
+  for release notes)
+
 * Mon Jun 19 2017 Petr Pisar <ppi...@redhat.com> - 4:5.24.1-392
 - Make File::Glob more resistant against degenerative matching (RT#131211)
 - Fix a memory wrap in sv_vcatpvfn_flags() (RT#131260)
diff --git a/sources b/sources
index f2668ef..2b76cf4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (perl-5.24.1.tar.bz2) = 
5a6e5f5fcd65e7add7ba2126d530a8e2a912cb076cfe61bbf7e49b28e4e63aa0d474183a6f8a388c67d03ea6a44f367efb3b3a768e971ef52b769e737eeb048b
+SHA512 (perl-5.24.2.tar.bz2) = 
a383983110ae18c3055d8d4e6634a11e6aa6cdd5dd24820767c1d71f925075c65d1e0fa3de29c5fd1830618262a5a99bee0cd35c8381f65ed081f036f2665cd4
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl.git/commit/?h=f26&id=58632ac37122c025f135ef0d8cff3b90ad47528c
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to