summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-09-10 15:48:02 +0000
committerrh <rh@pkgsrc.org>1999-09-10 15:48:02 +0000
commit640cc42269c04ce596e1c4de369b776fb90c93df (patch)
tree72a546d709bc8d568ffc5e12b8b810e46458d133 /net
parent3865a8f4bff5166ad1dce335f0229be0981105a9 (diff)
downloadpkgsrc-640cc42269c04ce596e1c4de369b776fb90c93df.tar.gz
Initial import of snort-1.2.1, a libpcap-based packet sniffer/logger.
Diffstat (limited to 'net')
-rw-r--r--net/snort/Makefile19
-rw-r--r--net/snort/files/md53
-rw-r--r--net/snort/pkg/COMMENT1
-rw-r--r--net/snort/pkg/DESCR10
-rw-r--r--net/snort/pkg/PLIST7
5 files changed, 40 insertions, 0 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile
new file mode 100644
index 00000000000..0578eea3b1b
--- /dev/null
+++ b/net/snort/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/10 15:48:02 rh Exp $
+#
+
+DISTNAME= snort-1.2.1
+CATEGORIES= net security
+MASTER_SITES= http://www.clark.net/~roesch/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.clark.net/~roesch/security.html
+
+GNU_CONFIGURE= YES
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snort
+.for file in README NEWS RULES.SAMPLE USAGE
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/snort
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/snort/files/md5 b/net/snort/files/md5
new file mode 100644
index 00000000000..804c5a3a822
--- /dev/null
+++ b/net/snort/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/10 15:48:02 rh Exp $
+
+MD5 (snort-1.2.1.tar.gz) = 9cc1356c98c7c504a3045df7b6341d3b
diff --git a/net/snort/pkg/COMMENT b/net/snort/pkg/COMMENT
new file mode 100644
index 00000000000..8233b66b520
--- /dev/null
+++ b/net/snort/pkg/COMMENT
@@ -0,0 +1 @@
+a libpcap-based packet sniffer/logger
diff --git a/net/snort/pkg/DESCR b/net/snort/pkg/DESCR
new file mode 100644
index 00000000000..ad4642d197c
--- /dev/null
+++ b/net/snort/pkg/DESCR
@@ -0,0 +1,10 @@
+ Snort is a libpcap-based packet sniffer/logger which can be used
+as a lightweight network intrusion detection system. It features
+rules based logging and can perform protocol analysis, content
+searching/matching and can be used to detect a variety of attacks
+and probes, such as buffer overflows, stealth port scans, CGI
+attacks, SMB probes, OS fingerprinting attempts, and much more.
+
+ Snort has a real-time alerting capabilty, with alerts being sent
+to syslog or a seperate "alert" file. As of version 1.1 it can
+also send WinPopup messages via Samba.
diff --git a/net/snort/pkg/PLIST b/net/snort/pkg/PLIST
new file mode 100644
index 00000000000..1a801f3b3a5
--- /dev/null
+++ b/net/snort/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/10 15:48:02 rh Exp $
+bin/snort
+share/doc/snort/README
+share/doc/snort/NEWS
+share/doc/snort/RULES.SAMPLE
+share/doc/snort/USAGE
+@dirrm share/doc/snort