pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql55-client Updated databases/mysql55-{cl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e00300044d5e
branches:  trunk
changeset: 360946:e00300044d5e
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 11 15:18:12 2017 +0000

description:
Updated databases/mysql55-{client,server} to 5.5.55
---------------------------------------------------
Picks securiy part from
  https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-55.html
-----
Security Notes

   The mysql_options() C API function now supports a
MYSQL_OPT_SSL_MODE option. The only permitted option value is
SSL_MODE_REQUIRED, to require a secure connection to the server. It
causes mysql_real_connect() to fail if an encrypted connection cannot
be obtained, without falling back to an unencrypted connection. Thus,
mysql_real_connect() returns an error if the server does not support
SSL or the client is not configured to use SSL. The client/server
exchange terminates immediately after the initial server packet has
been received if the server indicates that it does not support SSL.

   To require an encrypted connection in MySQL 5.5, the standard MySQL
client programs call mysql_options() to set MYSQL_OPT_SSL_MODE if the
--ssl-mode=REQUIRED command-line option was specified. Third-party
applications that must be able to require encrypted connections can
use the same technique. For details, see mysql_ssl_set().

   The minor C API version number was not incremented for this
change. Application programs compiled for MySQL 5.5 that require
MYSQL_OPT_SSL_MODE may fail to operate properly if the dynamic loader
provides an older client library without MYSQL_OPT_SSL_MODE. Such
applications must be written to handle this possibility by checking
whether the mysql_options() call succeeds or fails. (Bug #25575605)

diffstat:

 databases/mysql55-client/Makefile.common |   4 ++--
 databases/mysql55-client/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r b61257887fd7 -r e00300044d5e databases/mysql55-client/Makefile.common
--- a/databases/mysql55-client/Makefile.common  Tue Apr 11 14:23:47 2017 +0000
+++ b/databases/mysql55-client/Makefile.common  Tue Apr 11 15:18:12 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.56 2016/12/12 19:22:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.57 2017/04/11 15:18:12 mef Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
 
-DISTNAME=      mysql-5.5.54
+DISTNAME=      mysql-5.5.55
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_MYSQL:=MySQL-5.5/}
 
diff -r b61257887fd7 -r e00300044d5e databases/mysql55-client/distinfo
--- a/databases/mysql55-client/distinfo Tue Apr 11 14:23:47 2017 +0000
+++ b/databases/mysql55-client/distinfo Tue Apr 11 15:18:12 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2016/12/12 19:22:57 adam Exp $
+$NetBSD: distinfo,v 1.55 2017/04/11 15:18:12 mef Exp $
 
-SHA1 (mysql-5.5.54.tar.gz) = a1089abcd5d4b8d34d5bbc5c13acb8919bc63ba0
-RMD160 (mysql-5.5.54.tar.gz) = 3a7d23268aee5dc19fe6d07df2b1f27c21be253a
-SHA512 (mysql-5.5.54.tar.gz) = 885e21a59cf7e835dd1ca7254889fc4e5762fdebbb1e625465ef7fa3be6533d48091b68a6d1f2de0297270cfd0ca7e8e643fc2e0b7fc14325f48708e7a55460b
-Size (mysql-5.5.54.tar.gz) = 21041949 bytes
+SHA1 (mysql-5.5.55.tar.gz) = 8ab934610e09e5325e143680a201d86ba7f2f70d
+RMD160 (mysql-5.5.55.tar.gz) = e84fb5d38673f6c357f96d157519831e42e0e30e
+SHA512 (mysql-5.5.55.tar.gz) = 3da7a45665e54fd77461980e3096937470aaa6308d89c8b5b9bee54ca11050cc08aab56063f07fb0f166e564329576a1be52ec8815e855ccca9e1076a03faac9
+Size (mysql-5.5.55.tar.gz) = 21040959 bytes
 SHA1 (sphinx-2.2.11-release.tar.gz) = 34e83f43de0e69e258bf749ea00348c60a51632a
 RMD160 (sphinx-2.2.11-release.tar.gz) = 5804b4cce64bc03fa20bac26c7391cd661cecc77
 SHA512 (sphinx-2.2.11-release.tar.gz) = cf1a262a5b0fbf0bd2827ec6ec629edeaf709ce855a6e7b509b65342baaeb26c02717ca63f1578d32c83d21e2fd6d1e92dceb34660e6351b93cd96fd4e623689



Home | Main Index | Thread Index | Old Index