FreeBSD Bugzilla – Attachment 214480 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
mysql_fdw.patches (text/plain), 2.13 KB, created by
Martin Birgmeier
on 2020-05-14 08:34:31 UTC
(
hide
)
Description:
patches to upgrade postgresql-mysql_fdw from 2.5.1 to 2.5.3
Filename:
MIME Type:
Creator:
Martin Birgmeier
Created:
2020-05-14 08:34:31 UTC
Size:
2.13 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-13 21:21:30.391222000 +0200 >@@ -0,0 +1,13 @@ >+See https://github.com/EnterpriseDB/mysql_fdw/pull/190/commits/043a77c9b4a600f0884b4e50ee05be68c3c731e7, add support for binary / varbinary >+--- ./mysql_fdw.c.ORIG 2019-09-28 08:02:16.000000000 +0200 >++++ ./mysql_fdw.c 2020-05-13 21:07:32.069351000 +0200 >+@@ -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
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