diff --git a/.gitignore b/.gitignore index 83079e7..387c832 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-12.5-US.pdf -SOURCES/postgresql-12.5.tar.bz2 +SOURCES/postgresql-12.7-US.pdf +SOURCES/postgresql-12.7.tar.bz2 SOURCES/postgresql-setup-8.4.tar.gz diff --git a/.rh-postgresql12-postgresql.metadata b/.rh-postgresql12-postgresql.metadata index 9278b80..2c1eedb 100644 --- a/.rh-postgresql12-postgresql.metadata +++ b/.rh-postgresql12-postgresql.metadata @@ -1,3 +1,3 @@ -3f094d4a9885bc059e57a29cbc8d50269ab4ad8a SOURCES/postgresql-12.5-US.pdf -031c42b26df6aa91351c02c336b9aa6111bf6c7e SOURCES/postgresql-12.5.tar.bz2 +6e89389266bafa63b78906c5f669afb445f3daa9 SOURCES/postgresql-12.7-US.pdf +e7071caed1f31a0b6d7579ea66e00342e8ebe146 SOURCES/postgresql-12.7.tar.bz2 f2112500abf4365fe968f1a7983fe174cca9e6f9 SOURCES/postgresql-setup-8.4.tar.gz diff --git a/SOURCES/postgresql-12.5.tar.bz2.sha256 b/SOURCES/postgresql-12.5.tar.bz2.sha256 deleted file mode 100644 index 7e7febf..0000000 --- a/SOURCES/postgresql-12.5.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95 postgresql-12.5.tar.bz2 diff --git a/SOURCES/postgresql-12.7.tar.bz2.sha256 b/SOURCES/postgresql-12.7.tar.bz2.sha256 new file mode 100644 index 0000000..7bbec0d --- /dev/null +++ b/SOURCES/postgresql-12.7.tar.bz2.sha256 @@ -0,0 +1 @@ +8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 postgresql-12.7.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 92a1c7f..98c8548 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -71,7 +71,7 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 12 -Version: %{majorversion}.5 +Version: %{majorversion}.7 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1191,6 +1191,11 @@ make -C postgresql-setup-%{setup_version} check %endif %changelog +* Tue Jun 01 2021 Honza Horak - 12.7-1 +- Update to 12.7 + Resolves: CVE-2021-32027 + Also fixes: CVE-2021-32028 CVE-2021-32029 + * Wed Nov 18 2020 Patrik Novotný - 12.5-1 - Rebase to upstream release 12.5 Resolves: CVE-2020-25695