Skip to content

Commit

Permalink
dev-db/mariadb: Add LibreSSL support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
  • Loading branch information
Brian Evans committed Oct 20, 2015
1 parent 6448847 commit 06da5d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dev-db/mariadb/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>[email protected]</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>
Expand All @@ -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>
Expand All @@ -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>

0 comments on commit 06da5d6

Please sign in to comment.