import CS git postgresql-12.22-6.el8

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-09 10:38:45 -04:00
parent fdc4fac6c3
commit 6ee4778461
2 changed files with 6470 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -60,7 +60,7 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 12
Version: %{majorversion}.22
Release: 5%{?dist}
Release: 6%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well.
@ -111,6 +111,7 @@ Patch10: postgresql-12.5-contrib-dblink-expected-out.patch
Patch11: backport-cve-2025-1094.patch
Patch12: timezone-test-fix.patch
Patch13: CVE-2025-8715.patch
Patch14: CVE-2026-2004--CVE-2026-2005--CVE-2026-2006.patch
BuildRequires: gcc
BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk
@ -376,6 +377,7 @@ benchmarks.
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
# We used to run autoconf here, but there's no longer any real need to,
# since Postgres ships with a reasonably modern configure script.
@ -1231,6 +1233,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Fri Feb 27 2026 Filip Janus <fjanus@redhat.com> - 12.22-6
- Fix CVE-2026-2004 CVE-2026-2005 CVE-2026-2006
* Mon Aug 18 2025 Filip Janus <fjanus@redhat.com> - 12.22-5
- Fix previous Backport