diff options
Diffstat (limited to 'dev-db/drizzle/metadata.xml')
-rw-r--r-- | dev-db/drizzle/metadata.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/dev-db/drizzle/metadata.xml b/dev-db/drizzle/metadata.xml index 039c69606fd6..23732b3da57e 100644 --- a/dev-db/drizzle/metadata.xml +++ b/dev-db/drizzle/metadata.xml @@ -35,7 +35,7 @@ logging (using <pkg>sys-cluster/gearman</pkg>). </flag> - <flag name="gnutls"> + <flag name="gnutls" restrict="<dev-db/drizzle-2010.03.1412"> Enable the MD5 plugin for user-defined functions (using <pkg>net-libs/gnutls</pkg>). @@ -45,7 +45,7 @@ conflicts. </flag> - <flag name="openssl"> + <flag name="openssl" restrict="<dev-db/drizzle-2010.03.1412"> Enable the MD5 plugin for user-defined functions (using <pkg>dev-libs/openssl</pkg>). @@ -61,12 +61,23 @@ properly. </flag> - <flag name="pam"> + <flag name="pam" restrict="<dev-db/drizzle-2010.03.1412"> Enable the PAM authentication plugin (using <pkg>sys-libs/pam</pkg>). Warning: currently the pam configuration file is missing so it will not work out of the box. </flag> + + <flag name="pam" restrict=">=dev-db/drizzle-2010.03.1412"> + Enable the PAM authentication plugin (using + <pkg>sys-libs/pam</pkg>). The configuration file created will be + /etc/pam.d/drizzle. + </flag> + + <flag name="md5" restrict=">=dev-db/drizzle-2010.03.1412"> + Enable the MD5 plugin, using <pkg>dev-libs/libgcrypt</pkg>; this + replaces the older openssl and gnutls USE flags. + </flag> </use> </pkgmetadata> |