Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 30A60A57FE for ; Sat, 7 Feb 2015 10:14:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 82AA514A19C; Sat, 7 Feb 2015 10:14:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22FA314A19A for ; Sat, 7 Feb 2015 10:14:00 +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 pN9Ucj1J9Qbo for ; Sat, 7 Feb 2015 10:13:59 +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 94C5B14A199 for ; Sat, 7 Feb 2015 10:13:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 44BEF98; Sat, 7 Feb 2015 10:13:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 7 Feb 2015 10:13:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20150207101359.44BEF98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Feb 7 10:13:59 UTC 2015 Modified Files: pkgsrc/databases/mysql55-client: Makefile.common distinfo options.mk pkgsrc/databases/mysql55-server: Makefile PLIST Log Message: Changes 5.5.42: * Support for the SSL 2.0 and SSL 3.0 protocols has been disabled because they provide weak encryption. * yaSSL was upgraded to version 2.3.7. * The valid date range of the SSL certificates in mysql-test/std_data has been extended to the year 2029. * Bugs Fixed To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/mysql55-client/Makefile.common cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/mysql55-client/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/mysql55-client/options.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/mysql55-server/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/mysql55-server/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.