summaryrefslogtreecommitdiff
path: root/databases/postgresql16-server
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2024-11-14 16:25:42 +0100
committerPalle Girgensohn <girgen@FreeBSD.org>2024-11-14 17:30:50 +0100
commit778499d5c21d30c2f04acd7b85cb311c8236534a (patch)
treee7de19f1b000db940f6d7388167b3a874a15feae /databases/postgresql16-server
parentsecurity/vuxml: Add CVEs for PostreSQL (diff)
databases/postgresql??-*: Update to latest versions
PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 Released! The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21. This release fixes 4 security vulnerabilities and over 35 bugs reported over the last several months. Also add XML back as an active default option due to popular demand. [1] Clean up the ports a bit. PR: 269115 [1] Release notes: https://www.postgresql.org/docs/release/ Security: a03636f4-a29f-11ef-af48-6cc21735f730 Security: 12e3feab-a29f-11ef-af48-6cc21735f730 Security: a61ef21b-a29e-11ef-af48-6cc21735f730 Security: 3831292b-a29d-11ef-af48-6cc21735f730
Diffstat (limited to 'databases/postgresql16-server')
-rw-r--r--databases/postgresql16-server/Makefile9
-rw-r--r--databases/postgresql16-server/distinfo6
-rw-r--r--databases/postgresql16-server/pkg-plist-client2
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/postgresql16-server/Makefile b/databases/postgresql16-server/Makefile
index 13bf3276257e..9e5f4590cf33 100644
--- a/databases/postgresql16-server/Makefile
+++ b/databases/postgresql16-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= postgresql
-DISTVERSION?= 16.4
+DISTVERSION?= 16.5
# 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
@@ -70,13 +70,12 @@ GROUPS= ${PG_GROUP}
SUB_FILES+= 502.pgsql
.endif
-OPTIONS_SUB= yes
-
MAKE_ENV+= PATH=${PREFIX}/bin:${PATH}
CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH}
.if defined(SERVER_ONLY)
OPTIONS_DEFINE= DTRACE LDAP TZDATA XML DOCS
+OPTIONS_DEFAULT+=XML
LDAP_DESC= Build with LDAP authentication support
TZDATA_DESC= Use internal timezone database
XML_DESC= Build with XML data type
@@ -118,7 +117,7 @@ CONFIGURE_ARGS+= --without-icu
.if !defined(SLAVE_ONLY)
-OPTIONS_DEFINE+= NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG DOCS
+OPTIONS_DEFINE+= NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG DOCS SSL
KRB5_DESC= Build with kerberos provider support
NLS_DESC= Use internationalized messages
PAM_DESC= Build with PAM Support
@@ -126,8 +125,6 @@ MIT_KRB5_DESC= Build with MIT kerberos support
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
GSSAPI_DESC= Build with GSSAPI support
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
-
-OPTIONS_DEFINE+= SSL
SSL_DESC= Build with OpenSSL support
OPTIONS_DEFAULT+= SSL
diff --git a/databases/postgresql16-server/distinfo b/databases/postgresql16-server/distinfo
index 04974993010a..5e5c9bc124aa 100644
--- a/databases/postgresql16-server/distinfo
+++ b/databases/postgresql16-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722892660
-SHA256 (postgresql/postgresql-16.4.tar.bz2) = 971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f
-SIZE (postgresql/postgresql-16.4.tar.bz2) = 24765786
+TIMESTAMP = 1731416622
+SHA256 (postgresql/postgresql-16.5.tar.bz2) = a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0
+SIZE (postgresql/postgresql-16.5.tar.bz2) = 24854528
diff --git a/databases/postgresql16-server/pkg-plist-client b/databases/postgresql16-server/pkg-plist-client
index 0ece905e787c..776d3a865d25 100644
--- a/databases/postgresql16-server/pkg-plist-client
+++ b/databases/postgresql16-server/pkg-plist-client
@@ -436,8 +436,10 @@ include/postgresql/server/foreign/fdwapi.h
include/postgresql/server/foreign/foreign.h
include/postgresql/server/funcapi.h
include/postgresql/server/getopt_long.h
+include/postgresql/server/jit/SectionMemoryManager.h
include/postgresql/server/jit/jit.h
include/postgresql/server/jit/llvmjit.h
+include/postgresql/server/jit/llvmjit_backport.h
include/postgresql/server/jit/llvmjit_emit.h
include/postgresql/server/lib/binaryheap.h
include/postgresql/server/lib/bipartite_match.h