From 1933a95ec9e3dffadfc0e606198bf63de4269e13 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 10 Aug 2016 18:01:36 +0100 Subject: [PATCH] Upgrade to file 5.28, since file 5.25 segfaults in libmagic:magic_close. --- .gitignore | 2 +- Makefile | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d6a2443..b05ec7e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ stamp-* /beecrypt-4.2.1/ /bzip2-1.0.6/ /coreutils-8.25/ -/file-5.25/ +/file-5.28/ /gmp-6.1.1/ /grep-2.25/ /gzip-1.8/ diff --git a/Makefile b/Makefile index d317474..9c07b0c 100644 --- a/Makefile +++ b/Makefile @@ -53,9 +53,10 @@ UTIL_LINUX_VERSION = 2.28 TAR_VERSION = 1.29 GZIP_VERSION = 1.8 ZLIB_VERSION = 1.2.8 -# Needs to match the installed (on host) version, otherwise: -# "Cannot use the installed version of file (xx) to cross-compile file yy" -FILE_VERSION = 5.25 +# Needs to match the version of 'file' installed (on host), otherwise: +# "Cannot use the installed version of file (xx) to cross-compile file yy" +# Also note that 5.25 is definitely broken (segfaults in libmagic:magic_close). +FILE_VERSION = 5.28 POPT_VERSION = 1.16 BEECRYPT_VERSION = 4.2.1 RPM_COMMIT = 95712183458748ea6cafebac1bdd5daa097d9bee -- 1.8.3.1