summaryrefslogtreecommitdiff
path: root/security/ssldump
diff options
context:
space:
mode:
authorseb <seb>2002-12-01 21:48:09 +0000
committerseb <seb>2002-12-01 21:48:09 +0000
commitbe7252493034a4ddd282aea7c33fe8a3296aee20 (patch)
tree6667637391161bea4ef7c2be1832b464a72b7732 /security/ssldump
parent590630ed5f9d20c394deec5cec795e5d93fe011c (diff)
downloadpkgsrc-be7252493034a4ddd282aea7c33fe8a3296aee20.tar.gz
Update to version 0.9b3. Okay'ed by hubertf.
Package changes: use buildlink2, ssldump command moved from bin/ to sbin/. Selected Changelogs bits: * Added support for VLAN networks (Jeffrey Hafey) * Added support for non-promiscuous mode (-P flag) (Bruce M Simpson) * Added support for session resumption. * Added the -X flag to force hex-only printing when binary data is displayed as hex dumps. * Added -r as a synonym for -f. -f will eventually be removed and reused for some other option. This was done for option compatibility with tcpdump and on the theory that someday I might add a -w. * Renamed -h to -H and added it to the documentation. -h now triggers usage info. Plus numerous fixes, bug fixes and security fixes.
Diffstat (limited to 'security/ssldump')
-rw-r--r--security/ssldump/Makefile17
-rw-r--r--security/ssldump/PLIST4
-rw-r--r--security/ssldump/distinfo6
3 files changed, 16 insertions, 11 deletions
diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile
index 9e70abd132f..eb0b1f3b519 100644
--- a/security/ssldump/Makefile
+++ b/security/ssldump/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:50:11 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/12/01 21:48:09 seb Exp $
#
-DISTNAME= ssldump-0.9a2
+DISTNAME= ssldump-0.9b3
CATEGORIES= security
MASTER_SITES= http://www.rtfm.com/ssldump/
@@ -10,9 +10,14 @@ HOMEPAGE= http://www.rtfm.com/ssldump/
COMMENT= SLv3/TLS network protocol analyzer
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-pcap-inc=/usr/include \
- --with-pcap-lib=/usr/lib \
- --with-openssl-inc=/usr/include \
- --with-openssl-lib=/usr/lib
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+CONFIGURE_ARGS+=--with-pcap-inc=${BUILDLINK_PREFIX.libpcap}/include \
+ --with-pcap-lib=${BUILDLINK_PREFIX.libpcap}/lib \
+ --with-openssl-inc=${BUILDLINK_PREFIX.openssl}/include \
+ --with-openssl-lib=${BUILDLINK_PREFIX.openssl}/lib
+
+.include "../../net/libpcap/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ssldump/PLIST b/security/ssldump/PLIST
index ef38a05503b..8971b2eae84 100644
--- a/security/ssldump/PLIST
+++ b/security/ssldump/PLIST
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:55 zuntum Exp $
-bin/ssldump
+@comment $NetBSD: PLIST,v 1.2 2002/12/01 21:48:10 seb Exp $
man/man1/ssldump.1
+sbin/ssldump
diff --git a/security/ssldump/distinfo b/security/ssldump/distinfo
index 58fdd594909..168231afa5d 100644
--- a/security/ssldump/distinfo
+++ b/security/ssldump/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:40:40 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/12/01 21:48:10 seb Exp $
-SHA1 (ssldump-0.9a2.tar.gz) = 2eb71877839bc7bda384ab8722b86b3216679e7b
-Size (ssldump-0.9a2.tar.gz) = 102482 bytes
+SHA1 (ssldump-0.9b3.tar.gz) = a633a9a811a138eac5ed440d583473b644135ef5
+Size (ssldump-0.9b3.tar.gz) = 137435 bytes