Package: wvstreams
Version: 4.2.2-2.1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my wvstreams 4.2.2-2.2 NMU.
--
Homepage: http://www.sesse.net/
diff -Nru /tmp/BdafNzSb3r/wvstreams-4.2.2/crypto/wvx509.cc
/tmp/HYKnjJ2L8i/wvstreams-4.2.2/crypto/wvx509.cc
--- /tmp/BdafNzSb3r/wvstreams-4.2.2/crypto/wvx509.cc 2006-01-10
23:02:59.000000000 +0100
+++ /tmp/HYKnjJ2L8i/wvstreams-4.2.2/crypto/wvx509.cc 2006-09-24
20:14:11.000000000 +0200
@@ -55,6 +55,7 @@
if (!ssl_init_count)
{
OpenSSL_add_all_algorithms();
+ OpenSSL_add_ssl_algorithms();
ERR_load_crypto_strings();
}
diff -Nru /tmp/BdafNzSb3r/wvstreams-4.2.2/debian/changelog
/tmp/HYKnjJ2L8i/wvstreams-4.2.2/debian/changelog
--- /tmp/BdafNzSb3r/wvstreams-4.2.2/debian/changelog 2006-09-24
20:14:07.000000000 +0200
+++ /tmp/HYKnjJ2L8i/wvstreams-4.2.2/debian/changelog 2006-09-24
20:14:11.000000000 +0200
@@ -1,3 +1,13 @@
+wvstreams (4.2.2-2.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add OpenSSL_add_ssl_algorithms() to SSL initializiation, as we're using
+ the SSL part of OpenSSL and not just the crypto part (which was already
+ initialized); fixes problems with WvSSLStream on at least amd64.
+ (Closes: #385296)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Sun, 24 Sep 2006 19:53:20 +0200
+
wvstreams (4.2.2-2.1) unstable; urgency=low
* NMU as part of the GCC 4.1 transition.