Accepting request 442832 from Base:System

- Modify patch file-5.29.dif that is
  replace colon with dot in offset (boo#1012779)

OBS-URL: https://build.opensuse.org/request/show/442832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=98
This commit is contained in:
Dominique Leuenberger 2016-12-03 17:23:00 +00:00 committed by Git OBS Bridge
commit 994e3e1f84
2 changed files with 18 additions and 3 deletions

View File

@ -2,12 +2,12 @@
magic/Magdir/elf | 2
magic/Magdir/linux | 36 +++++----
magic/Magdir/msad | 5 +
magic/Magdir/msdos | 4 -
magic/Magdir/msdos | 6 -
magic/Makefile.am | 61 +++++++++------
magic/Makefile.in | 60 +++++++++------
src/Makefile.am | 2
src/dcore.c | 207 +++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 311 insertions(+), 66 deletions(-)
8 files changed, 312 insertions(+), 67 deletions(-)
--- magic/Magdir/elf
+++ magic/Magdir/elf 2016-11-24 09:14:28.650497856 +0000
@ -75,7 +75,7 @@
+# This must precede the heuristic for raw G3 data
+4 string Standard\ Jet\ DB Microsoft Access Database
--- magic/Magdir/msdos
+++ magic/Magdir/msdos 2016-11-24 09:14:28.650497856 +0000
+++ magic/Magdir/msdos 2016-11-30 12:48:39.837023419 +0000
@@ -104,9 +104,9 @@
>>>(0x3c.l+22) leshort&0x0200 >0 (stripped to external PDB)
>>>(0x3c.l+22) leshort&0x1000 >0 system file
@ -88,6 +88,15 @@
# hooray, there's a DOS extender using the PE format, with a valid PE
# executable inside (which just prints a message and exits if run in win)
@@ -458,7 +458,7 @@
# negative offset, must not lead into PSP
>1 short <-259
# that offset must be accessible
->>(1,s+65539) byte x
+>>(1.s+65539) byte x
>>>0 use msdos-com
# updated by Joerg Jenderek at Oct 2008,2015
--- magic/Makefile.am
+++ magic/Makefile.am 2016-11-24 09:15:11.733627853 +0000
@@ -5,7 +5,7 @@ MAGIC_FRAGMENT_BASE = Magdir

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 30 12:49:11 UTC 2016 - werner@suse.de
- Modify patch file-5.29.dif that is
replace colon with dot in offset (boo#1012779)
-------------------------------------------------------------------
Thu Nov 24 09:17:37 UTC 2016 - werner@suse.de