pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ssldump Don't pull in <net/bpf.h> on MacOS, i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5c23a086685
branches: trunk
changeset: 530151:c5c23a086685
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Sun Jun 17 01:40:51 2007 +0000
description:
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:
security/ssldump/Makefile | 4 ++--
security/ssldump/distinfo | 4 ++--
security/ssldump/patches/patch-ab | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (46 lines):
diff -r c61a1263f7a6 -r c5c23a086685 security/ssldump/Makefile
--- a/security/ssldump/Makefile Sat Jun 16 22:40:38 2007 +0000
+++ b/security/ssldump/Makefile Sun Jun 17 01:40:51 2007 +0000
@@ -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 -r c61a1263f7a6 -r c5c23a086685 security/ssldump/distinfo
--- a/security/ssldump/distinfo Sat Jun 16 22:40:38 2007 +0000
+++ b/security/ssldump/distinfo Sun Jun 17 01:40:51 2007 +0000
@@ -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 -r c61a1263f7a6 -r c5c23a086685 security/ssldump/patches/patch-ab
--- a/security/ssldump/patches/patch-ab Sat Jun 16 22:40:38 2007 +0000
+++ b/security/ssldump/patches/patch-ab Sun Jun 17 01:40:51 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index