Fix patch

Resolves: RHEL-193298
This commit is contained in:
Michal Josef Špaček 2026-07-28 16:42:36 +02:00
parent b0d0d60e8a
commit fe529891d2

View File

@ -34,7 +34,7 @@
Name: perl-DBI
Version: 1.641
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A database access API for perl
License: GPL+ or Artistic
URL: http://dbi.perl.org/
@ -159,6 +159,7 @@ the use of existing DBI frameworks like DBIx::Class.
%prep
%setup -q -n DBI-%{version}
%patch -P0 -p1
%patch -P1 -p1
for F in lib/DBD/Gofer.pm; do
iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
touch -r "$F" "${F}.utf8"
@ -222,6 +223,9 @@ make test
%endif
%changelog
* Tue Jul 28 2026 Michal Josef Špaček <mspacek@redhat.com> - 1.641-7
- Fix patch.
* Tue Jul 28 2026 Michal Josef Špaček <mspacek@redhat.com> - 1.641-6
- Fix heap overflow when preparsing SQL statements with excessive placeholders (CVE-2026-14739)
Resolves: RHEL-193298