Package: ssldump
Version: 0.9b3-4.1
Severity: normal
Tags: patch

ssldump is not linked against openssl.  Since debian/control lists a
build-dep on libssl-dev, it looks like it's intended to be.  The problem
is that ssldump needs to be told that the openssl libraries are in the
multiarch path.

A patch is attached that does this.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ssldump depends on:
ii  libc6       2.13-26
ii  libpcap0.8  1.2.1-1

ssldump recommends no packages.

Versions of packages ssldump suggests:
pn  tcpdump  <none>

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur ssldump-0.9b3/debian/rules ssldump-old/debian/rules
--- ssldump-0.9b3/debian/rules	2012-02-25 21:33:10.275987035 +0000
+++ ssldump-old/debian/rules	2012-02-25 21:32:40.516743701 +0000
@@ -17,8 +17,7 @@
 config.status: configure
 	dh_testdir
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
-		--mandir=\$${prefix}/share/man --with-pcap-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
-		--with-openssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
+		--mandir=\$${prefix}/share/man --with-pcap-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 
 build: build-stamp

Attachment: signature.asc
Description: Digital signature

Reply via email to