diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-07 21:02:35 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-07 21:02:35 +0000 |
commit | 4dffec372d26d2a4f2dd4c674db18b1c9a7dc375 (patch) | |
tree | 34210aa36611b17e2f03550b6be10a66b65ca672 /net-ftp/proftpd/metadata.xml | |
parent | meson.eclass: raise meson dependency to 0.48.2 (diff) | |
download | gentoo-4dffec372d26d2a4f2dd4c674db18b1c9a7dc375.tar.gz gentoo-4dffec372d26d2a4f2dd4c674db18b1c9a7dc375.tar.bz2 gentoo-4dffec372d26d2a4f2dd4c674db18b1c9a7dc375.zip |
net-ftp/proftpd: expose USE=sodium
To avoid automagic dependency on dev-libs/libsodium
we now explicitly pass --disable-sodium.
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-ftp/proftpd/metadata.xml')
-rw-r--r-- | net-ftp/proftpd/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-ftp/proftpd/metadata.xml b/net-ftp/proftpd/metadata.xml index 7434ca7e6384..d63407ebc65e 100644 --- a/net-ftp/proftpd/metadata.xml +++ b/net-ftp/proftpd/metadata.xml @@ -33,6 +33,7 @@ server.</longdescription> <flag name="shaper">Enable support for the mod_shaper module</flag> <flag name="sftp">Enable support for the mod_sftp module and optionally mod_sftp_sql and mod_sftp_pam if matching USE flags are enabled</flag> <flag name="sitemisc">Enable support for the sitemisc module</flag> + <flag name="sodium">Use <pkg>dev-libs/libsodium</pkg> for password encryption an key exchange</flag> <flag name="softquota">Enable support for the quotatab module</flag> <flag name="trace">Build with trace support. Should not be enabled on production servers</flag> <flag name="unique_id">Enable support for the mod_unique_id module, every connection gets unique ID.</flag> |