commit d9b21c130ec0d60b7a20cf336b346d3136a94480 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Feb 10 10:34:40 2014 +0000 Update to 1.64 - New upstream release 1.64 - Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die depending on the method used to find the local time zone name, and the resulting variable would often be tainted; we now untaint all names before attempting to load them (CPAN RT#92631) .gitignore | 23 +---------------------- perl-DateTime-TimeZone.spec | 12 +++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 24 deletions(-) --- diff --git a/.gitignore b/.gitignore index 5e88fc7..947b742 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1 @@ -/DateTime-TimeZone-1.35.tar.gz -/DateTime-TimeZone-1.36.tar.gz -/DateTime-TimeZone-1.37.tar.gz -/DateTime-TimeZone-1.39.tar.gz -/DateTime-TimeZone-1.40.tar.gz -/DateTime-TimeZone-1.41.tar.gz -/DateTime-TimeZone-1.42.tar.gz -/DateTime-TimeZone-1.44.tar.gz -/DateTime-TimeZone-1.45.tar.gz -/DateTime-TimeZone-1.46.tar.gz -/DateTime-TimeZone-1.47.tar.gz -/DateTime-TimeZone-1.48.tar.gz -/DateTime-TimeZone-1.49.tar.gz -/DateTime-TimeZone-1.51.tar.gz -/DateTime-TimeZone-1.52.tar.gz -/DateTime-TimeZone-1.54.tar.gz -/DateTime-TimeZone-1.56.tar.gz -/DateTime-TimeZone-1.57.tar.gz -/DateTime-TimeZone-1.58.tar.gz -/DateTime-TimeZone-1.59.tar.gz -/DateTime-TimeZone-1.60.tar.gz -/DateTime-TimeZone-1.63.tar.gz +/DateTime-TimeZone-[0-9.]*.tar.gz diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index 1bf2341..9556b09 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -1,5 +1,5 @@ Name: perl-DateTime-TimeZone -Version: 1.63 +Version: 1.64 Release: 1%{?dist} Summary: Time zone object base class and factory License: GPL+ or Artistic @@ -23,8 +23,11 @@ BuildRequires: perl(List::Util) BuildRequires: perl(overload) BuildRequires: perl(Params::Validate) >= 0.72 BuildRequires: perl(parent) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Output) +BuildRequires: perl(Test::Requires) +BuildRequires: perl(Test::Taint) BuildRequires: perl(Storable) BuildRequires: perl(strict) BuildRequires: perl(Sys::Hostname) @@ -87,6 +90,13 @@ make test %{_mandir}/man3/* %changelog +* Mon Feb 10 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.64-1 +- Update to 1.64 + - Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die + depending on the method used to find the local time zone name, and the + resulting variable would often be tainted; we now untaint all names before + attempting to load them (CPAN RT#92631) + * Tue Oct 29 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.63-1 - update to latest upstream version - Olson 2013h diff --git a/sources b/sources index 97c43e8..c449c50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df07f1ae5f04d7b6bf4343c85a9b05c6 DateTime-TimeZone-1.63.tar.gz +5fb202d7622658854904ad53419a5a0d DateTime-TimeZone-1.64.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel