git: 5eb002e7f2ff - main - databases/postgresql15-*: update to 15.rc2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Oct 2022 13:16:14 UTC
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=5eb002e7f2ff544d5442e398d59943340eb56383 commit 5eb002e7f2ff544d5442e398d59943340eb56383 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2022-10-06 13:14:28 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2022-10-06 13:14:28 +0000 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/ --- databases/postgresql15-server/Makefile | 2 +- databases/postgresql15-server/distinfo | 4 ++-- 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