From: Michael Tremer Date: Fri, 19 Oct 2018 08:07:56 +0000 (+0100) Subject: e2fsprogs: Update to 1.44.4 X-Git-Tag: v2.21-core125~42^2~20 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=f21313ccb5fe5a3aa05b92637f25c3576fe5720c e2fsprogs: Update to 1.44.4 Fixes build with glibc >= 2.28 Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/e2fsprogs b/config/rootfiles/common/e2fsprogs index ba4f00a9ff..b26e183a5a 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 @@ -19,19 +18,18 @@ sbin/dumpe2fs sbin/e2fsck sbin/e2image sbin/e2label +sbin/e2mmpstatus sbin/e2undo sbin/findfs sbin/fsck sbin/fsck.ext2 sbin/fsck.ext3 sbin/fsck.ext4 -sbin/fsck.ext4dev #sbin/logsave sbin/mke2fs sbin/mkfs.ext2 sbin/mkfs.ext3 sbin/mkfs.ext4 -sbin/mkfs.ext4dev sbin/resize2fs sbin/tune2fs usr/bin/chattr @@ -56,10 +54,9 @@ usr/bin/uuidgen #usr/include/ext2fs/ext2_types.h #usr/include/ext2fs/ext2fs.h #usr/include/ext2fs/ext3_extents.h +#usr/include/ext2fs/hashmap.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 @@ -114,10 +110,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 @@ -126,7 +122,9 @@ usr/sbin/uuidd #usr/share/man/man8/e2fsck.8 #usr/share/man/man8/e2image.8 #usr/share/man/man8/e2label.8 +#usr/share/man/man8/e2mmpstatus.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 @@ -134,13 +132,11 @@ usr/sbin/uuidd #usr/share/man/man8/fsck.ext2.8 #usr/share/man/man8/fsck.ext3.8 #usr/share/man/man8/fsck.ext4.8 -#usr/share/man/man8/fsck.ext4dev.8 #usr/share/man/man8/logsave.8 #usr/share/man/man8/mke2fs.8 #usr/share/man/man8/mkfs.ext2.8 #usr/share/man/man8/mkfs.ext3.8 #usr/share/man/man8/mkfs.ext4.8 -#usr/share/man/man8/mkfs.ext4dev.8 #usr/share/man/man8/mklost+found.8 #usr/share/man/man8/resize2fs.8 #usr/share/man/man8/tune2fs.8 @@ -148,3 +144,5 @@ usr/sbin/uuidd #usr/share/ss #usr/share/ss/ct_c.awk #usr/share/ss/ct_c.sed +-sbin/fsck.ext4dev +-sbin/mkfs.ext4dev diff --git a/config/rootfiles/core/125/filelists/e2fsprogs b/config/rootfiles/core/125/filelists/e2fsprogs new file mode 120000 index 0000000000..37b55de698 --- /dev/null +++ b/config/rootfiles/core/125/filelists/e2fsprogs @@ -0,0 +1 @@ +../../../common/e2fsprogs \ No newline at end of file diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs index 9e7988b9bb..8fda71389f 100644 --- a/lfs/e2fsprogs +++ b/lfs/e2fsprogs @@ -24,7 +24,7 @@ include Config -VER = 1.42.13 +VER = 1.44.4 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 = 156e94a6169ca1fa3f0c6749ae5921b9 install : $(TARGET)