Accepting request 221512 from devel:languages:perl
- updated 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. The resulting variable would often be tainted. We now untaint all names before attempting to load them. Reported by Stevie-O. RT #92631. OBS-URL: https://build.opensuse.org/request/show/221512 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=28
This commit is contained in:
commit
297da680fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dccdbee596dd52e2036b4fa0988b7203d4ae529889a4b0507a2a7b36be9f4309
|
||||
size 857314
|
3
DateTime-TimeZone-1.64.tar.gz
Normal file
3
DateTime-TimeZone-1.64.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f63c6a1523c2334497ca00bdc007a58e666e81c7edceb77f18c7088036cf1415
|
||||
size 845741
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 13:34:37 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated 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. The resulting
|
||||
variable would often be tainted. We now untaint all names before attempting
|
||||
to load them. Reported by Stevie-O. RT #92631.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 07:35:54 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-TimeZone
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-DateTime-TimeZone
|
||||
Version: 1.63
|
||||
Version: 1.64
|
||||
Release: 0
|
||||
%define cpan_name DateTime-TimeZone
|
||||
Summary: Time zone object base class and factory
|
||||
@ -32,24 +32,11 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Load)
|
||||
BuildRequires: perl(Class::Singleton) >= 1.03
|
||||
BuildRequires: perl(Params::Validate) >= 0.72
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Output)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(parent)
|
||||
#BuildRequires: perl(DateTime)
|
||||
#BuildRequires: perl(DateTime::Duration)
|
||||
#BuildRequires: perl(DateTime::TimeZone)
|
||||
#BuildRequires: perl(DateTime::TimeZone::Catalog)
|
||||
#BuildRequires: perl(DateTime::TimeZone::Floating)
|
||||
#BuildRequires: perl(DateTime::TimeZone::Local)
|
||||
#BuildRequires: perl(DateTime::TimeZone::Local::Unix)
|
||||
#BuildRequires: perl(DateTime::TimeZone::OffsetOnly)
|
||||
#BuildRequires: perl(DateTime::TimeZone::OlsonDB)
|
||||
#BuildRequires: perl(DateTime::TimeZone::OlsonDB::Change)
|
||||
#BuildRequires: perl(DateTime::TimeZone::OlsonDB::Observance)
|
||||
#BuildRequires: perl(DateTime::TimeZone::OlsonDB::Rule)
|
||||
#BuildRequires: perl(DateTime::TimeZone::OlsonDB::Zone)
|
||||
#BuildRequires: perl(DateTime::TimeZone::UTC)
|
||||
#BuildRequires: perl(Win32::TieRegistry)
|
||||
Requires: perl(Class::Load)
|
||||
Requires: perl(Class::Singleton) >= 1.03
|
||||
Requires: perl(Params::Validate) >= 0.72
|
||||
|
Loading…
Reference in New Issue
Block a user