summaryrefslogtreecommitdiff
path: root/databases/postgresql14-server/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2023-08-10 15:55:07 +0200
committerPalle Girgensohn <girgen@FreeBSD.org>2023-08-10 16:13:24 +0200
commit3554a40b0542d6b01a2a92dc78323880ac5aba3c (patch)
tree0f00a1d77a5c53f7baa0d6c48cb6c7a2b8e85e0c /databases/postgresql14-server/Makefile
parentsecurity/vuxml: Add CVEs for PostgreSQL (diff)
databases/postgresql??-*: Update to latest versions.
PostgreSQL 15.4, 14.9, 13.12, 12.16, 11.21, and PostgreSQL 16 Beta 3 Released. The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 15.4, 14.9, 13.12, 12.16, and 11.21, as well as the third beta release of PostgreSQL 16. This release fixes two security vulnerabilities and over 40 bugs reported over the last several months. If you use BRIN indexes to look up NULL values, you will need to reindex them after upgrading to this release. On PostgreSQL 12 and above, you can use REINDEX CONCURRENTLY to avoid blocking writes to the affected index and table, for example: REINDEX INDEX CONCURRENTLY your_index_name; Also, remove the patch for postgresql.conf.sample suggesting to turn off update_process_title [1], since it is no longer a problem. Release notes: https://www.postgresql.org/about/news/postgresql-154-149-1312-1216-1121-and-postgresql-16-beta-3-released-2689/ [1]: https://commitfest.postgresql.org/19/1715/
Diffstat (limited to 'databases/postgresql14-server/Makefile')
-rw-r--r--databases/postgresql14-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile
index 32e9c386dbd5..1391498a64f5 100644
--- a/databases/postgresql14-server/Makefile
+++ b/databases/postgresql14-server/Makefile
@@ -1,4 +1,4 @@
-DISTVERSION?= 14.8
+DISTVERSION?= 14.9
# 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