Browse Source

Disable erroneous DBPF detection that breaks SQLite and some more. Closes: #897153

Christoph Biedl 6 years ago
parent
commit
9b9dcc25b9
2 changed files with 21 additions and 0 deletions
  1. 1 0
      debian/patches/series
  2. 20 0
      debian/patches/upstream.disable-erroneous-dbpf.patch

+ 1 - 0
debian/patches/series

@@ -4,6 +4,7 @@ cherry-pick.FILE5_33-3-g4a870863.bump-gif-to-beat-mbr-from-kamil-dudka.patch
 
 # patches that should go upstream
 upstream.coff-amd64.patch
+upstream.disable-erroneous-dbpf.patch
 
 # local modifications
 local.support-local-definitions-in-etc-magic.patch

+ 20 - 0
debian/patches/upstream.disable-erroneous-dbpf.patch

@@ -0,0 +1,20 @@
+Subject: Disable erroneous DBPF detection that breaks SQLite and some more
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Date: 2018-04-29
+Bug-Debian: https://bugs.debian.org/897153
+Forwarded: no, how?
+
+--- a/magic/Magdir/dbpf
++++ b/magic/Magdir/dbpf
+@@ -11,7 +11,7 @@
+ >>>36	ulelong	x       \b, files: %u
+ !:ext	dbpf/package/dat/sc4
+ !:mime	application/x-maxis-dbpf
+-4	ulelong	1
+->8	ulelong	!1
+->>24	ledate	!0	\b, created: %s
+->>>28	ledate	!0	\b, modified: %s
++#4	ulelong	1
++#>8	ulelong	!1
++#>>24	ledate	!0	\b, created: %s
++#>>>28	ledate	!0	\b, modified: %s