Your message dated Thu, 31 Mar 2005 11:17:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#302366: fixed in curl 7.13.1-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Mar 2005 13:26:36 +0000
>From [EMAIL PROTECTED] Thu Mar 31 05:26:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail4.digiweb.com.br [200.198.179.28]
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1DGzgy-0007JB-00; Thu, 31 Mar 2005 05:26:36 -0800
Received: (qmail 21578 invoked by uid 89); 31 Mar 2005 10:25:02 -0300
Received: from unknown (HELO gianduia.carezia.local) ([EMAIL PROTECTED])
by mail4.digiweb.com.br with SMTP; 31 Mar 2005 10:25:02 -0300
Received: from chandele.carezia.local ([192.168.1.3])
by gianduia.carezia.local with esmtp (Exim 3.36 #1 (Debian))
id 1DGzgQ-0000Kn-00
for <[EMAIL PROTECTED]>; Thu, 31 Mar 2005 10:26:02 -0300
Received: from acarezia by chandele.carezia.local with local (Exim 3.36 #1
(Debian))
id 1DGzgQ-0007Oa-00
for <[EMAIL PROTECTED]>; Thu, 31 Mar 2005 10:26:02 -0300
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?iso-8859-1?q?Andr=E9_Carezia?= <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libcurl3: SSL connections hang in libcurl 7.13.1
X-Mailer: reportbug 3.8
Date: Thu, 31 Mar 2005 10:26:02 -0300
Message-Id: <[EMAIL PROTECTED]>
Sender: =?iso-8859-1?Q?Andr=E9_Carezia?= <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: libcurl3
Version: 7.13.1-2
Severity: important
Tags: patch
When libcurl3 is compiled on Debian "woody", it hangs on all SSL
connections. Here's a command to reproduce the problem:
curl https://nexus.passport.com/
The cause seems to be a bug introduced on February by Dan Fandrich:
http://curl.haxx.se/mail/lib-2005-03/0084.html
I applied the patch he suggested and solved the problem:
diff -u -r1.129 ssluse.c
--- lib/ssluse.c 10 Feb 2005 07:45:08 -0000 1.129
+++ lib/ssluse.c 4 Mar 2005 19:13:50 -0000
@@ -169,7 +169,7 @@
/* let the option override the define */
nread += RAND_load_file((data->set.ssl.random_file?
data->set.ssl.random_file:RANDOM_FILE),
- -1); /* -1 to read the entire file */
+ 16384);
if(seed_enough(nread))
return nread;
}
@@ -231,7 +231,7 @@
RAND_file_name(buf, BUFSIZE);
if(buf[0]) {
/* we got a file name to try */
- nread += RAND_load_file(buf, -1);
+ nread += RAND_load_file(buf, 16384);
if(seed_enough(nread))
return nread;
}
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages libcurl3 depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libidn11 0.5.13-1.0 GNU libidn library, implementation
ii libssl0.9.7 0.9.7e-2 SSL shared libraries
ii zlib1g 1:1.2.2-3 compression library - runtime
-- no debconf information
---------------------------------------
Received: (at 302366-close) by bugs.debian.org; 31 Mar 2005 16:26:10 +0000
>From [EMAIL PROTECTED] Thu Mar 31 08:26:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DH2Uk-0000wu-00; Thu, 31 Mar 2005 08:26:10 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DH2M6-0004Wr-00; Thu, 31 Mar 2005 11:17:14 -0500
From: Domenico Andreoli <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#302366: fixed in curl 7.13.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 31 Mar 2005 11:17:14 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: curl
Source-Version: 7.13.1-3
We believe that the bug you reported is fixed in the latest version of
curl, which is due to be installed in the Debian FTP archive:
curl_7.13.1-3.diff.gz
to pool/main/c/curl/curl_7.13.1-3.diff.gz
curl_7.13.1-3.dsc
to pool/main/c/curl/curl_7.13.1-3.dsc
curl_7.13.1-3_i386.deb
to pool/main/c/curl/curl_7.13.1-3_i386.deb
libcurl3-dbg_7.13.1-3_i386.deb
to pool/main/c/curl/libcurl3-dbg_7.13.1-3_i386.deb
libcurl3-dev_7.13.1-3_i386.deb
to pool/main/c/curl/libcurl3-dev_7.13.1-3_i386.deb
libcurl3-gssapi_7.13.1-3_i386.deb
to pool/main/c/curl/libcurl3-gssapi_7.13.1-3_i386.deb
libcurl3_7.13.1-3_i386.deb
to pool/main/c/curl/libcurl3_7.13.1-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Domenico Andreoli <[EMAIL PROTECTED]> (supplier of updated curl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 31 Mar 2005 16:27:41 +0200
Source: curl
Binary: libcurl3-dbg libcurl3 libcurl3-dev libcurl3-gssapi curl
Architecture: source i386
Version: 7.13.1-3
Distribution: unstable
Urgency: low
Maintainer: Domenico Andreoli <[EMAIL PROTECTED]>
Changed-By: Domenico Andreoli <[EMAIL PROTECTED]>
Description:
curl - Get a file from an HTTP, HTTPS, FTP or GOPHER server
libcurl3 - Multi-protocol file transfer library, now with SSL support!
libcurl3-dbg - libcurl compiled with debug symbols
libcurl3-dev - Development files and documentation for libcurl
libcurl3-gssapi - libcurl compiled with GSSAPI support
Closes: 302366
Changes:
curl (7.13.1-3) unstable; urgency=low
.
* Fixed hanging of some SSL connections (closes: #302366).
Files:
525b272ae2351908bc0df6d296592077 798 web optional curl_7.13.1-3.dsc
f74f8493af64efb3eb3eb2871f1779b2 169333 web optional curl_7.13.1-3.diff.gz
fba24006bbba78c5de39ac45be45468c 175358 web optional curl_7.13.1-3_i386.deb
e7d320f89526c004f8e86190e6648f44 266658 libs optional
libcurl3_7.13.1-3_i386.deb
f5d7b303b87bf98bcba87ae5e487daa2 147082 libs extra
libcurl3-gssapi_7.13.1-3_i386.deb
7c5b437fc9cd965f1a8f192613921771 1032054 libdevel extra
libcurl3-dbg_7.13.1-3_i386.deb
e1948719bf49d56546cde9942b94ba68 1259032 libdevel optional
libcurl3-dev_7.13.1-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCTBtpBneQM6IOvFARAkzUAJ49EXEcirQ19GsUf8hePBGG8omhdACfaKzK
kTccvAHuh6NLgO+lAXWpEjE=
=aRHv
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]