Date: Thu, 26 Feb 2026 14:29:00 +0000 From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a6361f4a3978 - main - databases/postgresql??-*: Update to latest version Message-ID: <69a058ac.25f0d.4c74bf0f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6361f4a39787740ae300170da7a74eeb752b7b0 commit a6361f4a39787740ae300170da7a74eeb752b7b0 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2026-02-26 12:37:52 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2026-02-26 14:28:49 +0000 databases/postgresql??-*: Update to latest version The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 18.3, 17.9, 16.13, 15.17, and 14.22. This is an out-of-cycle release that fixes several regressions reported after the last update release. Release notes: https://www.postgresql.org/about/news/postgresql-183-179-1613-1517-and-1422-released-3246/ https://wiki.postgresql.org/wiki/2026-02_Regression_Fixes --- databases/postgresql14-client/Makefile | 2 +- databases/postgresql14-contrib/Makefile | 2 +- databases/postgresql14-plperl/Makefile | 2 +- databases/postgresql14-plpython/Makefile | 2 +- databases/postgresql14-pltcl/Makefile | 2 +- databases/postgresql14-server/Makefile | 2 +- databases/postgresql14-server/distinfo | 6 +++--- databases/postgresql15-client/Makefile | 2 +- databases/postgresql15-contrib/Makefile | 2 +- databases/postgresql15-plperl/Makefile | 2 +- databases/postgresql15-plpython/Makefile | 2 +- databases/postgresql15-pltcl/Makefile | 2 +- databases/postgresql15-server/Makefile | 2 +- databases/postgresql15-server/distinfo | 6 +++--- databases/postgresql16-client/Makefile | 2 +- databases/postgresql16-contrib/Makefile | 2 +- databases/postgresql16-plperl/Makefile | 2 +- databases/postgresql16-plpython/Makefile | 2 +- databases/postgresql16-pltcl/Makefile | 2 +- databases/postgresql16-server/Makefile | 2 +- databases/postgresql16-server/distinfo | 6 +++--- databases/postgresql17-client/Makefile | 2 +- databases/postgresql17-contrib/Makefile | 2 +- databases/postgresql17-plperl/Makefile | 2 +- databases/postgresql17-plpython/Makefile | 2 +- databases/postgresql17-pltcl/Makefile | 2 +- databases/postgresql17-server/Makefile | 2 +- databases/postgresql17-server/distinfo | 6 +++--- databases/postgresql18-client/Makefile | 2 +- databases/postgresql18-contrib/Makefile | 2 +- databases/postgresql18-plperl/Makefile | 2 +- databases/postgresql18-plpython/Makefile | 2 +- databases/postgresql18-pltcl/Makefile | 2 +- databases/postgresql18-server/Makefile | 2 +- databases/postgresql18-server/distinfo | 6 +++--- 35 files changed, 45 insertions(+), 45 deletions(-) diff --git a/databases/postgresql14-client/Makefile b/databases/postgresql14-client/Makefile index 11359088451d..df7b3ee92a4d 100644 --- a/databases/postgresql14-client/Makefile +++ b/databases/postgresql14-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql14-contrib/Makefile b/databases/postgresql14-contrib/Makefile index cc49bb514af0..e60bf88b53b4 100644 --- a/databases/postgresql14-contrib/Makefile +++ b/databases/postgresql14-contrib/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -REVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql14-plperl/Makefile b/databases/postgresql14-plperl/Makefile index 64558c042265..3cb6e894c99e 100644 --- a/databases/postgresql14-plperl/Makefile +++ b/databases/postgresql14-plperl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, this port is used as master by the other plperl. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql14-plpython/Makefile b/databases/postgresql14-plpython/Makefile index 26645c55192b..47c468226bdc 100644 --- a/databases/postgresql14-plpython/Makefile +++ b/databases/postgresql14-plpython/Makefile @@ -1,7 +1,7 @@ PORTNAME= postgresql CATEGORIES= databases python # Keep the ?=, it is used as master by the other plpython ports. -PORTREVISION?= 1 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql14-pltcl/Makefile b/databases/postgresql14-pltcl/Makefile index 44b3c1cf1bfb..d7468f28f0ca 100644 --- a/databases/postgresql14-pltcl/Makefile +++ b/databases/postgresql14-pltcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, it is used by the other pltcl ports. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index 21128404f324..c276e7184afd 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,4 +1,4 @@ -DISTVERSION?= 14.21 +DISTVERSION?= 14.22 # 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/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index dd139b827a9c..4a61b639cdd7 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770716740 -SHA256 (postgresql/postgresql-14.21.tar.bz2) = 5b30f19347efff32b6e09ed2cdff0b04e9aee913ec9bb7414de2b7c17b17f1f9 -SIZE (postgresql/postgresql-14.21.tar.bz2) = 22535378 +TIMESTAMP = 1771928563 +SHA256 (postgresql/postgresql-14.22.tar.bz2) = f57938ad30067077720277f6d7db05aafc07d1545efd2ed82f199ba828a7ad34 +SIZE (postgresql/postgresql-14.22.tar.bz2) = 22534388 diff --git a/databases/postgresql15-client/Makefile b/databases/postgresql15-client/Makefile index 85ecd23d2055..7ece428a2873 100644 --- a/databases/postgresql15-client/Makefile +++ b/databases/postgresql15-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql15-contrib/Makefile b/databases/postgresql15-contrib/Makefile index 029971d32399..8d8803e14f03 100644 --- a/databases/postgresql15-contrib/Makefile +++ b/databases/postgresql15-contrib/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql15-plperl/Makefile b/databases/postgresql15-plperl/Makefile index 9460a1e7b67c..996289b0b187 100644 --- a/databases/postgresql15-plperl/Makefile +++ b/databases/postgresql15-plperl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, this port is used as master by the other plperl. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql15-plpython/Makefile b/databases/postgresql15-plpython/Makefile index c390f7bed4aa..5545b860c18b 100644 --- a/databases/postgresql15-plpython/Makefile +++ b/databases/postgresql15-plpython/Makefile @@ -1,7 +1,7 @@ PORTNAME= postgresql CATEGORIES= databases python # Keep the ?=, it is used as master by the other plpython ports. -PORTREVISION?= 1 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql15-pltcl/Makefile b/databases/postgresql15-pltcl/Makefile index 3da7763ea7d8..497032f0d07b 100644 --- a/databases/postgresql15-pltcl/Makefile +++ b/databases/postgresql15-pltcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, it is used by the other pltcl ports. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql15-server/Makefile b/databases/postgresql15-server/Makefile index f8dddea5f594..5c2fed7f8fc7 100644 --- a/databases/postgresql15-server/Makefile +++ b/databases/postgresql15-server/Makefile @@ -1,4 +1,4 @@ -DISTVERSION?= 15.16 +DISTVERSION?= 15.17 # 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 4afa19d30c4b..b39fa3c55f04 100644 --- a/databases/postgresql15-server/distinfo +++ b/databases/postgresql15-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770716757 -SHA256 (postgresql/postgresql-15.16.tar.bz2) = 695ee29a77be1f5010e10f3667696f29871587f7aa311eadc1f809bea287cf48 -SIZE (postgresql/postgresql-15.16.tar.bz2) = 23350381 +TIMESTAMP = 1771928564 +SHA256 (postgresql/postgresql-15.17.tar.bz2) = ae14f24c14727e0b2ded1c5553031666099bd1054db3ef44bfa6e2bd6d554a56 +SIZE (postgresql/postgresql-15.17.tar.bz2) = 23357238 diff --git a/databases/postgresql16-client/Makefile b/databases/postgresql16-client/Makefile index e258a7b3e917..538bb135dec0 100644 --- a/databases/postgresql16-client/Makefile +++ b/databases/postgresql16-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql16-contrib/Makefile b/databases/postgresql16-contrib/Makefile index e68f712cb309..cd8376580200 100644 --- a/databases/postgresql16-contrib/Makefile +++ b/databases/postgresql16-contrib/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql16-plperl/Makefile b/databases/postgresql16-plperl/Makefile index 16021221c1e7..11fb616ea16c 100644 --- a/databases/postgresql16-plperl/Makefile +++ b/databases/postgresql16-plperl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, this port is used as master by the other plperl. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql16-plpython/Makefile b/databases/postgresql16-plpython/Makefile index 4b9d332abe96..5f68bc60a927 100644 --- a/databases/postgresql16-plpython/Makefile +++ b/databases/postgresql16-plpython/Makefile @@ -1,7 +1,7 @@ PORTNAME= postgresql CATEGORIES= databases python # Keep the ?=, it is used as master by the other plpython ports. -PORTREVISION?= 1 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql16-pltcl/Makefile b/databases/postgresql16-pltcl/Makefile index 6356c01ad4b9..e0c84196b3c5 100644 --- a/databases/postgresql16-pltcl/Makefile +++ b/databases/postgresql16-pltcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, it is used by the other pltcl ports. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql16-server/Makefile b/databases/postgresql16-server/Makefile index a93ea275a752..72b2b4d377d4 100644 --- a/databases/postgresql16-server/Makefile +++ b/databases/postgresql16-server/Makefile @@ -1,4 +1,4 @@ -DISTVERSION?= 16.12 +DISTVERSION?= 16.13 # 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 a1dca8232e51..b6939042847d 100644 --- a/databases/postgresql16-server/distinfo +++ b/databases/postgresql16-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770716758 -SHA256 (postgresql/postgresql-16.12.tar.bz2) = b253ee949303ef5df00e24002600da4fb37e5ccfafa78718c6ea6a936b4d97f1 -SIZE (postgresql/postgresql-16.12.tar.bz2) = 25055882 +TIMESTAMP = 1771928565 +SHA256 (postgresql/postgresql-16.13.tar.bz2) = dc2ddbbd245c0265a689408e3d2f2f3f9ba2da96bd19318214b313cdd9797287 +SIZE (postgresql/postgresql-16.13.tar.bz2) = 25051306 diff --git a/databases/postgresql17-client/Makefile b/databases/postgresql17-client/Makefile index 9b287fddba31..2d8399f6d0fa 100644 --- a/databases/postgresql17-client/Makefile +++ b/databases/postgresql17-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql17-contrib/Makefile b/databases/postgresql17-contrib/Makefile index 001c798933c8..1a55a4cc9a46 100644 --- a/databases/postgresql17-contrib/Makefile +++ b/databases/postgresql17-contrib/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql17-plperl/Makefile b/databases/postgresql17-plperl/Makefile index 3e4936e25dae..1de271ecbaf0 100644 --- a/databases/postgresql17-plperl/Makefile +++ b/databases/postgresql17-plperl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, this port is used as master by the other plperl. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql17-plpython/Makefile b/databases/postgresql17-plpython/Makefile index de572c2ab87e..6fc9a43b1551 100644 --- a/databases/postgresql17-plpython/Makefile +++ b/databases/postgresql17-plpython/Makefile @@ -1,7 +1,7 @@ PORTNAME= postgresql CATEGORIES= databases python # Keep the ?=, it is used as master by the other plpython ports. -PORTREVISION?= 1 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql17-pltcl/Makefile b/databases/postgresql17-pltcl/Makefile index 8a52fd957a34..7759f6045000 100644 --- a/databases/postgresql17-pltcl/Makefile +++ b/databases/postgresql17-pltcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, it is used by the other pltcl ports. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql17-server/Makefile b/databases/postgresql17-server/Makefile index 1ce45c1f5c01..041ff655e4df 100644 --- a/databases/postgresql17-server/Makefile +++ b/databases/postgresql17-server/Makefile @@ -1,4 +1,4 @@ -DISTVERSION?= 17.8 +DISTVERSION?= 17.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 diff --git a/databases/postgresql17-server/distinfo b/databases/postgresql17-server/distinfo index 04d458440fc0..18c20f0f9982 100644 --- a/databases/postgresql17-server/distinfo +++ b/databases/postgresql17-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770716759 -SHA256 (postgresql/postgresql-17.8.tar.bz2) = a88d195dd93730452d0cfa1a11896720d6d1ba084bc2be7d7fc557fa4e4158a0 -SIZE (postgresql/postgresql-17.8.tar.bz2) = 21637088 +TIMESTAMP = 1771928567 +SHA256 (postgresql/postgresql-17.9.tar.bz2) = 3b9a62538a8da151e807a3ddb1198e8605f2032544d78f403ae883d27ecf1ee4 +SIZE (postgresql/postgresql-17.9.tar.bz2) = 21648916 diff --git a/databases/postgresql18-client/Makefile b/databases/postgresql18-client/Makefile index 5dabf9060252..a8997543b326 100644 --- a/databases/postgresql18-client/Makefile +++ b/databases/postgresql18-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql18-contrib/Makefile b/databases/postgresql18-contrib/Makefile index 63ab398118a1..9a73e8733994 100644 --- a/databases/postgresql18-contrib/Makefile +++ b/databases/postgresql18-contrib/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql18-plperl/Makefile b/databases/postgresql18-plperl/Makefile index e9b808311720..9a5f3dbff77b 100644 --- a/databases/postgresql18-plperl/Makefile +++ b/databases/postgresql18-plperl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, this port is used as master by the other plperl. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql18-plpython/Makefile b/databases/postgresql18-plpython/Makefile index 0dcbdb2a2693..435c54cdbc2e 100644 --- a/databases/postgresql18-plpython/Makefile +++ b/databases/postgresql18-plpython/Makefile @@ -1,7 +1,7 @@ PORTNAME= postgresql CATEGORIES= databases python # Keep the ?=, it is used as master by the other plpython ports. -PORTREVISION?= 1 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql18-pltcl/Makefile b/databases/postgresql18-pltcl/Makefile index e80188aed588..3510c70c4ec6 100644 --- a/databases/postgresql18-pltcl/Makefile +++ b/databases/postgresql18-pltcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, it is used by the other pltcl ports. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} diff --git a/databases/postgresql18-server/Makefile b/databases/postgresql18-server/Makefile index a098b6ddf7a8..d1482183291c 100644 --- a/databases/postgresql18-server/Makefile +++ b/databases/postgresql18-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 18.2 +DISTVERSION?= 18.3 # 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/postgresql18-server/distinfo b/databases/postgresql18-server/distinfo index 4cf44f5dd60e..f86b9e1581c6 100644 --- a/databases/postgresql18-server/distinfo +++ b/databases/postgresql18-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770716760 -SHA256 (postgresql/postgresql-18.2.tar.bz2) = 5245bd1b79700d55b8e0575be0325ef61e7bbef627e6a616e4cf36ad4687be36 -SIZE (postgresql/postgresql-18.2.tar.bz2) = 22492584 +TIMESTAMP = 1771928568 +SHA256 (postgresql/postgresql-18.3.tar.bz2) = d95663fbbf3a80f81a9d98d895266bdcb74ba274bcc04ef6d76630a72dee016f +SIZE (postgresql/postgresql-18.3.tar.bz2) = 22497924home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a058ac.25f0d.4c74bf0f>
