2.154 bump

This commit is contained in:
Petr Písař 2014-09-19 10:57:14 +02:00
parent 963b410103
commit 5a895e9cac
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: 3%{?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 Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.151-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

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