pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/keychain * keychain 2.7.1 (07 May 2010)
details: https://anonhg.NetBSD.org/pkgsrc/rev/7540061ee574
branches: trunk
changeset: 575617:7540061ee574
user: pettai <pettai%pkgsrc.org@localhost>
date: Tue May 18 06:29:31 2010 +0000
description:
* 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:
security/keychain/Makefile | 10 +++++-----
security/keychain/PLIST | 4 ++--
security/keychain/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (52 lines):
diff -r e26dc5ed1d7a -r 7540061ee574 security/keychain/Makefile
--- a/security/keychain/Makefile Tue May 18 05:02:34 2010 +0000
+++ b/security/keychain/Makefile Tue May 18 06:29:31 2010 +0000
@@ -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@localhost
-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 @@
${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 -r e26dc5ed1d7a -r 7540061ee574 security/keychain/PLIST
--- a/security/keychain/PLIST Tue May 18 05:02:34 2010 +0000
+++ b/security/keychain/PLIST Tue May 18 06:29:31 2010 +0000
@@ -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 -r e26dc5ed1d7a -r 7540061ee574 security/keychain/distinfo
--- a/security/keychain/distinfo Tue May 18 05:02:34 2010 +0000
+++ b/security/keychain/distinfo Tue May 18 06:29:31 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index