]> granicus.if.org Git - file/commitdiff
new gdb magic from Petr Gajdos
authorChristos Zoulas <christos@zoulas.com>
Tue, 19 Aug 2014 14:18:04 +0000 (14:18 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 19 Aug 2014 14:18:04 +0000 (14:18 +0000)
magic/Magdir/database

index b18e256211263c0c7b451805e2198641f094c48f..f00ff89e9c213a7dc11fe30aa7436c2469e4378e 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: database,v 1.41 2014/06/03 19:17:27 christos Exp $
+# $File: database,v 1.42 2014/08/19 14:18:04 christos Exp $
 # database:  file(1) magic for various databases
 #
 # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
@@ -9,9 +9,17 @@
 # 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      belong  0x13579ace      GNU dbm 1.x or ndbm database, big endian, old
+!:mime application/x-gdbm
+0      belong  0x13579acf      GNU dbm 1.x or ndbm database, big endian, 64-bit
+!:mime application/x-gdbm
+0      lelong  0x13579acd      GNU dbm 1.x or ndbm database, little endian, 32-bit
+!:mime application/x-gdbm
+0      lelong  0x13579ace      GNU dbm 1.x or ndbm database, little endian, old
+!: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