changeset 9232:9a0849fd4b46

MIME: changed type for deb files, added udeb files. Changed type for .deb files to application/vnd.debian.binary-package in accordance with man pages [1] and IANA [2]. Also added .udeb extension. This type is also used on update servers. Link for reference: [1] https://manpages.debian.org/bookworm/dpkg-dev/deb.5.en.html [2] https://www.iana.org/assignments/media-types/application/vnd.debian.binary-package
author Yuriy Izorkin <lafiel@elven.pw>
date Tue, 26 Mar 2024 21:30:08 +0300
parents e8b200816108
children 9ca12c957304
files conf/mime.types
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -36,6 +36,7 @@ types {
     application/postscript                           ps eps ai;
     application/rtf                                  rtf;
     application/vnd.apple.mpegurl                    m3u8;
+    application/vnd.debian.binary-package            deb udeb;
     application/vnd.google-earth.kml+xml             kml;
     application/vnd.google-earth.kmz                 kmz;
     application/vnd.ms-excel                         xls;
@@ -73,7 +74,6 @@ types {
     application/zip                                  zip;
 
     application/octet-stream                         bin exe dll;
-    application/octet-stream                         deb;
     application/octet-stream                         dmg;
     application/octet-stream                         iso img;
     application/octet-stream                         msi msp msm;