diff --git a/.gitignore b/.gitignore index 8d027ba..2691c95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-12.9-US.pdf -SOURCES/postgresql-12.9.tar.bz2 +SOURCES/postgresql-12.11-US.pdf +SOURCES/postgresql-12.11.tar.bz2 SOURCES/postgresql-setup-8.4.tar.gz diff --git a/.rh-postgresql12-postgresql.metadata b/.rh-postgresql12-postgresql.metadata index d7bc679..2146133 100644 --- a/.rh-postgresql12-postgresql.metadata +++ b/.rh-postgresql12-postgresql.metadata @@ -1,3 +1,3 @@ -5d4ff6d35b993626da2d4b98ea4224a9d6a8894a SOURCES/postgresql-12.9-US.pdf -a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2 +a33e3d5bbdfdf221da2c5f08d8a8f64f8f09ee77 SOURCES/postgresql-12.11-US.pdf +9bfd227802565eb749bb2b5338afcca60c64acd9 SOURCES/postgresql-12.11.tar.bz2 f2112500abf4365fe968f1a7983fe174cca9e6f9 SOURCES/postgresql-setup-8.4.tar.gz diff --git a/SOURCES/postgresql-12.11.tar.bz2.sha256 b/SOURCES/postgresql-12.11.tar.bz2.sha256 new file mode 100644 index 0000000..929a351 --- /dev/null +++ b/SOURCES/postgresql-12.11.tar.bz2.sha256 @@ -0,0 +1 @@ +1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302 postgresql-12.11.tar.bz2 diff --git a/SOURCES/postgresql-12.9.tar.bz2.sha256 b/SOURCES/postgresql-12.9.tar.bz2.sha256 deleted file mode 100644 index 5eae283..0000000 --- a/SOURCES/postgresql-12.9.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce postgresql-12.9.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 71a4a3c..a0b6dee 100755 --- 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}.9 +Version: %{majorversion}.11 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1191,6 +1191,10 @@ make -C postgresql-setup-%{setup_version} check %endif %changelog +* Mon May 23 2022 Filip Janus - 12.11-1 +- Update to 12.11 +- Resolves: CVE-2022-1552 + * Tue Nov 16 2021 Filip Janus - 12.9-1 - Update to 12.9 - Resolves: #2024609