Your message dated Sat, 04 Feb 2017 14:16:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#854154: unblock: libesmtp/1.0.6-4.2
has caused the Debian Bug report #854154,
regarding unblock: libesmtp/1.0.6-4.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
854154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854154
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
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 <[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

--- End Message ---
--- Begin Message ---
Sebastian Andrzej Siewior:
> Package: release.debian.org
> User: [email protected]
> 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
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to