Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 462008 Details for
Bug 607826
mail-client/mutt has unusual USE=ssl handling, requiring extra configuration for libressl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch changing the handling of the ssl related USE flags
mutt-1.7.2-r2-change-ssl-handling.patch (text/plain), 1.53 KB, created by
Hendrik v. Raven
on 2017-01-31 16:19:49 UTC
(
hide
)
Description:
Patch changing the handling of the ssl related USE flags
Filename:
MIME Type:
Creator:
Hendrik v. Raven
Created:
2017-01-31 16:19:49 UTC
Size:
1.53 KB
patch
obsolete
>--- /usr/portage/mail-client/mutt/mutt-1.7.2-r2.ebuild 2017-01-29 19:56:05.000000000 +0100 >+++ mutt-1.7.2-r2.ebuild 2017-01-31 17:10:34.682273746 +0100 >@@ -18,11 +18,11 @@ > IUSE="berkdb crypt debug doc gdbm gnutls gpg +hcache idn imap kerberos libressl lmdb mbox nls nntp notmuch pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet vanilla" > REQUIRED_USE=" > hcache? ( ^^ ( berkdb gdbm lmdb qdbm tokyocabinet ) ) >- imap? ( ^^ ( ssl gnutls libressl ) ) >- pop? ( ^^ ( ssl gnutls libressl ) ) >- nntp? ( ^^ ( ssl gnutls libressl ) ) >- smime? ( ^^ ( ssl libressl ) ) >- smtp? ( ^^ ( ssl gnutls libressl ) ) >+ imap? ( ssl ) >+ pop? ( ssl ) >+ nntp? ( ssl ) >+ smime? ( ssl !gnutls ) >+ smtp? ( ssl ) > sasl? ( || ( imap pop smtp nntp ) ) > kerberos? ( || ( imap pop smtp nntp ) )" > SLOT="0" >@@ -37,9 +37,13 @@ > qdbm? ( dev-db/qdbm ) > tokyocabinet? ( dev-db/tokyocabinet ) > >- gnutls? ( >=net-libs/gnutls-1.0.17:= ) >- libressl? ( dev-libs/libressl:= ) >- ssl? ( >=dev-libs/openssl-0.9.6:0= ) >+ ssl? ( >+ gnutls? ( >=net-libs/gnutls-1.0.17:= ) >+ !gnutls? ( >+ !libressl? ( >=dev-libs/openssl-0.9.6:0= ) >+ libressl? ( dev-libs/libressl:= ) >+ ) >+ ) > > nls? ( virtual/libintl ) > sasl? ( >=dev-libs/cyrus-sasl-2 ) >@@ -124,8 +128,7 @@ > "$(use_enable smtp)" > > "$(use_with gnutls)" >- "$(use libressl || use ssl && echo --with-ssl)" >- "$(use !libressl && use !ssl && echo --without-ssl)" >+ "$(use_with ssl)" > > "$(use_with idn)" > "$(use_with kerberos gss)"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 607826
: 462008