From 708412f3a0cdc2aff7a3925f2351396d63921a79 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 19 Sep 2023 15:14:48 +0300 Subject: [PATCH] import postgresql-15.3-1.module+el9.2.0.z+19113+6f5d9d63 --- .gitignore | 4 ++-- .postgresql.metadata | 4 ++-- SOURCES/postgresql-15.2.tar.bz2.sha256 | 1 - SOURCES/postgresql-15.3.tar.bz2.sha256 | 1 + SPECS/postgresql.spec | 9 +++++++-- 5 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 SOURCES/postgresql-15.2.tar.bz2.sha256 create mode 100644 SOURCES/postgresql-15.3.tar.bz2.sha256 diff --git a/.gitignore b/.gitignore index 5c9d8e5..f706c8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/postgresql-13.7.tar.bz2 -SOURCES/postgresql-15.2-US.pdf -SOURCES/postgresql-15.2.tar.bz2 +SOURCES/postgresql-15.3-US.pdf +SOURCES/postgresql-15.3.tar.bz2 SOURCES/postgresql-setup-8.8.tar.gz diff --git a/.postgresql.metadata b/.postgresql.metadata index d48af4d..0adae81 100644 --- a/.postgresql.metadata +++ b/.postgresql.metadata @@ -1,4 +1,4 @@ cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2 -782baa9b34c7fc8cd487ef426fc4321c3f9e34a9 SOURCES/postgresql-15.2-US.pdf -8c7706a7ef267e49026434378836b76e4d4ad532 SOURCES/postgresql-15.2.tar.bz2 +bf0a4b13f68f49673281ea6c706a619a9f2543cb SOURCES/postgresql-15.3-US.pdf +a3888ef8f3a548a55b49429d9a076b19d5547899 SOURCES/postgresql-15.3.tar.bz2 c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz diff --git a/SOURCES/postgresql-15.2.tar.bz2.sha256 b/SOURCES/postgresql-15.2.tar.bz2.sha256 deleted file mode 100644 index 155528b..0000000 --- a/SOURCES/postgresql-15.2.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7 postgresql-15.2.tar.bz2 diff --git a/SOURCES/postgresql-15.3.tar.bz2.sha256 b/SOURCES/postgresql-15.3.tar.bz2.sha256 new file mode 100644 index 0000000..78eb7ad --- /dev/null +++ b/SOURCES/postgresql-15.3.tar.bz2.sha256 @@ -0,0 +1 @@ +ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932 postgresql-15.3.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 902a5c9..6250969 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -62,7 +62,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 15 -Version: %{majorversion}.2 +Version: %{majorversion}.3 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1226,9 +1226,14 @@ make -C postgresql-setup-%{setup_version} check %changelog -* Fri Jul 14 2023 MSVSphere Packaging Team - 15.2-1 +* Fri Jul 14 2023 MSVSphere Packaging Team - 15.3-1 - Rebuilt for MSVSphere 9.2 +* Wed Jun 14 2023 Masahiro Matsuya - 15.3-1 +- update to 15.3 +- Fixes CVE-2023-2454 and CVE-2023-2455 + Resolves: #2214875 + * Thu Feb 09 2023 Filip Janus - 15.2-1 - update to 15.2 - Resolves: #2128410