[Pkg-owncloud-commits] [owncloud-client] 82/84: Added patch to compile with OpenSSL 1.1.0b

Sandro Knauß hefee at moszumanska.debian.org
Fri Oct 21 22:51:58 UTC 2016


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

hefee pushed a commit to branch master
in repository owncloud-client.

commit 281f93c0b073430b581a8597bb6c5d4ff33243a2
Author: Sandro Knauß <hefee at debian.org>
Date:   Sat Oct 22 00:37:20 2016 +0200

    Added patch to compile with OpenSSL 1.1.0b
    
    Closes: #828485
---
 debian/patches/0010-fix-build-with-openssl1.1.0b.patch | 18 ++++++++++++++++++
 debian/patches/series                                  |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/0010-fix-build-with-openssl1.1.0b.patch b/debian/patches/0010-fix-build-with-openssl1.1.0b.patch
new file mode 100644
index 0000000..5b6b5d4
--- /dev/null
+++ b/debian/patches/0010-fix-build-with-openssl1.1.0b.patch
@@ -0,0 +1,18 @@
+Description: Make build with OpenSSL 1.1.0b
+Author: Sandro Knauß <hefee at debian.org>
+Origin: Debian
+Bug-Debian: https://bugs.debian.org/828485
+Last-Update: 2016-10-22
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/3rdparty/certificates/p12topem.cpp
++++ b/src/3rdparty/certificates/p12topem.cpp
+@@ -65,7 +65,7 @@ resultP12ToPem p12ToPem(string p12File,
+     ret.PrivateKey = "";
+     ret.Certificate = "";
+     
+-    SSLeay_add_all_algorithms();
++    OpenSSL_add_all_algorithms();
+     ERR_load_crypto_strings();
+     if(!(fp = fopen(p12File.c_str(), "rb"))) {
+         ret.ErrorCode = 1;
diff --git a/debian/patches/series b/debian/patches/series
index dd3cdd0..207c13f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 0007-move-translations.patch
 0008-make-reproducable.patch
 0009-fix-installpath-of-dolphin-plugin.patch
+0010-fix-build-with-openssl1.1.0b.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list