From 64ce3098b5b2da7e343a4d6e6d41fab1acf37d5e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Oct 2018 14:58:29 +0100 Subject: [PATCH] ntfs-3g: Update to 2017.3.23 Signed-off-by: Michael Tremer --- config/rootfiles/common/ntfs-3g | 21 ++++++++++++++------- config/rootfiles/core/125/filelists/ntfs-3g | 1 + lfs/ntfs-3g | 7 +++---- 3 files changed, 18 insertions(+), 11 deletions(-) create mode 120000 config/rootfiles/core/125/filelists/ntfs-3g diff --git a/config/rootfiles/common/ntfs-3g b/config/rootfiles/common/ntfs-3g index 44f13c389d..9e46d27316 100644 --- a/config/rootfiles/common/ntfs-3g +++ b/config/rootfiles/common/ntfs-3g @@ -1,14 +1,12 @@ bin/lowntfs-3g bin/ntfs-3g #lib/libntfs-3g.so -lib/libntfs-3g.so.85 -lib/libntfs-3g.so.85.0.0 +lib/libntfs-3g.so.88 +lib/libntfs-3g.so.88.0.0 sbin/mkfs.ntfs sbin/mount.lowntfs-3g sbin/mount.ntfs-3g usr/bin/ntfs-3g.probe -usr/bin/ntfs-3g.secaudit -usr/bin/ntfs-3g.usermap usr/bin/ntfscat usr/bin/ntfscluster usr/bin/ntfscmp @@ -29,10 +27,12 @@ usr/bin/ntfsls #usr/include/ntfs-3g/device.h #usr/include/ntfs-3g/device_io.h #usr/include/ntfs-3g/dir.h +#usr/include/ntfs-3g/ea.h #usr/include/ntfs-3g/efs.h #usr/include/ntfs-3g/endians.h #usr/include/ntfs-3g/index.h #usr/include/ntfs-3g/inode.h +#usr/include/ntfs-3g/ioctl.h #usr/include/ntfs-3g/layout.h #usr/include/ntfs-3g/lcnalloc.h #usr/include/ntfs-3g/logfile.h @@ -43,6 +43,7 @@ usr/bin/ntfsls #usr/include/ntfs-3g/ntfstime.h #usr/include/ntfs-3g/object_id.h #usr/include/ntfs-3g/param.h +#usr/include/ntfs-3g/plugin.h #usr/include/ntfs-3g/realpath.h #usr/include/ntfs-3g/reparse.h #usr/include/ntfs-3g/runlist.h @@ -55,7 +56,8 @@ usr/bin/ntfsls #usr/lib/libntfs-3g.a #usr/lib/libntfs-3g.la #usr/lib/libntfs-3g.so -usr/lib/pkgconfig/libntfs-3g.pc +#usr/lib/ntfs-3g +#usr/lib/pkgconfig/libntfs-3g.pc usr/sbin/mkntfs usr/sbin/ntfsclone usr/sbin/ntfscp @@ -70,17 +72,22 @@ usr/sbin/ntfsundelete #usr/share/man/man8/mount.ntfs-3g.8 #usr/share/man/man8/ntfs-3g.8 #usr/share/man/man8/ntfs-3g.probe.8 -#usr/share/man/man8/ntfs-3g.secaudit.8 -#usr/share/man/man8/ntfs-3g.usermap.8 #usr/share/man/man8/ntfscat.8 #usr/share/man/man8/ntfsclone.8 #usr/share/man/man8/ntfscluster.8 #usr/share/man/man8/ntfscmp.8 #usr/share/man/man8/ntfscp.8 +#usr/share/man/man8/ntfsdecrypt.8 +#usr/share/man/man8/ntfsfallocate.8 #usr/share/man/man8/ntfsfix.8 #usr/share/man/man8/ntfsinfo.8 #usr/share/man/man8/ntfslabel.8 #usr/share/man/man8/ntfsls.8 #usr/share/man/man8/ntfsprogs.8 +#usr/share/man/man8/ntfsrecover.8 #usr/share/man/man8/ntfsresize.8 +#usr/share/man/man8/ntfssecaudit.8 +#usr/share/man/man8/ntfstruncate.8 #usr/share/man/man8/ntfsundelete.8 +#usr/share/man/man8/ntfsusermap.8 +#usr/share/man/man8/ntfswipe.8 diff --git a/config/rootfiles/core/125/filelists/ntfs-3g b/config/rootfiles/core/125/filelists/ntfs-3g new file mode 120000 index 0000000000..d93adc2a18 --- /dev/null +++ b/config/rootfiles/core/125/filelists/ntfs-3g @@ -0,0 +1 @@ +../../../common/ntfs-3g \ No newline at end of file diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index 9199c2bc67..90498f7cfd 100644 --- a/lfs/ntfs-3g +++ b/lfs/ntfs-3g @@ -24,13 +24,13 @@ include Config -VER = 2014.2.15 +VER = 2017.3.23 THISAPP = ntfs-3g_ntfsprogs-$(VER) DL_FILE = $(THISAPP).tgz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) ############################################################################### # Top-level Rules @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f11d563816249d730a00498983485f3a +$(DL_FILE)_MD5 = d97474ae1954f772c6d2fa386a6f462c install : $(TARGET) @@ -73,7 +73,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.2