8
0

- 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/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=51
This commit is contained in:
Stephan Kulow
2014-02-09 15:07:23 +00:00
committed by Git OBS Bridge
parent fd2f33e278
commit bbba113f15
4 changed files with 16 additions and 20 deletions

View File

@@ -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