Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 07:55:09 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: 47d11ad74f91 - main - databases/postgresql-mysql_fdw: Update from 2_9_2 to 2_9_3
Message-ID:  <202510060755.5967t9f5084260@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47d11ad74f91a599e9c0cb0c3d0b323bdd1de020

commit 47d11ad74f91a599e9c0cb0c3d0b323bdd1de020
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2025-10-06 07:53:25 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2025-10-06 07:53:25 +0000

    databases/postgresql-mysql_fdw: Update from 2_9_2 to 2_9_3
    
      Changelog:
    
        * Added support for PostgreSQL 18, upcoming Postgres Extended 18,
          and upcoming EDB Postgres Advanced Server 18.
    
        * Improved the handling of "NULL" values when executing parameterized
          queries or execution-timed parameters to prevent unpredictable behavior due
          to dangling pointers.
    
        * Changed behavior where internal parameters were pushed to the remote
          server, which could cause the server to crash. Internal parameters are no
          longer pushed to the remote server.
    
        * Remove support for PostgreSQL 12, Postgres Extended 12, and EDB Postgres
          Advanced Server 12.
    
      Taken from: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_9_3
    
      Please note, that PostgreSQL 13+ is no required.
---
 databases/postgresql-mysql_fdw/Makefile | 4 ++--
 databases/postgresql-mysql_fdw/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile
index 15a989e99e8b..b46c01d9cef0 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_2
+DISTVERSION=	2_9_3
 CATEGORIES=	databases
 PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
 
@@ -11,7 +11,7 @@ WWW=		https://github.com/EnterpriseDB/mysql_fdw
 LICENSE=	PostgreSQL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake mysql pgsql:11+
+USES=		gmake mysql pgsql:13+
 WANT_PGSQL=	server
 USE_GITHUB=	yes
 GH_ACCOUNT=	EnterpriseDB
diff --git a/databases/postgresql-mysql_fdw/distinfo b/databases/postgresql-mysql_fdw/distinfo
index 91cdcbe338f1..d7c4c4287ebb 100644
--- a/databases/postgresql-mysql_fdw/distinfo
+++ b/databases/postgresql-mysql_fdw/distinfo
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1759415744
+SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_3_GH0.tar.gz) = 8a40c586d385199da206bad2500be1abcf134311324f0a5cd5cf634d873d4fa4
+SIZE (EnterpriseDB-mysql_fdw-REL-2_9_3_GH0.tar.gz) = 173495


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510060755.5967t9f5084260>