diff options
author | martti <martti@pkgsrc.org> | 2002-01-03 14:29:53 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-03 14:29:53 +0000 |
commit | f6e061a93aea384d354c0c8bdf665985cd1777e6 (patch) | |
tree | 884f83fb779c450a6dcb60360ff513e1d78590fc /security/keychain/distinfo | |
parent | 6e606a67d90c866c2de38efc370d977dcdc034b2 (diff) | |
download | pkgsrc-f6e061a93aea384d354c0c8bdf665985cd1777e6.tar.gz |
Updated to 1.8
* Added a "--local" option for removing the ${HOSTNAME} from the various
files that keychain creates. Handy for non-NFS users.
* Using the Bourne shell "type" builtin rather than using the external
"which" command. Should make things a lot more robust and slightly
faster.
* Solaris' "which" command outputs "no lockfile in..." to stdout rather
than stderr. A one-line fix (test the error condition) has been
applied.
* lockfile settings tweak
* If you stop making progress providing valid passphrases, it's three
strikes and you're out.
* Some private keys can't be "ssh-keygen -l -f"'d; this patch causes
keychain to look for the corresponding public key if the private
key doesn't work. Thanks Constantine!
* CYAN color misdefined; fixed.
* A "quiet mode" (--quiet) fix; I missed an "echo".
* Missed another "kill -9"; it's now gone.
Diffstat (limited to 'security/keychain/distinfo')
-rw-r--r-- | security/keychain/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/keychain/distinfo b/security/keychain/distinfo index 10e2a45f2e4..bb59bb39dc7 100644 --- a/security/keychain/distinfo +++ b/security/keychain/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/11/09 09:56:27 martti Exp $ +$NetBSD: distinfo,v 1.4 2002/01/03 14:29:53 martti Exp $ -SHA1 (keychain-1.7.tar.bz2) = a2acc49a3f1872fa22aead37fb4635e2f836bbf2 -Size (keychain-1.7.tar.bz2) = 6290 bytes -SHA1 (patch-aa) = b9736c89148872a1ae19aa2462a9b4724b1f9d98 +SHA1 (keychain-1.8.tar.bz2) = 49c834fa3357507cfbf014356b4ad3163f0ed5e4 +Size (keychain-1.8.tar.bz2) = 7327 bytes +SHA1 (patch-aa) = d2a73c493cf53ee67279e8211e37daeb023306c5 |