[Gpg4win-commits] r801 - in trunk: . patches/gpgol

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed May 7 18:11:21 CEST 2008


Author: werner
Date: 2008-05-07 18:11:20 +0200 (Wed, 07 May 2008)
New Revision: 801

Added:
   trunk/patches/gpgol/01-last-minute.patch
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
Log:
Last minite fix for gpgol.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-06 14:02:52 UTC (rev 800)
+++ trunk/ChangeLog	2008-05-07 16:11:20 UTC (rev 801)
@@ -1,3 +1,7 @@
+2008-05-07  Werner Koch  <wk at g10code.com>
+
+	* patches/gpgol/01-last-minute.patch: New.
+
 2008-05-06  Werner Koch  <wk at g10code.com>
 
 	* patches/gpgol/01-always-decrypt.patch: Remove.

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2008-05-06 14:02:52 UTC (rev 800)
+++ trunk/Makefile.am	2008-05-07 16:11:20 UTC (rev 801)
@@ -51,7 +51,8 @@
 	patches/gnupg2-2.0.9/04-ks-w32init.patch \
 	patches/gnupg2-2.0.9/05-w32-http.patch \
 	patches/gpa/01-no-uiserver.patch \
-	patches/gpgol-0.9.91/01-gpgme.patch
+	patches/gpgol-0.9.91/01-gpgme.patch \
+	patches/gpgol/01-last-minute.patch
 
 copy-news:
 	cp NEWS doc/website/NEWS.last

Added: trunk/patches/gpgol/01-last-minute.patch
===================================================================
--- trunk/patches/gpgol/01-last-minute.patch	2008-05-06 14:02:52 UTC (rev 800)
+++ trunk/patches/gpgol/01-last-minute.patch	2008-05-07 16:11:20 UTC (rev 801)
@@ -0,0 +1,22 @@
+#! /bin/sh
+patch -p0 -f $* < $0
+exit $?
+
+Fix for 0.10.13
+
+
+--- src/mimeparser.c	(revision 250)
++++ src/mimeparser.c	(working copy)
+@@ -733,7 +733,7 @@
+       if (s)
+         filename = xstrdup (s);
+       s = rfc822parse_query_parameter (field, NULL, 1);
+-      if (s && !strcmp (s, "inline"))
++      if (s && strcmp (s, "inline"))
+         not_inline_text = 1;
+       rfc822parse_release_field (field);
+     }
+
+
+
+



More information about the Gpg4win-commits mailing list