import postgresql-13.3-1.module+el8.4.0+11254+85259292

This commit is contained in:
CentOS Sources 2021-06-09 12:49:40 +00:00 committed by Andrew Lukoshko
parent 7b7cc366bf
commit 343a4ea1fa
7 changed files with 15 additions and 10 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-12.6.tar.bz2
SOURCES/postgresql-13.2-US.pdf
SOURCES/postgresql-13.2.tar.bz2
SOURCES/postgresql-12.7.tar.bz2
SOURCES/postgresql-13.3-US.pdf
SOURCES/postgresql-13.3.tar.bz2
SOURCES/postgresql-setup-8.5.tar.gz

View File

@ -1,4 +1,4 @@
988d60b27a2dfefd37574cd2da2ce0b45a9ca207 SOURCES/postgresql-12.6.tar.bz2
571a555fc01a4388f8745ffafaf1b13035920b7d SOURCES/postgresql-13.2-US.pdf
fc40c06ee7f2fd5f4ee5af88c8502f06a44c8698 SOURCES/postgresql-13.2.tar.bz2
e7071caed1f31a0b6d7579ea66e00342e8ebe146 SOURCES/postgresql-12.7.tar.bz2
0f1150c6be91f6fcfdd4d98b506da4f98c422534 SOURCES/postgresql-13.3-US.pdf
7a775f95367613ed5f7e4cd632586f9628475a92 SOURCES/postgresql-13.3.tar.bz2
3f6ff4a7c424f15034b35380a8669b52d7fb3940 SOURCES/postgresql-setup-8.5.tar.gz

View File

@ -1 +0,0 @@
df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09 postgresql-12.6.tar.bz2

View File

@ -0,0 +1 @@
8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 postgresql-12.7.tar.bz2

View File

@ -1 +0,0 @@
5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc postgresql-13.2.tar.bz2

View File

@ -0,0 +1 @@
3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 postgresql-13.3.tar.bz2

View File

@ -59,7 +59,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.2
Version: %{majorversion}.3
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -71,7 +71,7 @@ Url: http://www.postgresql.org/
# 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;
# but update when bugs affecting pg_dump output are fixed.
%global prevversion 12.6
%global prevversion 12.7
%global prevmajorversion 12
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
@ -1222,6 +1222,11 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon May 31 2021 Filip Januš <fjanus@redhat.com> - 13.3-1
- Update to 13.3
Resolves: #1966338
Fix: CVE-2021-32027,CVE-2021-32028,CVE-2021-32029
* Tue Feb 16 2021 Honza Horak <hhorak@redhat.com> - 13.2-1
- Update to 13.2
Related: #1855776