forked from pool/perl-DateTime-TimeZone
- 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:
committed by
Git OBS Bridge
parent
fd2f33e278
commit
bbba113f15
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user