Date: Sun, 20 Oct 2024 20:03:48 GMT From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6be377d101bf - main - databases/postgresql-mysql_fdw: Upgrade from REL-2_9_1 to REL-2_9_2 Message-ID: <202410202003.49KK3mZ8029164@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=6be377d101bfc99bfe92a9fa78d39f1a533d949d commit 6be377d101bfc99bfe92a9fa78d39f1a533d949d Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2024-10-20 20:02:28 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2024-10-20 20:02:28 +0000 databases/postgresql-mysql_fdw: Upgrade from REL-2_9_1 to REL-2_9_2 Changelog: * Support for PostgreSQL 17 and upcoming EDB Postgres Advanced Server 17. * Add support for MYSQL_READ_DEFAULT_FILE option used to read connection details. * Fix server crash in left join with whole-row reference. * Map TIMESTAMP to TIMESTAMPTZ in IMPORT FOREIGN SCHEMA processing. * Set the session timezone to UTC on the MySQL connection. * Correct pushability of ScalarArrayOpExpr (ANY and ALL) and fix handling of the multidimensional array in its deparsing. * Refactor README.md file. * Remove support for v11. Taken from: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_9_2 Sponsored by: P. Variablis --- databases/postgresql-mysql_fdw/Makefile | 2 +- databases/postgresql-mysql_fdw/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index 24d3b820d10b..15a989e99e8b 100644 --- a/databases/postgresql-mysql_fdw/Makefile +++ b/databases/postgresql-mysql_fdw/Makefile @@ -1,6 +1,6 @@ PORTNAME= mysql_fdw DISTVERSIONPREFIX= REL- -DISTVERSION= 2_9_1 +DISTVERSION= 2_9_2 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/postgresql-mysql_fdw/distinfo b/databases/postgresql-mysql_fdw/distinfo index 747b9011e9e6..91cdcbe338f1 100644 --- a/databases/postgresql-mysql_fdw/distinfo +++ b/databases/postgresql-mysql_fdw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716274568 -SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_1_GH0.tar.gz) = 26e8dc2012de6151450fbf2a5cd591a3d5b8a52b1e3ec0600b14a4a6b4a06b54 -SIZE (EnterpriseDB-mysql_fdw-REL-2_9_1_GH0.tar.gz) = 168896 +TIMESTAMP = 1729450900 +SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_2_GH0.tar.gz) = dae56fc82801d68d97e7cecf48dfade9c6ba7cadc3439227c2cf28bcb142e820 +SIZE (EnterpriseDB-mysql_fdw-REL-2_9_2_GH0.tar.gz) = 172937
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410202003.49KK3mZ8029164>