mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
databases/mysql57-{client, server}: Update to 5.7.24
Delete merged-to-upstream FreeBSD patches, edit half-merged ones. Upstream bugfixes: Regression of Bug #27753193 (segfault on ALTER TABLE adding primary key, InnoDB) Query interruption during a lock wait caused an error: Bug #28068293 Raised assertion during an OPTIMIZE TABLE operation for InnoDB: Bug #27753193 More info on update: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-24.html PR: 232685 Reported by: Markus Kohlmeyer <rootservice@gmail.com> Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
97a4339219
commit
61e60d6d52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483359
@ -1,11 +0,0 @@
|
||||
--- libmysql/authentication_ldap/CMakeLists.txt.orig 2018-03-04 13:40:40 UTC
|
||||
+++ libmysql/authentication_ldap/CMakeLists.txt
|
||||
@@ -54,7 +54,7 @@ ENDIF()
|
||||
IF (CMAKE_SYSTEM_NAME MATCHES "SunOS")
|
||||
SET(SASL_LIBRARY "sasl")
|
||||
ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
- SET(SASL_LIBRARY "-L/usr/local/lib -R/usr/local/lib -lsasl2")
|
||||
+ SET(SASL_LIBRARY "-L/usr/local/lib -rpath /usr/local/lib -lsasl2")
|
||||
ELSE()
|
||||
SET(SASL_LIBRARY "sasl2")
|
||||
ENDIF ()
|
10
databases/mysql57-client/files/patch-mysys_mf__iocache2.c
Normal file
10
databases/mysql57-client/files/patch-mysys_mf__iocache2.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- mysys/mf_iocache2.c.orig 2018-10-28 11:22:04 UTC
|
||||
+++ mysys/mf_iocache2.c
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "mysys_priv.h"
|
||||
#include "my_sys.h"
|
||||
+#include "mysql/psi/mysql_file.h"
|
||||
#include <m_string.h>
|
||||
#include <stdarg.h>
|
||||
#include <m_ctype.h>
|
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mysql
|
||||
PORTVERSION= 5.7.23
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 5.7.24
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= MYSQL/MySQL-5.7
|
||||
PKGNAMESUFFIX?= 57-server
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1533936896
|
||||
SHA256 (mysql-boost-5.7.23.tar.gz) = d05700ec5c1c6dae9311059dc1713206c29597f09dbd237bf0679b3c6438e87a
|
||||
SIZE (mysql-boost-5.7.23.tar.gz) = 49025014
|
||||
TIMESTAMP = 1540720845
|
||||
SHA256 (mysql-boost-5.7.24.tar.gz) = b980dced9c9eb3385cca44870facc220504ca011196c5a19c2bfe43d3f5d6212
|
||||
SIZE (mysql-boost-5.7.24.tar.gz) = 49110448
|
||||
|
@ -1,18 +1,16 @@
|
||||
--- libmysql/authentication_ldap/CMakeLists.txt.orig 2017-07-20 22:54:16 UTC
|
||||
--- libmysql/authentication_ldap/CMakeLists.txt.orig 2018-10-04 05:48:22 UTC
|
||||
+++ libmysql/authentication_ldap/CMakeLists.txt
|
||||
@@ -52,8 +52,10 @@ ELSE ()
|
||||
SET(SASL_LIBRARY "sasl2")
|
||||
ENDIF ()
|
||||
@@ -106,11 +106,13 @@ ELSE()
|
||||
ENDIF()
|
||||
|
||||
-MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client
|
||||
- auth_ldap_sasl_client.cc log_client.cc
|
||||
- LINK_LIBRARIES ${SASL_LIBRARY}
|
||||
- MODULE_ONLY
|
||||
- MODULE_OUTPUT_NAME "authentication_ldap_sasl_client")
|
||||
MESSAGE(STATUS "SASL_LIBRARY = ${SASL_LIBRARY}")
|
||||
+IF (WITH_AUTHENTICATION_LDAP)
|
||||
+ MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client
|
||||
+ auth_ldap_sasl_client.cc log_client.cc
|
||||
+ LINK_LIBRARIES ${SASL_LIBRARY}
|
||||
+ MODULE_ONLY
|
||||
+ MODULE_OUTPUT_NAME "authentication_ldap_sasl_client")
|
||||
+ENDIF()
|
||||
MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client
|
||||
auth_ldap_sasl_client.cc log_client.cc
|
||||
LINK_LIBRARIES ${SASL_LIBRARY}
|
||||
CLIENT_ONLY MODULE_ONLY
|
||||
MODULE_OUTPUT_NAME "authentication_ldap_sasl_client")
|
||||
+ENDIF ()
|
||||
|
||||
IF(WIN32)
|
||||
GET_FILENAME_COMPONENT(SASL_DLL_NAME ${SASL_LIBRARY_DLL} NAME)
|
||||
|
@ -1,11 +1,10 @@
|
||||
--- rapid/plugin/x/CMakeLists.txt.orig 2017-03-18 07:45:14 UTC
|
||||
+++ rapid/plugin/x/CMakeLists.txt
|
||||
@@ -92,14 +92,14 @@ ELSE()
|
||||
@@ -92,13 +92,14 @@ ELSE()
|
||||
${CMAKE_SOURCE_DIR}/include #temporary
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/mysql
|
||||
${CMAKE_CURRENT_BINARY_DIR}/generated
|
||||
- ${SSL_INCLUDE_DIRS}
|
||||
- ${ZLIB_INCLUDE_DIR}
|
||||
+ ${BOOST_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user