diff --git a/download b/download index 82d2e2b5761a68faedc2079b4856b2dcf85cca24..437ec851865c775806b7b2689fac4916ad4b1315 100644 --- a/download +++ b/download @@ -1,5 +1,5 @@ -3d4d71cbb0da76f10d8c0417854e1510 postgresql-13.18.tar.bz2 -5c356bd8e284b213c6c3eb79fa227177 postgresql-13.18.tar.bz2.sha256 -32ff72267b16831d40b23632b4f46123 postgresql-15.10.tar.bz2 -4c7ee3f69572f8d9d2681005938fd7c8 postgresql-15.10.tar.bz2.sha256 +0aeec919b4a5976bf92c87aaaa442876 postgresql-13.20.tar.bz2 +4814ad86bb67bd5cb81bc80d4df4d590 postgresql-13.20.tar.bz2.sha256 +2b8236ac1b8ebad95f7c4414b2adcafd postgresql-15.12.tar.bz2 +c57dae63c7911b8170257123e3059581 postgresql-15.12.tar.bz2.sha256 84cea5ea978de8626a21ddced52be373 postgresql-setup-8.8.tar.gz diff --git a/postgresql-15.10-US.pdf b/postgresql-15.12-US.pdf similarity index 87% rename from postgresql-15.10-US.pdf rename to postgresql-15.12-US.pdf index 5522b68db191f4b081735b3ef7ded963a080b05e..d1af25cdaf210ac6e3f5bfab1e0f86552b7e1cf7 100644 Binary files a/postgresql-15.10-US.pdf and b/postgresql-15.12-US.pdf differ diff --git a/postgresql.spec b/postgresql.spec index 50aed4a49c93c76045e378d812cefcdec50976ff..e8e453ab6d67a15e969e8313faf6e8430aa1cf44 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -62,7 +62,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 15 -Version: %{majorversion}.10 +Version: %{majorversion}.12 Release: 1%{anolis_release}%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -75,7 +75,7 @@ Url: http://www.postgresql.org/ # that this be kept up with the latest minor release of the previous series; # but update when bugs affecting pg_dump output are fixed. %global prevmajorversion 13 -%global prevversion %{prevmajorversion}.18 +%global prevversion %{prevmajorversion}.20 %global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion} %global precise_version %{?epoch:%epoch:}%version-%release @@ -1232,9 +1232,13 @@ make -C postgresql-setup-%{setup_version} check %changelog -* Fri Dec 06 2024 Liwei Ge - 15.10-1.0.1 +* Fri Feb 21 2025 Liwei Ge - 15.12-1.0.1 - Disable spinlocks on loongarch64(Liwei Ge) +* Tue Feb 18 2025 Filip Janus - 15.12-1 +- Update to 15.12 +- Fix CVE-2025-1094 + * Thu Nov 21 2024 Lukas Javorsky - 15.10-1 - Update to 15.10 - Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979