Bug 485860 - SSL connection through IPv6 fails
Summary: SSL connection through IPv6 fails
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: uw-imap
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-17 03:52 UTC by Chun-Chung Chen
Modified: 2010-05-04 06:21 UTC (History)
2 users (show)

Fixed In Version: uw-imap-2007e-11.fc13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-04 06:21:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Debian BTS 268251 0 None None None Never

Description Chun-Chung Chen 2009-02-17 03:52:13 UTC
SSL connection through IPv6 results in the following errors in /var/log/maillog

  Line too long before authentication host=[NON-IPv4]
  Connection reset by peer, while reading line user=??? host=[NON-IPv4]

Both 2007e-1.fc10 and 2007e-4.fc11 versions of uw-imap are affected.

This is the same as the bug in Debian:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268251

and can be fixed by adding IP=6 to the environment variables of "make", e.g.,

--- uw-imap.spec.orig	2009-02-16 22:49:51.000000000 -0500
+++ uw-imap.spec	2009-02-16 22:51:09.000000000 -0500
@@ -165,8 +165,9 @@
 export EXTRACFLAGS="$EXTRACFLAGS -Wno-pointer-sign"
 %endif
 
-echo "y" | \
+echo -e "y\ny" | \
 make %{?_smp_mflags} lnp \
+IP=6 \
 EXTRACFLAGS="$EXTRACFLAGS" \
 EXTRALDFLAGS="$EXTRALDFLAGS" \
 EXTRAAUTHENTICATORS=gss \

Comment 1 Rex Dieter 2009-02-17 04:06:38 UTC
Thanks, will take a look.

Comment 2 Bug Zapper 2009-06-09 11:26:09 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Bug Zapper 2010-04-27 12:59:39 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Rex Dieter 2010-04-27 13:39:12 UTC
Sorry, fell off my radar, will try to take a look asap.

Comment 5 Fedora Update System 2010-04-27 20:28:56 UTC
uw-imap-2007e-11.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/uw-imap-2007e-11.fc13

Comment 6 Fedora Update System 2010-04-28 03:04:54 UTC
uw-imap-2007e-11.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update uw-imap'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/uw-imap-2007e-11.fc13

Comment 7 Fedora Update System 2010-05-04 06:21:49 UTC
uw-imap-2007e-11.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.