diff --git a/DBI-1.636.tar.gz b/DBI-1.636.tar.gz deleted file mode 100644 index 57ef959..0000000 --- a/DBI-1.636.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f7ddce97c04b4b7a000e65e5d05f679c964d62c8b02c94c1a7d815bb2dd676c -size 595433 diff --git a/DBI-1.637.tar.gz b/DBI-1.637.tar.gz new file mode 100644 index 0000000..ed85b58 --- /dev/null +++ b/DBI-1.637.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2557712593e80142c3b50877e00369b6ce78fa26d44edc42156d81a5cdd26bc6 +size 596423 diff --git a/perl-DBI.changes b/perl-DBI.changes index 860e05b..bc25177 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Aug 18 05:16:23 UTC 2017 - coolo@suse.com + +- updated to 1.637 + see /usr/share/doc/packages/perl-DBI/Changes + + =head2 Changes in DBI 1.637 - ... + + Fix use of externally controlled format string (CWE-134) thanks to pali #44 + This could cause a crash if, for example, a db error contained a %. + https://cwe.mitre.org/data/definitions/134.html + Fix extension detection for DBD::File related drivers + Fix tests for perl without dot in @INC RT#120443 + Fix loss of error message on parent handle, thanks to charsbar #34 + Fix disappearing $_ inside callbacks, thanks to robschaber #47 + + Allow objects to be used as passwords without throwing an error, thanks to demerphq #40 + Allow $sth NAME_* attributes to be set from Perl code, re #45 + Added support for DBD::XMLSimple thanks to nigelhorne #38 + + Documentation updates: + Improve examples using eval to be more correct, thanks to pali #39 + Add cautionary note to prepare_cached docs re refs in %attr #46 + Small POD changes (Getting Help -> Online) thanks to openstrike #33 + Adds links to more module names and fix typo, thanks to oalders #43 + Typo fix thanks to bor #37 + ------------------------------------------------------------------- Mon May 23 11:35:58 UTC 2016 - coolo@suse.com diff --git a/perl-DBI.spec b/perl-DBI.spec index 1ae8e50..6f5e46e 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBI # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,14 +17,14 @@ Name: perl-DBI -Version: 1.636 +Version: 1.637 Release: 0 %define cpan_name DBI Summary: Database independent interface for Perl License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DBI/ -Source0: http://www.cpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz Source1: perl-DBI.rpmlintrc Source2: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,6 +68,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes Driver.xst LICENSE README.md +%doc Changes Driver.xst README.md +%license LICENSE %changelog