Control: tags 804603 + patch
Control: tags 804603 + pending

Dear maintainer,

I've prepared an NMU for courier (versioned as 0.73.1-1.7) and
uploaded it to DELAYED/1. Please feel free to tell me if I
should delay it longer.

Note that I've used a different patch than the one posted on this
bug before, which is closer to the upstream[1]

Regards.

[1] 
<https://github.com/svarshavchik/courier-libs/commit/e6d23dfcf40f073a1e5b267cb1333365507a9781>
diff -u courier-0.73.1/debian/changelog courier-0.73.1/debian/changelog
--- courier-0.73.1/debian/changelog
+++ courier-0.73.1/debian/changelog
@@ -1,3 +1,11 @@
+courier (0.73.1-1.7) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't assume availability of SSLv3 support in OpenSSL
+    (Closes: #804603)
+
+ -- Dominic Hargreaves <d...@earth.li>  Sun, 06 Dec 2015 21:32:12 +0000
+
 courier (0.73.1-1.6) unstable; urgency=medium
 
   * Non-maintainer upload with maintainer approval.
only in patch2:
unchanged:
--- courier-0.73.1.orig/libs/tcpd/libcouriertls.c
+++ courier-0.73.1/libs/tcpd/libcouriertls.c
@@ -526,8 +526,10 @@
 
 	method=((!protocol || !*protocol)
 		? NULL:
+#ifdef HAVE_SSLV3_METHOD
 		strcmp(protocol, "SSL3") == 0
 			? SSLv3_method():
+#endif
 		strcmp(protocol, "SSL23") == 0
 			? SSLv23_method():
 		strcmp(protocol, "TLSv1") == 0

Reply via email to