Control: tags 852884 + patch Control: tags 852884 + pending Dear maintainer,
I've prepared an NMU for libesmtp (versioned as 1.0.6-4.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. The following patches build with this change: - balsa_2.4.12-3_amd64 - cacti-spine_0.8.8h-3_amd64 - hplip_3.16.11+repack0-2_amd64 - pacemaker_1.1.16-1_amd64 - syslog-ng_3.8.1-9_amd64 collectd_5.7.1-1_amd64 fails but it has the -lssl -lcrypto hardcoded and I am going to supply a patch in #852924. Regards.
diff -Nru libesmtp-1.0.6/debian/changelog libesmtp-1.0.6/debian/changelog --- libesmtp-1.0.6/debian/changelog 2016-11-18 23:28:19.000000000 +0100 +++ libesmtp-1.0.6/debian/changelog 2017-01-31 23:51:33.000000000 +0100 @@ -1,3 +1,10 @@ +libesmtp (1.0.6-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * Drop "-lssl -lcrypto" from exported libs flags (Closes: #852884). + + -- Sebastian Andrzej Siewior <[email protected]> Tue, 31 Jan 2017 23:51:33 +0100 + libesmtp (1.0.6-4.1) unstable; urgency=medium * Non-maintainer upload diff -Nru libesmtp-1.0.6/debian/patches/remove_ssl_libs_from_libs.patch libesmtp-1.0.6/debian/patches/remove_ssl_libs_from_libs.patch --- libesmtp-1.0.6/debian/patches/remove_ssl_libs_from_libs.patch 1970-01-01 01:00:00.000000000 +0100 +++ libesmtp-1.0.6/debian/patches/remove_ssl_libs_from_libs.patch 2017-01-31 23:51:33.000000000 +0100 @@ -0,0 +1,24 @@ +Author: Sebastian Andrzej Siewior <[email protected]> +Subject: Remove SSL libs from libs + +The config script returns "-lssl -lcrypto" but does not depend libssl-dev. +Depending on those should not be needed unless for static compilation thus +removing them. + +BTS: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852884 + +--- + libesmtp-config.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/libesmtp-config.in ++++ b/libesmtp-config.in +@@ -69,7 +69,7 @@ while test $# -gt 0; do + ;; + + --libs) +- echo @PTHREAD_LDFLAGS@ -L@libdir@ -lesmtp @LIBS@ @PTHREAD_LIBS@ ++ echo @PTHREAD_LDFLAGS@ -L@libdir@ -lesmtp @PTHREAD_LIBS@ + ;; + + --plugindir) diff -Nru libesmtp-1.0.6/debian/patches/series libesmtp-1.0.6/debian/patches/series --- libesmtp-1.0.6/debian/patches/series 2016-11-18 22:37:22.000000000 +0100 +++ libesmtp-1.0.6/debian/patches/series 2017-01-31 23:46:39.000000000 +0100 @@ -1,3 +1,4 @@ headers-c sys-types-h openssl +remove_ssl_libs_from_libs.patch

