Skip to content

Commit 28aaaf3

Browse files
committed
e2fsprogs: Update to version 1.47.3
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: openwrt/openwrt#20541 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 1a71840 commit 28aaaf3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.2
11+
PKG_VERSION:=1.47.3
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:=08242e64ca0e8194d9c1caad49762b19209a06318199b63ce74ae4ef2d74e63c
16+
PKG_HASH:=857e6ef800feaa2bb4578fbc810214be5d3c88b072ea53c5384733a965737329
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ Signed-off-by: Christian Marangi <[email protected]>
1818

1919
--- a/configure
2020
+++ b/configure
21-
@@ -930,6 +930,7 @@ enable_rpath
21+
@@ -931,6 +931,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-
@@ -1647,6 +1648,7 @@ Optional Packages:
29+
@@ -1650,6 +1651,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-
@@ -13690,7 +13692,155 @@ then :
37+
@@ -13736,7 +13738,155 @@ then :
3838
fi
3939

4040

@@ -191,7 +191,7 @@ Signed-off-by: Christian Marangi <[email protected]>
191191
printf %s "checking for magic_file in -lmagic... " >&6; }
192192
if test ${ac_cv_lib_magic_magic_file+y}
193193
then :
194-
@@ -13728,17 +13878,39 @@ printf "%s\n" "$ac_cv_lib_magic_magic_fi
194+
@@ -13774,17 +13924,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
@@ -237,7 +237,7 @@ Signed-off-by: Christian Marangi <[email protected]>
237237

238238
--- a/configure.ac
239239
+++ b/configure.ac
240-
@@ -1295,12 +1295,59 @@ SOCKET_LIB=''
240+
@@ -1297,12 +1297,59 @@ SOCKET_LIB=''
241241
AC_CHECK_LIB(socket, socket, [SOCKET_LIB=-lsocket])
242242
AC_SUBST(SOCKET_LIB)
243243
dnl

0 commit comments

Comments
 (0)