Compare commits
10 Commits
2b9f5da15d
...
d5f704f661
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5f704f661 | ||
|
|
da88f92628 | ||
|
|
a2056de9f1 | ||
|
|
0f379501b1 | ||
|
|
62371bc3b3 | ||
|
|
5dbbb4ae92 | ||
|
|
0926dbbecf | ||
|
|
f6946b345d | ||
|
|
837c3458df | ||
|
|
0e97ac0248 |
Binary file not shown.
1
postgresql-14.15.tar.bz2.sha256
Normal file
1
postgresql-14.15.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
02e891e314b4e9ee24cbd78028dab7c73f9c1ba3e30835bcbef71fe220401fc5 postgresql-14.15.tar.bz2
|
||||
@ -1 +0,0 @@
|
||||
b1fe3ba9b1a7f3a9637dd1656dfdad2889016073fd4d35f13b50143cbbb6a8ef postgresql-14.9.tar.bz2
|
||||
Binary file not shown.
Binary file not shown.
1
postgresql-15.10.tar.bz2.sha256
Normal file
1
postgresql-15.10.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573 postgresql-15.10.tar.bz2
|
||||
@ -1 +0,0 @@
|
||||
baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9 postgresql-15.4.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
|
||||
|
||||
Binary file not shown.
BIN
postgresql-setup-8.9.tar.gz
Normal file
BIN
postgresql-setup-8.9.tar.gz
Normal file
Binary file not shown.
@ -31,7 +31,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 15
|
||||
Version: %{majorversion}.4
|
||||
Version: %{majorversion}.10
|
||||
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}.9
|
||||
%global prevversion %{prevmajorversion}.15
|
||||
%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
|
||||
|
||||
@ -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,21 @@ 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)
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Nov 14 2023 dillon chen <dillon.chen@gmail.com> - 15.5-1
|
||||
- update to 15.5
|
||||
|
||||
* Fri Aug 11 2023 Funda Wang <fundawang@yeah.net> - 15.4-1
|
||||
- update to 15.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user