Up to [cvs.NetBSD.org] / pkgsrc / security / keychain
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.40 / (download) - annotate - [select for diffs], Wed Apr 18 19:25:27 2018 UTC (5 years, 1 month ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
HEAD
Changes since 1.39: +3 -7
lines
Diff to previous 1.39 (colored)
keychain: Improve distinfo Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for distfile name. No functional change intended.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Jan 27 10:00:15 2018 UTC (5 years, 4 months ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.38: +7 -4
lines
Diff to previous 1.38 (colored)
Import keychain-2.8.5 with the following improvements: * gnupg socket support * better portability
Revision 1.38 / (download) - annotate - [select for diffs], Sun Jan 21 16:03:29 2018 UTC (5 years, 4 months ago) by roy
Branch: MAIN
Changes since 1.37: +2 -7
lines
Diff to previous 1.37 (colored)
Update to keychain-2.8.4: Uses id instead of whoami for better portability. GPG2 support, support for busybox ps and various optimizations.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Nov 6 13:27:21 2017 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
keychain: follow redirect
Revision 1.35.6.1 / (download) - annotate - [select for diffs], Mon May 1 09:06:46 2017 UTC (6 years, 1 month ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.35: +7 -2
lines
Diff to previous 1.35 (colored) next main 1.36 (colored)
Pullup ticket #5367 - requested by sevan security/keychain: build fix Revisions pulled up: - security/keychain/Makefile 1.36 --- Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 25 12:16:47 UTC 2017 Modified Files: pkgsrc/security/keychain: Makefile Log Message: Put back dependency on bash again, the script uses the "local" keyword. Bump PKGREVISION.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Apr 25 12:16:47 2017 UTC (6 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.35: +7 -2
lines
Diff to previous 1.35 (colored)
Put back dependency on bash again, the script uses the "local" keyword. Bump PKGREVISION.
Revision 1.35 / (download) - annotate - [select for diffs], Tue Sep 20 12:36:09 2016 UTC (6 years, 8 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Branch point for: pkgsrc-2017Q1
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Updated security/keychain to 2.8.3 ---------------------------------- * keychain 2.8.3 (24 Jun 2016) Summary: fix gpg key addition (Clemens Kaposi)
Revision 1.34 / (download) - annotate - [select for diffs], Thu Aug 18 06:09:01 2016 UTC (6 years, 9 months ago) by nonaka
Branch: MAIN
Changes since 1.33: +3 -4
lines
Diff to previous 1.33 (colored)
Update security/keychain to 2.8.2. * keychain 2.8.2 (06 Nov 2015) Summary: Support new ssh features, bug fix release. Support for new hash algorithms (Ben Boeckel) Remove bashisms (Daniel Hertz) Various optimizations (Daniel Hahler) --timeout option now gets passed to agent, doc fixes (Andrew Bezella, Emil Lundberg) RPM, Makefile fixes (Mike Frysinger) * keychain 2.8.1 (29 May 2015) Summary: POSIX compatibility and bug fix release. Only set PATH to a standard value if PATH is not set. Otherwise, do not modify. Makefile Cygwin and RPM spec fixes (thanks Luke Bakken and Ricardo Silva) Confhost fixes. Deprecate in_path. Use command -v instead. Find_pids: Modify "ps" call to work with non-GNU ps. (Bryan Drewery) Re-introduce POSIX compatibility (remove shopt.) (vaeth) * keychain 2.8.0 (21 Mar 2015) Support for OpenSSH 6.8 fingerprints. Support for GnuPG 2.1.0. Handle private keys that are symlinks, even if the associated public key is in the target directory rather than alongside the symlink. Allow private keys to have extensions, such as foo.priv. When looking for matching public keys, look for foo.priv.pub, but also strip extension and look for foo.pub if foo.priv.pub doesn't exist. Initial support for --list/-l option to list SSH keys. Updated docs for fish shell usage. * keychain 2.7.2_beta1 (07 July 2014) Various changes and updates: Fixes for fish from Marc Joliet. Keychain will default to start only ssh-agent unless GPG is explicitly updated using --agents. Write ~/.gpg-agent-info when launching gpg-agent - fix from Thomas Spura. Add support for injecting agents into systemd (Ben Boeckel) Add support for --query option (Ben Boeckel) Add --absolute flag, allowing user to set a full path without getting a .keychain suffix automatically appended. Add --confhost option to scan ~/.ssh/config file to locate private key path specified there.
Revision 1.33 / (download) - annotate - [select for diffs], Mon May 4 21:02:58 2015 UTC (8 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Add patch to work with OpenSSH 6.8+ format.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Mar 13 11:29:33 2015 UTC (8 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.31: +3 -6
lines
Diff to previous 1.31 (colored)
Keychain isn't a bash script. Update homepage to proper one.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:52 2014 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.30: +1 -3
lines
Diff to previous 1.30 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Jun 9 10:30:20 2014 UTC (8 years, 11 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.29: +6 -2
lines
Diff to previous 1.29 (colored)
Keychain really is a Bash script. Update homepage. Bump PKGREVISION.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:31 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Sep 28 13:21:32 2010 UTC (12 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Reset maintainer.
Revision 1.27 / (download) - annotate - [select for diffs], Tue May 18 06:29:31 2010 UTC (13 years ago) by pettai
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.26: +5 -5
lines
Diff to previous 1.26 (colored)
* keychain 2.7.1 (07 May 2010) - Addition of a "make clean" target. removal of runtests as it is currently broken. - New release process in Makefile and release.sh - keychain release tarball will now contain pre-generated keychain, keychain.1 and keychain.spec so that users do not need to run "make". Updated README.rst to refer to the "source code" as a "release archive" since it contains both source code and ready-to-go script and man page. - GPG fix from Gentoo bug 203871; This fix will fix the issue with pinentry starting in the background and not showing up in the terminal. * keychain 2.7.0 (23 Oct 2009) - lockfile() replacement from Parallels Inc. OpenVZ code, takelock() rewrite, resulting in ~100 line code savings. Default lock timeout set to 5 seconds, and now keychain will try to forcefully acquire the lock if the timeout aborts, rather than simply failing and aborting. - MacOS X/BSD improvements: fix sed call in Makefile for MacOS X and presumably other *BSD environments. Rename COPYING to COPYING.txt + slight COPYING.txt formatting change. Fixed POD errors (removed '=end'). - Disable "Identity added" messages when --quiet is specified. (Gentoo bug #250328) --help will print output to stdout (Gentoo bug #196060) output cleanup and colorization changes - moving away from blue and over to cyan as it displays better terminals with black background. Also some additional colorization. * keychain 2.6.9 (26 Jul 2009) - Close Gentoo bug 222953 fix potential issues with GNU grep, Mac OS X color fix when called with --eval. - Perl 5.10 Makefile fix. Transition README to README.rst (reStructuredText). Updated maintainership information. Simplified default output
Revision 1.26 / (download) - annotate - [select for diffs], Tue May 12 12:27:20 2009 UTC (14 years ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Activated LICENSE=...
Revision 1.25 / (download) - annotate - [select for diffs], Tue May 12 11:09:26 2009 UTC (14 years ago) by martti
Branch: MAIN
Changes since 1.24: +8 -5
lines
Diff to previous 1.24 (colored)
Added PKG_DESTDIR_SUPPORT=user-destdir
Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 30 19:31:42 2007 UTC (15 years, 7 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Based on some feedback, comment out the newly added LICENSE=xxx for now. I'll re-activate this later when the global license stuff is activated.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 30 13:58:07 2007 UTC (15 years, 7 months ago) by martti
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Added LICENSE=gnu-gpl-v2
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 14 08:32:32 2007 UTC (16 years, 4 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Updated security/keychain to 2.6.8 * keychain 2.6.8 (24 Oct 2006) Save LC_ALL for gpg invocation so that pinentry-curses works. This affected peper and kloeri, though it seems to work for me in any case. * keychain 2.6.7 (24 Oct 2006) Prevent gpg_listmissing from accidentally loading keys
Revision 1.21 / (download) - annotate - [select for diffs], Mon Oct 16 11:25:18 2006 UTC (16 years, 7 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
Make pkglint happy.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 16 08:26:10 2006 UTC (16 years, 7 months ago) by martti
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Updated security/keychain to 2.6.6 * keychain 2.6.6 (08 Sep 2006) 08 Sep 2006; Aron Griffis <agriffis@gentoo.org>: Make --lockwait -1 mean forever. Previously 0 meant forever but was undocumented. Add more locking regression tests #137981 * keychain 2.6.5 (08 Sep 2006) 08 Sep 2006; Aron Griffis <agriffis@gentoo.org>: Break out of loop when empty lockfile can't be removed #127471. Add locking regression tests: 100_lock_stale 101_lock_held 102_lock_empty 103_lock_empty_cant_remove * keychain 2.6.4 (08 Sep 2006) 08 Sep 2006; Aron Griffis <agriffis@gentoo.org>: Add validinherit function so that validity of SSH_AUTH_SOCK and friends can be validated from startagent rather than up front. The advantage is that warning messages aren't emitted unnecessarily when --inherit *-once. Fix --eval for fish, and add new testcases: 053_start_with_--eval_ksh 054_start_with_--eval_fish 055_start_with_--eval_csh * keychain 2.6.3 (07 Sep 2006) 07 Sep 2006; Aron Griffis <agriffis@gentoo.org>: Support fish: http://roo.no-ip.org/fish/ Thanks to Ilkka Poutanen for the patch.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Oct 4 21:58:14 2006 UTC (16 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Apr 25 06:34:16 2006 UTC (17 years, 1 month ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.17: +6 -6
lines
Diff to previous 1.17 (colored)
Updated security/keychain to 2.6.2 Add --confirm option and corresponding regression tests for Debian bug 296382. Thanks to Liyang HU for the patch. Also add initialization for $ssh_timeout which was being inherited from the environment and add regression tests for --timeout
Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 17 07:51:24 2006 UTC (17 years, 3 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
Fixed warnings found by pkglint -Wall.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 28 05:29:54 2005 UTC (17 years, 7 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Updated keychain to 2.6.1 * keychain 2.6.1 (10 Oct 2005) 10 Oct 2005; Aron Griffis <agriffis@gentoo.org>: Change "unset evalopt" to "evalopt=false" and run through *all* the regression tests instead of just the new ones. *sigh* * keychain 2.6.0 (10 Oct 2005) 10 Oct 2005; Aron Griffis <agriffis@gentoo.org>: Add the --eval option which makes keychain startup easier. See the man-page for examples. Get rid of the release notes from README, so now this file is where changes are tracked.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:26 2005 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 4 10:50:43 2005 UTC (17 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Updated keychain to 2.5.5 * lots of bug fixes
Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 1 18:40:28 2005 UTC (18 years, 4 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
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.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 28 10:06:39 2004 UTC (18 years, 6 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Updated keychain to 2.4.3 * Bug fixes
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 26 19:02:10 2004 UTC (18 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.10: +3 -4
lines
Diff to previous 1.10 (colored)
Update to 2.3.4. From the changelog: * keychain 2.3.4 (24 Jul 2004) 24 Jul 2004; Aron Griffis <agriffis@gentoo.org>; Fix bug 28599 reported by Bruno Pelaia; ignore defunct processes in ps output * keychain 2.3.3 (30 Jun 2004) 30 Jun 2004; Aron Griffis <agriffis@gentoo.org>; 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 * keychain 2.3.2 (16 Jun 2004) 16 Jun 2004; Aron Griffis <agriffis@gentoo.org>; 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>; Fix bug 52874: problems when the user is running csh * keychain 2.3.0 (14 May 2004) 14 May 2004; Aron Griffis <agriffis@gentoo.org>; Rewrite the locking code to avoid procmail * keychain 2.2.2 (03 May 2004) 03 May 2004; Aron Griffis <agriffis@gentoo.org>; Call loadagent prior to generating HOSTNAME-csh file so that variables are set. * keychain 2.2.1 (27 Apr 2004) 27 Apr 2004; Aron Griffis <agriffis@gentoo.org>; Find running ssh-agent processes by searching for /[s]sh-agen/ instead of /[s]sh-agent/ for the sake of Solaris, which cuts off ps -u output at 8 characters. Thanks to Clay England for reporting the problem and testing the fix. * 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.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 29 03:29:46 2004 UTC (19 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.9: +5 -1
lines
Diff to previous 1.9 (colored)
Enable pkgviews installation.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 18 03:59:49 2003 UTC (19 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
Updated keychain to 2.0.3 - Added keychain man page - Fixed bugs with displaying colors for keychain --help - Added a $grepopts to fix the grepping for a pid on cygwin - Added a TODO document color fix based on submission by Luke Holden
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:56 2003 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 18 05:58:58 2003 UTC (20 years, 4 months ago) by martti
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Updated keychain to 2.0.2 NOTE: The .ssh-agent-* files are now in the ~/.keychain/ directory. Use something like this in your dot files: [ -r ${HOME}/.ssh-agent-`hostname` ] && . ${HOME}/.ssh-agent-`hostname` [ -r ${HOME}/.keychain/`hostname`-sh ] && . ${HOME}/.keychain/`hostname`-sh
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 10 17:52:08 2002 UTC (21 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.5: +3 -5
lines
Diff to previous 1.5 (colored)
Update to 1.9, and remove unneeded dependency on sysutils/psmisc. OK'd by martti and garbled. Changelog: 04 Mar 2002; changed license from "GPL, v2 or later" to "GPL v2". 04 Mar 2002; added "keychain.cygwin" for Cygwin systems. It may be time to follow this pattern and start building separate, optimized scripts for each platform so they don't get too sluggish. Maybe I could use a C preprocessor for this. 06 Dec 2001; several people: Solaris doesn't like '-e' comparisons; switched to '-f'
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 3 14:29:53 2002 UTC (21 years, 5 months ago) by martti
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Updated to 1.8 * Added a "--local" option for removing the ${HOSTNAME} from the various files that keychain creates. Handy for non-NFS users. * Using the Bourne shell "type" builtin rather than using the external "which" command. Should make things a lot more robust and slightly faster. * Solaris' "which" command outputs "no lockfile in..." to stdout rather than stderr. A one-line fix (test the error condition) has been applied. * lockfile settings tweak * If you stop making progress providing valid passphrases, it's three strikes and you're out. * Some private keys can't be "ssh-keygen -l -f"'d; this patch causes keychain to look for the corresponding public key if the private key doesn't work. Thanks Constantine! * CYAN color misdefined; fixed. * A "quiet mode" (--quiet) fix; I missed an "echo". * Missed another "kill -9"; it's now gone.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 9 09:56:27 2001 UTC (21 years, 7 months ago) by martti
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:38 2001 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 19 13:48:00 2001 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Make it work under 1.5. Patch by Martti Kuparinen from pkg/14010. Update to 1.2nb1.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 15 14:20:41 2001 UTC (21 years, 8 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of keychain package provided by Martti Kuparinen in pkg/13931. DESCR: Keychain is a shell script which acts as user-friendly front-end to ssh-agent(1), allowing you to have one long-running ssh-agent process per system rather than per login session. Please study the documentation on the keychain website carefully since incorrect usage of this script may have certain security implementations.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 15 14:20:41 2001 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
Initial revision