1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
# ChangeLog for net-misc/keychain
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.27 2004/07/01 04:17:06 agriffis Exp $
*keychain-2.3.3 (01 Jul 2004)
01 Jul 2004; Aron Griffis <agriffis@gentoo.org> -keychain-2.2.2.ebuild,
-keychain-2.3.0.ebuild, +keychain-2.3.3.ebuild:
Bump version to 2.3.3 and trim older ebuilds
- Fix bug reported by Matthew S. Moore in email; escape the backticks
in --help output
- Fix bug reported by Herbie Ong in email; set pidf, cshpidf and lockf
variables after parsing command-line to honor --dir setting
- Fix bug reported by Stephan Stahl in email; make spaces in filenames
work throughout keychain, even in pure Bourne shell
- Fix operation on HP-UX with older OpenSSH by interpreting output of
ssh-add as well as the error status
18 Jun 2004; Aron Griffis <agriffis@gentoo.org> -keychain-2.3.1.ebuild,
keychain-2.3.2.ebuild:
Mark 2.3.2 stable everywhere, trim 2.3.1 ebuild
*keychain-2.3.2 (16 Jun 2004)
16 Jun 2004; Aron Griffis <agriffis@gentoo.org> +keychain-2.3.2.ebuild:
Fix bug 53837 (keychain needs ssh-askpass) by unsetting SSH_ASKPASS when
--nogui is specified
*keychain-2.3.1 (03 Jun 2004)
03 Jun 2004; Aron Griffis <agriffis@gentoo.org> +keychain-2.3.1.ebuild:
Fix bug 52874: problems when using csh
28 May 2004; Aron Griffis <agriffis@gentoo.org> -keychain-2.0.2.ebuild,
-keychain-2.0.3.ebuild, -keychain-2.2.0.ebuild, keychain-2.2.2.ebuild,
keychain-2.3.0.ebuild:
Mark 2.2.2 and 2.3.0 stable on all arches
*keychain-2.3.0 (14 May 2004)
14 May 2004; Aron Griffis <agriffis@gentoo.org> +keychain-2.3.0.ebuild:
Version bump to 2.3.0, which removes the dependency on procmail for locking
*keychain-2.2.2 (03 May 2004)
03 May 2004; Aron Griffis <agriffis@gentoo.org> keychain-2.2.0.ebuild,
+keychain-2.2.2.ebuild:
Update to 2.2.2 with fixes for Solaris and csh. Mark 2.2.0 stable, 2.2.2 will
follow soon.
*keychain-2.2.0 (21 Apr 2004)
21 Apr 2004; Aron Griffis <agriffis@gentoo.org> +keychain-2.2.0.ebuild:
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).
19 Apr 2004; Mike Frysinger <vapier@gentoo.org> keychain-2.0.3.ebuild:
Marked 2.0.3 stable on all arches
16 Apr 2004; Michael McCabe <randy@gentoo.org> keychain-2.0.3.ebuild:
added s390 keywords
11 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> keychain-2.0.2.ebuild,
keychain-2.0.3.ebuild:
error checking; don't use S=${WORKDIR}/${P}
05 Mar 2004; Tom Gall <tgall@gentoo.org> keychain-2.0.3.ebuild:
Marked stable on ppc64
05 Jan 2004; Jason Wever <weeve@gentoo.org> keychain-2.0.3.ebuild:
Marked stable on sparc.
*keychain-2.0.3 (22 Apr 2003)
22 Apr 2003; Seth Chandler <sethbc@gentoo.org>; keychain-2.0.3.ebuild:
a couple of changes...one for cygwin ($grepopts), and a colorized doc
change...oh oh oh, we have a man page now ! man keychain =) We also
Have COPYING included in the tar.bz2 now...not that it matters for us
Gentoo folk...
26 Mar 2003; Graham Forest <vladimir@gentoo.org> keychain-2.0.2.ebuild :
Automated cleanup of LICENSE
19 Dec 2002; Martin Holzer <mholzer@gentoo.org> keychain-2.0.2.ebuild Changelog :
Fixed Homepage url (#12455).
16 Dec 2002; Daniel Robbins <drobbins@gentoo.org> added sh-utils runtime dep
to the 2.0.2 ebuild; this closes bug #10376. No rev bump.
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
*keychain-2.0.2 (27 Mar 2003)
13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
*keychain-1.9 (23 Feb 2002)
28 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> keychain-2.0.2.ebuild :
New ebuild
3 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> keychain-1.9.ebuild
Added ppc to KEYWORDS.
07 Jul 2002; phoen][x <phoenix@gentoo.org> keychain-1.9.ebuild :
Added KEYWORDS, LICENSE, SLOT.
23 Feb 2002; Daniel Robbins <drobbins@gentoo.org> : New release
*keychain-1.8 (1 Feb 2002)
1 Feb 2002; Donny Davies <woodchip@gentoo.org> :
Added Daniel Robbins' keychain utility to portage. Feels weird but
hey, somebody's gotta do it right? :)
|