Commit Graph

12 Commits

Author SHA1 Message Date
Eneas U de Queiroz d5226e1e6f ntfs-3g: update config's help syntax
Change ---help--- to plain 'help' in Package/ntfs-3g/config, as newer
versions of kconfig have removed the command's older name.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-10-28 16:08:24 -07:00
Sebastian Kemper 555546e3d3 ntfs-3g: bump to 2021.8.22 (CVE fixes)
Upstream announced new release which includes fixes for 21 CVEs (see
[1]).

Upstream changed the symlink "mkfs.ntfs" to respect "--sbin-dir". So
this commit adjusts this likewise in the Makefile.

[1] https://www.openwall.com/lists/oss-security/2021/08/30/1

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-09-01 14:10:34 -07:00
Rosen Penev b9c8f9def6
ntfs-3g: make symlinks relative
Fixes dead symlinks in InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 22:01:23 -08:00
Rosen Penev 9478998232 ntfs-3g: do not install mount.ntfs into /usr/sbin
ntfs-3g does not include nor install a file like this.

Cleaned up Makefile for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 15:31:47 -07:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Rosy Song aa5ac89d85 ntfs-3g: allow build without ntfs3g.probe utility
This can save ~1024 Bytes size for the ipk

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-18 16:09:30 +08:00
Ted Hess 092b4d0ae8 ntfs-3g: Update to 2017.3.23 version, provide single utilites package, refresh patches
Changes to NTFS-3G:

    Delegated processing of special reparse points to external plugins
    Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs
    Enabled fallback to read-only mount when the volume is hibernated
    Made a full check for whether an extended attribute is allowed
    Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap)
    Enabled encoding broken UTF-16 into broken UTF-8
    Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev>
    Allowed using the full library API on systems without extended attributes support
    Fixed DISABLE_PLUGINS as the condition for not using plugins
    Corrected validation of multi sector transfer protected records
    Denied creating/removing files from $Extend
    Returned the size of locale encoded target as the size of symlinks

    http://www.tuxera.com/community/release-history/

    Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>

    Make ntfs-3g-utils into a single package due to upstream package changes.

    Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-04-30 12:24:29 -04:00
Ted Hess c96031cf7a ntfs-3g: Update to 2016.2.22 stable releae
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-10-21 17:42:53 -04:00
Jo-Philipp Wich 117bc23432 ntfs-3g: ship /sbin/mount.ntfs compatibility symlink
Like on other common desktop Linux distributions, ship an /sbin/mount.ntfs
symlink in addition to the /sbin/mount.ntfs-3g one in order to let wrapper
programs successfully call external mount helpers by the filesystem name.

The assumption is that /sbin/mount.ntfs is only ever called by util-linux
mount and other mount-wrappers when kernel NTFS support is not available,
means shipping the additional symlink will not interfere with kernel mode
NTFS support.

This commit is mainly intended to prepare transparent fs-tools support for
mounting fuse filesystems, with focus on ntfs-3g in particular.

Please see http://git.lede-project.org/f027c68 for the corresponding
fs-tools support code.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-10-21 19:04:53 +02:00
Ted Hess 0e3fb59ba1 ntfs-3g: Update to latest, add myself as maintainer, cleanup packages content
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-20 13:43:13 -04:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Ted Hess 30dad318aa ntfs-3g: import from oldpackages, add license info
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-08-08 15:03:14 -04:00