Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21565 - uw-imap-2002 defaults to using SSL, the ebuild does not use "SSLTYPE=none" if "-ssl" is in the USE flags
Summary: uw-imap-2002 defaults to using SSL, the ebuild does not use "SSLTYPE=none" if...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Preston A. Elder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-23 14:18 UTC by Simon Arlott
Modified: 2003-06-05 14:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Arlott 2003-05-23 14:18:22 UTC
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
Comment 1 Simon Arlott 2003-05-23 14:37:04 UTC
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
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-05-28 01:23:39 UTC
I've fixed this in CVS (2002c ebuild only) now, could you please test it ?
Comment 3 Preston A. Elder (RETIRED) gentoo-dev 2003-05-31 02:56:57 UTC
This looks good, and its been added to 2002d
Comment 4 Wayne Davison 2003-06-05 13:56:15 UTC
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).
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-05 14:00:15 UTC
See bug #15602 for ongoing work.