update to keychain 2.3.0, which is a complete rewrite
heads up by robert@
This commit is contained in:
parent
8a6e09e4ef
commit
73c57fad48
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2004/02/09 18:13:17 sturm Exp $
|
# $OpenBSD: Makefile,v 1.9 2004/05/15 12:55:06 sturm Exp $
|
||||||
|
|
||||||
COMMENT= "front-end to ssh-agent"
|
COMMENT= "front-end to ssh-agent"
|
||||||
|
|
||||||
DISTNAME= keychain-2.0.3
|
DISTNAME= keychain-2.3.0
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
HOMEPAGE= http://www.gentoo.org/proj/en/keychain.xml
|
HOMEPAGE= http://www.gentoo.org/proj/en/keychain.xml
|
||||||
@ -18,12 +18,10 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
MASTER_SITES= http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/
|
MASTER_SITES= http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
|
||||||
|
NO_BUILD= Yes
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
PKG_ARCH= *
|
PKG_ARCH= *
|
||||||
|
|
||||||
do-build:
|
|
||||||
@perl -pi -e "s,bash_profile,profile," ${WRKDIST}/keychain{,.1}
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKDIST}/keychain ${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKDIST}/keychain ${PREFIX}/bin
|
||||||
${INSTALL_DATA} ${WRKDIST}/keychain.1 ${PREFIX}/man/man1
|
${INSTALL_DATA} ${WRKDIST}/keychain.1 ${PREFIX}/man/man1
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (keychain-2.0.3.tar.bz2) = 1183410bac4a747cd9ae483a1f24b7c5
|
MD5 (keychain-2.3.0.tar.bz2) = cc788105584351511e6202f97b8e1b2a
|
||||||
RMD160 (keychain-2.0.3.tar.bz2) = 4746c9ff49bb14a32fb7d94983fbcf59677cc875
|
RMD160 (keychain-2.3.0.tar.bz2) = c1dd4b60ada6f12fcaccdb754be905d0d6364d9c
|
||||||
SHA1 (keychain-2.0.3.tar.bz2) = 417ad52101ac5069f54fb6ddd66ad787026c0d1e
|
SHA1 (keychain-2.3.0.tar.bz2) = fd16145e68d27aa918c0715da34a2d96227aa127
|
||||||
|
18
security/keychain/patches/patch-keychain
Normal file
18
security/keychain/patches/patch-keychain
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
$OpenBSD: patch-keychain,v 1.5 2004/05/15 12:55:06 sturm Exp $
|
||||||
|
--- keychain.orig 2004-05-15 14:39:18.000000000 +0200
|
||||||
|
+++ keychain 2004-05-15 14:40:04.000000000 +0200
|
||||||
|
@@ -191,12 +191,12 @@ EXAMPLES
|
||||||
|
This snippet would work in other Bourne-compatible shells:
|
||||||
|
|
||||||
|
keychain id_rsa id_dsa
|
||||||
|
- . ~/.keychain/`uname ${GREEN}-n${OFF}`-sh
|
||||||
|
+ . ~/.keychain/`uname -n`-sh
|
||||||
|
|
||||||
|
This snippet would work in .login (for csh or tcsh):
|
||||||
|
|
||||||
|
keychain id_rsa id_dsa
|
||||||
|
- source \$HOME/.keychain/`uname ${GREEN}-n${OFF}`-csh
|
||||||
|
+ source \$HOME/.keychain/`uname -n`-csh
|
||||||
|
|
||||||
|
NOTES
|
||||||
|
Keychain is maintained by Aron Griffis <agriffis@gentoo.org>. If you
|
Loading…
Reference in New Issue
Block a user