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

Bug#854154: unblock: libesmtp/1.0.6-4.2



Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package libesmtp. The new version removes "-lssl
-lcrypto" from its exported LDFLAGS fixing FTBFS in pacemaker after
libssl-dev is no longer pulled in by libsnmp-dev. As noted in #852884,
all its rev-deps built with this change except for collectd_5.7.1-1
which should get the two libs removed.

unblock libesmtp/1.0.6-4.2

Sebastian
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 <sebastian@breakpoint.cc>  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 <sebastian@breakpoint.cc>
+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

Reply to: