Index: keychain.xml =================================================================== RCS file: /home/cvsroot/gentoo/xml/htdocs/proj/en/keychain.xml,v retrieving revision 1.10 diff -u -b -B -r1.10 keychain.xml --- keychain.xml 26 Jan 2004 17:29:37 -0000 1.10 +++ keychain.xml 22 Apr 2004 16:35:59 -0000 @@ -6,16 +6,15 @@ Keychain Daniel Robbins -Pieter van den Abele -Rajiv Manglani +Aron Griffis -This page contains information about Keychain, an OpenSSH and commercial SSH2-compatible RSA/DSA key management -application. +This page contains information about Keychain, an OpenSSH and +commercial SSH2-compatible RSA/DSA key management application. -2.1.1 -7 Nov 2003 +2.2.0 +21 Apr 2004 Keychain Intro @@ -66,40 +65,29 @@
Gentoo Linux -

To install keychain on Gentoo, just type emerge keychain as root. Then as a user, keychain --help for setup instructions.

+

To install keychain on Gentoo, just type emerge keychain as root. Finally, as a normal user, keychain --help for setup instructions.

RedHat and other RPM-based distributions -

Download keychain-2.0.2-1.noarch.rpm. After downloading, follow execute these commands (as root) to install the public GPG used to sign the RPM, then verify the RPM and install it:

+

Download the noarch.rpm from +here. After +downloading, follow execute these commands (as root) to install the +public GPG used to sign the RPM, then verify the RPM and install it: +

-gpg --keyserver pgp.mit.edu --recv-key 302A3876   Installs the public key used to sign the RPM.
-rpm -K keychain-2.0.2-1.noarch.rpm                Both md5 and gpg should be "OK".
-rpm -Uvh keychain-2.0.2-1.noarch.rpm              Installs the RPM.
+gpg --keyserver pgp.mit.edu --recv-key 20104eb0   Installs the public key used to sign the 2.2.0-1 rpm
+rpm -K keychain-2.2.0-1.noarch.rpm                Both md5 and gpg should be "OK".
+rpm -Uvh keychain-2.2.0-1.noarch.rpm              Installs the RPM.
 
-If your firewall blocks gpg connections to the keyserver, you can install the GPG key manually by running
wget -O - http://dev.gentoo.org/~rajiv/rajivmanglani-pubkey.asc | gpg --import
- -

Then as a user, run keychain --help for setup instructions.

+If your firewall blocks gpg connections to the keyserver, you can install the GPG key manually by running
+wget -O - http://gentoo.org/~agriffis/gpg-pubkey-20104eb0.asc | gpg --import
- - - - - - - keychain-2.0.2-1.noarch.rpmKeychain RPM - - - keychain-2.0.2-1.src.rpmKeychain source RPM - - - keychain-2.0.2-1.specKeychain RPM spec file - -
FileDescription
+

Finally, as a normal user, run keychain --help for setup instructions.

@@ -108,10 +96,10 @@ Source

-The most recent release of keychain can be found at keychain-2.0.3.tar.bz2. +The most recent release of keychain can be found at keychain-2.2.0.tar.bz2.

-1183410bac4a747cd9ae483a1f24b7c5  keychain-2.0.3.tar.bz2
+423fc69592f048985d265b2ef927dce4  keychain-2.0.3.tar.bz2
 5c26f5dce97818cacb4e183c2ea90f30  keychain-2.0.2-1.noarch.rpm
 
@@ -144,7 +132,28 @@
 # ChangeLog for Keychain; http://www.gentoo.org/projects/keychain
 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL version 2
-# Written by Daniel Robbins (drobbins@gentoo.org)
+# Written by Daniel Robbins <drobbins@gentoo.org>
+# Maintained by Aron Griffis <agriffis@gentoo.org>
+
+* keychain 2.2.0 (21 Apr 2004)
+
+  21 Apr 2004; Aron Griffis <agriffis@gentoo.org>;
+  Rewrote most of the code, organized into functions, fixed speed
+  issues involving ps, fixed compatibility issues for various UNIXes,
+  hopefully didn't introduce too many bugs.  This version has a
+  --quick option (for me) and a --timeout option (for carpaski).
+
+  Also added a Makefile and converted the man-page to pod for easier
+  editing.  See perlpod(1) for information on the format.  Note that
+  the pod is sucked into keychain and colorized when you run make.
+
+* keychain 2.0.3 (06 Apr 2003)
+
+  06 Apr 2003; Seth Chandler <sethbc@gentoo.org>; 
+  Added keychain man page, fixed bugs with displaying colors for keychain 
+  --help.  Also added a $grepopts to fix the grepping for a pid on cygwin
+  Also added a TODO document
+  color fix based on submission by Luke Holden <email@alterself.org>
 
 * keychain 2.0.2 (26 aug 2002)