Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C5C087A332 for ; Mon, 12 Dec 2016 19:19:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7054A855D7; Mon, 12 Dec 2016 19:19:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C767D855CE for ; Mon, 12 Dec 2016 19:19:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jdydmEmVKupA for ; Mon, 12 Dec 2016 19:19:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 120C2855C7 for ; Mon, 12 Dec 2016 19:19:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 608FFFBA6; Mon, 12 Dec 2016 19:19:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148157038221220" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 19:19:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/mysql57-client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20161212191942.608FFFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148157038221220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 12 19:19:42 UTC 2016 Modified Files: pkgsrc/databases/mysql57-client: Makefile.common PLIST distinfo Log Message: Changes 5.7.17: Compilation Notes ----------------- For GCC versions higher than 4.4, -fno-expensive-optimizations was replaced with -ffp-contract=off, which has the effect of enabling more optimizations. Security Notes -------------- Incompatible Change: These changes were made to mysqld_safe: * Unsafe use of rm and chown in mysqld_safe could result in privilege escalation. chown now can be used only when the target directory is /var/log. An incompatible change is that if the directory for the Unix socket file is missing, it is no longer created; instead, an error occurs. Due to these changes, /bin/bash is required to run mysqld_safe on Solaris. /bin/sh is still used on other Unix/Linux platforms. * The --ledir option now is accepted only on the command line, not in option files. * mysqld_safe ignores the current working directory. Other related changes: * Initialization scripts that invoke mysqld_safe pass --basedir explicitly. * Initialization scripts create the error log file only if the base directory is /var/log or /var/lib. * Unused systemd files for SLES were removed. * MySQL Server now includes a plugin library that enables administrators to introduce an increasing delay in server response to clients after a certain number of consecutive failed connection attempts. This capability provides a deterrent that slows down brute force attacks that attempt to access MySQL user accounts. For more information, see The Connection-Control Plugin. * OpenSSL is ending support for version 1.0.1 in December 2016; see https://www.openssl.org/policies/releasestrat.html. Consequently, MySQL Commercial Server builds now use version 1.0.2 rather than version 1.0.1, and the linked OpenSSL library for the MySQL Commercial Server has been updated from version 1.0.1 to version 1.0.2j. For a description of issues fixed in this version, see https://www.openssl.org/news/vulnerabilities.html. This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/mysql57-client/Makefile.common \ pkgsrc/databases/mysql57-client/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysql57-client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148157038221220 Content-Disposition: inline Content-Length: 2778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mysql57-client/Makefile.common diff -u pkgsrc/databases/mysql57-client/Makefile.common:1.2 pkgsrc/databases/mysql57-client/Makefile.common:1.3 --- pkgsrc/databases/mysql57-client/Makefile.common:1.2 Fri Oct 14 19:28:28 2016 +++ pkgsrc/databases/mysql57-client/Makefile.common Mon Dec 12 19:19:42 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.2 2016/10/14 19:28:28 adam Exp $ +# $NetBSD: Makefile.common,v 1.3 2016/12/12 19:19:42 adam Exp $ # # used by databases/mysql57-client/Makefile # used by databases/mysql57-server/Makefile -DISTNAME= mysql-5.7.16 +DISTNAME= mysql-5.7.17 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.7/} Index: pkgsrc/databases/mysql57-client/PLIST diff -u pkgsrc/databases/mysql57-client/PLIST:1.2 pkgsrc/databases/mysql57-client/PLIST:1.3 --- pkgsrc/databases/mysql57-client/PLIST:1.2 Fri Oct 14 19:28:28 2016 +++ pkgsrc/databases/mysql57-client/PLIST Mon Dec 12 19:19:42 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/10/14 19:28:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/12/12 19:19:42 adam Exp $ bin/mysql bin/mysql_client_test bin/mysql_config @@ -122,7 +122,7 @@ include/mysql/typelib.h lib/libmysqlclient.a lib/libmysqlclient.so lib/libmysqlclient.so.20 -lib/libmysqlclient.so.20.3.3 +lib/libmysqlclient.so.20.3.4 lib/pkgconfig/mysqlclient.pc man/man1/comp_err.1 man/man1/innochecksum.1 Index: pkgsrc/databases/mysql57-client/distinfo diff -u pkgsrc/databases/mysql57-client/distinfo:1.3 pkgsrc/databases/mysql57-client/distinfo:1.4 --- pkgsrc/databases/mysql57-client/distinfo:1.3 Fri Oct 14 19:28:28 2016 +++ pkgsrc/databases/mysql57-client/distinfo Mon Dec 12 19:19:42 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2016/10/14 19:28:28 adam Exp $ +$NetBSD: distinfo,v 1.4 2016/12/12 19:19:42 adam Exp $ -SHA1 (mysql-5.7.16.tar.gz) = 438ce81b85f45f8f724b5f820557a8f0a0bd34bb -RMD160 (mysql-5.7.16.tar.gz) = 3fcda13b2d321d6975d0fa201c3314791f014aa1 -SHA512 (mysql-5.7.16.tar.gz) = 66a9a41a3813de2099d7eee45d170d79944e79e49782f852d6f3b9c6e22be912520c0ae430dea2c8f38e8ca657052903d5f5b2227485feda6cf8f2b1580b3d07 -Size (mysql-5.7.16.tar.gz) = 50509574 bytes +SHA1 (mysql-5.7.17.tar.gz) = 7d159e2d056ab6e10c89e0c8ef12ee7af3b99ef0 +RMD160 (mysql-5.7.17.tar.gz) = acd8714fe1bda26466c4490b9e71d510677ac9a5 +SHA512 (mysql-5.7.17.tar.gz) = 72ef29298354234666264497e302994d4965ddc76129f564d51b48cbeb32f1b012a76d0905be238c8818507e0e5cf68d066e11788077351502880a358ea0df4b +Size (mysql-5.7.17.tar.gz) = 51433090 bytes SHA1 (patch-CMakeLists.txt) = b47592cf8801538375da3df2990fde4d292fc365 SHA1 (patch-client_CMakeLists.txt) = 304023577ab9c2152ca21fa9ff4895a22a321adf SHA1 (patch-client_completion_hash.cc) = b86ec80beac624b2aa21c7587e351ff126400ecb --_----------=_148157038221220--