diff options
author | martti <martti@pkgsrc.org> | 2005-02-01 18:40:28 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-02-01 18:40:28 +0000 |
commit | bba2516f760d90a5b0d283fe8d34957ec1271ea7 (patch) | |
tree | a612ebdbe6174eb6f634787899f3ff821694d20e /security/keychain/Makefile | |
parent | 6f7ec5bdab2402a90704455bdef1a09733a8adeb (diff) | |
download | pkgsrc-bba2516f760d90a5b0d283fe8d34957ec1271ea7.tar.gz |
Updated keychain to 2.5.1
Don't accidentally inherit a forwarded agent when
inheritwhich=local-once. Move the --stop warning after the version
splash.
Add inheritance support via --inherit. Add parameters to --stop for
more control. Change the default behavior of keychain to inherit if
there's no keychain agent running ("--inherit local-once"), and
refrain from killing other agents unless "--stop others" is
specified.
Diffstat (limited to 'security/keychain/Makefile')
-rw-r--r-- | security/keychain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 7c2dbab42d5..773d29f6b6a 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/11/28 10:06:39 martti Exp $ +# $NetBSD: Makefile,v 1.13 2005/02/01 18:40:28 martti Exp $ -DISTNAME= keychain-2.4.3 +DISTNAME= keychain-2.5.1 CATEGORIES= security MASTER_SITES= http://www.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ EXTRACT_SUFX= .tar.bz2 |