[openwrt/openwrt] tools/e2fsprogs: update to 1.46.4
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 20 07:00:30 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8c863f604d68da05abbdc7edfdb805db79ed5ded
commit 8c863f604d68da05abbdc7edfdb805db79ed5ded
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Sep 18 01:09:29 2021 -0700
tools/e2fsprogs: update to 1.46.4
Refresh patches.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
tools/e2fsprogs/Makefile | 4 ++--
tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch | 2 +-
tools/e2fsprogs/patches/002-dont-build-e4defrag.patch | 2 +-
tools/e2fsprogs/patches/003-no-crond.patch | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 408097f740..f8ca482224 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
PKG_CPE_ID:=cpe:/a:e2fsprogs_project:e2fsprogs
-PKG_VERSION:=1.46.2
-PKG_HASH:=23aa093295c94e71ef1be490c4004871c5b01d216a8cb4d111fa6c0aac354168
+PKG_VERSION:=1.46.4
+PKG_HASH:=b11042533c1b1dcf17512f0da48e05b0c573dada1dd8b762864d10f4dc399713
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
diff --git a/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch b/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch
index 67a30f610b..9b9b06d540 100644
--- a/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch
+++ b/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch
@@ -1,6 +1,6 @@
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
-@@ -73,7 +73,7 @@
+@@ -74,7 +74,7 @@
* Exit codes used by fsck-type programs
*/
#define FSCK_OK 0 /* No errors */
diff --git a/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch b/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch
index 2a7842f655..f59cd317a1 100644
--- a/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch
+++ b/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch
@@ -1,6 +1,6 @@
--- a/misc/Makefile.in
+++ b/misc/Makefile.in
-@@ -11,7 +11,7 @@ INSTALL = @INSTALL@
+@@ -12,7 +12,7 @@ MKDIR_P = @MKDIR_P@
@MCONFIG@
diff --git a/tools/e2fsprogs/patches/003-no-crond.patch b/tools/e2fsprogs/patches/003-no-crond.patch
index 87b50bff2b..a7ea52b1ac 100644
--- a/tools/e2fsprogs/patches/003-no-crond.patch
+++ b/tools/e2fsprogs/patches/003-no-crond.patch
@@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
-@@ -14525,7 +14525,7 @@ $as_echo_n "checking for system crontab
+@@ -12538,7 +12538,7 @@ $as_echo_n "checking for system crontab
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5
$as_echo "${crond_dir}" >&6; }
More information about the lede-commits
mailing list