Commit graph

546 commits

Author SHA1 Message Date
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
joachifm 4989fd85d4 Merge pull request #14210 from LatitudeEngineering/latitude/topic/genromfs
genromfs: init at 0.5.2
2016-03-28 03:41:38 +00:00
Domen Kožar b07e7bfc7b Merge remote-tracking branch 'origin/staging' 2016-03-27 13:19:04 +01:00
Patrick Callahan 387e15764b genromfs: init at 0.5.2 2016-03-26 10:35:26 -07:00
Joachim Fasting c13ddd14bd udftools: fix gcc5 build
-fgnu89-inline was insufficient, revert to -std=gnu90
See https://hydra.nixos.org/build/33103604/nixlog/1/raw

Also fix various undefined reference errors by ad-hoc patching
2016-03-26 16:55:00 +01:00
Tobias Geerinckx-Rice e2cbf68786 docker: keep using btrfs-progs 4.4.1
Fixes https://hydra.nixos.org/build/33510211.
2016-03-21 16:18:33 +01:00
Tobias Geerinckx-Rice 9d629f52c8 btrfs-progs: 4.4.1 -> 4.5
Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-03-21 01:56:17 +01:00
Pascal Wittmann 0146e01e58 tmsu: 0.6.0 -> 0.6.1 2016-03-15 18:17:04 +01:00
Graham Christensen e079de30ad nixpart: pykickstart, pyblock: upgrade to sha256 2016-03-11 15:54:55 -06:00
Eelco Dolstra dd53c65dcc Merge remote-tracking branch 'origin/gcc-5' into staging
Still some breakage but no blockers:

http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Eelco Dolstra 1146f460d3 mtdutils: 1.5.1 -> 1.5.2
Fixes gcc 5 build failure.
2016-03-11 12:52:46 +01:00
joachifm 78bfda9cd6 Merge pull request #13446 from k0ral/sshfs
sshfsFuse: 2.5 -> 2.7
2016-03-06 17:52:45 +00:00
koral dc170b713d sshfs: 2.6 -> 2.7 2016-03-06 18:40:26 +01:00
koral 0d45943167 sshfsFuse: 2.5 -> 2.6 2016-03-06 16:26:42 +01:00
Robin Gloster e2372a4183 ceph: fix for zip timestamps 2016-03-04 14:15:59 +00:00
Arseniy Seroka 3030dec0d7 yandex-disk: 0.1.5.940 -> 0.1.5.948 2016-02-27 18:39:42 +03:00
Tobias Geerinckx-Rice c3ed0a2494 btrfs-progs: 4.4 -> 4.4.1
Bugfix release. Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-02-26 23:23:01 +01:00
Jordan Mulcahey a2b8cc0aaf netatalk: 3.1.0 -> 3.1.7, new service module 2016-02-24 19:32:54 +01:00
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Balletie d0dcad3b91 hfsprogs: init at 332.25 2016-02-15 22:22:35 +01:00
Michael Raskin 67ba412a8d gluseterfs: 3.7.6 -> 3.7.8 2016-02-14 21:17:07 +01:00
Franz Pletz 7e4f0b046e darling-dmg: cleanup
Version was wrong. Bumped to current version 1.0.4.

See #11561 for details.
2016-02-02 21:10:23 +01:00
Edgar Aroutiounian db5fe1f8f4 darling: init at Dec 8, 2015 2016-01-31 18:37:02 -08:00
Jascha Geerds f8fae306a0 sshfs: Update homepage URL 2016-01-27 17:33:14 +01:00
Tobias Geerinckx-Rice ac33b4724a More version attribute tidying where maintainers |= nckx 2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice 9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice 32d40f0f98 Remove no longer (or never) referenced patches
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
aszlig 24ae34c0d7
nixpart0: Fix race condition in formatting devices
This adds a backport of rhinstaller/blivet#39 to the pinned blivet
version 0.17, it's addressing the following upstream bug:

https://bugzilla.redhat.com/show_bug.cgi?id=1196397

It has been reported at aszlig/nixpart#7 and tested by @manveru (the
issue reporter), thanks a lot.

Thanks also to @domenkozar for finding the upstream issue.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Michael Fellinger <m.fellinger@gmail.com>
Fixes: aszlig/nixpart#7
2016-01-22 13:30:43 +01:00
Tobias Geerinckx-Rice 9609eb8d10 btrfs-progs: 4.3.1 -> 4.4
Bugfixes:
- chunk recovery: fix floating point exception
- chunk recovery: endianity bugfix during rebuild
- mkfs with 64K pages and nodesize reported superblock checksum mismatch
- check: properly reset nlink of multi-linked file

Too many changes to list here. See:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-01-18 14:46:40 +01:00
Domen Kožar 9af5091992 f2fs-tools: add pkgconfig 2016-01-05 19:57:48 +01:00
Tobias Geerinckx-Rice fb5f7dd953 zfstools: 0.3.2 -> 0.3.3 2016-01-05 00:51:32 +01:00
Arseniy Seroka b5bbbd0fe3 f2fs-tools: 1.4.1 -> 1.5.0 2016-01-04 14:23:56 +03:00
Tobias Geerinckx-Rice 82419575aa btrfsProgs -> canonical btrfs-progs 2016-01-03 20:38:44 +01:00
Pascal Wittmann 18a53d6eda disorderfs: 0.4.1 -> 0.4.2 2016-01-03 19:42:59 +01:00
Michael Raskin 119de110a3 glusterfs: 3.7.3 -> 3.7.6 2016-01-01 12:30:17 +03:00
Austin Seipp 10a7021c83 nixpkgs: duperemove 0.09.4 -> 0.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-12-19 22:43:48 -06:00
Tobias Geerinckx-Rice 819ca0997e exfat: 1.2.2 -> 1.2.3
Fixes:
- Fixed clusters loss when file renaming replaces target.
2015-12-19 12:41:31 +01:00
Eelco Dolstra 79a3c8a952 9pfs: Add
This is a FUSE-based 9p client.
2015-12-16 20:31:14 +01:00
Eelco Dolstra 9dae6345f4 Typo 2015-12-16 20:31:14 +01:00
Emery Hemingway 2b6dcdfcd0 Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
lethalman e0bacc0b39 Merge pull request #11159 from dezgeg/pr-xfsprogs-fix
xfsprogs: Extend patch to make xfs_mdrestore and xfs_quota work
2015-12-02 10:11:04 +01:00
Tobias Geerinckx-Rice 2798b02ad0 Convert some *Flags from strings to lists 2015-11-26 23:45:31 +01:00
Pascal Wittmann 6d25c0f1b3 Remove unneeded 'with's from meta.platforms 2015-11-25 23:06:09 +01:00
Tobias Geerinckx-Rice f7e64b00bd gpart 0.2.2 -> 0.3
Adds LVM2 and Btrfs support.
2015-11-25 02:41:48 +01:00
Joachim Fasting 4fb29f8d3b smbnetfs: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting 5ddd4812a9 udftools: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Pascal Wittmann 26a9d2b27b tmsu: 0.5.2 -> 0.6.0 2015-11-23 10:45:15 +01:00
Pascal Wittmann 5e0dca6d06 disorderfs: init at 0.4.1 2015-11-22 12:04:48 +01:00
Arseniy Seroka 6dff9dc93a Merge pull request #11161 from cstrahan/zkfuse
zkfuse: init
2015-11-21 19:49:38 +03:00
Charles Strahan 3b73b726d4 zkfuse: init 2015-11-19 19:55:44 -05:00