commit: 879049895a13fbca1face77db724fc0e158a19a3 Author: David Denoncin <ddenoncin <AT> gmail <DOT> com> AuthorDate: Mon Oct 26 12:48:44 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Nov 1 06:13:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87904989
www-apps/bugzilla: optional dep for SSL support dev-perl/IO-Socket-SSL is suggested for SSL support as an optfeature, as Net-SMTP-SSL is deprecated. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1316255 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-apps/bugzilla/bugzilla-5.0.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild b/www-apps/bugzilla/bugzilla-5.0.6.ebuild index 2d6ab69e618..76a3fa9ba50 100644 --- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild @@ -110,6 +110,7 @@ pkg_postinst() { optfeature "Mail Queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic" optfeature "Sniff MIME type of attachments" "dev-perl/File-MimeInfo dev-perl/IO-stringy" optfeature "Memcached support" "dev-perl/Cache-Memcached" + optfeature "SSL Support for SMTP" "dev-perl/IO-Socket-SSL" ewarn "If Apache is the chosen webserver, please consider turning the apache2 use flag on" ewarn "Not doing so may result in unexpected runtime errors"
