From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-841506-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A40B713888F for <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2015 14:52:59 +0000 (UTC) From: "Brian Evans" <grknight@gentoo.org> 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" <grknight@gentoo.org> 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: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51abd725-196b-4663-a3db-ecfd5d8b8b71 X-Archives-Hash: d8bfdd89a7285fd7d798dde0da1c09d2 commit: 06da5d657b662decd63750ff6a2d79e56bb917ab Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Oct 20 14:49:15 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> 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 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>mysql</herd> + <maintainer restrict="dev-db/mariadb[libressl]"> + <email>hasufell@gentoo.org</email> + <description>Libressl issues. Only assign if it's a direct Libressl issue. Do not directly assign for anything else</description> + </maintainer> +<!-- +Please note that this list is shared between the following packages: +dev-db/mysql +dev-db/mariadb +--> <use> <flag name='client-libs'>Build the libmysqlclient libraries</flag> <flag name='cluster'>Add support for NDB clustering (deprecated)</flag> @@ -14,9 +23,11 @@ <flag name='innodb-snappy'>Enables snappy compression methods for InnoDB/XtraDB using <pkg>app-arch/snappy</pkg></flag> <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for allocations.</flag> <flag name='latin1'>Use LATIN1 encoding instead of UTF8</flag> + <flag name='libressl'>Enable SSL connections and crypto functions using <pkg>dev-libs/libressl</pkg></flag> <flag name='max-idx-128'>Raise the max index per table limit from 64 to 128</flag> <flag name='minimal'>Install client programs only, no server</flag> <flag name='mroonga'>Add support for the Mroonga engine for interfacing with the Groonga text search</flag> + <flag name='openssl'>Enable SSL connections and crypto functions using <pkg>dev-libs/openssl</pkg></flag> <flag name='oqgraph'>Add support for the Open Query GRAPH engine</flag> <flag name='pam'>Enable the optional PAM authentication plugin for the server</flag> <flag name='profiling'>Add support for statement profiling (requires USE=community).</flag> @@ -28,5 +39,6 @@ <flag name='tools'>Build the command line tools (mysql, mysqldump, mysqladmin, etc)</flag> <flag name='test'>Install upstream testsuites for end use.</flag> <flag name='tokudb'>Add support for TokuDB storage engine</flag> + <flag name='yassl'>Enable SSL connections and crypto functions using the bundled yaSSL</flag> </use> </pkgmetadata>