0.24 bump, fix CVE-2014-1875
This commit is contained in:
parent
a98c0e912a
commit
c4e79f8a07
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user