[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#848723: ssldump loses SSL support when compiled with OpenSSL 1.1



Package: ssldump
Version: 0.9b3-5+b1
Severity: serious
Tags: patch


...
checking for OpenSSL include files... found in /usr/include
checking for OpenSSL libraries... not found.
configure: WARNING: compiling without OpenSSL
...


Not a perfect solution but an option for stretch is the patch below to 
use OpenSSL 1.0.2

The "| libssl-dev (<< 1.1.0~)" is added for backports.

--- debian/control.old	2016-12-19 20:29:18.000000000 +0000
+++ debian/control	2016-12-19 20:29:29.000000000 +0000
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                libpcap-dev (>= 0.6.2),
-               libssl-dev (>= 0.9.6c)
+               libssl1.0-dev | libssl-dev (<< 1.1.0~)
 Standards-Version: 3.9.7
 Vcs-git: https://anonscm.debian.org/git/pkg-security/ssldump.git
 Vcs-browser: https://anonscm.debian.org/cgit/pkg-security/ssldump.git



Reply to: