Skip to content

Commit ad90dbd

Browse files
graysky2hauke
authored andcommitted
e2fsprogs: update to version 1.47.4
Changelog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.4 Signed-off-by: John Audia <therealgraysky@proton.me> Link: openwrt/openwrt#22415 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent f4c211f commit ad90dbd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package/utils/e2fsprogs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=e2fsprogs
11-
PKG_VERSION:=1.47.3
11+
PKG_VERSION:=1.47.4
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/
16-
PKG_HASH:=857e6ef800feaa2bb4578fbc810214be5d3c88b072ea53c5384733a965737329
16+
PKG_HASH:=fd5bf388cbdbe006a3d3b318d983b2948382440acc85a87f1e7d108653e8db0b
1717

1818
PKG_LICENSE:=GPL-2.0
1919
PKG_LICENSE_FILES:=NOTICE

package/utils/e2fsprogs/patches/010-configure-make-libmagic-optional-and-configurable.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1818

1919
--- a/configure
2020
+++ b/configure
21-
@@ -931,6 +931,7 @@ enable_rpath
21+
@@ -927,6 +927,7 @@ enable_rpath
2222
with_libiconv_prefix
2323
with_libintl_prefix
2424
enable_largefile
2525
+with_libmagic
2626
with_libarchive
2727
enable_fuse2fs
2828
enable_lto
29-
@@ -1650,6 +1651,7 @@ Optional Packages:
29+
@@ -1648,6 +1649,7 @@ Optional Packages:
3030
--without-libiconv-prefix don't search for libiconv in includedir and libdir
3131
--with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
3232
--without-libintl-prefix don't search for libintl in includedir and libdir
3333
+ --without-libmagic disable use of libmagic
3434
--without-libarchive disable use of libarchive
3535
--with-multiarch=ARCH specify the multiarch triplet
3636
--with-udev-rules-dir[=DIR]
37-
@@ -13736,7 +13738,155 @@ then :
37+
@@ -14053,7 +14055,155 @@ then :
3838
fi
3939

4040

@@ -191,7 +191,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
191191
printf %s "checking for magic_file in -lmagic... " >&6; }
192192
if test ${ac_cv_lib_magic_magic_file+y}
193193
then :
194-
@@ -13774,17 +13924,39 @@ printf "%s\n" "$ac_cv_lib_magic_magic_fi
194+
@@ -14099,17 +14249,39 @@ printf "%s\n" "$ac_cv_lib_magic_magic_fi
195195
if test "x$ac_cv_lib_magic_magic_file" = xyes
196196
then :
197197
MAGIC_LIB=-lmagic

0 commit comments

Comments
 (0)