FreeBSD Bugzilla – Attachment 214517 Details for
Bug 246462
rtld/dlopen incorrect resolution of symbols [RTLD_DEEPBIND]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patches to upgrade postgresql-mysql_fdw from 2.5.1 to 2.5.3, updated
postgresql-mysql_fdw.patches (text/plain), 2.75 KB, created by
Martin Birgmeier
on 2020-05-15 11:22:59 UTC
(
hide
)
Description:
patches to upgrade postgresql-mysql_fdw from 2.5.1 to 2.5.3, updated
Filename:
MIME Type:
Creator:
Martin Birgmeier
Created:
2020-05-15 11:22:59 UTC
Size:
2.75 KB
patch
obsolete
>--- ./databases/postgresql-mysql_fdw/distinfo.ORIG 2019-08-03 17:30:31.818792000 +0200 >+++ ./databases/postgresql-mysql_fdw/distinfo 2020-05-13 20:29:26.946154000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1564831233 >-SHA256 (EnterpriseDB-mysql_fdw-REL-2_5_1_GH0.tar.gz) = 8367ed71e76000d4ec9661cab7e12c3c8d0ecc887d6f677f7d448a5a35bbd96e >-SIZE (EnterpriseDB-mysql_fdw-REL-2_5_1_GH0.tar.gz) = 42615 >+TIMESTAMP = 1589394566 >+SHA256 (EnterpriseDB-mysql_fdw-REL-2_5_3_GH0.tar.gz) = 820e5bf1a55d64db91e4a5247f2859c2d485cc5eece28b6ad520e179e543e518 >+SIZE (EnterpriseDB-mysql_fdw-REL-2_5_3_GH0.tar.gz) = 42804 >--- ./databases/postgresql-mysql_fdw/files/XXXpatch-mysql-fdw.c.ORIG 2020-05-13 21:15:34.096261000 +0200 >+++ ./databases/postgresql-mysql_fdw/files/patch-mysql-fdw.c 2020-05-15 09:41:48.596781000 +0200 >@@ -0,0 +1,24 @@ >+--- ./mysql_fdw.c.ORIG 2019-09-28 08:02:16.000000000 +0200 >++++ ./mysql_fdw.c 2020-05-15 09:40:53.046859000 +0200 >+@@ -207,9 +207,9 @@ >+ bool >+ mysql_load_library(void) >+ { >+-#if defined(__APPLE__) || defined(__FreeBSD__) >++#if defined(__APPLE__) >+ /* >+- * Mac OS/BSD does not support RTLD_DEEPBIND, but it still >++ * Mac OS does not support RTLD_DEEPBIND, but it still >+ * works without the RTLD_DEEPBIND >+ */ >+ mysql_dll_handle = dlopen(_MYSQL_LIBNAME, RTLD_LAZY); >+@@ -1946,6 +1946,9 @@ >+ " WHEN c.DATA_TYPE = 'blob' THEN 'bytea'" >+ " WHEN c.DATA_TYPE = 'mediumblob' THEN 'bytea'" >+ " WHEN c.DATA_TYPE = 'longblob' THEN 'bytea'" >++ " WHEN c.DATA_TYPE = 'tinyblob' THEN 'bytea'" >++ " WHEN c.DATA_TYPE = 'binary' THEN 'bytea'" >++ " WHEN c.DATA_TYPE = 'varbinary' THEN 'bytea'" >+ " ELSE c.DATA_TYPE" >+ " END," >+ " c.COLUMN_TYPE," >--- ./databases/postgresql-mysql_fdw/Makefile.ORIG 2019-08-03 17:30:31.818164000 +0200 >+++ ./databases/postgresql-mysql_fdw/Makefile 2020-05-13 21:55:47.645096000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= mysql_fdw > DISTVERSIONPREFIX= REL- >-DISTVERSION= 2_5_1 >+DISTVERSION= 2_5_3 > CATEGORIES= databases > PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- > >@@ -13,7 +13,7 @@ > LICENSE= PostgreSQL > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= gmake pgsql:9.3-11 mysql >+USES= gmake pgsql:9.5-12 mysql > WANT_PGSQL= server > USE_GITHUB= yes > GH_ACCOUNT= EnterpriseDB >--- ./databases/postgresql-mysql_fdw/pkg-descr.ORIG 2019-08-03 17:30:31.819315000 +0200 >+++ ./databases/postgresql-mysql_fdw/pkg-descr 2020-05-14 20:21:42.003376000 +0200 >@@ -6,6 +6,6 @@ > Column push-down > Prepared Statment > Please note that this version of mysql_fdw works with PostgreSQL >-9.3, 9.4, 9.5, 9.6, 10, and 11. >+9.5, 9.6, 10, 11, and 12. > > WWW: https://github.com/EnterpriseDB/mysql_fdw
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246462
:
214480
| 214517 |
214850