Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d5f704f661
!133 [sync] PR-130: update to 15.10
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-11-27 07:09:06 +00:00
Funda Wang
da88f92628 15.10
(cherry picked from commit 21600c64eae1132aba982794ac7316b2bc996add)
2024-11-27 12:23:52 +08:00
openeuler-ci-bot
a2056de9f1
!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
2024-11-19 09:06:51 +00:00
Funda Wang
0f379501b1 15.9
(cherry picked from commit 9656c01db18f3110e1a1c279125a07b3d22787de)
2024-11-18 17:34:01 +08:00
openeuler-ci-bot
62371bc3b3
!118 [sync] PR-114: Update to version 15.8
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-08-15 06:38:40 +00:00
Funda Wang
5dbbb4ae92 15.8
(cherry picked from commit 4cb6ddf963416c1ccb5ecdaa61b0b7054d047cae)
2024-08-13 16:21:26 +08:00
openeuler-ci-bot
0926dbbecf
!111 [sync] PR-109: update to 15.6
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-05-21 07:13:43 +00:00
xiejing
f6946b345d update to 15.6
(cherry picked from commit 3f2191da4cbf7f22409008c41347075bbef5ef60)
2024-04-01 16:40:46 +08:00
openeuler-ci-bot
837c3458df
!102 update to 15.5
From: @dillon_chen 
Reviewed-by: @zhengzhenyu 
Signed-off-by: @zhengzhenyu
2023-11-15 08:28:43 +00:00
dillon_chen
0e97ac0248 update to 15.5 2023-11-14 16:34:06 +08:00
11 changed files with 24 additions and 11 deletions

View File

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

View File

@ -1 +0,0 @@
b1fe3ba9b1a7f3a9637dd1656dfdad2889016073fd4d35f13b50143cbbb6a8ef postgresql-14.9.tar.bz2

View File

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

View File

@ -1 +0,0 @@
baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9 postgresql-15.4.tar.bz2

View File

@ -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

Binary file not shown.

View File

@ -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