Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2017-04-11 22:21:03
Message id: 20170411202103.2C00DFBE4@cvs.NetBSD.org

Log Message:
Changes 5.6.36:
* Windows builds now use the default runtime libraries (builds use the /MD flag).
* CMake support was added for compiling with Developer Studio 12.6.
MySQL failed to compile if -DENABLE_DEBUG_SYNC=OFF AND -DWITH_DEBUG=ON were both \ 
given. The ENABLE_DEBUG_SYNC option has been removed and enabling WITH_DEBUG \ 
enables Debug Sync.
* Changes in RPM package structure require a larger set of packages to be \ 
removed to install MySQL Server cleanly.
* To avoid potential race conditions, Debian packages now use the GNU install \ 
utility rather than a combination of mkdir, touch, and chown.
* CMake-generated packaging for Debian/Ubuntu packages was refactored for \ 
improved maintainability. The change includes updated logic for correctly \ 
replacing native distribution packaging in Debian and Ubuntu.
* Reminder: MySQL 5.6 requires the Microsoft Visual C++ 2010 Redistributable \ 
Package to run on Windows platforms. Users should make sure the package has been \ 
installed on the system before starting the server. The package is available at \ 
the Microsoft Download Center.
* The linked OpenSSL library for the MySQL Commercial Server has been updated to \ 
version 1.0.2k. For a description of issues fixed in this version, see \ 
http://www.openssl.org/news/vulnerabilities.html.
* The mysql_options() C API function now supports a MYSQL_OPT_SSL_MODE option.

Files:
RevisionActionfile
1.39modifypkgsrc/databases/mysql56-client/Makefile.common
1.42modifypkgsrc/databases/mysql56-client/distinfo
1.2modifypkgsrc/databases/mysql56-client/patches/patch-cmake_os_SunOS.cmake
1.29modifypkgsrc/databases/mysql56-server/PLIST