Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/
Date: Sun, 01 Nov 2020 06:14:12
Message-Id: 1604211234.879049895a13fbca1face77db724fc0e158a19a3.juippis@gentoo
1 commit: 879049895a13fbca1face77db724fc0e158a19a3
2 Author: David Denoncin <ddenoncin <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 26 12:48:44 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 06:13:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87904989
7
8 www-apps/bugzilla: optional dep for SSL support
9
10 dev-perl/IO-Socket-SSL is suggested for SSL support as an optfeature, as
11 Net-SMTP-SSL is deprecated.
12
13 See: https://bugzilla.mozilla.org/show_bug.cgi?id=1316255
14 Package-Manager: Portage-3.0.4, Repoman-2.3.23
15 Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
22 index 2d6ab69e618..76a3fa9ba50 100644
23 --- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
24 +++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
25 @@ -110,6 +110,7 @@ pkg_postinst() {
26 optfeature "Mail Queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic"
27 optfeature "Sniff MIME type of attachments" "dev-perl/File-MimeInfo dev-perl/IO-stringy"
28 optfeature "Memcached support" "dev-perl/Cache-Memcached"
29 + optfeature "SSL Support for SMTP" "dev-perl/IO-Socket-SSL"
30
31 ewarn "If Apache is the chosen webserver, please consider turning the apache2 use flag on"
32 ewarn "Not doing so may result in unexpected runtime errors"