e2fsprogs: Update to version 1.47.3
authorHauke Mehrtens <[email protected]>
Sat, 25 Oct 2025 15:00:55 +0000 (17:00 +0200)
committerHauke Mehrtens <[email protected]>
Sat, 8 Nov 2025 20:21:21 +0000 (21:21 +0100)
Changelog:
https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.3

The file sizes changed only a bit:
```
  8671 bin/packages/mipsel_24kc/base/badblocks-1.47.2-r1.apk
  3449 bin/packages/mipsel_24kc/base/chattr-1.47.2-r1.apk
 61629 bin/packages/mipsel_24kc/base/debugfs-1.47.2-r1.apk
  8522 bin/packages/mipsel_24kc/base/dumpe2fs-1.47.2-r1.apk
  4620 bin/packages/mipsel_24kc/base/e2freefrag-1.47.2-r1.apk
162458 bin/packages/mipsel_24kc/base/e2fsprogs-1.47.2-r1.apk
  6837 bin/packages/mipsel_24kc/base/e4crypt-1.47.2-r1.apk
  6143 bin/packages/mipsel_24kc/base/filefrag-1.47.2-r1.apk
  4136 bin/packages/mipsel_24kc/base/libcomerr0-1.47.2-r1.apk
 12083 bin/packages/mipsel_24kc/base/libe2p2-1.47.2-r1.apk
173855 bin/packages/mipsel_24kc/base/libext2fs2-1.47.2-r1.apk
  8166 bin/packages/mipsel_24kc/base/libss2-1.47.2-r1.apk
  2987 bin/packages/mipsel_24kc/base/lsattr-1.47.2-r1.apk
 23203 bin/packages/mipsel_24kc/base/resize2fs-1.47.2-r1.apk
 36232 bin/packages/mipsel_24kc/base/tune2fs-1.47.2-r1.apk

  8671 bin/packages/mipsel_24kc/base/badblocks-1.47.3-r1.apk
  3450 bin/packages/mipsel_24kc/base/chattr-1.47.3-r1.apk
 61545 bin/packages/mipsel_24kc/base/debugfs-1.47.3-r1.apk
  8519 bin/packages/mipsel_24kc/base/dumpe2fs-1.47.3-r1.apk
  4630 bin/packages/mipsel_24kc/base/e2freefrag-1.47.3-r1.apk
161364 bin/packages/mipsel_24kc/base/e2fsprogs-1.47.3-r1.apk
  6846 bin/packages/mipsel_24kc/base/e4crypt-1.47.3-r1.apk
  6092 bin/packages/mipsel_24kc/base/filefrag-1.47.3-r1.apk
  4135 bin/packages/mipsel_24kc/base/libcomerr0-1.47.3-r1.apk
 12121 bin/packages/mipsel_24kc/base/libe2p2-1.47.3-r1.apk
175696 bin/packages/mipsel_24kc/base/libext2fs2-1.47.3-r1.apk
  8166 bin/packages/mipsel_24kc/base/libss2-1.47.3-r1.apk
  3001 bin/packages/mipsel_24kc/base/lsattr-1.47.3-r1.apk
 23208 bin/packages/mipsel_24kc/base/resize2fs-1.47.3-r1.apk
 36402 bin/packages/mipsel_24kc/base/tune2fs-1.47.3-r1.apk
```

Link: https://github.com/openwrt/openwrt/pull/20541
Signed-off-by: Hauke Mehrtens <[email protected]>
package/utils/e2fsprogs/Makefile
package/utils/e2fsprogs/patches/010-configure-make-libmagic-optional-and-configurable.patch

index 5bac11e7cacf64f707de28e7df4376e8424ab6eb..3ceb7b5c847b5d2f450f36a02cf6afbb93d85f8a 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.47.2
+PKG_VERSION:=1.47.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/
-PKG_HASH:=08242e64ca0e8194d9c1caad49762b19209a06318199b63ce74ae4ef2d74e63c
+PKG_HASH:=857e6ef800feaa2bb4578fbc810214be5d3c88b072ea53c5384733a965737329
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=NOTICE
index 9b3c25f14c22ebe2700ac91ad4b60360f3f2f472..9424cceca1fc09a55929f6433372c6a163d72195 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Christian Marangi <[email protected]>
 
 --- a/configure
 +++ b/configure
-@@ -930,6 +930,7 @@ enable_rpath
+@@ -931,6 +931,7 @@ enable_rpath
  with_libiconv_prefix
  with_libintl_prefix
  enable_largefile
@@ -26,7 +26,7 @@ Signed-off-by: Christian Marangi <[email protected]>
  with_libarchive
  enable_fuse2fs
  enable_lto
-@@ -1647,6 +1648,7 @@ Optional Packages:
+@@ -1650,6 +1651,7 @@ Optional Packages:
    --without-libiconv-prefix     don't search for libiconv in includedir and libdir
    --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
    --without-libintl-prefix     don't search for libintl in includedir and libdir
@@ -34,7 +34,7 @@ Signed-off-by: Christian Marangi <[email protected]>
    --without-libarchive    disable use of libarchive
    --with-multiarch=ARCH   specify the multiarch triplet
    --with-udev-rules-dir[=DIR]
-@@ -13690,7 +13692,155 @@ then :
+@@ -13736,7 +13738,155 @@ then :
  fi
  
  
@@ -191,7 +191,7 @@ Signed-off-by: Christian Marangi <[email protected]>
  printf %s "checking for magic_file in -lmagic... " >&6; }
  if test ${ac_cv_lib_magic_magic_file+y}
  then :
-@@ -13728,17 +13878,39 @@ printf "%s\n" "$ac_cv_lib_magic_magic_fi
+@@ -13774,17 +13924,39 @@ printf "%s\n" "$ac_cv_lib_magic_magic_fi
  if test "x$ac_cv_lib_magic_magic_file" = xyes
  then :
    MAGIC_LIB=-lmagic
@@ -237,7 +237,7 @@ Signed-off-by: Christian Marangi <[email protected]>
  
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1295,12 +1295,59 @@ SOCKET_LIB=''
+@@ -1297,12 +1297,59 @@ SOCKET_LIB=''
  AC_CHECK_LIB(socket, socket, [SOCKET_LIB=-lsocket])
  AC_SUBST(SOCKET_LIB)
  dnl