summaryrefslogtreecommitdiff
path: root/security/arirang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-07-21 15:33:30 +0000
committerwiz <wiz@pkgsrc.org>2002-07-21 15:33:30 +0000
commit86c91fc7ff6b0f67c2657545037684844512d23d (patch)
tree603bf937e6259b648e8c9c7df9360cf5d4706154 /security/arirang
parent740ad47954df1f53373d906d167b3d5362c5f2d9 (diff)
downloadpkgsrc-86c91fc7ff6b0f67c2657545037684844512d23d.tar.gz
Update to 1.6, requested by the author.
Changes since 1.6beta: supported automatic wide ip range scan(fast xx times than 1.6beta version) supported scan time fixed broadcast bug fixed osfinger check a few bug fixed supported check recent apache chunk bug scanrule/apache.uxe moved arirang scan rule files into scanrule directory fixed gcc -Wall compile option
Diffstat (limited to 'security/arirang')
-rw-r--r--security/arirang/Makefile10
-rw-r--r--security/arirang/PLIST7
-rw-r--r--security/arirang/distinfo6
-rw-r--r--security/arirang/patches/patch-aa12
4 files changed, 14 insertions, 21 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile
index e94cb8ab83b..14c68a584c7 100644
--- a/security/arirang/Makefile
+++ b/security/arirang/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 16:28:18 agc Exp $
-# FreeBSD Id: ports/security/arirang/Makefile,v 1.2 2001/08/11 14:08:00 dwcjr Exp
+# $NetBSD: Makefile,v 1.2 2002/07/21 15:33:30 wiz Exp $
+#
-DISTNAME= arirang-1.6beta
-PKGNAME= arirang-1.6rc1
+DISTNAME= arirang-1.6
+PKGNAME= arirang-1.6
CATEGORIES= security www
MASTER_SITES= http://www.monkey.org/~pilot/arirang/
@@ -13,6 +13,6 @@ COMMENT= Powerful webserver security scanner
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${PREFIX}/share/arirang/
- ${INSTALL_DATA} ${WRKSRC}/*.uxe ${PREFIX}/share/arirang
+ ${INSTALL_DATA} ${WRKSRC}/scanrule/*.uxe ${PREFIX}/share/arirang
.include "../../mk/bsd.pkg.mk"
diff --git a/security/arirang/PLIST b/security/arirang/PLIST
index 5a5d38512d4..6b153e6a3a9 100644
--- a/security/arirang/PLIST
+++ b/security/arirang/PLIST
@@ -1,15 +1,20 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/20 16:28:18 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/07/21 15:33:30 wiz Exp $
sbin/arirang
share/arirang/against-snort.uxe
share/arirang/all.uxe
+share/arirang/apache.uxe
share/arirang/bof_dos.uxe
share/arirang/cfusion.uxe
share/arirang/codered.uxe
+share/arirang/frontpage2k.uxe
share/arirang/idstest.uxe
share/arirang/iis.uxe
share/arirang/iiscgi.uxe
share/arirang/inject.uxe
+share/arirang/ncbook.uxe
share/arirang/nes.uxe
+share/arirang/network.uxe
+share/arirang/nimda.uxe
share/arirang/nt.uxe
share/arirang/nt_head.uxe
share/arirang/rule.uxe
diff --git a/security/arirang/distinfo b/security/arirang/distinfo
index 12c76cfe0e6..c75bb6eecf6 100644
--- a/security/arirang/distinfo
+++ b/security/arirang/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/06/20 16:28:18 agc Exp $
+$NetBSD: distinfo,v 1.2 2002/07/21 15:33:30 wiz Exp $
-MD5 (arirang-1.6beta.tar.gz) = e5fbca4ae12308dd8edc11f675841488
-SHA1 (patch-aa) = d9ff29c81807dfb9e12a737a6df2b52a5a3c7479
+SHA1 (arirang-1.6.tar.gz) = 8f2a658d387830f25106dc21f05a5f54ae4b9964
+Size (arirang-1.6.tar.gz) = 54170 bytes
diff --git a/security/arirang/patches/patch-aa b/security/arirang/patches/patch-aa
deleted file mode 100644
index 053dae181c1..00000000000
--- a/security/arirang/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/06/20 16:28:18 agc Exp $
-
---- Makefile.orig Mon Jun 4 15:39:34 2001
-+++ Makefile Mon Jun 4 15:39:43 2001
-@@ -1,6 +1,6 @@
- all: arirang
- CC= cc
--CFLAGS= -Wall -pedantic
-+CFLAGS+= -Wall -pedantic
- TARGET= arirang
- SRCS= arirang.c grabhead.c osfinger.c rule.c screen.c
- OBJS= $(SRCS:.c=.o)