diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2023-11-09 15:37:31 +0100 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2023-11-09 16:09:19 +0100 |
| commit | a5d53f45faf9f85a1bbdf6113c6b456569a6757f (patch) | |
| tree | 0bd31ce21a6e56b81fd38df90f8b3d55fa5c8270 /databases/postgresql16-server | |
| parent | security/vuxml: add issues for PostgreSQL (diff) | |
databases/postgresql??-*: update to latest version
PostgreSQL 16.1, 15.5, 14.10, 13.13, 12.17, and 11.22 Released!
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 16.1, 15.5, 14.10, 13.13,
12.17, and 11.22 This release fixes three security vulnerabilities and
over 55 bugs reported over the last several months.
Release notes: https://www.postgresql.org/about/news/postgresql-161-155-1410-1313-1217-and-1122-released-2749/
Security: CVE-2023-5868, CVE-2023-5869, CVE-2023-5870
Security: 31f45d06-7f0e-11ee-94b4-6cc21735f730
Security: 0f445859-7f0e-11ee-94b4-6cc21735f730
Security: bbb18fcb-7f0d-11ee-94b4-6cc21735f730
Diffstat (limited to 'databases/postgresql16-server')
| -rw-r--r-- | databases/postgresql16-server/Makefile | 2 | ||||
| -rw-r--r-- | databases/postgresql16-server/distinfo | 6 | ||||
| -rw-r--r-- | databases/postgresql16-server/files/pkg-message-server.in | 2 | ||||
| -rw-r--r-- | databases/postgresql16-server/pkg-plist-client | 4 |
4 files changed, 9 insertions, 5 deletions
diff --git a/databases/postgresql16-server/Makefile b/databases/postgresql16-server/Makefile index c2d6bc82b169..bdd05e22ffbf 100644 --- a/databases/postgresql16-server/Makefile +++ b/databases/postgresql16-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 16.0 +DISTVERSION?= 16.1 # 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?= 0 diff --git a/databases/postgresql16-server/distinfo b/databases/postgresql16-server/distinfo index 567d7565166e..a3e9d5e6944b 100644 --- a/databases/postgresql16-server/distinfo +++ b/databases/postgresql16-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694555817 -SHA256 (postgresql/postgresql-16.0.tar.bz2) = df9e823eb22330444e1d48e52cc65135a652a6fdb3ce325e3f08549339f51b99 -SIZE (postgresql/postgresql-16.0.tar.bz2) = 24528207 +TIMESTAMP = 1699348859 +SHA256 (postgresql/postgresql-16.1.tar.bz2) = ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec +SIZE (postgresql/postgresql-16.1.tar.bz2) = 24605482 diff --git a/databases/postgresql16-server/files/pkg-message-server.in b/databases/postgresql16-server/files/pkg-message-server.in index 9bfbcc7b4a83..88e83f067edd 100644 --- a/databases/postgresql16-server/files/pkg-message-server.in +++ b/databases/postgresql16-server/files/pkg-message-server.in @@ -36,7 +36,7 @@ postgres:\ :tc=default: --- and run `cap_mkdb /etc/login.conf'. -Then add 'postgresql_class="postgres"' to /etc/rc.conf. +Then add 'postgresql_login_class="postgres"' to /etc/rc.conf. ====================================================================== diff --git a/databases/postgresql16-server/pkg-plist-client b/databases/postgresql16-server/pkg-plist-client index 3bc7c4c4c1df..fdcd7d7b20f4 100644 --- a/databases/postgresql16-server/pkg-plist-client +++ b/databases/postgresql16-server/pkg-plist-client @@ -1275,6 +1275,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_amcheck-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_config-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo @@ -1339,8 +1340,11 @@ man/man7/WITH.7.gz %%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_amcheck-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_dump-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-%%PG_VERSION%%.mo %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample |
