From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A40B713888F for ; Tue, 20 Oct 2015 14:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F067021C069; Tue, 20 Oct 2015 14:53:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 789E521C069 for ; Tue, 20 Oct 2015 14:53:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85958340894 for ; Tue, 20 Oct 2015 14:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04E081410 for ; Tue, 20 Oct 2015 14:52:59 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1445352761.06da5d657b662decd63750ff6a2d79e56bb917ab.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/metadata.xml X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 06da5d657b662decd63750ff6a2d79e56bb917ab X-VCS-Branch: master Date: Tue, 20 Oct 2015 14:52:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51abd725-196b-4663-a3db-ecfd5d8b8b71 X-Archives-Hash: d8bfdd89a7285fd7d798dde0da1c09d2 commit: 06da5d657b662decd63750ff6a2d79e56bb917ab Author: Brian Evans gentoo org> AuthorDate: Tue Oct 20 14:49:15 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Oct 20 14:52:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06da5d65 dev-db/mariadb: Add LibreSSL support Package-Manager: portage-2.2.23 dev-db/mariadb/metadata.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dev-db/mariadb/metadata.xml b/dev-db/mariadb/metadata.xml index 179a31e..1ff8c09 100644 --- a/dev-db/mariadb/metadata.xml +++ b/dev-db/mariadb/metadata.xml @@ -2,6 +2,15 @@ mysql + + hasufell@gentoo.org + Libressl issues. Only assign if it's a direct Libressl issue. Do not directly assign for anything else + + Build the libmysqlclient libraries Add support for NDB clustering (deprecated) @@ -14,9 +23,11 @@ Enables snappy compression methods for InnoDB/XtraDB using app-arch/snappy Use dev-libs/jemalloc for allocations. Use LATIN1 encoding instead of UTF8 + Enable SSL connections and crypto functions using dev-libs/libressl Raise the max index per table limit from 64 to 128 Install client programs only, no server Add support for the Mroonga engine for interfacing with the Groonga text search + Enable SSL connections and crypto functions using dev-libs/openssl Add support for the Open Query GRAPH engine Enable the optional PAM authentication plugin for the server Add support for statement profiling (requires USE=community). @@ -28,5 +39,6 @@ Build the command line tools (mysql, mysqldump, mysqladmin, etc) Install upstream testsuites for end use. Add support for TokuDB storage engine + Enable SSL connections and crypto functions using the bundled yaSSL