diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-14 00:45:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-14 00:45:56 +0000 |
commit | bf8588c7cc89e517ce8c88f0c1642e35dd44ca66 (patch) | |
tree | 714a3f0ed62eb798fb6baa8a673fd1d67963ff86 | |
parent | 3f84792289bee853160b7f8146eaa42267fc1702 (diff) | |
download | pkgsrc-bf8588c7cc89e517ce8c88f0c1642e35dd44ca66.tar.gz |
Add and enable dirb-1.8.
-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 7c6e1fb3160..9628d1b51ef 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11471 2005/10/14 00:35:33 minskim Exp $ +$NetBSD: CHANGES,v 1.11472 2005/10/14 00:45:56 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4573,3 +4573,4 @@ Changes to the packages collection and infrastructure in 2005: Updated archivers/libarchive to 1.02.036 [xtraeme 2005-10-13] Updated pkgtools/pkglint to 4.28 [rillig 2005-10-14] Added x11/rxvt-unicode version 5.7 [minskim 2005-10-14] + Added security/dirb version 1.8 [minskim 2005-10-14] diff --git a/security/Makefile b/security/Makefile index 0a5343fb42d..e229113f69c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.248 2005/10/13 20:17:00 seb Exp $ +# $NetBSD: Makefile,v 1.249 2005/10/14 00:45:57 minskim Exp $ # COMMENT= Security tools @@ -40,6 +40,7 @@ SUBDIR+= cyrus-sasl2 SUBDIR+= cyrus-saslauthd SUBDIR+= ddos-scan SUBDIR+= destroy +SUBDIR+= dirb SUBDIR+= dirmngr SUBDIR+= dropbear SUBDIR+= dsniff |