[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#602530: marked as done (unblock: neon27/0.29.3-3)



Your message dated Fri, 05 Nov 2010 21:27:07 +0100
with message-id <4CD4689B.7060501@dogguy.org>
and subject line Re: Bug#602530: unblock: neon27/0.29.3-3
has caused the Debian Bug report #602530,
regarding unblock: neon27/0.29.3-3
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
602530: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602530
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock neon27 , which fixes #480041 [1] , an SSL cert failure
with the patch that got accepted upstream. It's simple, it repeats
GnuTLS handshake while it needs to be retried:
--- a/src/ne_socket.c
+++ b/src/ne_socket.c
@@ -1789,7 +1789,9 @@
     }
     sock->ops = &iofns_ssl;

-    ret = gnutls_handshake(sock->ssl);
+    do {
+        ret = gnutls_handshake(sock->ssl);
+    } while (RETRY_GNUTLS(sock, ret));
     if (ret < 0) {
        error_gnutls(sock, ret);
         return NE_SOCK_ERROR;

Thanks,
Laszlo/GCS
[1] http://bugs.debian.org/480041




--- End Message ---
--- Begin Message ---
On 11/05/2010 06:03 PM, Laszlo Boszormenyi wrote:
> 
> Please unblock neon27 , which fixes #480041 [1] , an SSL cert
> failure with the patch that got accepted upstream. It's simple, it
> repeats GnuTLS handshake while it needs to be retried:

Unblocked.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


--- End Message ---

Reply to: