summaryrefslogtreecommitdiff
path: root/security/ssldump
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2007-06-17 01:40:51 +0000
committerhubertf <hubertf@pkgsrc.org>2007-06-17 01:40:51 +0000
commit3abcb13260beba61b13b5d4689f9aec12fdc7fda (patch)
tree28596339a2b964cbc845190ebed70034fe54f120 /security/ssldump
parent44800d05a8ecd8b8b39548b56b1349971ac1f2ce (diff)
downloadpkgsrc-3abcb13260beba61b13b5d4689f9aec12fdc7fda.tar.gz
Don't pull in <net/bpf.h> on MacOS, it's already pulled in
via libpcap. XXX Still needs PREFER.libpcap=pkgsrc in mk.conf to build, but it's a step forward.
Diffstat (limited to 'security/ssldump')
-rw-r--r--security/ssldump/Makefile4
-rw-r--r--security/ssldump/distinfo4
-rw-r--r--security/ssldump/patches/patch-ab6
3 files changed, 7 insertions, 7 deletions
diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile
index cb9be956b25..c5990bce1bc 100644
--- a/security/ssldump/Makefile
+++ b/security/ssldump/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:38 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2007/06/17 01:40:51 hubertf Exp $
#
DISTNAME= ssldump-0.9b3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= security
MASTER_SITES= http://www.rtfm.com/ssldump/
diff --git a/security/ssldump/distinfo b/security/ssldump/distinfo
index 79fb3a31e1a..4fd30846bd4 100644
--- a/security/ssldump/distinfo
+++ b/security/ssldump/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2006/05/12 09:54:52 joerg Exp $
+$NetBSD: distinfo,v 1.7 2007/06/17 01:40:51 hubertf Exp $
SHA1 (ssldump-0.9b3.tar.gz) = a633a9a811a138eac5ed440d583473b644135ef5
RMD160 (ssldump-0.9b3.tar.gz) = 941cf8f2ef8459ec4f9ce65772e134505d46566f
Size (ssldump-0.9b3.tar.gz) = 137435 bytes
SHA1 (patch-aa) = 8ab6a65c0e338e99249a0c90b87340252494020a
-SHA1 (patch-ab) = 47511205c19f31b3020a295309e3c0c58229298c
+SHA1 (patch-ab) = 38479b85460d56841a62b04c1134461bfaae72e5
diff --git a/security/ssldump/patches/patch-ab b/security/ssldump/patches/patch-ab
index 77b5026a120..7fef127e661 100644
--- a/security/ssldump/patches/patch-ab
+++ b/security/ssldump/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1 2006/05/12 09:54:52 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2007/06/17 01:40:51 hubertf Exp $
---- base/pcap-snoop.c.orig 2006-05-12 09:50:49.000000000 +0000
+--- base/pcap-snoop.c.orig 2002-09-09 23:02:58.000000000 +0200
+++ base/pcap-snoop.c
@@ -49,7 +49,9 @@ static char *RCSSTRING="$Id: pcap-snoop.
#include <pcap.h>
#include <unistd.h>
-+#if !defined(__DragonFly__)
++#if !defined(__DragonFly__) && !defined(__APPLE__)
#include <net/bpf.h>
+#endif
#ifndef _WIN32