diff --git a/.gitignore b/.gitignore index b44b7ec..f8c84f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/postgresql-10.23.tar.bz2 -SOURCES/postgresql-12.17-US.pdf -SOURCES/postgresql-12.17.tar.bz2 +SOURCES/postgresql-12.18-US.pdf +SOURCES/postgresql-12.18.tar.bz2 SOURCES/postgresql-setup-8.7.tar.gz diff --git a/.postgresql.metadata b/.postgresql.metadata index 56c9b9e..b92d3ea 100644 --- a/.postgresql.metadata +++ b/.postgresql.metadata @@ -1,4 +1,4 @@ 2df7b4b3751112f3cb543c3ea81e45531bebc7a1 SOURCES/postgresql-10.23.tar.bz2 -f92ad89ebfbbaf25c1dd9d0d473ebd1fddf8bf5d SOURCES/postgresql-12.17-US.pdf -2fc3eda69a9d4b4f215428b77d70da0b83586f0d SOURCES/postgresql-12.17.tar.bz2 +86eb6dfec0a442693890f2ce133b03a2eae80637 SOURCES/postgresql-12.18-US.pdf +bfc52715c915561039ce3052c93df9e667c4e0b6 SOURCES/postgresql-12.18.tar.bz2 fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz diff --git a/SOURCES/postgresql-12.17.tar.bz2.sha256 b/SOURCES/postgresql-12.17.tar.bz2.sha256 deleted file mode 100644 index f1d6073..0000000 --- a/SOURCES/postgresql-12.17.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6 postgresql-12.17.tar.bz2 diff --git a/SOURCES/postgresql-12.18.tar.bz2.sha256 b/SOURCES/postgresql-12.18.tar.bz2.sha256 new file mode 100644 index 0000000..7b9e5d7 --- /dev/null +++ b/SOURCES/postgresql-12.18.tar.bz2.sha256 @@ -0,0 +1 @@ +4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a postgresql-12.18.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 1cea8f0..b3e14b4 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -59,7 +59,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 12 -Version: %{majorversion}.17 +Version: %{majorversion}.18 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1225,6 +1225,10 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Fri Feb 9 2024 Filip Janus - 12.18-1 +- Update to 12.18 +- Fix CVE-2024-0985 + * Mon Dec 11 2023 MSVSphere Packaging Team - 12.17-1 - Rebuilt for MSVSphere 8.8