Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
net/firewalk/DESCR Normal file
View File

@@ -0,0 +1,5 @@
Firewalking is a technique developed by Mike D. Schiffman and David E.
Goldsmith that employs traceroute-like techniques to analyze IP packet
responses to determine gateway ACL filters and map networks.
Firewalk the tool employs the technique to determine the filter rules
in place on a packet forwarding device.

26
net/firewalk/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.23 2013/02/06 19:30:56 jperkin Exp $
DISTNAME= firewalk-5.0
PKGREVISION= 4
CATEGORIES= net security
MASTER_SITES= http://www.packetfactory.net/firewalk/dist/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.packetfactory.net/Projects/firewalk/
COMMENT= Determines the filter rules on a packet forwarding device
LICENSE= 2-clause-bsd
WRKSRC= ${WRKDIR}/Firewalk
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= ${PKGMANDIR}/man8
.include "../../devel/libnet11/buildlink3.mk"
.include "../../net/libdnet/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
post-install:
${INSTALL_MAN} ${WRKSRC}/man/firewalk.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
.include "../../mk/bsd.pkg.mk"

3
net/firewalk/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.3 2009/12/09 08:55:29 obache Exp $
man/man8/firewalk.8
sbin/firewalk

10
net/firewalk/distinfo Normal file
View File

@@ -0,0 +1,10 @@
$NetBSD: distinfo,v 1.6 2006/03/22 17:43:32 joerg Exp $
SHA1 (firewalk-5.0.tgz) = d6603ab0ccb84facf65220331fe94d6ec742932c
RMD160 (firewalk-5.0.tgz) = 798a5a961eb45c669a9bce4ce3a04aa024b90bd5
Size (firewalk-5.0.tgz) = 80446 bytes
SHA1 (patch-aa) = 043b62e9e4369320fbcf3454dc8c817f60ed3839
SHA1 (patch-ab) = ae6a82b355648e664df14c9549d5a1fafe4d8204
SHA1 (patch-ac) = 9cbec92920d9dceb6f1240b41a05f113f615f143
SHA1 (patch-ad) = 9c2de7a9fb43466de567598227ac040c1d9798ab
SHA1 (patch-ae) = dba85c98ac0bff0f8b03077cac17d7f9af8689e7

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.3 2005/12/20 13:49:48 joerg Exp $
--- src/firewalk.c.orig 2005-12-20 13:47:17.000000000 +0000
+++ src/firewalk.c
@@ -190,6 +190,7 @@ firewalk(struct firepack **fp)
return (FW_SERIOUS_ERROR);
default:
/* empty */
+ break;
}
}
}

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.3 2006/02/09 22:34:13 minskim Exp $
--- configure.in.orig 2006-02-09 14:08:22.000000000 -0800
+++ configure.in
@@ -67,6 +67,7 @@ dnl
dnl Checks for header files.
dnl
AC_HEADER_STDC
+AC_CHECK_HEADERS(net/bpf.h)
dnl
dnl Checks for typedefs, structures, and compiler characteristics.

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-ac,v 1.3 2006/02/09 22:34:13 minskim Exp $
--- include/config.h.in.orig 2002-05-13 17:17:52.000000000 -0700
+++ include/config.h.in
@@ -37,6 +37,9 @@ dnl
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Define to 1 if you have the <net/bpf.h> header file. */
+#undef HAVE_NET_BPF_H
+
/* Version number of package */
#undef VERSION

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-ae,v 1.2 2006/03/22 17:43:32 joerg Exp $
--- src/init.c.orig 2002-05-15 06:46:54.000000000 +0000
+++ src/init.c
@@ -35,6 +35,11 @@
#if (HAVE_CONFIG_H)
#include "../include/config.h"
#endif
+#ifdef HAVE_NET_BPF_H
+#include <sys/types.h>
+#include <sys/time.h>
+#include <net/bpf.h>
+#endif
#include "../include/firewalk.h"
int