public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/gnupg/files: gnupg-2.0.17-gpgsm-gencert.patch gnupg-2.0.17-libgrcrypt150-bugfix.patch
@ 2013-01-19 21:10 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev (alonbl) @ 2013-01-19 21:10 UTC (permalink / raw
  To: gentoo-commits

alonbl      13/01/19 21:10:57

  Modified:             gnupg-2.0.17-gpgsm-gencert.patch
  Removed:              gnupg-2.0.17-libgrcrypt150-bugfix.patch
  Log:
  cleanup files
  
  (Portage version: 2.2.0_alpha154/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-crypt/gnupg/files/gnupg-2.0.17-gpgsm-gencert.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/files/gnupg-2.0.17-gpgsm-gencert.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/files/gnupg-2.0.17-gpgsm-gencert.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/files/gnupg-2.0.17-gpgsm-gencert.patch?r1=1.1&r2=1.2

Index: gnupg-2.0.17-gpgsm-gencert.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/files/gnupg-2.0.17-gpgsm-gencert.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnupg-2.0.17-gpgsm-gencert.patch	16 Apr 2011 23:56:26 -0000	1.1
+++ gnupg-2.0.17-gpgsm-gencert.patch	19 Jan 2013 21:10:57 -0000	1.2
@@ -4,29 +4,15 @@
 Subject: [PATCH] gpgsm-gencert.sh: make sure not to abort after creating temp
  file.
 
----
- tools/gpgsm-gencert.sh |    8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
+Bug-Url: https://bugs.g10code.com/gnupg/issue1466
 
-diff --git a/tools/gpgsm-gencert.sh b/tools/gpgsm-gencert.sh
-index b209c8e..e7c812f 100755
---- a/tools/gpgsm-gencert.sh
-+++ b/tools/gpgsm-gencert.sh
-@@ -178,10 +178,10 @@ Key-Length: $KEY_LENGTH
- Key-Usage: $KEY_USAGE
- Name-DN: $NAME
- EOF
--[ -n "$KEY_GRIP" ] && echo "Key-Grip: $KEY_GRIP"
--[ -n "$EMAIL_ADDRESSES" ] && echo "$EMAIL_ADDRESSES"
--[ -n "$DNS_ADDRESSES" ] && echo "$DNS_ADDRESSES"
--[ -n "$URI_ADDRESSES" ] && echo "$URI_ADDRESSES"
-+[ -n "$KEY_GRIP" ] && echo "Key-Grip: $KEY_GRIP" || true
-+[ -n "$EMAIL_ADDRESSES" ] && echo "$EMAIL_ADDRESSES" || true
-+[ -n "$DNS_ADDRESSES" ] && echo "$DNS_ADDRESSES" || true
-+[ -n "$URI_ADDRESSES" ] && echo "$URI_ADDRESSES" || true
+--- tools/gpgsm-gencert.sh.old	2013-01-19 23:00:25.719408353 +0200
++++ tools/gpgsm-gencert.sh	2013-01-19 23:00:31.636418255 +0200
+@@ -182,6 +182,7 @@ EOF
+ [ -n "$EMAIL_ADDRESSES" ] && echo "$EMAIL_ADDRESSES"
+ [ -n "$DNS_ADDRESSES" ] && echo "$DNS_ADDRESSES"
+ [ -n "$URI_ADDRESSES" ] && echo "$URI_ADDRESSES"
++true
  ) > "$file_parameter"
  
  
--- 
-1.7.5.rc1
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-19 21:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-19 21:10 [gentoo-commits] gentoo-x86 commit in app-crypt/gnupg/files: gnupg-2.0.17-gpgsm-gencert.patch gnupg-2.0.17-libgrcrypt150-bugfix.patch Alon Bar-Lev (alonbl)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox