import postgresql-13.3-2.module+el8.5.0+11832+e924f9ed
This commit is contained in:
parent
cb48c70354
commit
951f12d810
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-12.6.tar.bz2
|
SOURCES/postgresql-12.7.tar.bz2
|
||||||
SOURCES/postgresql-13.2-US.pdf
|
SOURCES/postgresql-13.3-US.pdf
|
||||||
SOURCES/postgresql-13.2.tar.bz2
|
SOURCES/postgresql-13.3.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.5.tar.gz
|
SOURCES/postgresql-setup-8.5.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
988d60b27a2dfefd37574cd2da2ce0b45a9ca207 SOURCES/postgresql-12.6.tar.bz2
|
e7071caed1f31a0b6d7579ea66e00342e8ebe146 SOURCES/postgresql-12.7.tar.bz2
|
||||||
571a555fc01a4388f8745ffafaf1b13035920b7d SOURCES/postgresql-13.2-US.pdf
|
0f1150c6be91f6fcfdd4d98b506da4f98c422534 SOURCES/postgresql-13.3-US.pdf
|
||||||
fc40c06ee7f2fd5f4ee5af88c8502f06a44c8698 SOURCES/postgresql-13.2.tar.bz2
|
7a775f95367613ed5f7e4cd632586f9628475a92 SOURCES/postgresql-13.3.tar.bz2
|
||||||
3f6ff4a7c424f15034b35380a8669b52d7fb3940 SOURCES/postgresql-setup-8.5.tar.gz
|
3f6ff4a7c424f15034b35380a8669b52d7fb3940 SOURCES/postgresql-setup-8.5.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09 postgresql-12.6.tar.bz2
|
|
1
SOURCES/postgresql-12.7.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-12.7.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 postgresql-12.7.tar.bz2
|
@ -1 +0,0 @@
|
|||||||
5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc postgresql-13.2.tar.bz2
|
|
1
SOURCES/postgresql-13.3.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.3.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 postgresql-13.3.tar.bz2
|
@ -59,8 +59,8 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 13
|
%global majorversion 13
|
||||||
Version: %{majorversion}.2
|
Version: %{majorversion}.3
|
||||||
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.
|
||||||
@ -71,7 +71,7 @@ Url: http://www.postgresql.org/
|
|||||||
# in-place upgrade of an old database. In most cases it will not be critical
|
# in-place upgrade of an old database. In most cases it will not be critical
|
||||||
# that this be kept up with the latest minor release of the previous series;
|
# that this be kept up with the latest minor release of the previous series;
|
||||||
# but update when bugs affecting pg_dump output are fixed.
|
# but update when bugs affecting pg_dump output are fixed.
|
||||||
%global prevversion 12.6
|
%global prevversion 12.7
|
||||||
%global prevmajorversion 12
|
%global prevmajorversion 12
|
||||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||||
@ -624,6 +624,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 \
|
||||||
@ -1222,6 +1225,15 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 13.3-2
|
||||||
|
- Enable ssl for upgrade server
|
||||||
|
Resolves: #1982697
|
||||||
|
|
||||||
|
* Mon May 31 2021 Filip Januš <fjanus@redhat.com> - 13.3-1
|
||||||
|
- Update to 13.3
|
||||||
|
Resolves: #1966339
|
||||||
|
Fix: CVE-2021-32027,CVE-2021-32028,CVE-2021-32029
|
||||||
|
|
||||||
* Tue Feb 16 2021 Honza Horak <hhorak@redhat.com> - 13.2-1
|
* Tue Feb 16 2021 Honza Horak <hhorak@redhat.com> - 13.2-1
|
||||||
- Update to 13.2
|
- Update to 13.2
|
||||||
Related: #1855776
|
Related: #1855776
|
||||||
|
Loading…
Reference in New Issue
Block a user