diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-07-29 05:53:49 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-07-29 05:53:49 +0000 |
| commit | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (patch) | |
| tree | 24e9595e175209972236019508c9ac6b34ec83b9 /magic/Magdir/database | |
| parent | fd86496b2232c1f79946dc2d21515012a33b6274 (diff) | |
vendor/file: add 5.34vendor/file/5.34
gpg: Good signature from "Christos Zoulas (personal key)
<christos@zoulas.com>" [unknown]
gpg: aka "Christos Zoulas (NetBSD key)
<christos@netbsd.org>" [unknown]
Obtained from: ftp://ftp.astron.com/pub/file/
Diffstat (limited to 'magic/Magdir/database')
| -rw-r--r-- | magic/Magdir/database | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/magic/Magdir/database b/magic/Magdir/database index a0300ae772ce..dd88f25e9d7c 100644 --- a/magic/Magdir/database +++ b/magic/Magdir/database @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: database,v 1.52 2017/08/13 00:21:47 christos Exp $ +# $File: database,v 1.54 2018/06/23 16:37:21 christos Exp $ # database: file(1) magic for various databases # # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk) @@ -632,3 +632,15 @@ >28 lelong x \b, entries %d >32 lelong x \b, index %d >36 lelong x \b, seed %#x + +# +# Redis RDB - https://redis.io/topics/persistence +0 string REDIS Redis RDB file, +>5 regex [0-9][0-9][0-9][0-9] version %s + +# Mork database. +# Used by older versions of Mozilla Suite and Firefox, +# and current versions of Thunderbird. +# From: David Korth <gerbilsoft@gerbilsoft.com> +0 string //\ <!--\ <mdb:mork:z\ v=" Mozilla Mork database +>23 string x \b, version %.3s |
