mime-types-data 3.2026.0414 → 3.2026.0921
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.mise.toml +2 -0
- data/CHANGELOG.md +89 -79
- data/Manifest.txt +1 -0
- data/Rakefile +1 -1
- data/SECURITY.md +2 -2
- data/data/content_type_mime.db +2 -1
- data/data/ext_mime.db +3 -1
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +82 -2
- data/data/mime.docs.column +80 -0
- data/data/mime.encoding.column +80 -0
- data/data/mime.flags.column +83 -3
- data/data/mime.friendly.column +80 -0
- data/data/mime.pext.column +80 -0
- data/data/mime.spri.column +0 -0
- data/data/mime.use_instead.column +80 -0
- data/data/mime.xrefs.column +100 -20
- data/lib/mime/types/data.rb +1 -1
- metadata +21 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5dfd28b20269f967597ca44fa56fcf48c93890433728f98a78786f3e3e18e708
|
|
4
|
+
data.tar.gz: e98478ed7670e9f53741ef05621d30d74f42b72f06ff08ee981378e0717f2aeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a8d2cca8c916439121bdaafe1ed03093c66f42f25f597d6093992e8cb4140dfd5a291beb5608b8bbc986b4b1e7d8e9212ffeffb4be3995a3b7f72ec8dcdcd12
|
|
7
|
+
data.tar.gz: 0731aaf735f4c878e1422e264167028c8cd43af4d93fbefe1f5ce6593f9126528a3b8179b02a4619f215a345d73ff475530362a541635025654b84914f01a47b
|
data/.mise.toml
ADDED
data/CHANGELOG.md
CHANGED
|
@@ -2,106 +2,114 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- automatic-release -->
|
|
4
4
|
|
|
5
|
-
## 3.2026.
|
|
5
|
+
## 3.2026.0921 / 2026-09-21
|
|
6
6
|
|
|
7
7
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
8
8
|
[provisional media registry][provisional] and the
|
|
9
9
|
[Apache Tika media registry][tika] as of the release date.
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
- Upgraded `hoe-halostatue` with a fix for YAML issues.
|
|
14
|
+
|
|
15
|
+
## 3.2026.0701 / 2026-07-01
|
|
13
16
|
|
|
14
17
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
15
18
|
[provisional media registry][provisional] and the
|
|
16
19
|
[Apache Tika media registry][tika] as of the release date.
|
|
17
20
|
|
|
21
|
+
- Upgraded `hoe-halostatue` to ensure reproducible builds.
|
|
18
22
|
|
|
19
|
-
## 3.2026.
|
|
23
|
+
## 3.2026.0421 / 2026-04-21
|
|
20
24
|
|
|
21
25
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
22
26
|
[provisional media registry][provisional] and the
|
|
23
27
|
[Apache Tika media registry][tika] as of the release date.
|
|
24
28
|
|
|
29
|
+
## 3.2026.0414 / 2026-04-14
|
|
25
30
|
|
|
26
|
-
|
|
31
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
|
32
|
+
[provisional media registry][provisional] and the
|
|
33
|
+
[Apache Tika media registry][tika] as of the release date.
|
|
34
|
+
|
|
35
|
+
## 3.2026.0407 / 2026-04-07
|
|
27
36
|
|
|
28
37
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
29
38
|
[provisional media registry][provisional] and the
|
|
30
39
|
[Apache Tika media registry][tika] as of the release date.
|
|
31
40
|
|
|
41
|
+
## 3.2026.0331 / 2026-03-31
|
|
32
42
|
|
|
43
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
|
44
|
+
[provisional media registry][provisional] and the
|
|
45
|
+
[Apache Tika media registry][tika] as of the release date.
|
|
46
|
+
|
|
47
|
+
## 3.2026.0317 / 2026-03-17
|
|
48
|
+
|
|
49
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
|
50
|
+
[provisional media registry][provisional] and the
|
|
51
|
+
[Apache Tika media registry][tika] as of the release date.
|
|
33
52
|
|
|
34
53
|
- Juliana Lucena ([@julianalucena](https://github.com/julianalucena)) added
|
|
35
54
|
`parquet` extension for `application/vnd.apache.parquet`. [#271][pull-271]
|
|
36
55
|
|
|
37
|
-
|
|
38
56
|
## 3.2026.0303 / 2026-03-03
|
|
39
57
|
|
|
40
58
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
41
59
|
[provisional media registry][provisional] and the
|
|
42
60
|
[Apache Tika media registry][tika] as of the release date.
|
|
43
61
|
|
|
44
|
-
|
|
45
62
|
## 3.2026.0224 / 2026-02-24
|
|
46
63
|
|
|
47
64
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
48
65
|
[provisional media registry][provisional] and the
|
|
49
66
|
[Apache Tika media registry][tika] as of the release date.
|
|
50
67
|
|
|
51
|
-
|
|
52
68
|
## 3.2026.0217 / 2026-02-17
|
|
53
69
|
|
|
54
70
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
55
71
|
[provisional media registry][provisional] and the
|
|
56
72
|
[Apache Tika media registry][tika] as of the release date.
|
|
57
73
|
|
|
58
|
-
|
|
59
74
|
## 3.2026.0210 / 2026-02-10
|
|
60
75
|
|
|
61
76
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
62
77
|
[provisional media registry][provisional] and the
|
|
63
78
|
[Apache Tika media registry][tika] as of the release date.
|
|
64
79
|
|
|
65
|
-
|
|
66
80
|
## 3.2026.0203 / 2026-02-03
|
|
67
81
|
|
|
68
82
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
69
83
|
[provisional media registry][provisional] and the
|
|
70
84
|
[Apache Tika media registry][tika] as of the release date.
|
|
71
85
|
|
|
72
|
-
|
|
73
86
|
## 3.2026.0127 / 2026-01-27
|
|
74
87
|
|
|
75
88
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
76
89
|
[provisional media registry][provisional] and the
|
|
77
90
|
[Apache Tika media registry][tika] as of the release date.
|
|
78
91
|
|
|
79
|
-
|
|
80
92
|
## 3.2026.0120 / 2026-01-20
|
|
81
93
|
|
|
82
94
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
83
95
|
[provisional media registry][provisional] and the
|
|
84
96
|
[Apache Tika media registry][tika] as of the release date.
|
|
85
97
|
|
|
86
|
-
|
|
87
98
|
## 3.2026.0113 / 2026-01-13
|
|
88
99
|
|
|
89
100
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
90
101
|
[provisional media registry][provisional] and the
|
|
91
102
|
[Apache Tika media registry][tika] as of the release date.
|
|
92
103
|
|
|
93
|
-
|
|
94
104
|
## 3.2026.0106 / 2026-01-06
|
|
95
105
|
|
|
96
106
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
97
107
|
[provisional media registry][provisional] and the
|
|
98
108
|
[Apache Tika media registry][tika] as of the release date.
|
|
99
109
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
[Developer Certificate of Origin][dco]. More details will be added in the
|
|
104
|
-
coming weeks.
|
|
110
|
+
- Manual contributions now require `Signed-off-by` trailers for assertion of
|
|
111
|
+
the [Developer Certificate of Origin][dco]. More details will be added in
|
|
112
|
+
the coming weeks.
|
|
105
113
|
|
|
106
114
|
- Added `application/microdata+json`, `application/speculationrules+json`,
|
|
107
115
|
`text/event-stream` and `text/ping` from the [WHATWG HTML spec][whatwg]
|
|
@@ -112,8 +120,8 @@
|
|
|
112
120
|
[provisional media registry][provisional] and the
|
|
113
121
|
[Apache Tika media registry][tika] as of the release date.
|
|
114
122
|
|
|
115
|
-
- Removed the [Apache httpd media registry][httpd] from automatic updates. It
|
|
116
|
-
currently failing and no longer provides useful data compared to other
|
|
123
|
+
- Removed the [Apache httpd media registry][httpd] from automatic updates. It
|
|
124
|
+
is currently failing and no longer provides useful data compared to other
|
|
117
125
|
sources.
|
|
118
126
|
|
|
119
127
|
## 3.2025.0916 / 2025-09-16
|
|
@@ -172,11 +180,12 @@
|
|
|
172
180
|
[Apache httpd media registry][httpd], and the
|
|
173
181
|
[Apache Tika media registry][tika] as of the release date.
|
|
174
182
|
|
|
175
|
-
- Remove `.doc` from `text/plain`: The use of `.doc` for `text/plain`
|
|
176
|
-
is mostly a holdover from VAX VMS where the default wasn't `.txt`
|
|
177
|
-
The world now thinks that `.doc` mostly means
|
|
178
|
-
that format is obsolete by almost twenty
|
|
179
|
-
[ruby-mime-types#224][ruby-mime-types#224] with
|
|
183
|
+
- Remove `.doc` from `text/plain`: The use of `.doc` for `text/plain`
|
|
184
|
+
documents is mostly a holdover from VAX VMS where the default wasn't `.txt`
|
|
185
|
+
but `.doc`. The world now thinks that `.doc` mostly means
|
|
186
|
+
`application/msword` even though that format is obsolete by almost twenty
|
|
187
|
+
years. Closes [ruby-mime-types#224][ruby-mime-types#224] with
|
|
188
|
+
[#191][pull-191].
|
|
180
189
|
|
|
181
190
|
- Handle promoted and withdrawn provisional IANA media types. Closes
|
|
182
191
|
[#54][issue-54] with [#192][pull-192].
|
|
@@ -188,8 +197,8 @@
|
|
|
188
197
|
`obsolete`. This indicates that we consider any provisional type as
|
|
189
198
|
potentially withdrawn (and therefore obsolete).
|
|
190
199
|
2. When processing existing regular types, we clear both `provisional` and
|
|
191
|
-
`obsolete` flags so that a type promoted from provisional is now a
|
|
192
|
-
registry entry.
|
|
200
|
+
`obsolete` flags so that a type promoted from provisional is now a
|
|
201
|
+
regular registry entry.
|
|
193
202
|
3. After merging the current list of registry entries, we _clear_
|
|
194
203
|
`provisional` if the type is marked both `provisional` and `obsolete`,
|
|
195
204
|
indicating that the provisional type has been withdrawn.
|
|
@@ -276,26 +285,26 @@
|
|
|
276
285
|
|
|
277
286
|
## 3.2025.0507 / 2025-05-07
|
|
278
287
|
|
|
279
|
-
- Added new data for pre-computed priority sorting. This new data requires
|
|
280
|
-
mime-types 3.7.0 or later to manage data but is ignored by older
|
|
281
|
-
mime-types.
|
|
288
|
+
- Added new data for pre-computed priority sorting. This new data requires
|
|
289
|
+
Ruby mime-types 3.7.0 or later to manage data but is ignored by older
|
|
290
|
+
versions of mime-types.
|
|
282
291
|
|
|
283
|
-
- Added a parser for the [Apache Tika media registry][tika] to enrich the
|
|
284
|
-
definitions, mostly by adding new patterns for media type extensions.
|
|
285
|
-
parser:
|
|
292
|
+
- Added a parser for the [Apache Tika media registry][tika] to enrich the
|
|
293
|
+
media definitions, mostly by adding new patterns for media type extensions.
|
|
294
|
+
This parser:
|
|
286
295
|
|
|
287
296
|
1. Parses the current `tika-mimetypes.xml` from the main branch of
|
|
288
297
|
[Tika][tika] on GitHub.
|
|
289
298
|
|
|
290
|
-
2. Skips over any `mime-type` record that has attributes. That is, any
|
|
291
|
-
which looks like `media/subtype;format=foo` or
|
|
292
|
-
will be skipped. Support for attributes does
|
|
293
|
-
mime-types library.
|
|
299
|
+
2. Skips over any `mime-type` record that has attributes. That is, any
|
|
300
|
+
record which looks like `media/subtype;format=foo` or
|
|
301
|
+
`media/subtype;version=2` will be skipped. Support for attributes does
|
|
302
|
+
not currently exist in the mime-types library.
|
|
294
303
|
|
|
295
304
|
3. Extracts the `glob` entries for use in the `extensions` field. Globs that
|
|
296
305
|
use `*` in the middle of a filename are excluded, because that's now how
|
|
297
|
-
the Ruby MIME::Types field works (I could add a new `glob` field, but
|
|
298
|
-
will take a bit more work).
|
|
306
|
+
the Ruby MIME::Types field works (I could add a new `glob` field, but
|
|
307
|
+
that will take a bit more work).
|
|
299
308
|
|
|
300
309
|
4. Updates the `extensions` field for any existing MIME::Type or creates new
|
|
301
310
|
unregistered (not defined in IANA) types for new ones.
|
|
@@ -368,15 +377,16 @@
|
|
|
368
377
|
[provisional media registry][provisional] and the
|
|
369
378
|
[Apache httpd media registry][httpd] as of the release date.
|
|
370
379
|
|
|
371
|
-
- Added the Changelog URL to the README so that RubyGems.org is updated with
|
|
372
|
-
`changelog_uri` on release. Contributed by Mark Young in [#96][pull-96].
|
|
380
|
+
- Added the Changelog URL to the README so that RubyGems.org is updated with
|
|
381
|
+
the `changelog_uri` on release. Contributed by Mark Young in [#96][pull-96].
|
|
373
382
|
|
|
374
383
|
- Fixed an issue with automated releases that added thousands of files because
|
|
375
384
|
`vendor/` was no longer ignored.
|
|
376
385
|
|
|
377
386
|
- Fixed the automated release builder process to handle the case when the
|
|
378
|
-
`automatic-release` tag is followed by a `## NEXT / YYYY-MM-DD` header so
|
|
379
|
-
changes merged normally are picked up on automatic releases.
|
|
387
|
+
`automatic-release` tag is followed by a `## NEXT / YYYY-MM-DD` header so
|
|
388
|
+
that changes merged normally are picked up on automatic releases.
|
|
389
|
+
[#98][pull-98]
|
|
380
390
|
|
|
381
391
|
## 3.2025.0107 / 2025-01-07
|
|
382
392
|
|
|
@@ -461,8 +471,8 @@
|
|
|
461
471
|
|
|
462
472
|
- Update to latest version of Rubygems for testing.
|
|
463
473
|
|
|
464
|
-
- Remove restriction on Pysch version as that does not work well with
|
|
465
|
-
Rubies.
|
|
474
|
+
- Remove restriction on Pysch version as that does not work well with
|
|
475
|
+
current Rubies.
|
|
466
476
|
|
|
467
477
|
- Fix a bug with the history generation on automatic updates.
|
|
468
478
|
|
|
@@ -531,9 +541,9 @@
|
|
|
531
541
|
- When this data library was created in 2015, I made the decision based on
|
|
532
542
|
information available to deprecate `text/javascript` in favour of
|
|
533
543
|
`application/javascript`. Since the previous update (2022-01-05), IANA has
|
|
534
|
-
officially deprecated `application/javascript` in favour of
|
|
535
|
-
Samuel Williams discovered this in [#55][issue-55] by
|
|
536
|
-
types were marked obsolete in version 3.2023.0218.
|
|
544
|
+
officially deprecated `application/javascript` in favour of
|
|
545
|
+
`text/javascript`. Samuel Williams discovered this in [#55][issue-55] by
|
|
546
|
+
noting that all `js` types were marked obsolete in version 3.2023.0218.
|
|
537
547
|
|
|
538
548
|
A hot fix has been applied to resolve this. However, note that
|
|
539
549
|
`application/javascript` will not be returned by default, only
|
|
@@ -552,12 +562,12 @@
|
|
|
552
562
|
the top-level media-type registries instead of a standalone registry file.
|
|
553
563
|
[#53][pull-53] originally identified by Chris Salzberg in [#50][pull-50].
|
|
554
564
|
|
|
555
|
-
It is worth noting that this is an _imperfect_ solution as if a media type
|
|
556
|
-
provisionally registered and withdrawn, it will linger in the registry
|
|
557
|
-
clean way of identifying them at the moment. See [#54][issue-54].
|
|
565
|
+
It is worth noting that this is an _imperfect_ solution as if a media type
|
|
566
|
+
is provisionally registered and withdrawn, it will linger in the registry
|
|
567
|
+
with no clean way of identifying them at the moment. See [#54][issue-54].
|
|
558
568
|
|
|
559
|
-
This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where
|
|
560
|
-
show "Type `application/netcdf` is already registered as a variant of
|
|
569
|
+
This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where
|
|
570
|
+
logs show "Type `application/netcdf` is already registered as a variant of
|
|
561
571
|
`application/netcdf`".
|
|
562
572
|
|
|
563
573
|
## 3.2022.0105 / 2022-01-05
|
|
@@ -610,9 +620,9 @@
|
|
|
610
620
|
- Updated the IANA media registry entries as of release date.
|
|
611
621
|
|
|
612
622
|
- Added a new rake task (`release:automatic`) that downloads and converts the
|
|
613
|
-
data from Apache httpd and IANA registries; if there are changes detected,
|
|
614
|
-
updates the release version, changelog, manifest, and `gemspec` and
|
|
615
|
-
the changes to git.
|
|
623
|
+
data from Apache httpd and IANA registries; if there are changes detected,
|
|
624
|
+
it updates the release version, changelog, manifest, and `gemspec` and
|
|
625
|
+
commits the changes to git.
|
|
616
626
|
|
|
617
627
|
## 3.2020.1104 / 2020-11-04
|
|
618
628
|
|
|
@@ -658,8 +668,8 @@
|
|
|
658
668
|
|
|
659
669
|
- Updated the IANA media registry entries as of release date.
|
|
660
670
|
|
|
661
|
-
- Moved the `.ai` extension from `application/postscript` to
|
|
662
|
-
[#23][pull-23] fixing [#22][issue-22]
|
|
671
|
+
- Moved the `.ai` extension from `application/postscript` to
|
|
672
|
+
`application/pdf`. [#23][pull-23] fixing [#22][issue-22]
|
|
663
673
|
|
|
664
674
|
## 3.2019.0331 / 2019-03-31
|
|
665
675
|
|
|
@@ -673,8 +683,8 @@
|
|
|
673
683
|
|
|
674
684
|
- Added `.xsd` extension to `text/xml`. [pull-10][pull-10]
|
|
675
685
|
|
|
676
|
-
- Added `.js` and `.mjs` extensions to `text/ecmascript` and
|
|
677
|
-
[#11][pull-11]
|
|
686
|
+
- Added `.js` and `.mjs` extensions to `text/ecmascript` and
|
|
687
|
+
`text/javascript`. [#11][pull-11]
|
|
678
688
|
|
|
679
689
|
- Added `.ipa` extension to `application/octet-stream`. [#12][pull-12]
|
|
680
690
|
|
|
@@ -684,8 +694,8 @@
|
|
|
684
694
|
- Because of a bug found with mime-types 3 before 3.2.1, this version requires
|
|
685
695
|
mime-types 3.2 or later to manage data.
|
|
686
696
|
|
|
687
|
-
- Updated the IANA media registry entries as of release date. The biggest
|
|
688
|
-
change here is the addition of the `font/` top-level media type.
|
|
697
|
+
- Updated the IANA media registry entries as of release date. The biggest
|
|
698
|
+
major change here is the addition of the `font/` top-level media type.
|
|
689
699
|
|
|
690
700
|
- MIME type changes not introduced by pull requests will no longer be
|
|
691
701
|
individually tracked.
|
|
@@ -710,8 +720,8 @@
|
|
|
710
720
|
|
|
711
721
|
- Updated to [Contributor Covenant 1.4][code of conduct].
|
|
712
722
|
|
|
713
|
-
- Shift the support code in this repository to be developed with Ruby 2.3.
|
|
714
|
-
involves:
|
|
723
|
+
- Shift the support code in this repository to be developed with Ruby 2.3.
|
|
724
|
+
This involves:
|
|
715
725
|
|
|
716
726
|
- Adding `frozen_string_literal: true` to all Ruby files.
|
|
717
727
|
- Applied some recommended readability and performance suggestions from
|
|
@@ -740,8 +750,8 @@
|
|
|
740
750
|
## 2.6 / 2015-05-25
|
|
741
751
|
|
|
742
752
|
- Steven Michael Thomas
|
|
743
|
-
([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added
|
|
744
|
-
as an extension to `application/font-woff`,
|
|
753
|
+
([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added
|
|
754
|
+
`woff2` as an extension to `application/font-woff`,
|
|
745
755
|
[ruby-mime-types#99][ruby-mime-types#99].
|
|
746
756
|
- Updated the IANA media registry entries as of release date.
|
|
747
757
|
|
|
@@ -768,8 +778,8 @@
|
|
|
768
778
|
- Changed the sort order of many of the extensions to restore behaviour from
|
|
769
779
|
mime-types 1.25.1.
|
|
770
780
|
- Added `friendly` MIME::Type descriptions where known.
|
|
771
|
-
- Added `reg`, `ps1`, and `vbs` extensions to `application/x-msdos-program`
|
|
772
|
-
`application/x-msdownload`.
|
|
781
|
+
- Added `reg`, `ps1`, and `vbs` extensions to `application/x-msdos-program`
|
|
782
|
+
and `application/x-msdownload`.
|
|
773
783
|
- Updated the IANA media registry entries as of release date.
|
|
774
784
|
|
|
775
785
|
## 2.3 / 2014-05-23
|
|
@@ -782,13 +792,13 @@
|
|
|
782
792
|
([@brandongalbraith](https://github.com/brandongalbraith)) in
|
|
783
793
|
[ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
|
|
784
794
|
|
|
785
|
-
- Marked `application/excel` and `application/x-excel` as obsolete in favour
|
|
786
|
-
`application/vnd.ms-excel` per
|
|
795
|
+
- Marked `application/excel` and `application/x-excel` as obsolete in favour
|
|
796
|
+
of `application/vnd.ms-excel` per
|
|
787
797
|
[ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
|
|
788
798
|
|
|
789
|
-
- Merged duplicate MIME types into the registered MIME type. The only
|
|
790
|
-
between the MIME types was capitalization; the MIME type registry
|
|
791
|
-
case-preserving.
|
|
799
|
+
- Merged duplicate MIME types into the registered MIME type. The only
|
|
800
|
+
difference between the MIME types was capitalization; the MIME type registry
|
|
801
|
+
is case-preserving.
|
|
792
802
|
|
|
793
803
|
- Updated the IANA media registry entries as of release date.
|
|
794
804
|
|
|
@@ -796,15 +806,15 @@
|
|
|
796
806
|
|
|
797
807
|
- The IANA media type registry format changed, resulting in updates to most of
|
|
798
808
|
the 1,427 registered MIME types.
|
|
799
|
-
- Many registered MIME types have had some metadata updates due to the
|
|
800
|
-
in the IANA registry format.
|
|
801
|
-
- MIME types having a publicly available registry application now include
|
|
802
|
-
link to that file in references.
|
|
809
|
+
- Many registered MIME types have had some metadata updates due to the
|
|
810
|
+
change in the IANA registry format.
|
|
811
|
+
- MIME types having a publicly available registry application now include
|
|
812
|
+
a link to that file in references.
|
|
803
813
|
- Added `xrefs` data as discovered (see the API changes noted above).
|
|
804
814
|
|
|
805
815
|
- The Apache httpd mime types configuration has been added to track additional
|
|
806
|
-
common but unregistered MIME types and known extensions for those MIME
|
|
807
|
-
This has affected many of the available MIME types.
|
|
816
|
+
common but unregistered MIME types and known extensions for those MIME
|
|
817
|
+
types. This has affected many of the available MIME types.
|
|
808
818
|
|
|
809
819
|
- Merged the non-standard VMS platform `text/plain` with the standard
|
|
810
820
|
`text/plain`.
|
data/Manifest.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -27,7 +27,7 @@ Hoe.spec "mime-types-data" do
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
extra_dev_deps << ["hoe", "~> 4.0"]
|
|
30
|
-
extra_dev_deps << ["hoe-halostatue", "
|
|
30
|
+
extra_dev_deps << ["hoe-halostatue", ">= 3.0.2", "< 4"]
|
|
31
31
|
extra_dev_deps << ["mime-types", "> 3.6.2", "< 5"]
|
|
32
32
|
extra_dev_deps << ["nokogiri", "~> 1.6"]
|
|
33
33
|
extra_dev_deps << ["rake", ">= 10.0", "< 14"]
|
data/SECURITY.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## LLM-Generated Security Report Policy
|
|
4
4
|
|
|
5
|
-
Absolutely no security reports will be accepted that have been generated by LLM
|
|
6
|
-
agents.
|
|
5
|
+
Absolutely no security reports will be accepted that have been generated solely by LLM
|
|
6
|
+
agents. There must be a human that confirms the issue.
|
|
7
7
|
|
|
8
8
|
## Supported Versions
|
|
9
9
|
|
data/data/content_type_mime.db
CHANGED
|
@@ -238,6 +238,7 @@ xbd application/vnd.fujixerox.docuworks.binder
|
|
|
238
238
|
fzs application/vnd.fuzzysheet base64
|
|
239
239
|
txd application/vnd.genomatix.tuxedo base64
|
|
240
240
|
ggb application/vnd.geogebra.file base64
|
|
241
|
+
ggp application/vnd.geogebra.pinboard base64
|
|
241
242
|
ggs application/vnd.geogebra.slides base64
|
|
242
243
|
ggt application/vnd.geogebra.tool base64
|
|
243
244
|
gex application/vnd.geometry-explorer base64
|
|
@@ -888,6 +889,7 @@ pef image/x-raw-pentax
|
|
|
888
889
|
iiq image/x-raw-phaseone base64
|
|
889
890
|
rwz image/x-raw-rawzor base64
|
|
890
891
|
r3d image/x-raw-red base64
|
|
892
|
+
srw image/x-raw-samsung base64
|
|
891
893
|
x3f image/x-raw-sigma base64
|
|
892
894
|
arw image/x-raw-sony base64
|
|
893
895
|
rgb image/x-rgb base64
|
|
@@ -1016,7 +1018,6 @@ vcs text/x-vcalendar
|
|
|
1016
1018
|
vcf text/x-vcard 8bit
|
|
1017
1019
|
v text/x-verilog quoted-printable
|
|
1018
1020
|
vhd text/x-vhdl quoted-printable
|
|
1019
|
-
md text/x-web-markdown quoted-printable
|
|
1020
1021
|
y text/x-yacc quoted-printable
|
|
1021
1022
|
yaml text/x-yaml 8bit
|
|
1022
1023
|
dtd text/xml 8bit
|
data/data/ext_mime.db
CHANGED
|
@@ -450,6 +450,7 @@ gdl model/vnd.gdl
|
|
|
450
450
|
geo application/vnd.dynageo base64
|
|
451
451
|
gex application/vnd.geometry-explorer base64
|
|
452
452
|
ggb application/vnd.geogebra.file base64
|
|
453
|
+
ggp application/vnd.geogebra.pinboard base64
|
|
453
454
|
ggs application/vnd.geogebra.slides base64
|
|
454
455
|
ggt application/vnd.geogebra.tool base64
|
|
455
456
|
ghf application/vnd.groove-help base64
|
|
@@ -721,7 +722,7 @@ mde application/x-msaccess
|
|
|
721
722
|
mdf application/x-msaccess base64
|
|
722
723
|
mdi image/vnd.ms-modi base64
|
|
723
724
|
mdo text/plain quoted-printable
|
|
724
|
-
mdtext text/
|
|
725
|
+
mdtext text/markdown quoted-printable
|
|
725
726
|
me text/troff 8bit
|
|
726
727
|
mef image/x-raw-mamiya base64
|
|
727
728
|
memgraph application/x-memgraph base64
|
|
@@ -1242,6 +1243,7 @@ srf image/x-raw-sony
|
|
|
1242
1243
|
srl application/sereal base64
|
|
1243
1244
|
srt application/x-subrip base64
|
|
1244
1245
|
sru application/sru+xml base64
|
|
1246
|
+
srw image/x-raw-samsung base64
|
|
1245
1247
|
srx application/sparql-results+xml base64
|
|
1246
1248
|
ss7 application/x-sas-program-data base64
|
|
1247
1249
|
ssdl application/ssdl+xml base64
|