diff options
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | security/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8602af21c1c..3d92376b5e9 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11012 2005/09/03 19:02:19 abs Exp $ +$NetBSD: CHANGES,v 1.11013 2005/09/03 22:47:23 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -3888,4 +3888,4 @@ Changes to the packages collection and infrastructure in 2005: Updated mail/mutt-devel to 1.5.10 [tonio 2005-09-03] Updated net/autonet to 0.16 [abs 2005-09-03] Updated sysutils/rconfig to 0.43 [abs 2005-09-03] - + Added security/bcrypt version 1.1 [xtraeme 2005-09-04] diff --git a/security/Makefile b/security/Makefile index 5ac42218d2b..a0ad9e49615 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.244 2005/07/31 01:06:43 wiz Exp $ +# $NetBSD: Makefile,v 1.245 2005/09/03 22:47:23 xtraeme Exp $ # COMMENT= Security tools @@ -18,6 +18,7 @@ SUBDIR+= apg SUBDIR+= arirang SUBDIR+= audit-packages SUBDIR+= avcheck +SUBDIR+= bcrypt SUBDIR+= beecrypt SUBDIR+= bitstir SUBDIR+= cfs |