[Gpg4win-commits] r1506 - trunk/patches/gnupg2-2.0.16
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Aug 25 14:16:55 CEST 2010
Author: werner
Date: 2010-08-25 14:16:53 +0200 (Wed, 25 Aug 2010)
New Revision: 1506
Modified:
trunk/patches/gnupg2-2.0.16/02-gpgtar.patch
Log:
Add p7m as known extension
Modified: trunk/patches/gnupg2-2.0.16/02-gpgtar.patch
===================================================================
--- trunk/patches/gnupg2-2.0.16/02-gpgtar.patch 2010-08-25 08:59:02 UTC (rev 1505)
+++ trunk/patches/gnupg2-2.0.16/02-gpgtar.patch 2010-08-25 12:16:53 UTC (rev 1506)
@@ -1038,7 +1038,7 @@
diff -urNp orig/gnupg-2.0.16/tools/gpgtar-extract.c gnupg-2.0.16/tools/gpgtar-extract.c
--- orig/gnupg-2.0.16/tools/gpgtar-extract.c 1970-01-01 01:00:00.000000000 +0100
+++ gnupg-2.0.16/tools/gpgtar-extract.c 2010-07-19 11:10:27.000000000 +0200
-@@ -0,0 +1,334 @@
+@@ -0,0 +1,335 @@
+/* gpgtar-extract.c - Extract from a TAR archive
+ * Copyright (C) 2010 Free Software Foundation, Inc.
+ *
@@ -1257,6 +1257,7 @@
+ || !compare_filenames (dirprefix + n - 4, EXTSEP_S "pgp")
+ || !compare_filenames (dirprefix + n - 4, EXTSEP_S "asc")
+ || !compare_filenames (dirprefix + n - 4, EXTSEP_S "pem")
++ || !compare_filenames (dirprefix + n - 4, EXTSEP_S "p7m")
+ || !compare_filenames (dirprefix + n - 4, EXTSEP_S "p7e")))
+ {
+ prefix_buffer = xtrystrdup (dirprefix);
More information about the Gpg4win-commits
mailing list