control: tags -1 patch
control: tags -1 pending

The following debdiff has been uploaded on deferred/0.

Please update also zorp/zorpll to the latest upstream releases.

thanks

G.
diff -Nru zorp-3.9.5/debian/changelog zorp-3.9.5/debian/changelog
--- zorp-3.9.5/debian/changelog 2015-06-30 22:00:37.000000000 +0200
+++ zorp-3.9.5/debian/changelog 2016-05-30 21:54:44.000000000 +0200
@@ -1,3 +1,12 @@
+zorp (3.9.5-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/p/remove-ssl3.patch:
+    - remove deprecated SSL3 function to fix FTBFS with
+      recent openssl (Closes: #805112).
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Mon, 30 May 2016 
11:10:43 +0200
+
 zorp (3.9.5-7) unstable; urgency=medium
 
   * [1c630b8] Added a basic autopkgtest test case.
diff -Nru zorp-3.9.5/debian/patches/remove-ssl3.patch 
zorp-3.9.5/debian/patches/remove-ssl3.patch
--- zorp-3.9.5/debian/patches/remove-ssl3.patch 1970-01-01 01:00:00.000000000 
+0100
+++ zorp-3.9.5/debian/patches/remove-ssl3.patch 2016-05-30 21:53:59.000000000 
+0200
@@ -0,0 +1,21 @@
+Description: Remove ssl3 methods.
+Author: Gianfranco Costamagna <locutusofb...@debian.org>
+
+--- zorp-3.9.5.orig/lib/proxyssl.c
++++ zorp-3.9.5/lib/proxyssl.c
+@@ -1372,6 +1372,7 @@ z_proxy_ssl_setup_handshake(ZProxySSLHan
+         ctx = SSL_CTX_new(SSLv2_client_method());
+     }
+ #endif
++#ifndef OPENSSL_NO_SSL3
+   else if (strcmp(self->ssl_opts.ssl_method[side]->str, "SSLv3") == 0)
+     {
+       if (side == EP_CLIENT)
+@@ -1379,6 +1380,7 @@ z_proxy_ssl_setup_handshake(ZProxySSLHan
+       else
+         ctx = SSL_CTX_new(SSLv3_client_method());
+     }
++#endif
+   else if (strcmp(self->ssl_opts.ssl_method[side]->str, "TLSv1") == 0)
+     {
+       if (side == EP_CLIENT)
diff -Nru zorp-3.9.5/debian/patches/series zorp-3.9.5/debian/patches/series
--- zorp-3.9.5/debian/patches/series    2015-05-26 21:55:44.000000000 +0200
+++ zorp-3.9.5/debian/patches/series    2016-05-30 11:11:33.000000000 +0200
@@ -10,3 +10,4 @@
 0010-tests-Makefile.am-Removed-python-directory-because-o.patch
 0011-tests-Makefile.am-Removed-kzorp-directory-too-becaus.patch
 0012-Makefile.am-Removed-test-directory-because-of-an-err.patch
+remove-ssl3.patch

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to