From 7d0ba07fda99a02fb73b6e8b8377a01597e17b05 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 8 Apr 2012 19:10:58 +0000 Subject: Changes 5.1.62: * New utf8_general_mysql500_ci and ucs2_general_mysql500_ci collations have been added that preserve the behavior of utf8_general_ci and ucs2_general_ci from versions of MySQL previous to 5.1.24. Bug 27877 corrected an error in the original collations but introduced an incompatibility for columns that contain German 'ß' LATIN SMALL LETTER SHARP S. (As a result of the fix, that character compares equal to characters with which it previously compared different.) A symptom of the problem after upgrading to MySQL 5.1.24 or newer from a version older than 5.1.24 is that CHECK TABLE produces this error: * yaSSL was upgraded from version 1.7.2 to 2.2.0. * Bugs Fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- databases/mysql51-client/Makefile.common | 4 ++-- databases/mysql51-client/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/mysql51-client') diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common index cca12da9abd..518c015415e 100644 --- a/databases/mysql51-client/Makefile.common +++ b/databases/mysql51-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.23 2012/03/09 11:55:11 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.24 2012/04/08 19:10:59 adam Exp $ # # used by databases/mysql51-client/Makefile # used by databases/mysql51-server/Makefile -DISTNAME= mysql-5.1.61 +DISTNAME= mysql-5.1.62 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/} diff --git a/databases/mysql51-client/distinfo b/databases/mysql51-client/distinfo index 6ed9a8ec1d5..4ac356279ab 100644 --- a/databases/mysql51-client/distinfo +++ b/databases/mysql51-client/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2012/01/12 17:41:21 adam Exp $ +$NetBSD: distinfo,v 1.21 2012/04/08 19:10:59 adam Exp $ -SHA1 (mysql-5.1.61.tar.gz) = a528cf822af84601dd95d3e1cb3277815685ac65 -RMD160 (mysql-5.1.61.tar.gz) = 392b7394a0f7821134f177a3ba4580a29d60e3f4 -Size (mysql-5.1.61.tar.gz) = 24462261 bytes +SHA1 (mysql-5.1.62.tar.gz) = 06c7b3742f21fee6faf46224de2221230f943f63 +RMD160 (mysql-5.1.62.tar.gz) = c5720deee2b04a40a20f56a3b305b37fecb343fe +Size (mysql-5.1.62.tar.gz) = 24503313 bytes SHA1 (patch-aa) = 344bc9ab7013fbf64be6adbe8a9fc6279887beb1 SHA1 (patch-ab) = a1c699ebd9dc7e2cec9354035cbd9fdc2a411175 SHA1 (patch-ac) = a250b9797fbaad51d054cbb324feb0f7c29096d4 -- cgit v1.2.3