Subject: CVS commit: pkgsrc/security/keychain
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 11/09/2001 11:56:28
Module Name:	pkgsrc
Committed By:	martti
Date:		Fri Nov  9 09:56:28 UTC 2001

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

Log Message:
Updated keychain to version 1.7. Changes since 1.2:

* Use procmail's lockfile to serialize the execution of critical parts of
  keychain, thus avoiding multiple ssh-agent processes being started if
  you happen to have multiple xterms open automatically when you log in.
  Keychain will now auto-detect whether lockfile is installed; if it is,
  keychain will automatically use it
* No longer "kill -9" our ssh-agent processes
* Added argument "--quiet | -q"
* Added "-h" as alias for "--help", added "-k" as alias for "--stop"
* Add /usr/ucb to path for Solaris systems
* Try to add multiple keys using ssh-add; avoid typing in identical
  passphrases more than once.
* Misc. compatibility, signal handling, cleanup fixes
* We now use .ssh-agent-[hostname] instead of .ssh-agent
* "source" to "." shell-compatibility fixes.
* "rm -f $pidf" after stopping ssh-agent fix


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/security/keychain/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/keychain/distinfo
cvs rdiff -r1.2 -r1.3 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.