diff --git a/.gitignore b/.gitignore index 261aaa2..b44b7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/postgresql-10.23.tar.bz2 -SOURCES/postgresql-12.15-US.pdf -SOURCES/postgresql-12.15.tar.bz2 +SOURCES/postgresql-12.17-US.pdf +SOURCES/postgresql-12.17.tar.bz2 SOURCES/postgresql-setup-8.7.tar.gz diff --git a/.postgresql.metadata b/.postgresql.metadata index 9016be6..56c9b9e 100644 --- a/.postgresql.metadata +++ b/.postgresql.metadata @@ -1,4 +1,4 @@ 2df7b4b3751112f3cb543c3ea81e45531bebc7a1 SOURCES/postgresql-10.23.tar.bz2 -76418f35de2b232cdd807bd3e6a7595136a161a0 SOURCES/postgresql-12.15-US.pdf -7c643aa8a57b8926158345da9881fc2cb0fd2d1f SOURCES/postgresql-12.15.tar.bz2 +f92ad89ebfbbaf25c1dd9d0d473ebd1fddf8bf5d SOURCES/postgresql-12.17-US.pdf +2fc3eda69a9d4b4f215428b77d70da0b83586f0d SOURCES/postgresql-12.17.tar.bz2 fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz diff --git a/SOURCES/postgresql-12.15.tar.bz2.sha256 b/SOURCES/postgresql-12.15.tar.bz2.sha256 deleted file mode 100644 index bd3cc87..0000000 --- a/SOURCES/postgresql-12.15.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36 postgresql-12.15.tar.bz2 diff --git a/SOURCES/postgresql-12.17.tar.bz2.sha256 b/SOURCES/postgresql-12.17.tar.bz2.sha256 new file mode 100644 index 0000000..f1d6073 --- /dev/null +++ b/SOURCES/postgresql-12.17.tar.bz2.sha256 @@ -0,0 +1 @@ +93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6 postgresql-12.17.tar.bz2 diff --git a/SOURCES/postgresql-external-libpq.patch b/SOURCES/postgresql-external-libpq.patch index ba7ef73..02ff13c 100644 --- a/SOURCES/postgresql-external-libpq.patch +++ b/SOURCES/postgresql-external-libpq.patch @@ -29,7 +29,7 @@ index b9d86ac..29df69f 100644 +libpq = -lpq # libpq_pgport is for use by client executables (not libraries) that use libpq. - # We force clients to pull symbols from the non-shared libraries libpgport + # We want clients to pull symbols from the non-shared libraries libpgport @@ -579,7 +579,6 @@ endif # Commonly used submake targets diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 5aeae8e..1cea8f0 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -59,7 +59,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 12 -Version: %{majorversion}.15 +Version: %{majorversion}.17 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1225,13 +1225,23 @@ make -C postgresql-setup-%{setup_version} check %changelog -* Mon Dec 11 2023 MSVSphere Packaging Team - 12.15-1 +* Mon Dec 11 2023 MSVSphere Packaging Team - 12.17-1 - Rebuilt for MSVSphere 8.8 -* Thu Jul 13 2023 Dominik Rehák - 12.15-1 -- Update to version 12.15 +* Tue Nov 28 2023 Dominik Rehák - 12.17-1 +- Update to version 12.17 + Resolves: RHEL-16081 + Fix: CVE-2023-5868, CVE-2023-5869, CVE-2023-5870 + +* Wed Jul 12 2023 Dominik Rehák - 12.15-3 - Update postgresql-setup to 8.7 (https://github.com/devexp-db/postgresql-setup/pull/35) -- Resolves: #2214583 + +* Tue Jul 11 2023 Dominik Rehák - 12.15-2 +- Fix PostgreSQL 10 version used in specfile + +* Mon Jun 12 2023 Dominik Rehák - 12.15-1 +- Resolves: #2207932 +- Update to version 12.15 * Fri Sep 30 2022 Filip Januš - 12.12-1 - Resolves: #2114732