Package: libneon27
Version: 0.29.6-3
Severity: normal
I tried to backport libneon27 from sid to squeeze, but the
openssl version could not be built from the Debian sources
due to an extra semi-colon
--- ne_openssl.c.sid 2013-03-08 10:52:50.000000000 +0100
+++ ne_openssl.c 2013-03-08 10:53:06.000000000 +0100
@@ -603,7 +603,7 @@
#ifdef OPENSSL_NO_SSL2
return 0;
#else
- return ! (SSL_CTX_get_options(ctx->ctx); & SSL_OP_NO_SSLv2);
+ return ! (SSL_CTX_get_options(ctx->ctx) & SSL_OP_NO_SSLv2);
#endif
default:
break;
This bug is introduced in the Debian patch (disabled_SSLv2_support.patch).
-- System Information:
Debian Release: 6.0.7
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libneon27 depends on:
ii libc6 2.11.3-4 Embedded GNU C Library: Shared lib
ii libcomerr2 1.41.12-4stable1 common error description library
ii libgssapi-krb5-2 1.8.3+dfsg-4squeeze6 MIT Kerberos runtime libraries - k
ii libk5crypto3 1.8.3+dfsg-4squeeze6 MIT Kerberos runtime libraries - C
ii libkrb5-3 1.8.3+dfsg-4squeeze6 MIT Kerberos runtime libraries
ii libssl0.9.8 0.9.8o-4squeeze14 SSL shared libraries
ii libxml2 2.7.8.dfsg-2+squeeze6 GNOME XML library
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
libneon27 recommends no packages.
libneon27 suggests no packages.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]