Sync from SUSE:SLFO:Main perl-DBI revision aef4a9eb257fb19f15093ed1ca4e2eca

This commit is contained in:
Adrian Schröter 2024-10-03 17:46:50 +02:00
parent 333d1ce97c
commit 77f31d3fd1
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 12:41:19 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 3 16:29:26 UTC 2020 - Pedro Monreal <pmonreal@suse.com> Tue Nov 3 16:29:26 UTC 2020 - Pedro Monreal <pmonreal@suse.com>
@ -12,6 +18,13 @@ Sat Feb 1 03:11:35 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.643 - updated to 1.643
see /usr/share/doc/packages/perl-DBI/Changes see /usr/share/doc/packages/perl-DBI/Changes
* Security fix: [bsc#1176764, CVE-2019-20919]
* NULL profile de-reference in dbi_profile()
* Security fix: [bsc#1176409, CVE-2020-14393]
* CVE-2020-14393: Buffer overflow on an overlong DBD class name
* Security fix: [bsc#1176412, CVE-2020-14392]
* CVE-2020-14392: Memory corruption in XS functions when Perl
stack is reallocated
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 11:12:59 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> Mon Sep 23 11:12:59 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-DBI # spec file for package perl-DBI
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -54,8 +54,7 @@ at least the following perl manuals first: perlreftut, perldsc, perllol,
and perlboot. and perlboot.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -p1 -n %{cpan_name}-%{version}
%patch0 -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build