summaryrefslogtreecommitdiff
path: root/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__configure.cmake
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2016-09-16 15:55:15 +0000
committerThomas Zander <riggs@FreeBSD.org>2016-09-16 15:55:15 +0000
commitb5931dac78825dcc54e0f064235c48daba2739a8 (patch)
tree922eb88768d479dc3eeeb513621a3854cd2542ca /databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__configure.cmake
parentsecurity/libp11: Mark IGNORE if SSL_DEFAULT matchs libressl (diff)
Update to upstream version 5.7.15; fixes zero-day remote vuln CVE-2016-6662
PR: 212690 Submitted by: mokhi64@gmail.com (maintainer) MFH: 2016Q3 Security: CVE 2016-6662
Diffstat (limited to 'databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__configure.cmake')
-rw-r--r--databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__configure.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__configure.cmake b/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__configure.cmake
new file mode 100644
index 000000000000..52828f00f631
--- /dev/null
+++ b/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__configure.cmake
@@ -0,0 +1,15 @@
+--- rapid/plugin/x/mysqlx_configure.cmake.orig 2016-09-14 15:25:26 UTC
++++ rapid/plugin/x/mysqlx_configure.cmake
+@@ -29,6 +29,7 @@ CONFIGURE_FILE(${MYSQLX_PROJECT_DIR}/src
+ CONFIGURE_FILE(${MYSQLX_PROJECT_DIR}/src/mysqlx_version.h.in
+ ${CMAKE_CURRENT_BINARY_DIR}/generated/mysqlx_version.h )
+
++IF(FALSE)
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/generated/mysqlx_error.h
+ DESTINATION ${INSTALL_INCLUDEDIR}
+ COMPONENT Developement)
+@@ -36,3 +37,4 @@ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/generated/mysqlx_version.h
+ DESTINATION ${INSTALL_INCLUDEDIR}
+ COMPONENT Developement)
++ENDIF()