2.154 bump

This commit is contained in:
Petr Písař 2014-09-19 10:57:14 +02:00
parent 1865664827
commit 788ba27738
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/Data-Dumper-2.143.tar.gz
/Data-Dumper-2.145.tar.gz
/Data-Dumper-2.151.tar.gz
/Data-Dumper-2.154.tar.gz

View File

@ -1,7 +1,7 @@
%global cpan_version 2.151
%global cpan_version 2.154
Name: perl-Data-Dumper
Version: %(echo '%{cpan_version}' | tr '_' '.')
Release: 311%{?dist}
Release: 1%{?dist}
Summary: Stringify perl data structures, suitable for printing and eval
License: GPL+ or Artistic
Group: Development/Libraries
@ -71,6 +71,10 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Sep 19 2014 Petr Pisar <ppisar@redhat.com> - 2.154-1
- 2.154 bump (fixes CVE-2014-4330 (limit recursion when dumping deep data
structures))
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.151-311
- Perl 5.20 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
b804bf2137b6b62382136598baafa645 Data-Dumper-2.151.tar.gz
577b4d4e53d7609457d36d674b6169a7 Data-Dumper-2.154.tar.gz