ntfs-3g: bump to 2021.8.22

This commit is contained in:
Stalker 2021-11-16 23:40:13 +08:00 committed by GitHub
parent f91a749261
commit 49cdffa541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ntfs-3g PKG_NAME:=ntfs-3g
PKG_VERSION:=2017.3.23 PKG_VERSION:=2021.8.22
PKG_RELEASE:=4 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)_ntfsprogs-$(PKG_VERSION).tgz PKG_SOURCE:=$(PKG_NAME)_ntfsprogs-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://www.tuxera.com/opensource/ PKG_SOURCE_URL:=https://www.tuxera.com/opensource/
PKG_HASH:=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5 PKG_HASH:=55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=GPL-2.0-only LGPL-2.1-or-later PKG_LICENSE:=GPL-2.0-only LGPL-2.1-or-later
@ -61,7 +61,7 @@ define Package/ntfs-3g/config
config PACKAGE_NTFS-3G_USE_LIBFUSE config PACKAGE_NTFS-3G_USE_LIBFUSE
bool "use external FUSE library, selects package libfuse" bool "use external FUSE library, selects package libfuse"
depends on PACKAGE_ntfs-3g depends on PACKAGE_ntfs-3g
---help--- help
Ntfs-3g by default uses a minimalized lite version of FUSE. Ntfs-3g by default uses a minimalized lite version of FUSE.
If libfuse is part of your filesystem anyway (because of sshfs, owfs If libfuse is part of your filesystem anyway (because of sshfs, owfs
etc.) it makes sense to activate this option and save some kilobytes etc.) it makes sense to activate this option and save some kilobytes
@ -205,12 +205,11 @@ fi
endef endef
define Package/ntfs-3g-utils/install define Package/ntfs-3g-utils/install
$(INSTALL_DIR) $(1)/sbin rm -f $(PKG_INSTALL_DIR)/usr/sbin/mkfs.ntfs
$(LN) ../usr/sbin/mkntfs $(1)/sbin/mkfs.ntfs $(INSTALL_DIR) $(1)/usr/{bin,sbin}
$(INSTALL_DIR) $(1)/usr/bin
$(FIND) $(PKG_INSTALL_DIR)/usr/bin/ -type f ! -regex '.*[^/]*ntfs-3g[^/]*' -exec $(INSTALL_BIN) {} $(1)/usr/bin/ \; $(FIND) $(PKG_INSTALL_DIR)/usr/bin/ -type f ! -regex '.*[^/]*ntfs-3g[^/]*' -exec $(INSTALL_BIN) {} $(1)/usr/bin/ \;
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
$(LN) mkntfs $(1)/usr/sbin/mkfs.ntfs
endef endef
$(eval $(call BuildPackage,ntfs-3g)) $(eval $(call BuildPackage,ntfs-3g))