pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg2 Fix executable name in gpgkey2ssh tool.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a760b357cfa
branches:  trunk
changeset: 644633:9a760b357cfa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 15 20:59:59 2015 +0000

description:
Fix executable name in gpgkey2ssh tool.
>From ISIHARA Takanori in PR 49576.

Bump PKGREVISION.

diffstat:

 security/gnupg2/Makefile                         |   3 ++-
 security/gnupg2/distinfo                         |   3 ++-
 security/gnupg2/patches/patch-tools_gpgkey2ssh.c |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r 056039d0cf23 -r 9a760b357cfa security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Thu Jan 15 20:56:11 2015 +0000
+++ b/security/gnupg2/Makefile  Thu Jan 15 20:59:59 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2014/10/09 14:06:52 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2015/01/15 20:59:59 wiz Exp $
 
 DISTNAME=      gnupg-2.0.26
 PKGNAME=       ${DISTNAME:S/gnupg/gnupg2/}
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
 EXTRACT_SUFX=  .tar.bz2
diff -r 056039d0cf23 -r 9a760b357cfa security/gnupg2/distinfo
--- a/security/gnupg2/distinfo  Thu Jan 15 20:56:11 2015 +0000
+++ b/security/gnupg2/distinfo  Thu Jan 15 20:59:59 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.32 2014/08/16 12:14:28 wiz Exp $
+$NetBSD: distinfo,v 1.33 2015/01/15 20:59:59 wiz Exp $
 
 SHA1 (gnupg-2.0.26.tar.bz2) = 3ff5b38152c919724fd09cf2f17df704272ba192
 RMD160 (gnupg-2.0.26.tar.bz2) = 874040ed8fad12067cbe67c8da222b2ad99a5a96
@@ -7,3 +7,4 @@
 SHA1 (patch-aj) = bfd21504e0d55f99df543912b1cdf2c573de2f98
 SHA1 (patch-al) = ef7c698ed102c4e27bbf707ae5d1fce4c2b5d8d4
 SHA1 (patch-ao) = 2f91b33271d5e79d48b392cc58978da08ee46e8a
+SHA1 (patch-tools_gpgkey2ssh.c) = 38ccb1980d6248b11316ccc49cd3dda06bab0d3b
diff -r 056039d0cf23 -r 9a760b357cfa security/gnupg2/patches/patch-tools_gpgkey2ssh.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnupg2/patches/patch-tools_gpgkey2ssh.c  Thu Jan 15 20:59:59 2015 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-tools_gpgkey2ssh.c,v 1.1 2015/01/15 20:59:59 wiz Exp $
+
+Fix executable name.
+
+--- tools/gpgkey2ssh.c.orig    2014-08-11 21:43:41.000000000 +0000
++++ tools/gpgkey2ssh.c
+@@ -266,7 +266,7 @@ main (int argc, char **argv)
+   keyid = argv[1];
+ 
+   ret = asprintf (&command,
+-                "gpg --list-keys --with-colons --with-key-data '%s'",
++                "gpg2 --list-keys --with-colons --with-key-data '%s'",
+                 keyid);
+   assert (ret > 0);
+ 



Home | Main Index | Thread Index | Old Index