about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ntfs-3g
AgeCommit message (Collapse)AuthorFilesLines
2022-11-01ntfs3g: 2022.5.17 -> 2022.10.3R. Ryantm1-2/+2
2022-07-25pciutils, ntfs3g: don't pull in `kmod` on darwinSergei Trofimovich1-0/+1
`kmod` is a linux-only package. Previous versions worked on `darwin` by chance and might break in the future. Remove `kmod` import from there. Co-authored-by: Artturi <Artturin@artturin.com>
2022-05-28ntfs3g: 2021.8.22 -> 2022.5.17Pierre Bourdon3-16/+171
This is unfortunately more complex than a simple version bump because upstream has not released a dist tarball for this release. This commit switches to using the github source and running autoreconf ourselves. Along the way, stop randomly patching sources and Makefiles and instead switch to upstreamable alternatives. The two (small) build system patches have been sent upstream, see tuxera/ntfs-3g#39.
2021-09-02ntfs-3g: update homepageMikael Heino1-1/+1
2021-09-02ntfs-3g: 2017.3.23 -> 2021.8.22Mikael Heino1-2/+2
New version has important security fixes.
2021-03-22ntfs3g: add darwin buildmidchildan1-8/+14
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-24utillinux: rename to util-linuxGraham Christensen1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-10ntfs3g: enable extras (#51514)/u/leo602281-0/+1
* ntfs-3g: enable extras Adds a few extra utilities, most of which are useful. * ntfs-3g: download over https
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-02ntfs3g: remove obsolete CVE-2017-0358 patchMarkus Schmidl1-9/+2
* ntfs-3g: remove patch as it been fixed (#60697) * ntfs3g: fetchpatch is unused
2018-05-25ntfs-3g: Split into multiple outputsTuomas Tynkkynen1-0/+2
2018-05-04ntfs-3g: fix debian urlvoobscout1-1/+1
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2017-07-04ntfs3g: change package nameVladimír Čunát1-1/+1
It was being parsed incorrectly, as noted on https://github.com/NixOS/nix/issues/1440 nix-repl> builtins.parseDrvName ntfs3g.name { name = "ntfs"; version = "3g-2017.3.23"; }
2017-04-09ntfs3g: 2016.2.22 -> 2017.3.23Tuomas Tynkkynen1-2/+2
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2017-02-08ntfs3g: patch for CVE-2017-0358Graham Christensen1-2/+8
From the Debian advisory: Jann Horn of Google Project Zero discovered that NTFS-3G, a read-write NTFS driver for FUSE, does not scrub the environment before executing modprobe with elevated privileges. A local user can take advantage of this flaw for local root privilege escalation.
2016-03-30ntfs-3g: 2015.3.14 -> 2016.2.22; maintainTuomas Tynkkynen1-4/+4
Also old homepage seems to be in a redirect loop.
2015-12-16TypoEelco Dolstra1-1/+1
2015-04-19ntfs-3g: 2014.2.15 -> 2015.3.14William A. Kennington III1-8/+11
2014-08-16ntfs3g: update to latest stable (2-year bump)Vladimír Čunát1-5/+7
2013-06-15Add unionfs-fuse and ntfs-3g to the channelRob Vermaas1-0/+1
2013-06-09Change package versions to conform to nixpkgs conventions.Evgeny Egorochkin1-2/+2
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-07-25ntfs-3g: Update to 2012.1.15Eelco Dolstra1-2/+2
2011-12-24Actually upgrade ntfs-3gYury G. Kudryashov1-8/+17
ntfsprogs collection is now part of ntfs-3g svn path=/nixpkgs/trunk/; revision=31065
2011-12-23* Updated ntfs-3g to 2011.4.12. Also create a sbin/mount.ntfs symlinkEelco Dolstra1-1/+7
to ensure that NTFS filesystems are mounted using ntfs-3g, which is much better than the kernel NTFS driver. In particular, this ensures that udisks will automount external NTFS drives with read/write support. (See also http://www.tuxera.com/community/ntfs-3g-faq/#plugandplay) svn path=/nixpkgs/trunk/; revision=31055
2011-10-28ntfs-3g: The tuxera url isn't workingShea Levy1-1/+1
svn path=/nixpkgs/trunk/; revision=30092
2010-11-07Upgrade ntfs-3gYury G. Kudryashov1-4/+5
svn path=/nixpkgs/trunk/; revision=24617
2009-12-04* Refactoring: move most filesystem utilities / FUSE filesystems toEelco Dolstra1-0/+26
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809