FreeBSD Bugzilla – Attachment 207204 Details for
Bug 240345
databases/mysqlwsrep56-server: Release 5.6.45-25.27
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to MySQL-wsrep 5.6.45-25.27
mysqlwsrep56-5.6.45-25.27.patch (text/plain), 2.66 KB, created by
Teemu Ollakka
on 2019-09-05 08:32:17 UTC
(
hide
)
Description:
Update to MySQL-wsrep 5.6.45-25.27
Filename:
MIME Type:
Creator:
Teemu Ollakka
Created:
2019-09-05 08:32:17 UTC
Size:
2.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 510941) >+++ Makefile (working copy) >@@ -2,9 +2,9 @@ > # $FreeBSD$ > > PORTNAME= mysqlwsrep >-PORTVERSION?= 5.6.44 >+PORTVERSION?= 5.6.45 > DISTVERSIONPREFIX?= wsrep_ >-DISTVERSIONSUFFIX?= -25.26 >+DISTVERSIONSUFFIX?= -25.27 > PORTREVISION?= 1 > CATEGORIES= databases ipv6 > PKGNAMESUFFIX= 56-server >Index: distinfo >=================================================================== >--- distinfo (revision 510941) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1563525011 >-SHA256 (codership-mysql-wsrep-wsrep_5.6.44-25.26_GH0.tar.gz) = 4a3671ad6eb2a71585e16f9f9acbec14cbf27eead41cf0dc9c2c8bac448120fe >-SIZE (codership-mysql-wsrep-wsrep_5.6.44-25.26_GH0.tar.gz) = 32778456 >+TIMESTAMP = 1567524448 >+SHA256 (codership-mysql-wsrep-wsrep_5.6.45-25.27_GH0.tar.gz) = 670c622644a9a271db810b193eb7eea3693b5ec6e25c38a26e22cd1f4e551d73 >+SIZE (codership-mysql-wsrep-wsrep_5.6.45-25.27_GH0.tar.gz) = 32782117 > SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0 > SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032 >Index: files/patch-sql-common_client__authentication.cc >=================================================================== >--- files/patch-sql-common_client__authentication.cc (revision 510941) >+++ files/patch-sql-common_client__authentication.cc (nonexistent) >@@ -1,17 +0,0 @@ >-sql-common/client_authentication.cc:87:56: error: comparison between pointer and integer ('char *' and 'int') >- mysql->options.extension->server_public_key_path != '\0') >- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ >- >-Part of https://github.com/mysql/mysql-server/commit/db1bde79b1b4 >- >---- sql-common/client_authentication.cc.orig 2017-09-13 15:49:17 UTC >-+++ sql-common/client_authentication.cc >-@@ -84,7 +84,7 @@ RSA *rsa_init(MYSQL *mysql) >- >- if (mysql->options.extension != NULL && >- mysql->options.extension->server_public_key_path != NULL && >-- mysql->options.extension->server_public_key_path != '\0') >-+ mysql->options.extension->server_public_key_path[0] != '\0') >- { >- pub_key_file= fopen(mysql->options.extension->server_public_key_path, >- "r"); > >Property changes on: files/patch-sql-common_client__authentication.cc >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 240345
: 207204