diff options
author | xtraeme <xtraeme> | 2004-04-20 09:17:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-20 09:17:46 +0000 |
commit | 14fce3ec07a8e4289ca2e876af60afb42f89ecc1 (patch) | |
tree | 4392f9ad672af82408fab7f5380a3fc6ecdf6b40 | |
parent | 55a38ac5e0d12d3f180bc85a3913861c6c52f99d (diff) | |
download | pkgsrc-14fce3ec07a8e4289ca2e876af60afb42f89ecc1.tar.gz |
Added honeyd{,-arpd}.
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | security/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0de6a3fcd11..41d16da479b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5671 2004/04/20 01:29:52 minskim Exp $ +$NetBSD: CHANGES,v 1.5672 2004/04/20 09:17:46 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2100,3 +2100,5 @@ Changes to the packages collection and infrastructure in 2004: Added thunderbird-0.5 [taya 2004-04-19] Updated gnome-icon-theme to 1.2.1 [minskim 2004-04-20] Updated eel2 to 2.6.1 [minskim 2004-04-20] + Added honeyd-0.8b [xtraeme 2004-04-20] + Added honeyd-arpd-0.2 [xtraeme 2004-04-20] diff --git a/security/Makefile b/security/Makefile index b02e5e9fbd6..c7d0990bd28 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.177 2004/04/16 17:35:20 tv Exp $ +# $NetBSD: Makefile,v 1.178 2004/04/20 09:17:46 xtraeme Exp $ # COMMENT= Security tools @@ -51,6 +51,8 @@ SUBDIR+= gtk-systrace SUBDIR+= hackbot SUBDIR+= hashcash SUBDIR+= heimdal +SUBDIR+= honeyd +SUBDIR+= honeyd-arpd SUBDIR+= ike-scan SUBDIR+= isakmpd SUBDIR+= jessie |