aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2022-10-06 13:14:28 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2022-10-06 13:14:28 +0000
commit5eb002e7f2ff544d5442e398d59943340eb56383 (patch)
tree3f2a52379522b452416d7215719733a9e1b3313a
parent30e0d73cf2889d7890445e7f627143f9df1ce7c1 (diff)
downloadports-5eb002e7f2ff544d5442e398d59943340eb56383.tar.gz
ports-5eb002e7f2ff544d5442e398d59943340eb56383.zip
databases/postgresql15-*: update to 15.rc2
Several bug fixes were applied for PostgreSQL 15 during the RC 1 period. These include: Reverting the "optimized order of GROUP BY keys" feature. Fix behavior for the \g command in psql with multi-command strings. Fix memory leak in single-column sorts. Fix for behavior of PQsslAttribute libpq function. To upgrade to PostgreSQL 15 RC 2 from earlier versions of PostgreSQL, you will need to use a major version upgrade strategy, e.g. pg_upgrade or pg_dump / pg_restore. For more information, please visit the documentation section on upgrading. URL: https://www.postgresql.org/docs/15/static/upgrading.html Release notes: https://www.postgresql.org/about/news/postgresql-15-rc-2-released-2521/
-rw-r--r--databases/postgresql15-server/Makefile2
-rw-r--r--databases/postgresql15-server/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql15-server/Makefile b/databases/postgresql15-server/Makefile
index c879743cc4af..20fd7123bd38 100644
--- a/databases/postgresql15-server/Makefile
+++ b/databases/postgresql15-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= postgresql
-DISTVERSION?= 15rc1
+DISTVERSION?= 15rc2
# 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/postgresql15-server/distinfo b/databases/postgresql15-server/distinfo
index f2ae2f5d4b6d..446ca72c861c 100644
--- a/databases/postgresql15-server/distinfo
+++ b/databases/postgresql15-server/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664272247
-SHA256 (postgresql/postgresql-15rc1.tar.bz2) = 576476fab0d49f05f27625e1d6ed433e6e1358fabba92ae41780421e65fa7ad4
-SIZE (postgresql/postgresql-15rc1.tar.bz2) = 22415390
+SHA256 (postgresql/postgresql-15rc2.tar.bz2) = 11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23
+SIZE (postgresql/postgresql-15rc2.tar.bz2) = 22420528