Package: file
Version: 4.17-2
Severity: wishlist

xfsdump writes its headers in network byte order. file(1) currently
isn't taking this into account when printing the xfsdump archive
version number. Patch below fixes the problem.

*** /tmp/magic.diff
Index: file-4.17/magic/Magdir/xwindows
===================================================================
--- file-4.17.orig/magic/Magdir/xwindows        2006-06-20 16:09:44.031268618 
-0500
+++ file-4.17/magic/Magdir/xwindows     2006-06-20 16:09:54.688085090 -0500
@@ -13,7 +13,7 @@
 
 # xfsdump archive
 0      string  xFSdump0                        xfsdump archive
->8     long    x       (version %d)
+>8     belong  x       (version %d)
 
 # Jaleo XFS files
 0      long    395726                          Jaleo XFS file


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages file depends on:
ii  libc6                         2.3.6-7    GNU C Library: Shared libraries
ii  libmagic1                     4.17-2     File type determination library us
ii  zlib1g                        1:1.2.3-11 compression library - runtime

file recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to