From 7ec7101caf46b93d112a9019bd4c6f5a309d4788 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 09 2021 10:01:07 +0000 Subject: import postgresql-13.3-2.module+el8.5.0+11832+e924f9ed --- diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index ce3f3b6..2ad83f3 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -60,7 +60,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.3 -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. @@ -625,6 +625,9 @@ upgrade_configure () %if %pltcl --with-tcl \ %endif +%if %ssl + --with-openssl \ +%endif --with-tclconfig=%_libdir \ --with-system-tzdata=/usr/share/zoneinfo \ "$@" @@ -1222,9 +1225,13 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Wed Jul 14 2021 Filip Januš - 13.3-2 +- Enable ssl for upgrade server + Resolves: #1982697 + * Mon May 31 2021 Filip Januš - 13.3-1 - Update to 13.3 - Resolves: #1966338 + Resolves: #1966339 Fix: CVE-2021-32027,CVE-2021-32028,CVE-2021-32029 * Tue Feb 16 2021 Honza Horak - 13.2-1