Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
config/rootfiles/common/e2fsprogs | 10 ++++------
lfs/e2fsprogs | 6 +++---
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/config/rootfiles/common/e2fsprogs b/config/rootfiles/common/e2fsprogs
index ba4f00a..e619964 100644
--- a/config/rootfiles/common/e2fsprogs
+++ b/config/rootfiles/common/e2fsprogs
@@ -1,5 +1,4 @@
#etc/mke2fs.conf
-#etc/mke2fs.conf.e2fsprogs-new
lib/libblkid.so.1
lib/libblkid.so.1.0
lib/libcom_err.so.2
@@ -58,8 +57,6 @@ usr/bin/uuidgen
#usr/include/ext2fs/ext3_extents.h
#usr/include/ext2fs/qcow2.h
#usr/include/ext2fs/tdb.h
-#usr/include/quota
-#usr/include/quota/mkquota.h
#usr/include/ss
#usr/include/ss/ss.h
#usr/include/ss/ss_err.h
@@ -74,7 +71,6 @@ usr/lib/libcom_err.so
usr/lib/libe2p.so
#usr/lib/libext2fs.a
usr/lib/libext2fs.so
-#usr/lib/libquota.a
#usr/lib/libss.a
usr/lib/libss.so
#usr/lib/libuuid.a
@@ -83,10 +79,10 @@ usr/lib/libuuid.so
#usr/lib/pkgconfig/com_err.pc
#usr/lib/pkgconfig/e2p.pc
#usr/lib/pkgconfig/ext2fs.pc
-#usr/lib/pkgconfig/quota.pc
#usr/lib/pkgconfig/ss.pc
#usr/lib/pkgconfig/uuid.pc
usr/sbin/e2freefrag
+usr/sbin/e4crypt
usr/sbin/e4defrag
usr/sbin/filefrag
usr/sbin/mklost+found
@@ -97,6 +93,7 @@ usr/sbin/uuidd
#usr/share/info/libext2fs.info.gz
#usr/share/man/man1/chattr.1
#usr/share/man/man1/compile_et.1
+#usr/share/man/man1/fuse2fs.1
#usr/share/man/man1/lsattr.1
#usr/share/man/man1/mk_cmds.1
#usr/share/man/man1/uuidgen.1
@@ -114,10 +111,10 @@ usr/sbin/uuidd
#usr/share/man/man3/uuid_time.3
#usr/share/man/man3/uuid_unparse.3
#usr/share/man/man5/e2fsck.conf.5
-#usr/share/man/man5/mke2fs.conf.5
#usr/share/man/man5/ext2.5
#usr/share/man/man5/ext3.5
#usr/share/man/man5/ext4.5
+#usr/share/man/man5/mke2fs.conf.5
#usr/share/man/man8/badblocks.8
#usr/share/man/man8/blkid.8
#usr/share/man/man8/debugfs.8
@@ -127,6 +124,7 @@ usr/sbin/uuidd
#usr/share/man/man8/e2image.8
#usr/share/man/man8/e2label.8
#usr/share/man/man8/e2undo.8
+#usr/share/man/man8/e4crypt.8
#usr/share/man/man8/e4defrag.8
#usr/share/man/man8/filefrag.8
#usr/share/man/man8/findfs.8
diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs
index 90e28ac..a01cbd5 100644
--- a/lfs/e2fsprogs
+++ b/lfs/e2fsprogs
@@ -24,7 +24,7 @@
include Config
-VER = 1.42.13
+VER = 1.43.1
THISAPP = e2fsprogs-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = bc759fc62666786f5436e2075beb3265
+$(DL_FILE)_MD5 = 1775f3f0eed9dee1c5f39e08d1964a97
install : $(TARGET)
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ @rm -rf $(DIR_APP) $(DIR_SRC)/e2fsprogs-build && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-mkdir -pv $(DIR_APP)/build
cd $(DIR_APP)/build && \
$(DIR_APP)/configure \
--
2.9.3