15.8
(cherry picked from commit 4cb6ddf963416c1ccb5ecdaa61b0b7054d047cae)
This commit is contained in:
parent
0926dbbecf
commit
5dbbb4ae92
Binary file not shown.
@ -1 +0,0 @@
|
||||
a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8 postgresql-14.11.tar.bz2
|
||||
7
postgresql-14.13.tar.bz2
Normal file
7
postgresql-14.13.tar.bz2
Normal file
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head><title>404 Not Found</title></head>
|
||||
<body>
|
||||
<center><h1>404 Not Found</h1></center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
||||
1
postgresql-14.13.tar.bz2.sha256
Normal file
1
postgresql-14.13.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56 postgresql-14.13.tar.bz2
|
||||
@ -1 +0,0 @@
|
||||
8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb postgresql-15.6.tar.bz2
|
||||
Binary file not shown.
Binary file not shown.
1
postgresql-15.8.tar.bz2.sha256
Normal file
1
postgresql-15.8.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a postgresql-15.8.tar.bz2
|
||||
@ -6,8 +6,8 @@ RHBZ#948933).
|
||||
diff -up postgresql-13.1/doc/src/sgml/man1/ecpg.1.patch6 postgresql-13.1/doc/src/sgml/man1/ecpg.1
|
||||
--- postgresql-13.1/doc/src/sgml/man1/ecpg.1.patch6 2020-11-09 23:38:03.000000000 +0100
|
||||
+++ postgresql-13.1/doc/src/sgml/man1/ecpg.1 2020-11-18 09:26:40.547324791 +0100
|
||||
@@ -81,6 +81,11 @@ ORACLE\&.
|
||||
Define a C preprocessor symbol\&.
|
||||
@@ -86,6 +86,11 @@
|
||||
1\&.
|
||||
.RE
|
||||
.PP
|
||||
+\fB\-h \fR
|
||||
@ -18,7 +18,7 @@ diff -up postgresql-13.1/doc/src/sgml/man1/ecpg.1.patch6 postgresql-13.1/doc/src
|
||||
\fB\-h\fR
|
||||
.RS 4
|
||||
Process header files\&. When this option is specified, the output file extension becomes
|
||||
@@ -144,6 +149,11 @@ Allow question mark as placeholder for c
|
||||
@@ -149,6 +154,11 @@
|
||||
.RE
|
||||
.RE
|
||||
.PP
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 15
|
||||
Version: %{majorversion}.6
|
||||
Version: %{majorversion}.8
|
||||
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}.11
|
||||
%global prevversion %{prevmajorversion}.13
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -160,9 +160,6 @@ postgresql-server sub-package.
|
||||
%package private-libs
|
||||
Summary: The shared libraries required only for this build of PostgreSQL server
|
||||
Group: Applications/Databases
|
||||
# for /sbin/ldconfig
|
||||
Requires(post): glibc
|
||||
Requires(postun): glibc
|
||||
|
||||
%description private-libs
|
||||
The postgresql-private-libs package provides the shared libraries for this
|
||||
@ -1140,6 +1137,7 @@ make -C postgresql-setup-%{setup_version} check
|
||||
%dir %{_datadir}/pgsql/contrib
|
||||
%dir %{_datadir}/pgsql/extension
|
||||
%{_datadir}/pgsql/extension/plpgsql*
|
||||
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
|
||||
%{_datadir}/pgsql/information_schema.sql
|
||||
%{_datadir}/pgsql/postgres.bki
|
||||
%{_datadir}/pgsql/snowball_create.sql
|
||||
@ -1297,6 +1295,9 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 09 2024 Funda Wang <fundawagn@yeah.net> - 15.8-1
|
||||
- update to 15.8 (CVE-2024-7348)
|
||||
|
||||
* Fri Mar 29 2024 xiejing <xiejing@kylinos.cn> - 15.6-1
|
||||
- update to 15.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user