diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index e3720af12c1..7f93f47bc8c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9871 2005/04/17 12:15:24 salo Exp $ +$NetBSD: CHANGES,v 1.9872 2005/04/17 12:22:26 adrianp Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2039,3 +2039,4 @@ Changes to the packages collection and infrastructure in 2005: Updated firefox-gtk1 to 1.0.3 [taya 2005-04-17] Added libssh-0.1 [adrianp 2005-04-17] Updated win32-codecs to 050412 [salo 2005-04-17] + Added hydra-4.6 [adrianp 2005-04-17] diff --git a/security/Makefile b/security/Makefile index a41e5d7ea2f..119e0ea6cbf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.234 2005/04/17 11:37:05 adrianp Exp $ +# $NetBSD: Makefile,v 1.235 2005/04/17 12:22:26 adrianp Exp $ # COMMENT= Security tools @@ -68,6 +68,7 @@ SUBDIR+= heimdal SUBDIR+= honeyd SUBDIR+= honeyd-arpd SUBDIR+= hydan +SUBDIR+= hydra SUBDIR+= ike-scan SUBDIR+= ipsec-tools SUBDIR+= isakmpd |