Blame SOURCES/coreutils-8.25-DIR_COLORS.patch

f5e30c
From a13bc34f1eeebdf8b87e4b5a570341bb77a62f76 Mon Sep 17 00:00:00 2001
f5e30c
From: Kamil Dudka <kdudka@redhat.com>
f5e30c
Date: Fri, 17 Jun 2016 16:58:18 +0200
f5e30c
Subject: [PATCH] downstream changes to default DIR_COLORS
f5e30c
f5e30c
---
f5e30c
 DIR_COLORS              |  41 ++++---
f5e30c
 DIR_COLORS.256color     | 300 ++++++++++++++++++++++++------------------------
f5e30c
 DIR_COLORS.lightbgcolor | 211 ++++++++++++++++++----------------
f5e30c
 3 files changed, 283 insertions(+), 269 deletions(-)
f5e30c
f5e30c
diff --git a/DIR_COLORS b/DIR_COLORS
f5e30c
index d2ea453..27af9d7 100644
f5e30c
--- a/DIR_COLORS
f5e30c
+++ b/DIR_COLORS
f5e30c
@@ -1,6 +1,10 @@
f5e30c
 # Configuration file for dircolors, a utility to help you set the
f5e30c
 # LS_COLORS environment variable used by GNU ls with the --color option.
f5e30c
 
f5e30c
+# This file goes in the /etc directory, and must be world readable.
f5e30c
+# You can copy this file to .dir_colors in your $HOME directory to override
f5e30c
+# the system defaults.
f5e30c
+
f5e30c
 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
f5e30c
 # Copying and distribution of this file, with or without modification,
f5e30c
 # are permitted provided the copyright notice and this notice are preserved.
f5e30c
@@ -8,6 +12,9 @@
f5e30c
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
f5e30c
 # slackware version of dircolors) are recognized but ignored.
f5e30c
 
f5e30c
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
f5e30c
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
f5e30c
+
f5e30c
 # Below are TERM entries, which can be a glob patterns, to match
f5e30c
 # against the TERM environment variable to determine if it is colorizable.
f5e30c
 TERM Eterm
f5e30c
@@ -56,7 +63,7 @@ DOOR 01;35	# door
f5e30c
 BLK 40;33;01	# block device driver
f5e30c
 CHR 40;33;01	# character device driver
f5e30c
 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
f5e30c
-MISSING 00      # ... and the files they point to
f5e30c
+MISSING 01;05;37;41 # ... and the files they point to
f5e30c
 SETUID 37;41	# file that is setuid (u+s)
f5e30c
 SETGID 30;43	# file that is setgid (g+s)
f5e30c
 CAPABILITY 30;41	# file with capability
f5e30c
@@ -184,21 +191,21 @@ EXEC 01;32
f5e30c
 .ogx 01;35
f5e30c
 
f5e30c
 # audio formats
f5e30c
-.aac 00;36
f5e30c
-.au 00;36
f5e30c
-.flac 00;36
f5e30c
-.m4a 00;36
f5e30c
-.mid 00;36
f5e30c
-.midi 00;36
f5e30c
-.mka 00;36
f5e30c
-.mp3 00;36
f5e30c
-.mpc 00;36
f5e30c
-.ogg 00;36
f5e30c
-.ra 00;36
f5e30c
-.wav 00;36
f5e30c
+.aac 01;36
f5e30c
+.au 01;36
f5e30c
+.flac 01;36
f5e30c
+.m4a 01;36
f5e30c
+.mid 01;36
f5e30c
+.midi 01;36
f5e30c
+.mka 01;36
f5e30c
+.mp3 01;36
f5e30c
+.mpc 01;36
f5e30c
+.ogg 01;36
f5e30c
+.ra 01;36
f5e30c
+.wav 01;36
f5e30c
 
f5e30c
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
f5e30c
-.oga 00;36
f5e30c
-.opus 00;36
f5e30c
-.spx 00;36
f5e30c
-.xspf 00;36
f5e30c
+.oga 01;36
f5e30c
+.opus 01;36
f5e30c
+.spx 01;36
f5e30c
+.xspf 01;36
f5e30c
diff --git a/DIR_COLORS.256color b/DIR_COLORS.256color
f5e30c
index d2ea453..74c34ba 100644
f5e30c
--- a/DIR_COLORS.256color
f5e30c
+++ b/DIR_COLORS.256color
f5e30c
@@ -1,3 +1,9 @@
f5e30c
+# Configuration file for the 256color ls utility
f5e30c
+
f5e30c
+# This file goes in the /etc directory, and must be world readable.
f5e30c
+# You can copy this file to .dir_colors in your $HOME directory to override
f5e30c
+# the system defaults.
f5e30c
+
f5e30c
 # Configuration file for dircolors, a utility to help you set the
f5e30c
 # LS_COLORS environment variable used by GNU ls with the --color option.
f5e30c
 
f5e30c
@@ -8,32 +14,13 @@
f5e30c
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
f5e30c
 # slackware version of dircolors) are recognized but ignored.
f5e30c
 
f5e30c
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
f5e30c
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
f5e30c
+
f5e30c
 # Below are TERM entries, which can be a glob patterns, to match
f5e30c
 # against the TERM environment variable to determine if it is colorizable.
f5e30c
-TERM Eterm
f5e30c
-TERM ansi
f5e30c
-TERM *color*
f5e30c
-TERM con[0-9]*x[0-9]*
f5e30c
-TERM cons25
f5e30c
-TERM console
f5e30c
-TERM cygwin
f5e30c
-TERM dtterm
f5e30c
-TERM gnome
f5e30c
-TERM hurd
f5e30c
-TERM jfbterm
f5e30c
-TERM konsole
f5e30c
-TERM kterm
f5e30c
-TERM linux
f5e30c
-TERM linux-c
f5e30c
-TERM mlterm
f5e30c
-TERM putty
f5e30c
-TERM rxvt*
f5e30c
-TERM screen*
f5e30c
-TERM st
f5e30c
-TERM terminator
f5e30c
-TERM tmux*
f5e30c
-TERM vt100
f5e30c
-TERM xterm*
f5e30c
+TERM *256color*
f5e30c
+TERM rxvt-unicode256
f5e30c
 
f5e30c
 # Below are the color init strings for the basic file types. A color init
f5e30c
 # string consists of one or more of the following numeric codes:
f5e30c
@@ -43,29 +30,40 @@ TERM xterm*
f5e30c
 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
f5e30c
 # Background color codes:
f5e30c
 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
f5e30c
+# Text color(256 colors mode) codes:
f5e30c
+# Valid syntax for text 256color is 38;5;<color number> , where color number
f5e30c
+# is number between 0 and 255.
f5e30c
+# You may find following command useful to search the best one for you:
f5e30c
+# for ((x=0; x<=255; x++));do echo -e "${x}:\033[38;5;${x}mcolor\033[000m";done
f5e30c
+# Background color(256 colors mode) codes:
f5e30c
+# Valid syntax for background 256color is 48;5;<color number> , where
f5e30c
+# color number is number between 0 and 255.
f5e30c
+# You may find following command useful to search the best one for you:
f5e30c
+# for ((x=0; x<=255; x++));do echo -e "${x}:\033[48;5;${x}mcolor\033[000m";done
f5e30c
+
f5e30c
 #NORMAL 00	# no color code at all
f5e30c
 #FILE 00	# regular file: use no color at all
f5e30c
 RESET 0		# reset to "normal" color
f5e30c
-DIR 01;34	# directory
f5e30c
-LINK 01;36	# symbolic link.  (If you set this to 'target' instead of a
f5e30c
+DIR 38;5;33	# directory
f5e30c
+LINK 38;5;51	# symbolic link.  (If you set this to 'target' instead of a
f5e30c
                 # numerical value, the color is as for the file pointed to.)
f5e30c
 MULTIHARDLINK 00	# regular file with more than one link
f5e30c
-FIFO 40;33	# pipe
f5e30c
-SOCK 01;35	# socket
f5e30c
-DOOR 01;35	# door
f5e30c
-BLK 40;33;01	# block device driver
f5e30c
-CHR 40;33;01	# character device driver
f5e30c
-ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
f5e30c
-MISSING 00      # ... and the files they point to
f5e30c
-SETUID 37;41	# file that is setuid (u+s)
f5e30c
-SETGID 30;43	# file that is setgid (g+s)
f5e30c
-CAPABILITY 30;41	# file with capability
f5e30c
-STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
f5e30c
-OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
f5e30c
-STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
f5e30c
+FIFO 40;38;5;11	# pipe
f5e30c
+SOCK 38;5;13	# socket
f5e30c
+DOOR 38;5;5	# door
f5e30c
+BLK 48;5;232;38;5;11	# block device driver
f5e30c
+CHR 48;5;232;38;5;3	# character device driver
f5e30c
+ORPHAN 48;5;232;38;5;9  # symlink to nonexistent file, or non-stat'able file ...
f5e30c
+MISSING 01;05;37;41 # ... and the files they point to
f5e30c
+SETUID 48;5;196;38;5;15	# file that is setuid (u+s)
f5e30c
+SETGID 48;5;11;38;5;16	# file that is setgid (g+s)
f5e30c
+CAPABILITY 48;5;196;38;5;226	# file with capability
f5e30c
+STICKY_OTHER_WRITABLE 48;5;10;38;5;16 # dir that is sticky and other-writable (+t,o+w)
f5e30c
+OTHER_WRITABLE 48;5;10;38;5;21 # dir that is other-writable (o+w) and not sticky
f5e30c
+STICKY 48;5;21;38;5;15	# dir with the sticky bit set (+t) and not other-writable
f5e30c
 
f5e30c
 # This is for files with execute permission:
f5e30c
-EXEC 01;32
f5e30c
+EXEC 38;5;40
f5e30c
 
f5e30c
 # List any file extensions like '.gz' or '.tar' that you would like ls
f5e30c
 # to colorize below. Put the extension, a space, and the color init string.
f5e30c
@@ -83,122 +81,122 @@ EXEC 01;32
f5e30c
 #.csh 01;32
f5e30c
 
f5e30c
  # archives or compressed (bright red)
f5e30c
-.tar 01;31
f5e30c
-.tgz 01;31
f5e30c
-.arc 01;31
f5e30c
-.arj 01;31
f5e30c
-.taz 01;31
f5e30c
-.lha 01;31
f5e30c
-.lz4 01;31
f5e30c
-.lzh 01;31
f5e30c
-.lzma 01;31
f5e30c
-.tlz 01;31
f5e30c
-.txz 01;31
f5e30c
-.tzo 01;31
f5e30c
-.t7z 01;31
f5e30c
-.zip 01;31
f5e30c
-.z   01;31
f5e30c
-.dz  01;31
f5e30c
-.gz  01;31
f5e30c
-.lrz 01;31
f5e30c
-.lz  01;31
f5e30c
-.lzo 01;31
f5e30c
-.xz  01;31
f5e30c
-.zst 01;31
f5e30c
-.tzst 01;31
f5e30c
-.bz2 01;31
f5e30c
-.bz  01;31
f5e30c
-.tbz 01;31
f5e30c
-.tbz2 01;31
f5e30c
-.tz  01;31
f5e30c
-.deb 01;31
f5e30c
-.rpm 01;31
f5e30c
-.jar 01;31
f5e30c
-.war 01;31
f5e30c
-.ear 01;31
f5e30c
-.sar 01;31
f5e30c
-.rar 01;31
f5e30c
-.alz 01;31
f5e30c
-.ace 01;31
f5e30c
-.zoo 01;31
f5e30c
-.cpio 01;31
f5e30c
-.7z  01;31
f5e30c
-.rz  01;31
f5e30c
-.cab 01;31
f5e30c
-.wim 01;31
f5e30c
-.swm 01;31
f5e30c
-.dwm 01;31
f5e30c
-.esd 01;31
f5e30c
+.tar 38;5;9
f5e30c
+.tgz 38;5;9
f5e30c
+.arc 38;5;9
f5e30c
+.arj 38;5;9
f5e30c
+.taz 38;5;9
f5e30c
+.lha 38;5;9
f5e30c
+.lz4 38;5;9
f5e30c
+.lzh 38;5;9
f5e30c
+.lzma 38;5;9
f5e30c
+.tlz 38;5;9
f5e30c
+.txz 38;5;9
f5e30c
+.tzo 38;5;9
f5e30c
+.t7z 38;5;9
f5e30c
+.zip 38;5;9
f5e30c
+.z   38;5;9
f5e30c
+.dz  38;5;9
f5e30c
+.gz  38;5;9
f5e30c
+.lrz 38;5;9
f5e30c
+.lz  38;5;9
f5e30c
+.lzo 38;5;9
f5e30c
+.xz  38;5;9
f5e30c
+.zst 38;5;9
f5e30c
+.tzst 38;5;9
f5e30c
+.bz2 38;5;9
f5e30c
+.bz  38;5;9
f5e30c
+.tbz 38;5;9
f5e30c
+.tbz2 38;5;9
f5e30c
+.tz  38;5;9
f5e30c
+.deb 38;5;9
f5e30c
+.rpm 38;5;9
f5e30c
+.jar 38;5;9
f5e30c
+.war 38;5;9
f5e30c
+.ear 38;5;9
f5e30c
+.sar 38;5;9
f5e30c
+.rar 38;5;9
f5e30c
+.alz 38;5;9
f5e30c
+.ace 38;5;9
f5e30c
+.zoo 38;5;9
f5e30c
+.cpio 38;5;9
f5e30c
+.7z  38;5;9
f5e30c
+.rz  38;5;9
f5e30c
+.cab 38;5;9
f5e30c
+.wim 38;5;9
f5e30c
+.swm 38;5;9
f5e30c
+.dwm 38;5;9
f5e30c
+.esd 38;5;9
f5e30c
 
f5e30c
 # image formats
f5e30c
-.jpg 01;35
f5e30c
-.jpeg 01;35
f5e30c
-.mjpg 01;35
f5e30c
-.mjpeg 01;35
f5e30c
-.gif 01;35
f5e30c
-.bmp 01;35
f5e30c
-.pbm 01;35
f5e30c
-.pgm 01;35
f5e30c
-.ppm 01;35
f5e30c
-.tga 01;35
f5e30c
-.xbm 01;35
f5e30c
-.xpm 01;35
f5e30c
-.tif 01;35
f5e30c
-.tiff 01;35
f5e30c
-.png 01;35
f5e30c
-.svg 01;35
f5e30c
-.svgz 01;35
f5e30c
-.mng 01;35
f5e30c
-.pcx 01;35
f5e30c
-.mov 01;35
f5e30c
-.mpg 01;35
f5e30c
-.mpeg 01;35
f5e30c
-.m2v 01;35
f5e30c
-.mkv 01;35
f5e30c
-.webm 01;35
f5e30c
-.ogm 01;35
f5e30c
-.mp4 01;35
f5e30c
-.m4v 01;35
f5e30c
-.mp4v 01;35
f5e30c
-.vob 01;35
f5e30c
-.qt  01;35
f5e30c
-.nuv 01;35
f5e30c
-.wmv 01;35
f5e30c
-.asf 01;35
f5e30c
-.rm  01;35
f5e30c
-.rmvb 01;35
f5e30c
-.flc 01;35
f5e30c
-.avi 01;35
f5e30c
-.fli 01;35
f5e30c
-.flv 01;35
f5e30c
-.gl 01;35
f5e30c
-.dl 01;35
f5e30c
-.xcf 01;35
f5e30c
-.xwd 01;35
f5e30c
-.yuv 01;35
f5e30c
-.cgm 01;35
f5e30c
-.emf 01;35
f5e30c
+.jpg 38;5;13
f5e30c
+.jpeg 38;5;13
f5e30c
+.mjpg 38;5;13
f5e30c
+.mjpeg 38;5;13
f5e30c
+.gif 38;5;13
f5e30c
+.bmp 38;5;13
f5e30c
+.pbm 38;5;13
f5e30c
+.pgm 38;5;13
f5e30c
+.ppm 38;5;13
f5e30c
+.tga 38;5;13
f5e30c
+.xbm 38;5;13
f5e30c
+.xpm 38;5;13
f5e30c
+.tif 38;5;13
f5e30c
+.tiff 38;5;13
f5e30c
+.png 38;5;13
f5e30c
+.svg 38;5;13
f5e30c
+.svgz 38;5;13
f5e30c
+.mng 38;5;13
f5e30c
+.pcx 38;5;13
f5e30c
+.mov 38;5;13
f5e30c
+.mpg 38;5;13
f5e30c
+.mpeg 38;5;13
f5e30c
+.m2v 38;5;13
f5e30c
+.mkv 38;5;13
f5e30c
+.webm 38;5;13
f5e30c
+.ogm 38;5;13
f5e30c
+.mp4 38;5;13
f5e30c
+.m4v 38;5;13
f5e30c
+.mp4v 38;5;13
f5e30c
+.vob 38;5;13
f5e30c
+.qt  38;5;13
f5e30c
+.nuv 38;5;13
f5e30c
+.wmv 38;5;13
f5e30c
+.asf 38;5;13
f5e30c
+.rm  38;5;13
f5e30c
+.rmvb 38;5;13
f5e30c
+.flc 38;5;13
f5e30c
+.avi 38;5;13
f5e30c
+.fli 38;5;13
f5e30c
+.flv 38;5;13
f5e30c
+.gl 38;5;13
f5e30c
+.dl 38;5;13
f5e30c
+.xcf 38;5;13
f5e30c
+.xwd 38;5;13
f5e30c
+.yuv 38;5;13
f5e30c
+.cgm 38;5;13
f5e30c
+.emf 38;5;13
f5e30c
 
f5e30c
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
f5e30c
-.ogv 01;35
f5e30c
-.ogx 01;35
f5e30c
+.ogv 38;5;13
f5e30c
+.ogx 38;5;13
f5e30c
 
f5e30c
 # audio formats
f5e30c
-.aac 00;36
f5e30c
-.au 00;36
f5e30c
-.flac 00;36
f5e30c
-.m4a 00;36
f5e30c
-.mid 00;36
f5e30c
-.midi 00;36
f5e30c
-.mka 00;36
f5e30c
-.mp3 00;36
f5e30c
-.mpc 00;36
f5e30c
-.ogg 00;36
f5e30c
-.ra 00;36
f5e30c
-.wav 00;36
f5e30c
+.aac 38;5;45
f5e30c
+.au 38;5;45
f5e30c
+.flac 38;5;45
f5e30c
+.m4a 38;5;45
f5e30c
+.mid 38;5;45
f5e30c
+.midi 38;5;45
f5e30c
+.mka 38;5;45
f5e30c
+.mp3 38;5;45
f5e30c
+.mpc 38;5;45
f5e30c
+.ogg 38;5;45
f5e30c
+.ra 38;5;45
f5e30c
+.wav 38;5;45
f5e30c
 
f5e30c
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
f5e30c
-.oga 00;36
f5e30c
-.opus 00;36
f5e30c
-.spx 00;36
f5e30c
-.xspf 00;36
f5e30c
+.oga 38;5;45
f5e30c
+.opus 38;5;45
f5e30c
+.spx 38;5;45
f5e30c
+.xspf 38;5;45
f5e30c
diff --git a/DIR_COLORS.lightbgcolor b/DIR_COLORS.lightbgcolor
f5e30c
index d2ea453..95d6879 100644
f5e30c
--- a/DIR_COLORS.lightbgcolor
f5e30c
+++ b/DIR_COLORS.lightbgcolor
f5e30c
@@ -1,3 +1,9 @@
f5e30c
+# Configuration file for the color ls utility - modified for lighter backgrounds
f5e30c
+
f5e30c
+# This file goes in the /etc directory, and must be world readable.
f5e30c
+# You can copy this file to .dir_colors in your $HOME directory to override
f5e30c
+# the system defaults.
f5e30c
+
f5e30c
 # Configuration file for dircolors, a utility to help you set the
f5e30c
 # LS_COLORS environment variable used by GNU ls with the --color option.
f5e30c
 
f5e30c
@@ -8,6 +14,9 @@
f5e30c
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
f5e30c
 # slackware version of dircolors) are recognized but ignored.
f5e30c
 
f5e30c
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
f5e30c
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
f5e30c
+
f5e30c
 # Below are TERM entries, which can be a glob patterns, to match
f5e30c
 # against the TERM environment variable to determine if it is colorizable.
f5e30c
 TERM Eterm
f5e30c
@@ -46,17 +55,17 @@ TERM xterm*
f5e30c
 #NORMAL 00	# no color code at all
f5e30c
 #FILE 00	# regular file: use no color at all
f5e30c
 RESET 0		# reset to "normal" color
f5e30c
-DIR 01;34	# directory
f5e30c
-LINK 01;36	# symbolic link.  (If you set this to 'target' instead of a
f5e30c
+DIR 00;34	# directory
f5e30c
+LINK 00;36	# symbolic link.  (If you set this to 'target' instead of a
f5e30c
                 # numerical value, the color is as for the file pointed to.)
f5e30c
 MULTIHARDLINK 00	# regular file with more than one link
f5e30c
 FIFO 40;33	# pipe
f5e30c
-SOCK 01;35	# socket
f5e30c
-DOOR 01;35	# door
f5e30c
+SOCK 00;35	# socket
f5e30c
+DOOR 00;35	# door
f5e30c
 BLK 40;33;01	# block device driver
f5e30c
 CHR 40;33;01	# character device driver
f5e30c
 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
f5e30c
-MISSING 00      # ... and the files they point to
f5e30c
+MISSING 01;05;37;41 # ... and the files they point to
f5e30c
 SETUID 37;41	# file that is setuid (u+s)
f5e30c
 SETGID 30;43	# file that is setgid (g+s)
f5e30c
 CAPABILITY 30;41	# file with capability
f5e30c
@@ -65,7 +74,7 @@ OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
f5e30c
 STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
f5e30c
 
f5e30c
 # This is for files with execute permission:
f5e30c
-EXEC 01;32
f5e30c
+EXEC 00;32
f5e30c
 
f5e30c
 # List any file extensions like '.gz' or '.tar' that you would like ls
f5e30c
 # to colorize below. Put the extension, a space, and the color init string.
f5e30c
@@ -83,105 +92,105 @@ EXEC 01;32
f5e30c
 #.csh 01;32
f5e30c
 
f5e30c
  # archives or compressed (bright red)
f5e30c
-.tar 01;31
f5e30c
-.tgz 01;31
f5e30c
-.arc 01;31
f5e30c
-.arj 01;31
f5e30c
-.taz 01;31
f5e30c
-.lha 01;31
f5e30c
-.lz4 01;31
f5e30c
-.lzh 01;31
f5e30c
-.lzma 01;31
f5e30c
-.tlz 01;31
f5e30c
-.txz 01;31
f5e30c
-.tzo 01;31
f5e30c
-.t7z 01;31
f5e30c
-.zip 01;31
f5e30c
-.z   01;31
f5e30c
-.dz  01;31
f5e30c
-.gz  01;31
f5e30c
-.lrz 01;31
f5e30c
-.lz  01;31
f5e30c
-.lzo 01;31
f5e30c
-.xz  01;31
f5e30c
-.zst 01;31
f5e30c
-.tzst 01;31
f5e30c
-.bz2 01;31
f5e30c
-.bz  01;31
f5e30c
-.tbz 01;31
f5e30c
-.tbz2 01;31
f5e30c
-.tz  01;31
f5e30c
-.deb 01;31
f5e30c
-.rpm 01;31
f5e30c
-.jar 01;31
f5e30c
-.war 01;31
f5e30c
-.ear 01;31
f5e30c
-.sar 01;31
f5e30c
-.rar 01;31
f5e30c
-.alz 01;31
f5e30c
-.ace 01;31
f5e30c
-.zoo 01;31
f5e30c
-.cpio 01;31
f5e30c
-.7z  01;31
f5e30c
-.rz  01;31
f5e30c
-.cab 01;31
f5e30c
-.wim 01;31
f5e30c
-.swm 01;31
f5e30c
-.dwm 01;31
f5e30c
-.esd 01;31
f5e30c
+.tar 00;31
f5e30c
+.tgz 00;31
f5e30c
+.arc 00;31
f5e30c
+.arj 00;31
f5e30c
+.taz 00;31
f5e30c
+.lha 00;31
f5e30c
+.lz4 00;31
f5e30c
+.lzh 00;31
f5e30c
+.lzma 00;31
f5e30c
+.tlz 00;31
f5e30c
+.txz 00;31
f5e30c
+.tzo 00;31
f5e30c
+.t7z 00;31
f5e30c
+.zip 00;31
f5e30c
+.z   00;31
f5e30c
+.dz  00;31
f5e30c
+.gz  00;31
f5e30c
+.lrz 00;31
f5e30c
+.lz  00;31
f5e30c
+.lzo 00;31
f5e30c
+.xz  00;31
f5e30c
+.zst 00;31
f5e30c
+.tzst 00;31
f5e30c
+.bz2 00;31
f5e30c
+.bz  00;31
f5e30c
+.tbz 00;31
f5e30c
+.tbz2 00;31
f5e30c
+.tz  00;31
f5e30c
+.deb 00;31
f5e30c
+.rpm 00;31
f5e30c
+.jar 00;31
f5e30c
+.war 00;31
f5e30c
+.ear 00;31
f5e30c
+.sar 00;31
f5e30c
+.rar 00;31
f5e30c
+.alz 00;31
f5e30c
+.ace 00;31
f5e30c
+.zoo 00;31
f5e30c
+.cpio 00;31
f5e30c
+.7z  00;31
f5e30c
+.rz  00;31
f5e30c
+.cab 00;31
f5e30c
+.wim 00;31
f5e30c
+.swm 00;31
f5e30c
+.dwm 00;31
f5e30c
+.esd 00;31
f5e30c
 
f5e30c
 # image formats
f5e30c
-.jpg 01;35
f5e30c
-.jpeg 01;35
f5e30c
-.mjpg 01;35
f5e30c
-.mjpeg 01;35
f5e30c
-.gif 01;35
f5e30c
-.bmp 01;35
f5e30c
-.pbm 01;35
f5e30c
-.pgm 01;35
f5e30c
-.ppm 01;35
f5e30c
-.tga 01;35
f5e30c
-.xbm 01;35
f5e30c
-.xpm 01;35
f5e30c
-.tif 01;35
f5e30c
-.tiff 01;35
f5e30c
-.png 01;35
f5e30c
-.svg 01;35
f5e30c
-.svgz 01;35
f5e30c
-.mng 01;35
f5e30c
-.pcx 01;35
f5e30c
-.mov 01;35
f5e30c
-.mpg 01;35
f5e30c
-.mpeg 01;35
f5e30c
-.m2v 01;35
f5e30c
-.mkv 01;35
f5e30c
-.webm 01;35
f5e30c
-.ogm 01;35
f5e30c
-.mp4 01;35
f5e30c
-.m4v 01;35
f5e30c
-.mp4v 01;35
f5e30c
-.vob 01;35
f5e30c
-.qt  01;35
f5e30c
-.nuv 01;35
f5e30c
-.wmv 01;35
f5e30c
-.asf 01;35
f5e30c
-.rm  01;35
f5e30c
-.rmvb 01;35
f5e30c
-.flc 01;35
f5e30c
-.avi 01;35
f5e30c
-.fli 01;35
f5e30c
-.flv 01;35
f5e30c
-.gl 01;35
f5e30c
-.dl 01;35
f5e30c
-.xcf 01;35
f5e30c
-.xwd 01;35
f5e30c
-.yuv 01;35
f5e30c
-.cgm 01;35
f5e30c
-.emf 01;35
f5e30c
+.jpg 00;35
f5e30c
+.jpeg 00;35
f5e30c
+.mjpg 00;35
f5e30c
+.mjpeg 00;35
f5e30c
+.gif 00;35
f5e30c
+.bmp 00;35
f5e30c
+.pbm 00;35
f5e30c
+.pgm 00;35
f5e30c
+.ppm 00;35
f5e30c
+.tga 00;35
f5e30c
+.xbm 00;35
f5e30c
+.xpm 00;35
f5e30c
+.tif 00;35
f5e30c
+.tiff 00;35
f5e30c
+.png 00;35
f5e30c
+.svg 00;35
f5e30c
+.svgz 00;35
f5e30c
+.mng 00;35
f5e30c
+.pcx 00;35
f5e30c
+.mov 00;35
f5e30c
+.mpg 00;35
f5e30c
+.mpeg 00;35
f5e30c
+.m2v 00;35
f5e30c
+.mkv 00;35
f5e30c
+.webm 00;35
f5e30c
+.ogm 00;35
f5e30c
+.mp4 00;35
f5e30c
+.m4v 00;35
f5e30c
+.mp4v 00;35
f5e30c
+.vob 00;35
f5e30c
+.qt  00;35
f5e30c
+.nuv 00;35
f5e30c
+.wmv 00;35
f5e30c
+.asf 00;35
f5e30c
+.rm  00;35
f5e30c
+.rmvb 00;35
f5e30c
+.flc 00;35
f5e30c
+.avi 00;35
f5e30c
+.fli 00;35
f5e30c
+.flv 00;35
f5e30c
+.gl 00;35
f5e30c
+.dl 00;35
f5e30c
+.xcf 00;35
f5e30c
+.xwd 00;35
f5e30c
+.yuv 00;35
f5e30c
+.cgm 00;35
f5e30c
+.emf 00;35
f5e30c
 
f5e30c
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
f5e30c
-.ogv 01;35
f5e30c
-.ogx 01;35
f5e30c
+.ogv 00;35
f5e30c
+.ogx 00;35
f5e30c
 
f5e30c
 # audio formats
f5e30c
 .aac 00;36
f5e30c
-- 
f5e30c
2.5.5
f5e30c