diff --git a/.gitignore b/.gitignore index 6bae6dd..6f433db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-10.17-US.pdf -SOURCES/postgresql-10.17.tar.bz2 +SOURCES/postgresql-10.21-US.pdf +SOURCES/postgresql-10.21.tar.bz2 SOURCES/postgresql-setup-8.0.tar.gz diff --git a/.rh-postgresql10-postgresql.metadata b/.rh-postgresql10-postgresql.metadata index d4ee79d..e02834f 100644 --- a/.rh-postgresql10-postgresql.metadata +++ b/.rh-postgresql10-postgresql.metadata @@ -1,3 +1,3 @@ -af5b768bfb9fe2d6482a2ee46fbd9b21f07975c8 SOURCES/postgresql-10.17-US.pdf -479ec3bf2882a3188dd16ec92169c67e78995400 SOURCES/postgresql-10.17.tar.bz2 +61ea7cfac07012b663a169394f834065c7354dad SOURCES/postgresql-10.21-US.pdf +8ecd9d4592f91a6f36bf8e1ab4b1054f38fbe340 SOURCES/postgresql-10.21.tar.bz2 4c1a983d9317abe242af19631d8730f2ed2f6e56 SOURCES/postgresql-setup-8.0.tar.gz diff --git a/SOURCES/postgresql-10.17.tar.bz2.sha256 b/SOURCES/postgresql-10.17.tar.bz2.sha256 deleted file mode 100644 index f4a52a7..0000000 --- a/SOURCES/postgresql-10.17.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c postgresql-10.17.tar.bz2 diff --git a/SOURCES/postgresql-10.21.tar.bz2.sha256 b/SOURCES/postgresql-10.21.tar.bz2.sha256 new file mode 100644 index 0000000..9dfa861 --- /dev/null +++ b/SOURCES/postgresql-10.21.tar.bz2.sha256 @@ -0,0 +1 @@ +d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1 postgresql-10.21.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index da1937c..c99bc13 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -74,7 +74,7 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 10 -Version: %{majorversion}.17 +Version: %{majorversion}.21 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1228,6 +1228,10 @@ make -C postgresql-setup-%{setup_version} check %endif %changelog +* Mon May 23 2022 Filip Januš - 10.21-1 +- Update to 10.21 +- Resolves: CVE-2022-1552 + * Tue Jun 01 2021 Honza Horak - 10.17-1 - Update to 10.17 Resolves: CVE-2021-32027