(cherry picked from commit 21600c64eae1132aba982794ac7316b2bc996add)
This commit is contained in:
Funda Wang 2024-11-22 09:59:50 +08:00 committed by openeuler-sync-bot
parent a2056de9f1
commit da88f92628
8 changed files with 7 additions and 4 deletions

View File

@ -1 +0,0 @@
84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6 postgresql-14.14.tar.bz2

View File

@ -0,0 +1 @@
02e891e314b4e9ee24cbd78028dab7c73f9c1ba3e30835bcbef71fe220401fc5 postgresql-14.15.tar.bz2

View File

@ -0,0 +1 @@
55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573 postgresql-15.10.tar.bz2

View File

@ -1 +0,0 @@
74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783 postgresql-15.9.tar.bz2

View File

@ -31,7 +31,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 15
Version: %{majorversion}.9
Version: %{majorversion}.10
Release: 1
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -40,7 +40,7 @@ License: PostgreSQL
Url: http://www.postgresql.org/
%global prevmajorversion 14
%global prevversion %{prevmajorversion}.14
%global prevversion %{prevmajorversion}.15
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
@ -1295,6 +1295,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Fri Nov 22 2024 Funda Wang <fundawang@yeah.net> - 15.10-1
- update to 15.10
* Fri Nov 15 2024 Funda Wang <fundawang@yeah.net> - 15.9-1
- update to 15.9 (CVE-2024-10976, CVE-2024-10977, CVE-2024-10978, CVE-2024-10979)