forked from Lainports/freebsd-ports
databases/mysqlwsrep56-server: upgrade 5.6.44-25.26 -> 5.6.45-25.27
PR: 240345 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com> Relnotes: http://releases.galeracluster.com/mysql-wsrep-5.6.45-25.27/release-notes-mysql-wsrep-5.6.45-25.27.txt
This commit is contained in:
parent
572903fb3c
commit
e95cd2ee46
4 changed files with 6 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
MySQL built with WSREP patch to support replication using the Galera library.
|
||||
|
||||
WWW: http://www.galeracluster.com/
|
||||
WWW: https://galeracluster.com/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue