[Gpg4win-commits] r1490 - in branches/gpg4win-2.0.2-branch: . patches/gnupg2-2.0.14

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 28 12:46:46 CEST 2010


Author: emanuel
Date: 2010-07-28 12:46:42 +0200 (Wed, 28 Jul 2010)
New Revision: 1490

Added:
   branches/gpg4win-2.0.2-branch/patches/gnupg2-2.0.14/02-gpgsm-realloc-bug.patch
Modified:
   branches/gpg4win-2.0.2-branch/ChangeLog
Log:
Added gpgsm patch.

Modified: branches/gpg4win-2.0.2-branch/ChangeLog
===================================================================
--- branches/gpg4win-2.0.2-branch/ChangeLog	2010-07-27 15:32:46 UTC (rev 1489)
+++ branches/gpg4win-2.0.2-branch/ChangeLog	2010-07-28 10:46:42 UTC (rev 1490)
@@ -1,3 +1,8 @@
+2010-05-28  Emanuel Schuetze  <emanuel at intevation.de>
+
+	* patches/gnupg2-2.0.14/02-gpgsm-realloc-bug.patch:
+ 	Add gpgsm patch.
+
 2010-05-29  Werner Koch  <wk at g10code.com>
 
 	* Release 2.0.3.

Added: branches/gpg4win-2.0.2-branch/patches/gnupg2-2.0.14/02-gpgsm-realloc-bug.patch
===================================================================
--- branches/gpg4win-2.0.2-branch/patches/gnupg2-2.0.14/02-gpgsm-realloc-bug.patch	2010-07-27 15:32:46 UTC (rev 1489)
+++ branches/gpg4win-2.0.2-branch/patches/gnupg2-2.0.14/02-gpgsm-realloc-bug.patch	2010-07-28 10:46:42 UTC (rev 1490)
@@ -0,0 +1,19 @@
+#! /bin/sh
+patch -p0 -f $* < $0
+exit $?
+
+kbx/
+2010-07-23  Werner Koch  <wk at g10code.com>
+
+        * keybox-blob.c (_keybox_create_x509_blob): Fix reallocation bug.
+
+--- kbx/keybox-blob.c   (revision 5367)
++++ kbx/keybox-blob.c   (working copy)
+@@ -898,6 +898,7 @@
+               rc = gpg_error_from_syserror ();
+               goto leave;
+             }
++          names = tmp;
+         }
+       names[blob->nuids++] = p;
+       if (!i && (p=x509_email_kludge (p)))


Property changes on: branches/gpg4win-2.0.2-branch/patches/gnupg2-2.0.14/02-gpgsm-realloc-bug.patch
___________________________________________________________________
Name: svn:executable
   + *



More information about the Gpg4win-commits mailing list