databases/mysqlwsrep57-server: Update to 5.7.39-25.31
Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.39-25.31/release-notes-mysql-wsrep-5.7.39-25.31.txt PR: 267487
This commit is contained in:
parent
6e17af8510
commit
9666e96daa
3 changed files with 7 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= mysqlwsrep
|
||||
PORTVERSION?= 5.7.38
|
||||
PORTVERSION?= 5.7.39
|
||||
DISTVERSIONPREFIX?= wsrep_
|
||||
DISTVERSIONSUFFIX?= -25.30
|
||||
DISTVERSIONSUFFIX?= -25.31
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES+= SF/boost/boost/1.59.0:boost
|
||||
|
@ -68,7 +68,8 @@ CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \
|
|||
-DWITH_ZLIB=system \
|
||||
-DINSTALL_MYSQLTESTDIR=0 \
|
||||
-DDOWNLOAD_BOOST=1 \
|
||||
-DWITH_WSREP=1
|
||||
-DWITH_WSREP=1 \
|
||||
-DWITH_INNODB_MEMCACHED=1
|
||||
|
||||
SHEBANG_FILES= scripts/*.pl* scripts/*.sh scripts/wsrep_sst_*
|
||||
|
||||
|
@ -178,12 +179,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
CXXFLAGS+= -Wno-c++11-narrowing
|
||||
.endif
|
||||
|
||||
# Ensure that assertions are not turned on in non-debug builds.
|
||||
.if !defined(WITH_DEBUG)
|
||||
CFLAGS+= -DNDEBUG
|
||||
CXXFLAGS+= -DNDEBUG
|
||||
.endif
|
||||
|
||||
# Plugin innodb_memcached requires -fcommon to avoid duplicate symbol linker
|
||||
# error with llmv11.
|
||||
.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1300109) || ${CHOSEN_COMPILER_TYPE} == gcc
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TIMESTAMP = 1660722832
|
||||
TIMESTAMP = 1666946605
|
||||
SHA256 (boost_1_59_0.tar.gz) = 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac
|
||||
SIZE (boost_1_59_0.tar.gz) = 83709983
|
||||
SHA256 (codership-mysql-wsrep-wsrep_5.7.38-25.30_GH0.tar.gz) = ccfa85642f186282821880e8719f982aa5111d02d76bb302ec52ff4ee854356a
|
||||
SIZE (codership-mysql-wsrep-wsrep_5.7.38-25.30_GH0.tar.gz) = 56615589
|
||||
SHA256 (codership-mysql-wsrep-wsrep_5.7.39-25.31_GH0.tar.gz) = 282dc6e6629dfe5a9dd0859be9588ff52b2e63cf616acac464f5e6c43bb6fa1e
|
||||
SIZE (codership-mysql-wsrep-wsrep_5.7.39-25.31_GH0.tar.gz) = 56884282
|
||||
SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0
|
||||
SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032
|
||||
|
|
|
@ -2,5 +2,3 @@ MySQL is a very fast, multi-threaded, multi-user and robust SQL
|
|||
(Structured Query Language) database server.
|
||||
|
||||
Modified to support replication using the Galera library.
|
||||
|
||||
See also: https://www.mysql.com/
|
||||
|
|
Loading…
Reference in a new issue