]> git.pld-linux.org Git - packages/file.git/commitdiff
Up to 5.39
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 21 Jun 2020 10:59:24 +0000 (13:59 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 21 Jun 2020 11:54:26 +0000 (14:54 +0300)
file.spec
name-use-count.patch

index 7a15c937ff1955b11841ef431b4a6020ca7f137e..64740320c21fe1773f539de54ea74fbd1c72c67f 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -29,12 +29,12 @@ Summary(uk.UTF-8):  Утиліта для визначення типів фай
 Summary(zh_CN.UTF-8):  判定文件类型的工具。
 Summary(zh_TW.UTF-8):  用於決定檔案類型的一個工具程式。
 Name:          file
-Version:       5.38
+Version:       5.39
 Release:       1
 License:       distributable
 Group:         Applications/File
 Source0:       ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
-# Source0-md5: 3217633ed09c7cd35ed8d04191675574
+# Source0-md5: 1c450306053622803a25647d88f80f25
 Source1:       http://ftp1.pld-linux.org/people/glen/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 6a45bcaefd19b94db36a1b2b7c5b806b
 Source2:       %{name}-zisofs.magic
index ef8561eee670839a2f8caca35ec7f3d04df91179..c6751e82f5527ab7f7701e9dd038ea86bc4a3a62 100644 (file)
@@ -1,11 +1,11 @@
---- file-5.26/src/file.h~      2016-03-31 20:51:12.000000000 +0300
-+++ file-5.26/src/file.h       2016-04-17 12:37:55.562528440 +0300
-@@ -421,7 +421,7 @@
-       uint16_t regex_max;
-       size_t bytes_max;               /* number of bytes to read from file */
+--- 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_PHNUM_MAX              2048
+ #define       FILE_ELF_SHNUM_MAX              32768
  #define       FILE_INDIR_MAX                  50
--#define       FILE_NAME_MAX                   30
+-#define       FILE_NAME_MAX                   50
 +#define       FILE_NAME_MAX                   256
- #define       FILE_ELF_SHNUM_MAX              32768
- #define       FILE_ELF_PHNUM_MAX              2048
- #define       FILE_ELF_NOTES_MAX              256
+ #define       FILE_REGEX_MAX                  8192
+ };
This page took 0.036629 seconds and 4 git commands to generate.