!125 [sync] PR-122: Update to version 15.9

Merge pull request !125 from openeuler-sync-bot/sync-pr122-master-to-openEuler-24.03-LTS-SP1
This commit is contained in:
openeuler-ci-bot 2024-11-19 09:06:51 +00:00 committed by Gitee
commit a2056de9f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
11 changed files with 8 additions and 12 deletions

View File

@ -1,7 +0,0 @@
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

View File

@ -1 +0,0 @@
59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56 postgresql-14.13.tar.bz2

BIN
postgresql-14.14.tar.bz2 Normal file

Binary file not shown.

View File

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

View File

@ -1 +0,0 @@
4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a postgresql-15.8.tar.bz2

View File

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

Binary file not shown.

BIN
postgresql-setup-8.9.tar.gz Normal file

Binary file not shown.

View File

@ -31,7 +31,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 15
Version: %{majorversion}.8
Version: %{majorversion}.9
Release: 1
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -40,11 +40,11 @@ License: PostgreSQL
Url: http://www.postgresql.org/
%global prevmajorversion 14
%global prevversion %{prevmajorversion}.13
%global prevversion %{prevmajorversion}.14
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
%global setup_version 8.8
%global setup_version 8.9
%global service_name postgresql.service
@ -1295,6 +1295,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* 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)
* Fri Aug 09 2024 Funda Wang <fundawagn@yeah.net> - 15.8-1
- update to 15.8 (CVE-2024-7348)