Bug 21565 - uw-imap-2002 defaults to using SSL, the ebuild does not use "SSLTYPE=none" if "-ssl" is in the USE flags
|
Bug#:
21565
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: prez@gentoo.org
|
Reported By: bugzilla.gentoo.simon@arlott.org
|
|
Component: Server
|
|
|
URL:
|
|
Summary: uw-imap-2002 defaults to using SSL, the ebuild does not use "SSLTYPE=none" if "-ssl" is in the USE flags
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-05-23 14:18 0000
|
uw-imap-2002 defaults to using SSL, the ebuild does not use "SSLTYPE=none" if
"-ssl" is in the USE flags
Reproducible: Always
Steps to Reproduce:
1. put "-ssl" in USE flags
2. emerge uw-imap
Actual Results:
imapd now requires STARTTLS before you can login
Expected Results:
allow plaintext logins as -ssl was specified in the USE flags
File: /usr/portage/net-mail/uw-imap/uw-imap-2002b.ebuild
Line: 63
- make lnp || die
+ make lnp SSLTYPE=unix || die
This still builds with SSL support and allows plaintext passwords, but it also brings up a message prompting the user to say 'y' to this partial implementation of IESG security requirements
I've fixed this in CVS (2002c ebuild only) now, could you please test it ?
This looks good, and its been added to 2002d
Would one of you uw-imap tweakers perchance take a look at bug 20372? With
the new uw-imap ebuild and a new mod_php ebuild, it would sure be nice if
the c-client part of uw-imap were separated so that mod_php could depend
on just the c-client part (and just for build-time, not for run-time).