From 165e0f9fc7aee4051d5c06147bc1f01a059ef8d7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 Nov 2021 05:00:24 -0500 Subject: [PATCH] import postgresql-10.17-2.module+el8.5.0+11838+8dca950a --- SPECS/postgresql.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 0e4a44a..d25a106 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -59,7 +59,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 10 Version: %{majorversion}.17 -Release: 1%{?dist} +Release: 2%{?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. @@ -597,6 +597,9 @@ upgrade_configure () %endif %if %pltcl --with-tcl \ +%endif +%if %ssl + --with-openssl \ %endif --with-tclconfig=%_libdir \ --with-system-tzdata=/usr/share/zoneinfo \ @@ -1166,9 +1169,13 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Wed Jul 14 2021 Filip Januš - 10.17-2 +- Enable ssl for upgrade server + Resolves: #1982701 + * Tue Jun 1 2021 Filip Januš - 10.17-1 - Update to 10.17 - Resolves: #1964520 + Resolves: #1964521 Fix: CVE-2021-32027, CVE-2021-32028 * Wed Nov 18 2020 Patrik Novotný - 10.15-1