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

Bug#846113: polygraph loses SSL support when compiled with OpenSSL 1.1



Package: polygraph
Version: 4.3.2-4
Severity: serious
Tags: patch
Control: block 827061 by -1

...
checking for CRYPTO_lock in -lcrypto... no
checking for CRYPTO_add_lock in -lcrypto... no
...

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-11-28 11:13:51.000000000 +0000
+++ debian/control	2016-11-28 11:13:57.000000000 +0000
@@ -6,7 +6,7 @@
  debhelper (>= 9),
  dh-autoreconf,
  libncurses5-dev,
- libssl-dev,
+ libssl1.0-dev | libssl-dev (<< 1.1.0~),
  zlib1g-dev,
 Standards-Version: 3.9.8
 Homepage: http://www.web-polygraph.org


Reply to: