diff --git a/.gitignore b/.gitignore index 014e0d6..7675211 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-13.3-US.pdf -SOURCES/postgresql-13.3.tar.bz2 +SOURCES/postgresql-13.5-US.pdf +SOURCES/postgresql-13.5.tar.bz2 SOURCES/postgresql-setup-8.5.tar.gz diff --git a/.rh-postgresql13-postgresql.metadata b/.rh-postgresql13-postgresql.metadata index 10aa7c9..da8e650 100644 --- a/.rh-postgresql13-postgresql.metadata +++ b/.rh-postgresql13-postgresql.metadata @@ -1,3 +1,3 @@ -0f1150c6be91f6fcfdd4d98b506da4f98c422534 SOURCES/postgresql-13.3-US.pdf -7a775f95367613ed5f7e4cd632586f9628475a92 SOURCES/postgresql-13.3.tar.bz2 +385045e9682000e631841889ba22898a6328d5ed SOURCES/postgresql-13.5-US.pdf +9321e2b01d1ffb15adae06945cb2c5f9dd671bc9 SOURCES/postgresql-13.5.tar.bz2 3f6ff4a7c424f15034b35380a8669b52d7fb3940 SOURCES/postgresql-setup-8.5.tar.gz diff --git a/SOURCES/postgresql-13.3.tar.bz2.sha256 b/SOURCES/postgresql-13.3.tar.bz2.sha256 deleted file mode 100644 index 7898d34..0000000 --- a/SOURCES/postgresql-13.3.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 postgresql-13.3.tar.bz2 diff --git a/SOURCES/postgresql-13.5.tar.bz2.sha256 b/SOURCES/postgresql-13.5.tar.bz2.sha256 new file mode 100644 index 0000000..834e50e --- /dev/null +++ b/SOURCES/postgresql-13.5.tar.bz2.sha256 @@ -0,0 +1 @@ +9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 postgresql-13.5.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 4940083..fb9a2e1 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -61,7 +61,7 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 13 -Version: %{majorversion}.3 +Version: %{majorversion}.5 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1217,6 +1217,11 @@ make -C postgresql-setup-%{setup_version} check %endif %changelog +* Mon Nov 29 2021 Filip Januš - 13.5-1 +- Update to 13.5 +- Resolves: CVE-2021-23214 +- Also fixes: CVE-2021-3677 + * Tue Jun 01 2021 Honza Horak - 13.3-1 - Update to 13.3 Resolves: CVE-2021-32027