[source] tools/e2fsprogs: Update to 1.43.6

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 16 15:33:24 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/ed617fd8f2f39e18ad435883db5b4100e6f7f977

commit ed617fd8f2f39e18ad435883db5b4100e6f7f977
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Fri Sep 8 09:42:23 2017 +0200

    tools/e2fsprogs: Update to 1.43.6
    
    Update e2fsprogs to 1.43.6
    * Remove FreeBSD patch as it's not needed, FreeBSD 9.1 is EoL and this
      is compiling on FreeBSD 11.1.
    * Remove libmagic patch, RHEL 5 is EoL (End of Production Phase) since
      March 31, 2017.
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 tools/e2fsprogs/Makefile                           |  4 ++--
 ...darwin-compat.patch => 004-darwin-compat.patch} |  0
 tools/e2fsprogs/patches/004-freebsd-compat.patch   | 12 -----------
 tools/e2fsprogs/patches/010-old-libmagic.patch     | 25 ----------------------
 4 files changed, 2 insertions(+), 39 deletions(-)

diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 04befc9..0c054b1 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.43.5
-PKG_HASH:=261f3d9ade383fbf032a19140c9c25e998cc0f71a1ae686614fb3ae0eb955a17
+PKG_VERSION:=1.43.6
+PKG_HASH:=c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
diff --git a/tools/e2fsprogs/patches/005-darwin-compat.patch b/tools/e2fsprogs/patches/004-darwin-compat.patch
similarity index 100%
rename from tools/e2fsprogs/patches/005-darwin-compat.patch
rename to tools/e2fsprogs/patches/004-darwin-compat.patch
diff --git a/tools/e2fsprogs/patches/004-freebsd-compat.patch b/tools/e2fsprogs/patches/004-freebsd-compat.patch
deleted file mode 100644
index d102e1c..0000000
--- a/tools/e2fsprogs/patches/004-freebsd-compat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/lib/ext2fs/tdb.c
-+++ b/lib/ext2fs/tdb.c
-@@ -58,7 +58,9 @@ Last Changed Date: 2007-06-22 13:36:10 -
- #include <utime.h>
- #endif
- #include <sys/stat.h>
-+#ifndef __FreeBSD__
- #include <sys/file.h>
-+#endif
- #include <fcntl.h>
- 
- #ifdef HAVE_SYS_MMAN_H
diff --git a/tools/e2fsprogs/patches/010-old-libmagic.patch b/tools/e2fsprogs/patches/010-old-libmagic.patch
deleted file mode 100644
index 11a7e18..0000000
--- a/tools/e2fsprogs/patches/010-old-libmagic.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b482eb7af94885b6bbad9329e40702c958d5b448 Mon Sep 17 00:00:00 2001
-From: Hauke Mehrtens <hauke at hauke-m.de>
-Date: Thu, 30 Jun 2016 19:53:03 +0200
-Subject: [PATCH] fix build problem with very old libmagic
-
-The libmagic shipped with RedHat 5 does not define
-MAGIC_NO_CHECK_ELF and MAGIC_NO_CHECK_COMPRESS. e2fsprogs should
-check for that otherwise the build will fail.
-
-Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
----
- lib/support/plausible.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/lib/support/plausible.c
-+++ b/lib/support/plausible.c
-@@ -258,7 +258,7 @@ int check_plausibility(const char *devic
- 		return 0;
- 	}
- 
--#ifdef HAVE_MAGIC_H
-+#if defined(HAVE_MAGIC_H) && defined(MAGIC_NO_CHECK_ELF) && defined(MAGIC_NO_CHECK_COMPRESS)
- 	if ((flags & CHECK_FS_EXIST) &&
- 	    !getenv("E2FSPROGS_LIBMAGIC_SUPPRESS") &&
- 	    magic_library_available()) {



More information about the lede-commits mailing list