]> git.pld-linux.org Git - packages/file.git/blobdiff - name-use-count.patch
add mime type for *.m3u files; rel 4
[packages/file.git] / name-use-count.patch
index e5d2aa75a2fc8a17b920199e475b43aa9446731d..13344fefd8f57b9cf94d88d0659407cfcb6481fa 100644 (file)
@@ -1,11 +1,11 @@
---- file-5.22/src/file.h~      2015-01-01 18:07:34.000000000 +0100
-+++ file-5.22/src/file.h       2015-02-19 20:58:10.783901201 +0100
-@@ -412,7 +412,7 @@
-       uint16_t elf_phnum_max;
-       uint16_t elf_notes_max;
- #define       FILE_INDIR_MAX                  15
--#define       FILE_NAME_MAX                   30
-+#define       FILE_NAME_MAX                   256
+--- file-5.39/src/file.h~      2020-06-15 03:01:01.000000000 +0300
++++ file-5.39/src/file.h       2020-06-21 14:52:44.027423622 +0300
+@@ -459,7 +459,7 @@
  #define       FILE_ELF_SHNUM_MAX              32768
- #define       FILE_ELF_PHNUM_MAX              128
- #define       FILE_ELF_NOTES_MAX              256
+ #define       FILE_ELF_SHSIZE_MAX             (128 * 1024 * 1024)
+ #define       FILE_INDIR_MAX                  50
+-#define       FILE_NAME_MAX                   50
++#define       FILE_NAME_MAX                   256
+ #define       FILE_REGEX_MAX                  8192
+ #define       FILE_ENCODING_MAX               (64 * 1024)
+ #if defined(HAVE_NEWLOCALE) && defined(HAVE_USELOCALE) && defined(HAVE_FREELOCALE)
This page took 0.0393250000000001 seconds and 4 git commands to generate.