mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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
This commit is contained in:
parent
22c09215c0
commit
6fa897631d
@ -1,7 +1,7 @@
|
||||
DISTVERSION?= 12.17
|
||||
DISTVERSION?= 12.18
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699348855
|
||||
SHA256 (postgresql/postgresql-12.17.tar.bz2) = 93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6
|
||||
SIZE (postgresql/postgresql-12.17.tar.bz2) = 21181616
|
||||
TIMESTAMP = 1707301238
|
||||
SHA256 (postgresql/postgresql-12.18.tar.bz2) = 4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a
|
||||
SIZE (postgresql/postgresql-12.18.tar.bz2) = 21208935
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk
|
||||
%%DOCSDIR%%/README-plpython
|
||||
%%PYTHON2%%lib/postgresql/plpython2.so
|
||||
|
@ -1,7 +1,7 @@
|
||||
DISTVERSION?= 13.13
|
||||
DISTVERSION?= 13.14
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699348856
|
||||
SHA256 (postgresql/postgresql-13.13.tar.bz2) = 8af69c2599047a2ad246567d68ec4131aef116954d8c3e469e9789080b37a474
|
||||
SIZE (postgresql/postgresql-13.13.tar.bz2) = 21563452
|
||||
TIMESTAMP = 1707301284
|
||||
SHA256 (postgresql/postgresql-13.14.tar.bz2) = b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed
|
||||
SIZE (postgresql/postgresql-13.14.tar.bz2) = 21584146
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk
|
||||
%%DOCSDIR%%/README-plpython
|
||||
%%PYTHON2%%lib/postgresql/plpython2.so
|
||||
|
@ -1,7 +1,7 @@
|
||||
DISTVERSION?= 14.10
|
||||
DISTVERSION?= 14.11
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699348833
|
||||
SHA256 (postgresql/postgresql-14.10.tar.bz2) = c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399
|
||||
SIZE (postgresql/postgresql-14.10.tar.bz2) = 22298652
|
||||
TIMESTAMP = 1707301184
|
||||
SHA256 (postgresql/postgresql-14.11.tar.bz2) = a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8
|
||||
SIZE (postgresql/postgresql-14.11.tar.bz2) = 22354758
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk
|
||||
%%DOCSDIR%%/README-plpython
|
||||
%%PYTHON2%%lib/postgresql/plpython2.so
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,8 +1,8 @@
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 16.1
|
||||
DISTVERSION?= 16.2
|
||||
# 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?= 5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL/source/v${DISTVERSION}
|
||||
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699348859
|
||||
SHA256 (postgresql/postgresql-16.1.tar.bz2) = ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec
|
||||
SIZE (postgresql/postgresql-16.1.tar.bz2) = 24605482
|
||||
TIMESTAMP = 1707301242
|
||||
SHA256 (postgresql/postgresql-16.2.tar.bz2) = 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
|
||||
SIZE (postgresql/postgresql-16.2.tar.bz2) = 24711703
|
||||
|
@ -1,5 +1,6 @@
|
||||
include/postgresql/server/plperl.h
|
||||
include/postgresql/server/ppport.h
|
||||
include/postgresql/server/plperl_system.h
|
||||
%%DATADIR%%/extension/plperlu--1.0.sql
|
||||
%%DATADIR%%/extension/plperl.control
|
||||
%%DATADIR%%/extension/plperl--1.0.sql
|
||||
|
@ -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
|
||||
|
@ -1038,6 +1038,18 @@ lib/postgresql/utf8_and_win.so
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_upgrade-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Accra
|
||||
|
Loading…
Reference in New Issue
Block a user