From 9f9c3cbd8d825f80e99ddfdefa530be3955bcd56 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 26 Oct 2011 00:30:32 +0200 Subject: Fix build on SSLv2-disabled OpenSSL setups On systems where SSLv2_client_method isn't defined in OpenSSL (such as newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't reference it (to fix the build) and print a run-time error that the OS does not support SSLv2. Fixes Debian Bug #622054, but note that that bug report has a more thorough patch that does away with SSLv2 altogether. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e4656ecb..7e4fd664 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,13 @@ removed from a 6.4.0 or newer release.) * The Server certificate: message in verbose mode now appears on stdout like the remainder of the output. Reported by Henry Jensen, to fix Debian Bug #639807. +# CHANGE +* On systems where SSLv2_client_method isn't defined in OpenSSL (such as + newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't + reference it (to fix the build) and print a run-time error that the OS + does not support SSLv2. Fixes Debian Bug #622054, but note that that bug + report has a more thorough patch that does away with SSLv2 altogether. + fetchmail-6.3.21 (released 2011-08-21, 26011 LoC): -- cgit v1.2.3