Skip to content

Commit

Permalink
update pronom container signatures 20180920
Browse files Browse the repository at this point in the history
  • Loading branch information
ablwr committed Sep 25, 2018
1 parent dfdb9b2 commit cdd54b1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion fido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from six.moves import input as rinput


__version__ = '1.3.9'
__version__ = '1.3.10'


CONFIG_DIR = join(abspath(dirname(__file__)), 'conf')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

<ContainerSignatureMapping schemaVersion="1.0" signatureVersion="23">
<ContainerSignatureMapping schemaVersion="1.0" signatureVersion="24">
<ContainerSignatures>
<ContainerSignature Id="1000" ContainerType="OLE2">
<Description>Microsoft Word 6.0/95 OLE2</Description>
Expand Down Expand Up @@ -2115,8 +2115,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="32"
SubSeqMaxOffset="32">
<Sequence>'Microsoft Picture It! version 1
Picture'</Sequence>
<Sequence>'Microsoft Picture It! version 1 Picture'</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand Down Expand Up @@ -2365,8 +2364,7 @@
<ByteSequence>
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="200">
<Sequence>'xmlns:key="http://developer.apple.com/namespaces/keynote2"
key:version="92008102400"'</Sequence>
<Sequence>'xmlns:key="http://developer.apple.com/namespaces/keynote2" key:version="92008102400"'</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand Down Expand Up @@ -3433,8 +3431,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="1024">
<Sequence>33 64 73 20 4D 61 78 20 56 65 72 73 69 6F
6E</Sequence>
<Sequence>33 64 73 20 4D 61 78 20 56 65 72 73 69 6F 6E</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand All @@ -3455,8 +3452,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="1024">
<Sequence>33 00 64 00 73 00 20 00 4D 00 61 00 78 00 20 00 56
00 65 00 72 00 73 00 69 00 6F 00 6E</Sequence>
<Sequence>33 00 64 00 73 00 20 00 4D 00 61 00 78 00 20 00 56 00 65 00 72 00 73 00 69 00 6F 00 6E</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand All @@ -3477,8 +3473,7 @@
<ByteSequence Reference="BOFoffset">
<SubSequence Position="1" SubSeqMinOffset="0"
SubSeqMaxOffset="1024">
<Sequence>33 64 73 20 6D 61 78 20 56 65 72 73 69 6F
6E</Sequence>
<Sequence>33 64 73 20 6D 61 78 20 56 65 72 73 69 6F 6E</Sequence>
</SubSequence>
</ByteSequence>
</InternalSignature>
Expand Down
Binary file modified fido/conf/pronom-xml-v94.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions fido/conf/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<versions>
<pronomVersion>94</pronomVersion>
<pronomSignature>formats-v94.xml</pronomSignature>
<pronomContainerSignature>container-signature-20180917.xml</pronomContainerSignature>
<pronomContainerSignature>container-signature-20180920.xml</pronomContainerSignature>
<fidoExtensionSignature>format_extensions.xml</fidoExtensionSignature>
<updateScript>1.3.8</updateScript>
<updateScript>1.3.10</updateScript>
</versions>
2 changes: 1 addition & 1 deletion fido/fido.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'formats-v93.xml',
'format_extensions.xml'
],
'containersignature_file': 'container-signature-20180917.xml',
'containersignature_file': 'container-signature-20180920.xml',
'container_bufsize': 512 * 1024, # (bytes)
'description': """Format Identification for Digital Objects (fido).
FIDO is a command-line tool to identify the file formats of digital objects.
Expand Down

0 comments on commit cdd54b1

Please sign in to comment.