SHA256
3
0
forked from pool/file
file/file-5.19-gdbm.patch

21 lines
944 B
Diff
Raw Normal View History

Index: magic/Magdir/database
===================================================================
--- magic/Magdir/database.orig 2014-06-03 21:17:27.000000000 +0200
+++ magic/Magdir/database 2014-08-18 14:40:57.296931686 +0200
@@ -9,9 +9,13 @@
# GDBM magic numbers
# Will be maintained as part of the GDBM distribution in the future.
# <downsj@teeny.org>
-0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian
+0 belong 0x13579acd GNU dbm 1.x or ndbm database, big endian, 32-bit
!:mime application/x-gdbm
-0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian
+0 lelong 0x13579acd GNU dbm 1.x or ndbm database, little endian, 32-bit
+!:mime application/x-gdbm
+0 belong 0x13579acf GNU dbm 1.x or ndbm database, big endian, 64-bit
+!:mime application/x-gdbm
+0 lelong 0x13579acf GNU dbm 1.x or ndbm database, little endian, 64-bit
!:mime application/x-gdbm
0 string GDBM GNU dbm 2.x database
!:mime application/x-gdbm