Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3FE0863DEE5 for ; Sat, 15 Sep 2012 14:49:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 21B2114A24E; Sat, 15 Sep 2012 14:49:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5CD614A24B for ; Sat, 15 Sep 2012 14:49:42 +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 AzuJz0Xu8S6N for ; Sat, 15 Sep 2012 14:49:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D93B614A24A for ; Sat, 15 Sep 2012 14:49:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 19F30175DD; Sat, 15 Sep 2012 14:48:58 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 15 Sep 2012 14:48:58 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120915144858.19F30175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sat Sep 15 14:48:58 UTC 2012 Modified Files: pkgsrc/databases/mysql51-client: Makefile.common distinfo options.mk pkgsrc/databases/mysql51-server: PLIST distinfo Log Message: Update mysql51 to 5.1.65. While here, let to use OpenSSL instead of internal yaSSL with ssl option, may related to PR 46912. Changes in MySQL 5.1.65 (2012-08-09) Functionality Added or Changed * Important Change: The YEAR(2) data type is now deprecated because it is problematic. Support for YEAR(2) will be removed in a future release of MySQL. For more information, see Section 11.3.4, "YEAR(2) Limitations and Migrating to YEAR(4)". Bugs Fixed * The server did not build with gcc 4.7. (Bug #14238406) Changes in MySQL 5.1.64 (Not released) Functionality Added or Changed * Important Change: Replication: The SHOW BINARY LOGS statement (and its equivalent SHOW MASTER LOGS) may now be executed by a user with the REPLICATION CLIENT privilege. (Formerly, the SUPER privilege was necessary to use either form of this statement.) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/mysql51-client/Makefile.common cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/mysql51-client/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/mysql51-client/options.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/mysql51-server/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/mysql51-server/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.