0.24 bump, fix CVE-2014-1875

This commit is contained in:
Petr Šabata 2014-02-10 10:51:38 +01:00
parent a98c0e912a
commit c4e79f8a07
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 0.24-1
- 0.24 bump, fix CVE-2014-1875
* Thu Oct 24 2013 Petr Šabata <contyk@redhat.com> - 0.23-1
- 0.23 bump

View File

@ -1 +1 @@
7c6f63671802d004c0df5dbcba93e5b4 Capture-Tiny-0.23.tar.gz
718e9d62c4a27a3207cf8506cb99d846 Capture-Tiny-0.24.tar.gz