From ef5777b922138f79e55710dd4737180e7c9f6538 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 13 Feb 2024 20:49:31 +0100
Subject: [PATCH] postgresql-15: update to 15.6

---
 components/database/postgresql-15/postgresql15-developer.p5m     |    2 ++
 components/database/postgresql-15/manifests/sample-manifest.p5m  |    3 +++
 components/database/postgresql-15/Makefile                       |    5 ++---
 components/database/postgresql-15/postgresql15-documentation.p5m |    1 +
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/components/database/postgresql-15/Makefile b/components/database/postgresql-15/Makefile
index f572fa0..45ad846 100644
--- a/components/database/postgresql-15/Makefile
+++ b/components/database/postgresql-15/Makefile
@@ -23,12 +23,11 @@
 
 COMPONENT_NAME=		postgresql
 COMPONENT_MJR_VERSION=	15
-COMPONENT_MNR_VERSION=	5
+COMPONENT_MNR_VERSION=	6
 COMPONENT_VERSION=	$(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
-COMPONENT_REVISION=		1
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
-COMPONENT_ARCHIVE_HASH=	sha256:8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6
+COMPONENT_ARCHIVE_HASH=	sha256:8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb
 COMPONENT_ARCHIVE_URL=	https://ftp.postgresql.org/pub/source/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL=	https://www.postgresql.org
 COMPONENT_FMRI=			database/postgres-$(COMPONENT_MJR_VERSION)
diff --git a/components/database/postgresql-15/manifests/sample-manifest.p5m b/components/database/postgresql-15/manifests/sample-manifest.p5m
index f103f45..8668074 100644
--- a/components/database/postgresql-15/manifests/sample-manifest.p5m
+++ b/components/database/postgresql-15/manifests/sample-manifest.p5m
@@ -807,6 +807,7 @@
 file path=usr/postgres/15/doc/html/release-15-3.html
 file path=usr/postgres/15/doc/html/release-15-4.html
 file path=usr/postgres/15/doc/html/release-15-5.html
+file path=usr/postgres/15/doc/html/release-15-6.html
 file path=usr/postgres/15/doc/html/release-15.html
 file path=usr/postgres/15/doc/html/release-prior.html
 file path=usr/postgres/15/doc/html/release.html
@@ -1803,6 +1804,7 @@
 file path=usr/postgres/15/include/server/pgtime.h
 file path=usr/postgres/15/include/server/plperl.h
 file path=usr/postgres/15/include/server/plperl_helpers.h
+file path=usr/postgres/15/include/server/plperl_system.h
 file path=usr/postgres/15/include/server/plpgsql.h
 file path=usr/postgres/15/include/server/plpy_cursorobject.h
 file path=usr/postgres/15/include/server/plpy_elog.h
@@ -1817,6 +1819,7 @@
 file path=usr/postgres/15/include/server/plpy_typeio.h
 file path=usr/postgres/15/include/server/plpy_util.h
 file path=usr/postgres/15/include/server/plpython.h
+file path=usr/postgres/15/include/server/plpython_system.h
 file path=usr/postgres/15/include/server/port.h
 file path=usr/postgres/15/include/server/port/aix.h
 file path=usr/postgres/15/include/server/port/atomics.h
diff --git a/components/database/postgresql-15/postgresql15-developer.p5m b/components/database/postgresql-15/postgresql15-developer.p5m
index bced394..abe583e 100644
--- a/components/database/postgresql-15/postgresql15-developer.p5m
+++ b/components/database/postgresql-15/postgresql15-developer.p5m
@@ -587,6 +587,7 @@
 file path=usr/postgres/15/include/server/pgtime.h
 file path=usr/postgres/15/include/server/plperl.h
 file path=usr/postgres/15/include/server/plperl_helpers.h
+file path=usr/postgres/15/include/server/plperl_system.h
 file path=usr/postgres/15/include/server/plpgsql.h
 file path=usr/postgres/15/include/server/plpy_cursorobject.h
 file path=usr/postgres/15/include/server/plpy_elog.h
@@ -601,6 +602,7 @@
 file path=usr/postgres/15/include/server/plpy_typeio.h
 file path=usr/postgres/15/include/server/plpy_util.h
 file path=usr/postgres/15/include/server/plpython.h
+file path=usr/postgres/15/include/server/plpython_system.h
 file path=usr/postgres/15/include/server/port.h
 file path=usr/postgres/15/include/server/port/aix.h
 file path=usr/postgres/15/include/server/port/atomics.h
diff --git a/components/database/postgresql-15/postgresql15-documentation.p5m b/components/database/postgresql-15/postgresql15-documentation.p5m
index 5ccb6ca..1c53539 100644
--- a/components/database/postgresql-15/postgresql15-documentation.p5m
+++ b/components/database/postgresql-15/postgresql15-documentation.p5m
@@ -728,6 +728,7 @@
 file path=usr/postgres/15/doc/html/release-15-3.html
 file path=usr/postgres/15/doc/html/release-15-4.html
 file path=usr/postgres/15/doc/html/release-15-5.html
+file path=usr/postgres/15/doc/html/release-15-6.html
 file path=usr/postgres/15/doc/html/release-prior.html
 file path=usr/postgres/15/doc/html/release.html
 file path=usr/postgres/15/doc/html/replication-origins.html

--
Gitblit v1.9.3