diff options
author | wiz <wiz> | 2005-10-02 21:26:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-02 21:26:14 +0000 |
commit | be5f43e61a1792af1dda6fa362cdcfc59fb28735 (patch) | |
tree | c45c625341b31497db17c910bb683229942c6505 /security/pwsafe | |
parent | 2a13d82704f1c59c7a4534ca69274c799bb76129 (diff) | |
download | pkgsrc-be5f43e61a1792af1dda6fa362cdcfc59fb28735.tar.gz |
Update to 2.0:
pwsafe is a password database program for unix compatible with
Counterpane's win32 Password Safe software.
This is a major release. pwsafe now supports PasswordSafe 2.x
databases, exporting databases to text, and merging databases
together.
Diffstat (limited to 'security/pwsafe')
-rw-r--r-- | security/pwsafe/Makefile | 4 | ||||
-rw-r--r-- | security/pwsafe/distinfo | 9 | ||||
-rw-r--r-- | security/pwsafe/patches/patch-aa | 15 |
3 files changed, 6 insertions, 22 deletions
diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index 0ea6aefd663..6cb6fa5e35b 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/31 01:06:02 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/02 21:26:14 wiz Exp $ # -DISTNAME= pwsafe-0.1.6 +DISTNAME= pwsafe-0.2.0 CATEGORIES= security wip MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwsafe/} \ http://nsd.dyndns.org/pwsafe/releases/ diff --git a/security/pwsafe/distinfo b/security/pwsafe/distinfo index 39d046fe77c..b2bb72e340c 100644 --- a/security/pwsafe/distinfo +++ b/security/pwsafe/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/07/31 01:06:02 wiz Exp $ +$NetBSD: distinfo,v 1.2 2005/10/02 21:26:14 wiz Exp $ -SHA1 (pwsafe-0.1.6.tar.gz) = 39b42f95517cdbf1e241f9da477fb1a9bca050bb -RMD160 (pwsafe-0.1.6.tar.gz) = ac3b7b2287e2cacda876ddc21bf653d700cd9e0b -Size (pwsafe-0.1.6.tar.gz) = 110027 bytes -SHA1 (patch-aa) = a00dc129c853dea872cc12cc03b88137de31b221 +SHA1 (pwsafe-0.2.0.tar.gz) = 026643a391796a527a48ffccf93d542113ca79d4 +RMD160 (pwsafe-0.2.0.tar.gz) = 5509379f0bb4acea855183e1249395cdc23954d2 +Size (pwsafe-0.2.0.tar.gz) = 127433 bytes diff --git a/security/pwsafe/patches/patch-aa b/security/pwsafe/patches/patch-aa deleted file mode 100644 index 46b14900e23..00000000000 --- a/security/pwsafe/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/07/31 01:06:02 wiz Exp $ - ---- pwsafe.cpp.orig 2004-03-02 07:27:56.000000000 +0100 -+++ pwsafe.cpp -@@ -1022,8 +1022,8 @@ static secstring random_password() { - " Y Yes, accept this password\n" - " N No, generate another password of same type\n" - " <space> Cycle through password types\n" -- " + Lower the needed entropy/password length\n" -- " - More entropy/password length\n" -+ " - Lower the needed entropy/password length\n" -+ " + More entropy/password length\n" - " Q Quit\n" - " ? Help\n"); - continue; |