summaryrefslogtreecommitdiff
path: root/databases/mysql57-server/files/patch-support-files_CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2016-05-06 14:39:59 +0000
committerThomas Zander <riggs@FreeBSD.org>2016-05-06 14:39:59 +0000
commitf83159f188ed7d4e1b0ed7375af1898a91b93115 (patch)
tree6202c20e1750ae483e43d855296c8ffeaa5ace65 /databases/mysql57-server/files/patch-support-files_CMakeLists.txt
parentnet/isboot-kmod: fix build on 11-current (diff)
Update to 5.7.12, fixing 31 partially critical vulnerabilities
List of vulnerabilities is documented on: http://vuxml.freebsd.org/freebsd/8c2b2f11-0ebe-11e6-b55e-b499baebfeaf.html CVE IDs see below. PR: 206998 Submitted by: mokhi64@gmail.com (maintainer) Reviewed by: rootservice@gmail.com Approved by: mokhi64@gmail.com (maintainer) MFH: 2016Q2 Security: CVE-2016-0705 CVE-2016-0639 CVE-2015-3194 CVE-2016-0640 CVE-2016-0641 CVE-2016-3461 CVE-2016-2047 CVE-2016-0642 CVE-2016-0643 CVE-2016-0644 CVE-2016-0646 CVE-2016-0647 CVE-2016-0648 CVE-2016-0649 CVE-2016-0650 CVE-2016-0652 CVE-2016-0653 CVE-2016-0654 CVE-2016-0655 CVE-2016-0656 CVE-2016-0657 CVE-2016-0658 CVE-2016-0651 CVE-2016-0659 CVE-2016-0661 CVE-2016-0662 CVE-2016-0663 CVE-2016-0665 CVE-2016-0666 CVE-2016-0667 CVE-2016-0668
Diffstat (limited to 'databases/mysql57-server/files/patch-support-files_CMakeLists.txt')
-rw-r--r--databases/mysql57-server/files/patch-support-files_CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql57-server/files/patch-support-files_CMakeLists.txt b/databases/mysql57-server/files/patch-support-files_CMakeLists.txt
index f429986920cc..1d1999212ed5 100644
--- a/databases/mysql57-server/files/patch-support-files_CMakeLists.txt
+++ b/databases/mysql57-server/files/patch-support-files_CMakeLists.txt
@@ -1,4 +1,4 @@
---- support-files/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
+--- support-files/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC
+++ support-files/CMakeLists.txt
@@ -69,7 +69,9 @@ IF(UNIX)
INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
@@ -7,6 +7,6 @@
+IF(FALSE)
INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development)
+ENDIF()
- CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY)
SET(bindir ${prefix}/${INSTALL_BINDIR})
+ SET(sbindir ${prefix}/${INSTALL_SBINDIR})