diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2024-02-07 16:10:44 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2024-02-08 21:28:36 +0000 |
commit | 6fa897631d45dd11a5b1fcea5993590f9ccbef48 (patch) | |
tree | c1d877648d0a24f42ea18953be0d49190ea0cd1d /databases/postgresql15-server | |
parent | 22c09215c08ff9ff04e5d6449bebab7638156aee (diff) | |
download | ports-6fa897631d45dd11a5b1fcea5993590f9ccbef48.tar.gz ports-6fa897631d45dd11a5b1fcea5993590f9ccbef48.zip |
databases/postgresql??-*: Update to latest version
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 16.2, 15.6, 14.11, 13.14,
and 12.18. This release fixes one security vulnerability and over 65
bugs reported over the last several months.
If you use GIN indexes, you may need to reindex after updating to this
release. Please see the release notes for more information.
URL: https://www.postgresql.org/about/news/postgresql-162-156-1411-1314-and-1218-released-2807/
Release notes: https://www.postgresql.org/docs/release/
Security: 19e6dd1b-c6a5-11ee-9cd0-6cc21735f730
Diffstat (limited to 'databases/postgresql15-server')
-rw-r--r-- | databases/postgresql15-server/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql15-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql15-server/pkg-plist-plperl | 1 | ||||
-rw-r--r-- | databases/postgresql15-server/pkg-plist-plpython | 1 |
4 files changed, 7 insertions, 5 deletions
diff --git a/databases/postgresql15-server/Makefile b/databases/postgresql15-server/Makefile index a984c109a57b..73cdb6c2b2da 100644 --- a/databases/postgresql15-server/Makefile +++ b/databases/postgresql15-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 15.5 +DISTVERSION?= 15.6 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 4 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql15-server/distinfo b/databases/postgresql15-server/distinfo index 0501a34076e9..b23b22c9acc4 100644 --- a/databases/postgresql15-server/distinfo +++ b/databases/postgresql15-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699348858 -SHA256 (postgresql/postgresql-15.5.tar.bz2) = 8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6 -SIZE (postgresql/postgresql-15.5.tar.bz2) = 23091780 +TIMESTAMP = 1707301241 +SHA256 (postgresql/postgresql-15.6.tar.bz2) = 8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb +SIZE (postgresql/postgresql-15.6.tar.bz2) = 23093967 diff --git a/databases/postgresql15-server/pkg-plist-plperl b/databases/postgresql15-server/pkg-plist-plperl index 865e061d1efc..d2b1c7fd3143 100644 --- a/databases/postgresql15-server/pkg-plist-plperl +++ b/databases/postgresql15-server/pkg-plist-plperl @@ -1,5 +1,6 @@ include/postgresql/server/plperl.h include/postgresql/server/plperl_helpers.h +include/postgresql/server/plperl_system.h include/postgresql/server/ppport.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control diff --git a/databases/postgresql15-server/pkg-plist-plpython b/databases/postgresql15-server/pkg-plist-plpython index 127072f6e5cd..23631de669b7 100644 --- a/databases/postgresql15-server/pkg-plist-plpython +++ b/databases/postgresql15-server/pkg-plist-plpython @@ -11,6 +11,7 @@ include/postgresql/server/plpy_subxactobject.h include/postgresql/server/plpy_typeio.h include/postgresql/server/plpy_util.h include/postgresql/server/plpython.h +include/postgresql/server/plpython_system.h %%DOCSDIR%%/README-plpython %%PYTHON2%%lib/postgresql/plpython2.so %%PYTHON3%%lib/postgresql/plpython3.so |