Subject: CVS commit: pkgsrc/security/keychain
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 01/03/2002 16:29:54
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Jan  3 14:29:54 UTC 2002

Modified Files:
	pkgsrc/security/keychain: Makefile distinfo
	pkgsrc/security/keychain/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/security/keychain/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/security/keychain/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/security/keychain/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.