]> git.pld-linux.org Git - packages/file.git/commitdiff
up to 5.36
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 23 Feb 2019 11:00:30 +0000 (13:00 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 23 Feb 2019 11:00:45 +0000 (13:00 +0200)
file-pie-so.patch [deleted file]
file.spec

diff --git a/file-pie-so.patch b/file-pie-so.patch
deleted file mode 100644 (file)
index 62cf8c3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruNp file-5.34.orig/src/readelf.c file-5.34/src/readelf.c
---- file-5.34.orig/src/readelf.c       2018-07-09 16:24:36.000000000 +0200
-+++ file-5.34/src/readelf.c    2018-09-13 23:26:17.906332501 +0200
-@@ -1062,7 +1062,7 @@ dodynamic(struct magic_set *ms, void *vb
-       switch (xdh_tag) {
-       case DT_FLAGS_1:
--              if (xdh_val == DF_1_PIE)
-+              if (xdh_val & DF_1_PIE)
-                       ms->mode |= 0111;
-               else
-                       ms->mode &= ~0111;
index ad9f5c5e0ac9b0c261b9a11d2fe621e12c344b55..0e2a9e5cb0afe725d9f86022a1883b48c3aa4518 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -29,7 +29,7 @@ Summary(uk.UTF-8):    Утиліта для визначення типів фай
 Summary(zh_CN.UTF-8):  判定文件类型的工具。
 Summary(zh_TW.UTF-8):  用於決定檔案類型的一個工具程式。
 Name:          file
-Version:       5.35
+Version:       5.36
 Release:       1
 License:       distributable
 Group:         Applications/File
@@ -44,7 +44,6 @@ Patch0:               %{name}-selinux.patch
 Patch1:                searchpath.patch
 Patch2:                automake.patch
 Patch4:                name-use-count.patch
-Patch5:                %{name}-pie-so.patch
 URL:           http://www.darwinsys.com/file/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -274,7 +273,6 @@ Wiązania Pythona 3 do biblioteki libmagic.
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
-%patch5 -p1
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e 's,-Wextra,,' configure.ac
This page took 0.20978 seconds and 4 git commands to generate.