diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-05 20:37:25 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-05 20:37:25 +0000 |
commit | c70d8939e6dea97b9ea478359d194367f6d79167 (patch) | |
tree | d6c2439dfe979de948fe5e55b7e52f80dfbefb1e | |
parent | 0bfe3d74306236e1562a6625e8eabe459d651f49 (diff) | |
download | pkgsrc-c70d8939e6dea97b9ea478359d194367f6d79167.tar.gz |
Added security/libp11 version 0.2.4
Added security/engine_pkcs11 version 0.1.5
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | security/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 6758aead9b2..70728648ec0 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.882 2009/03/05 19:45:58 bouyer Exp $ +$NetBSD: CHANGES-2009,v 1.883 2009/03/05 20:37:25 hasso Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1193,3 +1193,5 @@ Changes to the packages collection and infrastructure in 2009: Updated www/firefox3 to 3.0.7 [tron 2009-03-05] Updated sysutils/duplicity to 0.5.10 [tnn 2009-03-05] Updated sysutils/xentools3 to 3.1.4nb4 [bouyer 2009-03-05] + Added security/libp11 version 0.2.4 [hasso 2009-03-05] + Added security/engine_pkcs11 version 0.1.5 [hasso 2009-03-05] diff --git a/security/Makefile b/security/Makefile index 59899590f01..614411e5ed6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2009/02/26 21:59:21 plunky Exp $ +# $NetBSD: Makefile,v 1.346 2009/03/05 20:37:25 hasso Exp $ # COMMENT= Security tools @@ -53,6 +53,7 @@ SUBDIR+= dropbear SUBDIR+= dsniff SUBDIR+= dsniff-nox11 SUBDIR+= egd +SUBDIR+= engine-pkcs11 SUBDIR+= flawfinder SUBDIR+= fprint-demo SUBDIR+= fprot-workstation-bin @@ -104,6 +105,7 @@ SUBDIR+= libksba SUBDIR+= libksba04 SUBDIR+= libmcrypt SUBDIR+= libnasl +SUBDIR+= libp11 SUBDIR+= libprelude SUBDIR+= libpreludedb SUBDIR+= libssh |