Update to 5.6.48-25.30
PR: 247346 Submitted by: maintainer
This commit is contained in:
parent
87390b7440
commit
ac76198680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539529
4 changed files with 20 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysqlwsrep
|
||||
PORTVERSION?= 5.6.46
|
||||
PORTVERSION?= 5.6.48
|
||||
DISTVERSIONPREFIX?= wsrep_
|
||||
DISTVERSIONSUFFIX?= -25.28
|
||||
DISTVERSIONSUFFIX?= -25.30
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= 56-server
|
||||
|
@ -18,8 +18,6 @@ NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64
|
|||
NOT_FOR_ARCHS_REASON= error: Unsupported platform
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
lsof:sysutils/lsof \
|
||||
netcat:net/netcat \
|
||||
rsync:net/rsync \
|
||||
socat:net/socat
|
||||
LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4
|
||||
|
@ -34,6 +32,7 @@ USES= bison \
|
|||
cmake:noninja \
|
||||
compiler:c++11-lib \
|
||||
compiler:c11 \
|
||||
mysql:56 \
|
||||
libedit \
|
||||
perl5 \
|
||||
shebangfix \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1571904979
|
||||
SHA256 (codership-mysql-wsrep-wsrep_5.6.46-25.28_GH0.tar.gz) = b15b3ffdc357fec52f2a03be30164879ae69739755c8f61a7c99e6bc7046f02f
|
||||
SIZE (codership-mysql-wsrep-wsrep_5.6.46-25.28_GH0.tar.gz) = 32659765
|
||||
TIMESTAMP = 1591190921
|
||||
SHA256 (codership-mysql-wsrep-wsrep_5.6.48-25.30_GH0.tar.gz) = 10e9bf4a2daf7706c1c5cb4a2857d7d38f0deb4bb2599cff5b9930ad7de54290
|
||||
SIZE (codership-mysql-wsrep-wsrep_5.6.48-25.30_GH0.tar.gz) = 32703508
|
||||
SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0
|
||||
SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
--- storage/innobase/handler/i_s.cc.orig 2020-05-23 20:11:13 UTC
|
||||
+++ storage/innobase/handler/i_s.cc
|
||||
@@ -43,6 +43,10 @@ Created July 18, 2007 Vasil Dimov
|
||||
#include <sql_plugin.h>
|
||||
#include <mysql/innodb_priv.h>
|
||||
|
||||
+#include <string>
|
||||
+#include <sstream>
|
||||
+#include <iostream>
|
||||
+
|
||||
#include "btr0pcur.h"
|
||||
#include "btr0types.h"
|
||||
#include "dict0dict.h"
|
|
@ -29,6 +29,7 @@ bin/wsrep_sst_rsync
|
|||
bin/wsrep_sst_xtrabackup
|
||||
bin/wsrep_sst_xtrabackup-v2
|
||||
lib/mysql/plugin/adt_null.so
|
||||
lib/mysql/plugin/audit_log.so
|
||||
lib/mysql/plugin/auth.so
|
||||
lib/mysql/plugin/auth_pam.so
|
||||
lib/mysql/plugin/auth_test_plugin.so
|
||||
|
|
Loading…
Reference in a new issue