summary refs log tree commit diff
path: root/pkgs/tools/filesystems/dosfstools
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* dosfstools: add licensePascal Wittmann2018-08-05
| | | | see issue #43716
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* fix dosfstools build on darwinGeorge Whewell2017-05-13
|
* dosfstools: Use --enable-compat-symlinksTuomas Tynkkynen2017-04-11
| | | | http://hydra.nixos.org/build/51461475
* dosfstools: 3.0.28 -> 4.1Tuomas Tynkkynen2017-04-10
|
* dosfstools: temporarily revert upgrade that breaks testsobadz2016-05-12
| | | | | | | | | | See #15394 Revert "dosfstools: Enable compat symlinks" This reverts commit 346482c8d586de299ff8f457d69653917a4d62e2. Revert "dosfstools: 3.0.28 -> 4.0" This reverts commit 135fe56183a2c125a777ce59aa5e78f51f3dfec2.
* dosfstools: Enable compat symlinksTuomas Tynkkynen2016-05-10
| | | | | | | | | | | | | | | Create these symlinks, since NixOS (and other users) can still be using the old names: dosfsck -> fsck.fat dosfslabel -> fatlabel fsck.msdos -> fsck.fat fsck.vfat -> fsck.fat mkdosfs -> mkfs.fat mkfs.msdos -> mkfs.fat mkfs.vfat -> mkfs.fat While at it, kill the makeFlags which seems unnecessary as it seems to use a standard Autotools build (maybe this is a new thing).
* dosfstools: 3.0.28 -> 4.0Tobias Geerinckx-Rice2016-05-09
|
* dosfstools: 3.0.26 -> 3.0.28William A. Kennington III2015-06-18
|
* dosfstools: update from 3.0.24 to 3.0.26Evgeny Egorochkin2014-03-08
|
* add meta.repositories.git to several packagesEvgeny Egorochkin2013-12-10
|
* dosfstools: update from 3.0.21 to 3.0.24Nixpkgs Monitor2013-12-09
|
* dosfstools: update to version 3.0.21Peter Simons2013-07-18
|
* dosfstools: Add alternative URL, since main site seems to be down.Rickard Nilsson2012-10-02
|
* * dosfstools updated to 3.0.11.Eelco Dolstra2011-08-30
| | | | svn path=/nixpkgs/trunk/; revision=28933
* * I'm stupid.Eelco Dolstra2010-08-06
| | | | svn path=/nixpkgs/trunk/; revision=23007
* * dosfstools updated to 3.09.Eelco Dolstra2010-08-06
| | | | svn path=/nixpkgs/trunk/; revision=23005
* * ltrace: updated to 0.5.3.Eelco Dolstra2010-07-29
| | | | | | | | | | | | | | * libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with SQLite. * qemu-image: fix the URL. * gdmap: make it build again (requires an older GTK+). * rlwrap: updated to 0.37. * smbfs-fuse -> fusesmb to match the upstream name. * x11vnc: updated to 0.9.10. * clearlyU: fix the URL. * Various packages: follow the coding conventions. svn path=/nixpkgs/trunk/; revision=22814
* * Refactoring: move most filesystem utilities / FUSE filesystems toEelco Dolstra2009-12-04
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809