@@ -3219,7 +3219,6 @@ public function getFileName(): string
3219
3219
5 => 'efi ' ,
3220
3220
6 => 'ocx ' ,
3221
3221
7 => 'sys ' ,
3222
- 8 => 'lib ' ,
3223
3222
),
3224
3223
),
3225
3224
'application/vnd.mif ' =>
@@ -4150,7 +4149,7 @@ public function getFileName(): string
4150
4149
array (
4151
4150
'desc ' =>
4152
4151
array (
4153
- 0 => 'OpenOffice.org extension ' ,
4152
+ 0 => 'LibreOffice extension ' ,
4154
4153
),
4155
4154
'e ' =>
4156
4155
array (
@@ -4608,7 +4607,10 @@ public function getFileName(): string
4608
4607
),
4609
4608
'e ' =>
4610
4609
array (
4611
- 0 => 'sqsh ' ,
4610
+ 0 => 'sfs ' ,
4611
+ 1 => 'sqfs ' ,
4612
+ 2 => 'sqsh ' ,
4613
+ 3 => 'squashfs ' ,
4612
4614
),
4613
4615
),
4614
4616
'application/vnd.stardivision.calc ' =>
@@ -4729,7 +4731,7 @@ public function getFileName(): string
4729
4731
array (
4730
4732
'desc ' =>
4731
4733
array (
4732
- 0 => 'LibreOffice Calc spreadsheet ' ,
4734
+ 0 => 'OpenOffice.org 1.0 Calc spreadsheet ' ,
4733
4735
),
4734
4736
'e ' =>
4735
4737
array (
@@ -4740,7 +4742,7 @@ public function getFileName(): string
4740
4742
array (
4741
4743
'desc ' =>
4742
4744
array (
4743
- 0 => 'LibreOffice Calc template ' ,
4745
+ 0 => 'OpenOffice.org 1.0 Calc template ' ,
4744
4746
),
4745
4747
'e ' =>
4746
4748
array (
@@ -4751,7 +4753,7 @@ public function getFileName(): string
4751
4753
array (
4752
4754
'desc ' =>
4753
4755
array (
4754
- 0 => 'LibreOffice Draw drawing ' ,
4756
+ 0 => 'OpenOffice.org 1.0 Draw drawing ' ,
4755
4757
),
4756
4758
'e ' =>
4757
4759
array (
@@ -4762,7 +4764,7 @@ public function getFileName(): string
4762
4764
array (
4763
4765
'desc ' =>
4764
4766
array (
4765
- 0 => 'LibreOffice Draw template ' ,
4767
+ 0 => 'OpenOffice.org 1.0 Draw template ' ,
4766
4768
),
4767
4769
'e ' =>
4768
4770
array (
@@ -4773,7 +4775,7 @@ public function getFileName(): string
4773
4775
array (
4774
4776
'desc ' =>
4775
4777
array (
4776
- 0 => 'LibreOffice Impress presentation ' ,
4778
+ 0 => 'OpenOffice.org 1.0 Impress presentation ' ,
4777
4779
),
4778
4780
'e ' =>
4779
4781
array (
@@ -4784,7 +4786,7 @@ public function getFileName(): string
4784
4786
array (
4785
4787
'desc ' =>
4786
4788
array (
4787
- 0 => 'LibreOffice Impress template ' ,
4789
+ 0 => 'OpenOffice.org 1.0 Impress template ' ,
4788
4790
),
4789
4791
'e ' =>
4790
4792
array (
@@ -4795,7 +4797,7 @@ public function getFileName(): string
4795
4797
array (
4796
4798
'desc ' =>
4797
4799
array (
4798
- 0 => 'LibreOffice Math formula ' ,
4800
+ 0 => 'OpenOffice.org 1.0 Math formula ' ,
4799
4801
),
4800
4802
'e ' =>
4801
4803
array (
@@ -4806,7 +4808,7 @@ public function getFileName(): string
4806
4808
array (
4807
4809
'desc ' =>
4808
4810
array (
4809
- 0 => 'LibreOffice Writer document ' ,
4811
+ 0 => 'OpenOffice.org 1.0 Writer document ' ,
4810
4812
),
4811
4813
'e ' =>
4812
4814
array (
@@ -4817,7 +4819,7 @@ public function getFileName(): string
4817
4819
array (
4818
4820
'desc ' =>
4819
4821
array (
4820
- 0 => 'LibreOffice Writer global document ' ,
4822
+ 0 => 'OpenOffice.org 1.0 Writer global document ' ,
4821
4823
),
4822
4824
'e ' =>
4823
4825
array (
@@ -4828,7 +4830,7 @@ public function getFileName(): string
4828
4830
array (
4829
4831
'desc ' =>
4830
4832
array (
4831
- 0 => 'LibreOffice Writer template ' ,
4833
+ 0 => 'OpenOffice.org 1.0 Writer template ' ,
4832
4834
),
4833
4835
'e ' =>
4834
4836
array (
@@ -5372,6 +5374,7 @@ public function getFileName(): string
5372
5374
array (
5373
5375
0 => 'a ' ,
5374
5376
1 => 'ar ' ,
5377
+ 2 => 'lib ' ,
5375
5378
),
5376
5379
),
5377
5380
'application/x-arj ' =>
@@ -7682,6 +7685,19 @@ public function getFileName(): string
7682
7685
0 => 'pce ' ,
7683
7686
),
7684
7687
),
7688
+ 'application/x-pcapng ' =>
7689
+ array (
7690
+ 'desc ' =>
7691
+ array (
7692
+ 0 => 'PCAPNG packet capture ' ,
7693
+ 1 => 'PCAPNG: PCAP Next Generation ' ,
7694
+ ),
7695
+ 'e ' =>
7696
+ array (
7697
+ 0 => 'pcapng ' ,
7698
+ 1 => 'ntar ' ,
7699
+ ),
7700
+ ),
7685
7701
'application/x-perl ' =>
7686
7702
array (
7687
7703
'a ' =>
@@ -10748,6 +10764,14 @@ public function getFileName(): string
10748
10764
),
10749
10765
'image/vnd.fpx ' =>
10750
10766
array (
10767
+ 'a ' =>
10768
+ array (
10769
+ 0 => 'image/x-fpx ' ,
10770
+ ),
10771
+ 'desc ' =>
10772
+ array (
10773
+ 0 => 'FlashPix image ' ,
10774
+ ),
10751
10775
'e ' =>
10752
10776
array (
10753
10777
0 => 'fpx ' ,
@@ -11163,6 +11187,19 @@ public function getFileName(): string
11163
11187
2 => 'jpc ' ,
11164
11188
),
11165
11189
),
11190
+ 'image/x-kiss-cel ' =>
11191
+ array (
11192
+ 'desc ' =>
11193
+ array (
11194
+ 0 => 'KiSS cel ' ,
11195
+ 1 => 'KiSS: Kisekae Set System ' ,
11196
+ ),
11197
+ 'e ' =>
11198
+ array (
11199
+ 0 => 'cel ' ,
11200
+ 1 => 'kcf ' ,
11201
+ ),
11202
+ ),
11166
11203
'image/x-kodak-dcr ' =>
11167
11204
array (
11168
11205
'desc ' =>
@@ -11849,6 +11886,7 @@ public function getFileName(): string
11849
11886
0 => 'ics ' ,
11850
11887
1 => 'ifb ' ,
11851
11888
2 => 'vcs ' ,
11889
+ 3 => 'icalendar ' ,
11852
11890
),
11853
11891
),
11854
11892
'text/css ' =>
@@ -12347,6 +12385,10 @@ public function getFileName(): string
12347
12385
),
12348
12386
'text/x-asm ' =>
12349
12387
array (
12388
+ 'desc ' =>
12389
+ array (
12390
+ 0 => 'Assembly code ' ,
12391
+ ),
12350
12392
'e ' =>
12351
12393
array (
12352
12394
0 => 's ' ,
@@ -13093,6 +13135,17 @@ public function getFileName(): string
13093
13135
1 => 'nimble ' ,
13094
13136
),
13095
13137
),
13138
+ 'text/x-nix ' =>
13139
+ array (
13140
+ 'desc ' =>
13141
+ array (
13142
+ 0 => 'Nix source code ' ,
13143
+ ),
13144
+ 'e ' =>
13145
+ array (
13146
+ 0 => 'nix ' ,
13147
+ ),
13148
+ ),
13096
13149
'text/x-objc++src ' =>
13097
13150
array (
13098
13151
'desc ' =>
@@ -15583,6 +15636,13 @@ public function getFileName(): string
15583
15636
0 => 'application/vnd.cinderella ' ,
15584
15637
),
15585
15638
),
15639
+ 'cel ' =>
15640
+ array (
15641
+ 't ' =>
15642
+ array (
15643
+ 0 => 'image/x-kiss-cel ' ,
15644
+ ),
15645
+ ),
15586
15646
'cer ' =>
15587
15647
array (
15588
15648
't ' =>
@@ -18215,6 +18275,13 @@ public function getFileName(): string
18215
18275
0 => 'application/x-ica ' ,
18216
18276
),
18217
18277
),
18278
+ 'icalendar ' =>
18279
+ array (
18280
+ 't ' =>
18281
+ array (
18282
+ 0 => 'text/calendar ' ,
18283
+ ),
18284
+ ),
18218
18285
'icb ' =>
18219
18286
array (
18220
18287
't ' =>
@@ -18843,6 +18910,13 @@ public function getFileName(): string
18843
18910
1 => 'application/x-karbon ' ,
18844
18911
),
18845
18912
),
18913
+ 'kcf ' =>
18914
+ array (
18915
+ 't ' =>
18916
+ array (
18917
+ 0 => 'image/x-kiss-cel ' ,
18918
+ ),
18919
+ ),
18846
18920
'kdc ' =>
18847
18921
array (
18848
18922
't ' =>
@@ -19165,7 +19239,7 @@ public function getFileName(): string
19165
19239
array (
19166
19240
't ' =>
19167
19241
array (
19168
- 0 => 'application/vnd.microsoft.portable-executable ' ,
19242
+ 0 => 'application/x-archive ' ,
19169
19243
),
19170
19244
),
19171
19245
'link66 ' =>
@@ -20597,6 +20671,13 @@ public function getFileName(): string
20597
20671
0 => 'application/vnd.nitf ' ,
20598
20672
),
20599
20673
),
20674
+ 'nix ' =>
20675
+ array (
20676
+ 't ' =>
20677
+ array (
20678
+ 0 => 'text/x-nix ' ,
20679
+ ),
20680
+ ),
20600
20681
'nlu ' =>
20601
20682
array (
20602
20683
't ' =>
@@ -20675,6 +20756,13 @@ public function getFileName(): string
20675
20756
0 => 'video/x-nsv ' ,
20676
20757
),
20677
20758
),
20759
+ 'ntar ' =>
20760
+ array (
20761
+ 't ' =>
20762
+ array (
20763
+ 0 => 'application/x-pcapng ' ,
20764
+ ),
20765
+ ),
20678
20766
'ntf ' =>
20679
20767
array (
20680
20768
't ' =>
@@ -21289,6 +21377,13 @@ public function getFileName(): string
21289
21377
0 => 'application/vnd.tcpdump.pcap ' ,
21290
21378
),
21291
21379
),
21380
+ 'pcapng ' =>
21381
+ array (
21382
+ 't ' =>
21383
+ array (
21384
+ 0 => 'application/x-pcapng ' ,
21385
+ ),
21386
+ ),
21292
21387
'pcd ' =>
21293
21388
array (
21294
21389
't ' =>
@@ -22978,6 +23073,7 @@ public function getFileName(): string
22978
23073
't ' =>
22979
23074
array (
22980
23075
0 => 'application/vnd.spotfire.sfs ' ,
23076
+ 1 => 'application/vnd.squashfs ' ,
22981
23077
),
22982
23078
),
22983
23079
'sfv ' =>
@@ -23448,6 +23544,13 @@ public function getFileName(): string
23448
23544
3 => 'audio/x-speex ' ,
23449
23545
),
23450
23546
),
23547
+ 'sqfs ' =>
23548
+ array (
23549
+ 't ' =>
23550
+ array (
23551
+ 0 => 'application/vnd.squashfs ' ,
23552
+ ),
23553
+ ),
23451
23554
'sql ' =>
23452
23555
array (
23453
23556
't ' =>
@@ -23477,6 +23580,13 @@ public function getFileName(): string
23477
23580
0 => 'application/vnd.squashfs ' ,
23478
23581
),
23479
23582
),
23583
+ 'squashfs ' =>
23584
+ array (
23585
+ 't ' =>
23586
+ array (
23587
+ 0 => 'application/vnd.squashfs ' ,
23588
+ ),
23589
+ ),
23480
23590
'sr2 ' =>
23481
23591
array (
23482
23592
't ' =>
@@ -27915,6 +28025,13 @@ public function getFileName(): string
27915
28025
0 => 'application/fits ' ,
27916
28026
),
27917
28027
),
28028
+ 'image/x-fpx ' =>
28029
+ array (
28030
+ 't ' =>
28031
+ array (
28032
+ 0 => 'image/vnd.fpx ' ,
28033
+ ),
28034
+ ),
27918
28035
'image/x-icb ' =>
27919
28036
array (
27920
28037
't ' =>
0 commit comments