Browse Source

Import Debian version 5.04-5+squeeze1

Florian Weimer 13 years ago
parent
commit
cec8db4ef8
3 changed files with 1388 additions and 0 deletions
  1. 1364 0
      debian/patches/cdf-cert-bff-crashes
  2. 22 0
      debian/patches/cdf-restore-prefix
  3. 2 0
      debian/patches/series

File diff suppressed because it is too large
+ 1364 - 0
debian/patches/cdf-cert-bff-crashes


+ 22 - 0
debian/patches/cdf-restore-prefix

@@ -0,0 +1,22 @@
+Index: git/src/readcdf.c
+===================================================================
+--- git.orig/src/readcdf.c	2012-02-29 20:32:37.313967770 +0100
++++ git/src/readcdf.c	2012-02-29 20:32:51.308968638 +0100
+@@ -173,7 +173,7 @@
+                 return -1;
+ 
+         if (NOTMIME(ms)) {
+-                if (file_printf(ms, "Composite Document File V2 Document")
++                if (file_printf(ms, "CDF V2 Document")
+ 		    == -1)
+                         return -1;
+ 
+@@ -306,7 +306,7 @@
+ out0:
+         if (i != 1) {
+ 		if (i == -1)
+-		    if (file_printf(ms, "Composite Document File V2 Document")
++		    if (file_printf(ms, "CDF V2 Document")
+ 			== -1)
+ 			    return -1;
+                 if (*expn)

+ 2 - 0
debian/patches/series

@@ -80,3 +80,5 @@
 907-file-python.patch
 908-file-coredump.patch
 999-conglomeration.patch
+cdf-cert-bff-crashes
+cdf-restore-prefix