Merge branch 'c8-stream-12' into a8-stream-12

This commit is contained in:
eabdullin 2024-02-26 10:32:10 +03:00
commit 23e169350f
6 changed files with 27 additions and 13 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-10.23.tar.bz2
SOURCES/postgresql-12.15-US.pdf
SOURCES/postgresql-12.15.tar.bz2
SOURCES/postgresql-12.17-US.pdf
SOURCES/postgresql-12.17.tar.bz2
SOURCES/postgresql-setup-8.7.tar.gz

View File

@ -1,4 +1,4 @@
2df7b4b3751112f3cb543c3ea81e45531bebc7a1 SOURCES/postgresql-10.23.tar.bz2
76418f35de2b232cdd807bd3e6a7595136a161a0 SOURCES/postgresql-12.15-US.pdf
7c643aa8a57b8926158345da9881fc2cb0fd2d1f SOURCES/postgresql-12.15.tar.bz2
7cc63d1d9c026cd0b5731f5e015c63c611ed5388 SOURCES/postgresql-12.17-US.pdf
2fc3eda69a9d4b4f215428b77d70da0b83586f0d SOURCES/postgresql-12.17.tar.bz2
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz

View File

@ -1 +0,0 @@
bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36 postgresql-12.15.tar.bz2

View File

@ -0,0 +1 @@
93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6 postgresql-12.17.tar.bz2

View File

@ -4,6 +4,12 @@ This patch is used on two places; postgresql.spec and libecpg.spec -- keep those
in sync!
Related: rhbz#1618698
Signed-Off-By: Tianyue Lan <tianyue.lan@oracle.com>
---
src/Makefile | 1 -
src/Makefile.global.in | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index bcdbd95..4bea236 100644
@ -18,10 +24,10 @@ index bcdbd95..4bea236 100644
backend/replication/pgoutput \
fe_utils \
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index b9d86ac..29df69f 100644
index a05f7ce..36be499 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -549,7 +549,7 @@ endif
@@ -546,7 +546,7 @@ endif
# How to link to libpq. (This macro may be used as-is by backend extensions.
# Client-side code should go through libpq_pgport or libpq_pgport_shlib,
# instead.)
@ -29,8 +35,8 @@ index b9d86ac..29df69f 100644
+libpq = -lpq
# libpq_pgport is for use by client executables (not libraries) that use libpq.
# We force clients to pull symbols from the non-shared libraries libpgport
@@ -579,7 +579,6 @@ endif
# We want clients to pull symbols from the non-shared libraries libpgport
@@ -589,7 +589,6 @@ endif
# Commonly used submake targets
submake-libpq: | submake-generated-headers
@ -39,5 +45,5 @@ index b9d86ac..29df69f 100644
submake-libpgport: | submake-generated-headers
$(MAKE) -C $(top_builddir)/src/port all
--
2.21.0
2.39.3

View File

@ -59,8 +59,8 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 12
Version: %{majorversion}.15
Release: 1%{?dist}.alma.1
Version: %{majorversion}.17
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well.
@ -1225,13 +1225,21 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Fri Dec 15 2023 Tianyue Lan <tianyue.lan@oracle.com> - 12.17-1
- Update to version 12.17
- Resolves: Fix: CVE-2023-5868, CVE-2023-5869, CVE-2023-5870, CVE-2023-39417
* Wed Nov 01 2023 Eduard Abdullin <eabdullin@almalinux.org> - 12.15-1.alma.1
- Update postgresql-setup version
* Tue Jul 11 2023 Dominik Rehák <drehak@redhat.com> - 12.15-2
- Fix PostgreSQL 10 version used in specfile
* Mon Jun 12 2023 Dominik Rehák <drehak@redhat.com> - 12.15-1
* Tue Aug 08 2023 David Sloboda <david.x.sloboda@oracle.com> - 12.15-1.0.1
- Fixed postgresql port binding issue during bootup [Orabug: 35103668]
* Tue Aug 08 2023 David Sloboda <david.x.sloboda@oracle.com> - 12.15-1
- Update postgresql-setup to 8.7 (https://github.com/devexp-db/postgresql-setup/pull/35)
- Resolves: #2207932
- Update to version 12.15