diff options
author | pettai <pettai> | 2010-05-18 06:29:31 +0000 |
---|---|---|
committer | pettai <pettai> | 2010-05-18 06:29:31 +0000 |
commit | 7e7416d8d07369554b600c260891fc644f51766d (patch) | |
tree | 291347315e1f7aedc243419574cc125d4802ebb2 /security | |
parent | ba923613554e976424b647bf5c38a1963588a37e (diff) | |
download | pkgsrc-7e7416d8d07369554b600c260891fc644f51766d.tar.gz |
* 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
Diffstat (limited to 'security')
-rw-r--r-- | security/keychain/Makefile | 10 | ||||
-rw-r--r-- | security/keychain/PLIST | 4 | ||||
-rw-r--r-- | security/keychain/distinfo | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index a4299b35003..7b53bf6a155 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2009/05/12 12:27:20 martti Exp $ +# $NetBSD: Makefile,v 1.27 2010/05/18 06:29:31 pettai Exp $ -DISTNAME= keychain-2.6.8 +DISTNAME= keychain-2.7.1 CATEGORIES= security -MASTER_SITES= http://www.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ +MASTER_SITES= http://www.funtoo.org/archive/keychain/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org -HOMEPAGE= http://www.gentoo.org/proj/en/keychain/ +HOMEPAGE= http://www.funtoo.org/en/security/keychain/intro/ COMMENT= Nice ssh-agent front-end LICENSE= gnu-gpl-v2 @@ -25,7 +25,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/keychain ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/keychain.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA} ${WRKSRC}/README \ + ${INSTALL_DATA} ${WRKSRC}/README.rst \ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" diff --git a/security/keychain/PLIST b/security/keychain/PLIST index c0874ee8e7f..059f6e761b4 100644 --- a/security/keychain/PLIST +++ b/security/keychain/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:13:30 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/05/18 06:29:32 pettai Exp $ bin/keychain man/man1/keychain.1 -share/doc/keychain/README +share/doc/keychain/README.rst diff --git a/security/keychain/distinfo b/security/keychain/distinfo index de38344b6ad..53940e7cbb7 100644 --- a/security/keychain/distinfo +++ b/security/keychain/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2007/01/14 08:32:32 martti Exp $ +$NetBSD: distinfo,v 1.17 2010/05/18 06:29:32 pettai Exp $ -SHA1 (keychain-2.6.8.tar.bz2) = 0c1b645b68b9fe23bfe217963df45a033d84fe9c -RMD160 (keychain-2.6.8.tar.bz2) = 1e369f49286b6f325cbdad521ac025fdeb76fa92 -Size (keychain-2.6.8.tar.bz2) = 31531 bytes +SHA1 (keychain-2.7.1.tar.bz2) = e7ad7da374ba81e57792bb2695eb6c352f769de7 +RMD160 (keychain-2.7.1.tar.bz2) = bbeaf7f8c1c6dc0b3847aa9b7fc272ebb0743482 +Size (keychain-2.7.1.tar.bz2) = 51379 bytes |