[perl-Capture-Tiny] 0.24 bump, fix CVE-2014-1875

Petr Šabata psabata at fedoraproject.org
Mon Feb 10 09:51:03 UTC 2014


commit c4e79f8a07dad45b5177f0e4599158f917822b96
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 10 10:51:38 2014 +0100

    0.24 bump, fix CVE-2014-1875

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |    6 +++++-
 sources                |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9f94b1..916020d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.21.tar.gz
 /Capture-Tiny-0.22.tar.gz
 /Capture-Tiny-0.23.tar.gz
+/Capture-Tiny-0.24.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index ed30cf5..6534c95 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-Capture-Tiny
-Version:        0.23
+Version:        0.24
 Release:        1%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
@@ -14,6 +14,7 @@ BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
@@ -63,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 10 2014 Petr Šabata <contyk at redhat.com> - 0.24-1
+- 0.24 bump, fix CVE-2014-1875
+
 * Thu Oct 24 2013 Petr Šabata <contyk at redhat.com> - 0.23-1
 - 0.23 bump
 
diff --git a/sources b/sources
index 178f4c1..887099f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c6f63671802d004c0df5dbcba93e5b4  Capture-Tiny-0.23.tar.gz
+718e9d62c4a27a3207cf8506cb99d846  Capture-Tiny-0.24.tar.gz



More information about the perl-devel mailing list