import postgresql-12.7-2.module+el8.5.0+11804+86306fc7
This commit is contained in:
parent
0daf06bded
commit
d7479c1a32
@ -60,7 +60,7 @@ Summary: PostgreSQL client programs
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 12
|
%global majorversion 12
|
||||||
Version: %{majorversion}.7
|
Version: %{majorversion}.7
|
||||||
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.
|
||||||
@ -626,6 +626,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 \
|
||||||
@ -1220,9 +1223,13 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 12.7-2
|
||||||
|
- Enable ssl for upgrade server
|
||||||
|
Resolves: #1981518
|
||||||
|
|
||||||
* Tue Jun 1 2021 Filip Januš <fjanus@redhat.com> 12.7-1
|
* Tue Jun 1 2021 Filip Januš <fjanus@redhat.com> 12.7-1
|
||||||
- Update to 12.7
|
- Update to 12.7
|
||||||
Resolves: #1964510
|
Resolves: #1964511
|
||||||
Fix: CVE-2021-32027,CVE-2021-32028
|
Fix: CVE-2021-32027,CVE-2021-32028
|
||||||
|
|
||||||
* Tue Nov 17 2020 Patrik Novotný <panovotn@redhat.com> - 12.5-1
|
* Tue Nov 17 2020 Patrik Novotný <panovotn@redhat.com> - 12.5-1
|
||||||
|
Loading…
Reference in New Issue
Block a user