[SCM] QCA2 library packaging branch, master, updated. debian/2.1.1-3
Felix Geyer
fgeyer at moszumanska.debian.org
Tue Nov 15 18:34:26 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/qca2.git;a=commitdiff;h=065a5a3
The following commit has been merged in the master branch:
commit 065a5a38a1a25588b6a9cdef1c7b55ffcb1edaee
Author: Felix Geyer <fgeyer at debian.org>
Date: Tue Nov 15 18:44:23 2016 +0100
Keep using openssl 1.0
Upstream doesn't support 1.1 and adapting the codebase seem non-trivial.
bug #828519
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 907270b..2c76e92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qca2 (2.1.1-3) UNRELEASED; urgency=medium
+
+ * Keep using openssl 1.0 since upstream doesn't support 1.1 and adapting
+ the codebase seems non-trivial. (bug #828519)
+
+ -- Felix Geyer <fgeyer at debian.org> Tue, 15 Nov 2016 18:44:06 +0100
+
qca2 (2.1.1-2) unstable; urgency=medium
* Fix build without SSLv3.
diff --git a/debian/control b/debian/control
index 896b0de..f989cfc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: ca-certificates,
doxygen,
libqt4-dev (>= 4.7.0),
libsasl2-dev,
- libssl-dev,
+ libssl1.0-dev,
pkg-config,
pkg-kde-tools (>= 0.15.16),
qtbase5-dev
--
QCA2 library packaging
More information about the pkg-kde-commits
mailing list