[Pkg-ocaml-maint-commits] [ocaml-ssl] 03/04: New upstream release

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Jan 17 22:59:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository ocaml-ssl.

commit 2e5bbe931aff9a7e19026358cb064d8b88a86654
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Jan 17 23:53:45 2016 +0100

    New upstream release
---
 debian/changelog                               |  8 +++++++
 debian/patches/0001-Remove-SSLv3-support.patch | 29 --------------------------
 debian/patches/series                          |  1 -
 3 files changed, 8 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d19e384..38530a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-ssl (0.5.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - Disables SSLv3 related functions when OPENSSL_NO_SSL3 is defined.
+  * Remove patch 0001-Remove-SSLv3-support.patch, fixed upstream.
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sun, 17 Jan 2016 23:53:39 +0100
+
 ocaml-ssl (0.5.1-2) unstable; urgency=medium
 
   * Remove SSLv3 support
diff --git a/debian/patches/0001-Remove-SSLv3-support.patch b/debian/patches/0001-Remove-SSLv3-support.patch
deleted file mode 100644
index cacf174..0000000
--- a/debian/patches/0001-Remove-SSLv3-support.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Stephane Glondu <steph at glondu.net>
-Date: Thu, 5 Nov 2015 09:53:54 +0100
-Subject: Remove SSLv3 support
-
-The underlying supporting functions have been removed in openssl 1.0.2d-2.
----
- src/ssl_stubs.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/ssl_stubs.c b/src/ssl_stubs.c
-index 310826c..f424221 100644
---- a/src/ssl_stubs.c
-+++ b/src/ssl_stubs.c
-@@ -290,6 +290,7 @@ static const SSL_METHOD *get_method(int protocol, int type)
-       break;
- 
-     case 1:
-+#if 0
-       switch (type)
-       {
-         case 0:
-@@ -304,6 +305,7 @@ static const SSL_METHOD *get_method(int protocol, int type)
-           method = SSLv3_method();
-           break;
-       }
-+#endif
-       break;
- 
-     case 2:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 27f0f8e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Remove-SSLv3-support.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ssl.git



More information about the Pkg-ocaml-maint-commits mailing list