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)
This commit is contained in:
Paul Howarth 2014-02-10 10:34:40 +00:00
parent f9442a3e61
commit d9b21c130e
3 changed files with 13 additions and 24 deletions

23
.gitignore vendored
View File

@ -1,22 +1 @@
/DateTime-TimeZone-1.35.tar.gz /DateTime-TimeZone-[0-9.]*.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

View File

@ -1,5 +1,5 @@
Name: perl-DateTime-TimeZone Name: perl-DateTime-TimeZone
Version: 1.63 Version: 1.64
Release: 1%{?dist} Release: 1%{?dist}
Summary: Time zone object base class and factory Summary: Time zone object base class and factory
License: GPL+ or Artistic License: GPL+ or Artistic
@ -23,8 +23,11 @@ BuildRequires: perl(List::Util)
BuildRequires: perl(overload) BuildRequires: perl(overload)
BuildRequires: perl(Params::Validate) >= 0.72 BuildRequires: perl(Params::Validate) >= 0.72
BuildRequires: perl(parent) BuildRequires: perl(parent)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Output) BuildRequires: perl(Test::Output)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Taint)
BuildRequires: perl(Storable) BuildRequires: perl(Storable)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(Sys::Hostname) BuildRequires: perl(Sys::Hostname)
@ -87,6 +90,13 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Feb 10 2014 Paul Howarth <paul@city-fan.org> - 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@redhat.com> - 1.63-1 * Tue Oct 29 2013 Petr Pisar <ppisar@redhat.com> - 1.63-1
- update to latest upstream version - Olson 2013h - update to latest upstream version - Olson 2013h

View File

@ -1 +1 @@
df07f1ae5f04d7b6bf4343c85a9b05c6 DateTime-TimeZone-1.63.tar.gz 5fb202d7622658854904ad53419a5a0d DateTime-TimeZone-1.64.tar.gz