From 8a4208d5af7a14f4e658a6da2d1a1020f0f99cba Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 15 Mar 2017 17:14:55 +0100 Subject: utils/f2fs-tools: Update to 1.8.0 Update f2fs-tools to 1.8.0 Refresh patches Remove selinux patch, use configure argument instead. Switch to xz tarball Adjust url to avoid redirects Signed-off-by: Daniel Engberg --- .../utils/f2fs-tools/patches/020-no_selinux.patch | 55 ---------------------- 1 file changed, 55 deletions(-) delete mode 100644 package/utils/f2fs-tools/patches/020-no_selinux.patch (limited to 'package/utils/f2fs-tools/patches/020-no_selinux.patch') diff --git a/package/utils/f2fs-tools/patches/020-no_selinux.patch b/package/utils/f2fs-tools/patches/020-no_selinux.patch deleted file mode 100644 index dcb3bd24c4..0000000000 --- a/package/utils/f2fs-tools/patches/020-no_selinux.patch +++ /dev/null @@ -1,55 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -49,7 +49,7 @@ AC_PATH_PROG([LDCONFIG], [ldconfig], - - # Checks for libraries. - PKG_CHECK_MODULES([libuuid], [uuid]) --PKG_CHECK_MODULES([libselinux], [libselinux]) -+# PKG_CHECK_MODULES([libselinux], [libselinux]) - - # Checks for header files. - AC_CHECK_HEADERS([linux/fs.h fcntl.h mntent.h stdlib.h string.h \ ---- a/fsck/sload.c -+++ b/fsck/sload.c -@@ -16,10 +16,11 @@ - #include - #include - #include -+ -+#ifdef WITH_ANDROID - #include - #include - --#ifdef WITH_ANDROID - #include - #include - -@@ -110,10 +111,12 @@ static int build_directory(struct f2fs_s - handle_selabel(dentries + i, S_ISDIR(stat.st_mode), - target_out_dir); - -+#ifdef WITH_ANDROID - if (sehnd && selabel_lookup(sehnd, &dentries[i].secon, - dentries[i].path, stat.st_mode) < 0) - ERR_MSG("Cannot lookup security context for %s\n", - dentries[i].path); -+#endif - - dentries[i].pino = dir_ino; - -@@ -218,6 +221,7 @@ int f2fs_sload(struct f2fs_sb_info *sbi, - return ret; - } - -+#ifdef WITH_ANDROID - if (sehnd) { - char *secontext = NULL; - -@@ -233,6 +237,7 @@ int f2fs_sload(struct f2fs_sb_info *sbi, - } - free(secontext); - } -+#endif - - /* update curseg info; can update sit->types */ - move_curseg_info(sbi, SM_I(sbi)->main_blkaddr); -- cgit v1.2.3