Sergei Trofimovich
ab4d64dd74
pciutils, ntfs3g: don't pull in kmod
on darwin
...
`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-07-25 07:40:54 +01:00
Pierre Bourdon
58d2ebb283
ntfs3g: 2021.8.22 -> 2022.5.17
...
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 .
2022-05-28 02:04:15 +02:00
Mikael Heino
7ca49a701a
ntfs-3g: update homepage
2021-09-02 13:28:36 +03:00
Mikael Heino
0c35c72ed4
ntfs-3g: 2017.3.23 -> 2021.8.22
...
New version has important security fixes.
2021-09-02 13:26:47 +03:00
midchildan
75b0ef646e
ntfs3g: add darwin build
2021-03-22 03:40:10 +09:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
/u/leo60228
bb1e6c9936
ntfs3g: enable extras ( #51514 )
...
* ntfs-3g: enable extras
Adds a few extra utilities, most of which are useful.
* ntfs-3g: download over https
2019-10-10 22:53:15 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Markus Schmidl
3e5a0bea6e
ntfs3g: remove obsolete CVE-2017-0358 patch
...
* ntfs-3g: remove patch as it been fixed (#60697 )
* ntfs3g: fetchpatch is unused
2019-05-02 16:30:58 +02:00
Tuomas Tynkkynen
402ab2134f
ntfs-3g: Split into multiple outputs
2018-05-25 01:55:51 +03:00
voobscout
04d126a3f0
ntfs-3g: fix debian url
2018-05-04 11:21:43 -05:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Vladimír Čunát
0ec4394ee7
ntfs3g: change package name
...
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-07-04 19:42:54 +03:00
Tuomas Tynkkynen
1f625ce93e
ntfs3g: 2016.2.22 -> 2017.3.23
2017-04-09 21:48:25 +03:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Graham Christensen
19f23d00fd
ntfs3g: patch for CVE-2017-0358
...
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.
2017-02-08 22:12:10 -05:00
Tuomas Tynkkynen
71d7eaf55d
ntfs-3g: 2015.3.14 -> 2016.2.22; maintain
...
Also old homepage seems to be in a redirect loop.
2016-03-30 20:57:00 +03:00
Eelco Dolstra
9dae6345f4
Typo
2015-12-16 20:31:14 +01:00
William A. Kennington III
5233fef635
ntfs-3g: 2014.2.15 -> 2015.3.14
2015-04-19 00:37:55 -07:00
Vladimír Čunát
44a0db4f0f
ntfs3g: update to latest stable (2-year bump)
2014-08-16 18:47:20 +02:00
Rob Vermaas
ccda14879e
Add unionfs-fuse and ntfs-3g to the channel
2013-06-15 20:47:47 +02:00
Evgeny Egorochkin
dc54358ce9
Change package versions to conform to nixpkgs conventions.
2013-06-09 05:41:44 +03:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Eelco Dolstra
7bd3cf21a5
ntfs-3g: Update to 2012.1.15
2012-07-25 23:18:40 -04:00
Yury G. Kudryashov
f806eca299
Actually upgrade ntfs-3g
...
ntfsprogs collection is now part of ntfs-3g
svn path=/nixpkgs/trunk/; revision=31065
2011-12-24 22:28:00 +00:00
Eelco Dolstra
3f209edf6e
* Updated ntfs-3g to 2011.4.12. Also create a sbin/mount.ntfs symlink
...
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-12-23 14:19:45 +00:00
Shea Levy
c90c831a85
ntfs-3g: The tuxera url isn't working
...
svn path=/nixpkgs/trunk/; revision=30092
2011-10-28 21:28:52 +00:00
Yury G. Kudryashov
5b79f27f5c
Upgrade ntfs-3g
...
svn path=/nixpkgs/trunk/; revision=24617
2010-11-07 23:20:02 +00:00
Eelco Dolstra
c726012afe
* Refactoring: move most filesystem utilities / FUSE filesystems to
...
tools/filesystems. Previously they were all over the place.
svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00