import postgresql-10.17-2.module+el8.5.0+11838+8dca950a
This commit is contained in:
parent
60a96424a9
commit
165e0f9fc7
@ -59,7 +59,7 @@ Summary: PostgreSQL client programs
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 10
|
%global majorversion 10
|
||||||
Version: %{majorversion}.17
|
Version: %{majorversion}.17
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
@ -597,6 +597,9 @@ upgrade_configure ()
|
|||||||
%endif
|
%endif
|
||||||
%if %pltcl
|
%if %pltcl
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
|
%endif
|
||||||
|
%if %ssl
|
||||||
|
--with-openssl \
|
||||||
%endif
|
%endif
|
||||||
--with-tclconfig=%_libdir \
|
--with-tclconfig=%_libdir \
|
||||||
--with-system-tzdata=/usr/share/zoneinfo \
|
--with-system-tzdata=/usr/share/zoneinfo \
|
||||||
@ -1166,9 +1169,13 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 10.17-2
|
||||||
|
- Enable ssl for upgrade server
|
||||||
|
Resolves: #1982701
|
||||||
|
|
||||||
* Tue Jun 1 2021 Filip Januš <fjanus@redhat.com> - 10.17-1
|
* Tue Jun 1 2021 Filip Januš <fjanus@redhat.com> - 10.17-1
|
||||||
- Update to 10.17
|
- Update to 10.17
|
||||||
Resolves: #1964520
|
Resolves: #1964521
|
||||||
Fix: CVE-2021-32027, CVE-2021-32028
|
Fix: CVE-2021-32027, CVE-2021-32028
|
||||||
|
|
||||||
* Wed Nov 18 2020 Patrik Novotný <panovotn@redhat.com> - 10.15-1
|
* Wed Nov 18 2020 Patrik Novotný <panovotn@redhat.com> - 10.15-1
|
||||||
|
Loading…
Reference in New Issue
Block a user