[SCM] Debian packaging of Crypt-SSLeay CPAN distribution branch, master, updated. debian/0.58-1-10-g6e6f14f

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Fri Aug 10 22:02:45 UTC 2012


The following commit has been merged in the master branch:
commit b4a913f0f8513a63a5794671add312d040b329dd
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Fri Aug 10 17:31:53 2012 -0400

    Remove patch accepted upstream.

diff --git a/debian/patches/nossl2.patch b/debian/patches/nossl2.patch
deleted file mode 100644
index ea130df..0000000
--- a/debian/patches/nossl2.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: adjust to openssl 1.0.0
-Origin: upstream bugtracker:
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=70565
-Bug-Debian: http://bugs.debian.org/623253
-Author: MSCHOUT [...] cpan.org
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-01-02
-
-diff --git a/SSLeay.xs b/SSLeay.xs
-index 9df9f58..8c26155 100644
---- a/SSLeay.xs
-+++ b/SSLeay.xs
-@@ -129,9 +129,15 @@ SSL_CTX_new(packname, ssl_version)
-             ctx = SSL_CTX_new(SSLv3_client_method());
-         }
-         else {
-+#ifndef OPENSSL_NO_SSL2
-             /* v2 is the default */
-             ctx = SSL_CTX_new(SSLv2_client_method());
-+#else
-+            /* v3 is the default */
-+            ctx = SSL_CTX_new(SSLv3_client_method());
-+#endif
-         }                
-+
-         SSL_CTX_set_options(ctx,SSL_OP_ALL|0);
-         SSL_CTX_set_default_verify_paths(ctx);
-         SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3e06f82..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-nossl2.patch

-- 
Debian packaging of Crypt-SSLeay CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list