diff options
author | adrianp <adrianp> | 2004-09-22 15:08:13 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2004-09-22 15:08:13 +0000 |
commit | 0ec6e9d478c9d9993106d7f19b944583a85f0653 (patch) | |
tree | 103f734bca8cc00d922cd34a5b4d598d99b298f3 | |
parent | 7b075b33352a389e3c690df2a44462a35f035fb5 (diff) | |
download | pkgsrc-0ec6e9d478c9d9993106d7f19b944583a85f0653.tar.gz |
- Note addition of snort-contrib-2.2.0
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 9f2b088c35d..d2405221efd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7209 2004/09/22 14:02:12 salo Exp $ +$NetBSD: CHANGES,v 1.7210 2004/09/22 15:08:13 adrianp Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4387,3 +4387,4 @@ Changes to the packages collection and infrastructure in 2004: Updated p0f to 2.0.5 [adrianp 2004-09-22] Updated mad123 to 0.8.3 [scw 2004-09-22] Updated lftp to 3.0.9 [salo 2004-09-22] + Added snort-contrib-2.2.0 [adrianp 2004-09-22] diff --git a/net/Makefile b/net/Makefile index eddba8c632e..bfc1f1ad50c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.492 2004/09/20 23:00:55 wiz Exp $ +# $NetBSD: Makefile,v 1.493 2004/09/22 15:08:13 adrianp Exp $ # COMMENT= Networking tools @@ -319,6 +319,7 @@ SUBDIR+= slurm SUBDIR+= smokeping SUBDIR+= sniffit SUBDIR+= snort +SUBDIR+= snort-contrib SUBDIR+= snort-mysql SUBDIR+= snort-pgsql SUBDIR+= socat |