Joachim Fasting
ba0f9cfa49
Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"
...
This reverts commit 217594fd1d
, reversing
changes made to 8e8a89d8a8
.
Turns out it wasn't ready afterall ...
2016-08-20 15:14:23 +02:00
J Phani Mahesh
6a7cc8327c
fuseiso: switch sf downloads to mirror://
2016-08-20 17:29:35 +05:30
Matthew Bauer
9ab5b14d56
genromfs: fix darwin build
2016-08-16 19:25:41 +00:00
Robin Gloster
33e1c78ae3
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-16 07:54:01 +00:00
Nikolay Amiantov
4fb1f1ff6e
bcache-tools: remove kmod from arguments
2016-08-14 22:38:27 +03:00
Franz Pletz
bd4490e277
Merge branch 'master' into hardened-stdenv
2016-08-13 16:59:55 +02:00
Robin Gloster
572490bce9
udftools: remove obsolete gcc5 patch
...
fixed by setting C compiler standard
2016-08-13 09:48:26 +00:00
zimbatm
c2302f2f45
Merge pull request #17677 from kamilchm/no-go-libs-json
...
buildGoPackage: remove Go deps file `libs.json`
2016-08-12 18:13:29 +01:00
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Michael Raskin
c27ea9bb6b
glusterfs: 3.7.11 -> 3.8.1
2016-08-11 17:57:35 +02:00
Tuomas Tynkkynen
1713255827
ceph: Add xfsprogs 4.5.0 compat patch
2016-08-11 00:50:16 +03:00
Matthew
5d433e35d5
xfsprogs: propagate libuuid
...
Before, this would fail because libuuid needed to be available.
> echo '#include <xfs/xfs.h>' | cc -E -
2016-08-11 00:50:16 +03:00
Tuomas Tynkkynen
f80508df5f
xfsprogs: 4.2.0 -> 4.5.0
2016-08-08 16:46:34 +03:00
Robin Gloster
34086084fc
Merge pull request #17551 from womfoo/fix/xtreemfs-openssl-build
...
xtreemfs: fix build
2016-08-08 13:24:17 +00:00
Tuomas Tynkkynen
0afbb63425
grive: Broken on Darwin
...
Last successful build in 2014.
http://hydra.nixos.org/build/38308131
2016-08-08 16:12:29 +03:00
Tuomas Tynkkynen
6df6b1d925
gpart: Broken on Darwin
...
Never had a successful Darwin build.
http://hydra.nixos.org/build/38306346
2016-08-08 16:12:29 +03:00
Rushmore Mushambi
f126b1a7a9
Merge pull request #16280 from rushmorem/lizardfs-manpages
...
lizardfs: 3.9.4 -> 3.10.0
2016-08-06 16:58:21 +02:00
rushmorem
1767de9248
lizardfs: 3.9.4 -> 3.10.0
2016-08-06 16:38:40 +02:00
Kranium Gikos Mendoza
736517e9c7
xtreemfs: fix build
2016-08-06 14:23:02 +08:00
Franz Pletz
56f03166e1
reiser4progs: disable format hardening
2016-08-04 11:09:27 +02:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
b96fe03484
treewide: Fix meta.platforms related typos
2016-08-02 21:17:44 +03:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Kranium Gikos Mendoza
9aee153f2b
zerofree: 1.0.3 -> 1.0.4
2016-07-14 15:43:09 +02:00
Tobias Geerinckx-Rice
1d07b748c9
btrfs-progs: 4.6 -> 4.6.1
2016-06-26 02:07:20 +02:00
zimbatm
d2f9f251aa
Merge pull request #16380 from elitak/dislocker
...
dislocker: init at 0.6.1
2016-06-23 15:49:07 +01:00
Eric Litak
5d3ace24e9
dislocker: init at 0.6.1
2016-06-20 16:58:21 -07:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Kirill Elagin
17b19977cf
bonnie++: upgrade to 1.97
...
Also a patch with some OS X specific changes (stolen from Homebrew).
2016-06-16 19:49:46 +03:00
Michiel Leenaars
d56850dd49
e2tools: init -> 0.0.16
2016-06-15 16:22:03 +02:00
rushmorem
c4435493aa
lizardfs: init at 3.9.4
...
LizardFS is a highly reliable, scalable and efficient distributed file
system.
2016-06-15 04:23:44 +02:00
Tobias Geerinckx-Rice
9f266996b4
btrfs-progs: 4.5.3 -> 4.6
2016-06-12 00:28:55 +02:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
ce81a8a65d
go-mtpfs: extracted from goPackages
2016-06-09 11:21:30 +02:00
Tobias Geerinckx-Rice
86f9ead288
exfat: 1.2.3 -> 1.2.4
2016-06-06 22:40:43 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Vladimír Čunát
81039713fa
Merge branch 'master' into staging
...
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Tobias Geerinckx-Rice
5e6175ae91
s3backer: 1.3.1 -> 1.4.2; maintain
2016-05-25 02:06:47 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Michael Raskin
6c96968d70
glusterfs: 3.7.10 -> 3.7.11
2016-05-15 23:49:44 +02:00
Michael Raskin
4b72729691
nilfs-utils: 2.2.3 -> 2.2.4
2016-05-15 23:49:44 +02:00
Tobias Geerinckx-Rice
9385353a99
btrfs-progs: 4.5.2 -> 4.5.3
2016-05-14 16:01:33 +02:00
Tobias Geerinckx-Rice
537f0fb297
securefs: 0.3.1 -> 0.3.2
2016-05-14 16:01:33 +02:00
Joachim Fasting
e0c07070b1
duperemove: get linuxHeaders from stdenv
...
Building against anything other than the headers used to build libc
doesn't really make any sense.
Also: this package is Linux specific, so mark it as such.
2016-05-13 19:35:09 +02:00
Franz Pletz
9458198868
f2fs-tools: 1.5.0 -> 1.6.1
2016-05-13 17:27:01 +02:00
Vladimír Čunát
3e387c3e00
Merge branch 'staging'
...
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Данило Глинський (Danylo Hlynskyi)
a74984d660
nixpart-0.4: fix build of multipath-tools dependency ( #15359 )
2016-05-12 09:39:12 +01:00
obadz
48d760c650
dosfstools: temporarily revert upgrade that breaks tests
...
See #15394
Revert "dosfstools: Enable compat symlinks"
This reverts commit 346482c8d5
.
Revert "dosfstools: 3.0.28 -> 4.0"
This reverts commit 135fe56183
.
2016-05-12 09:26:14 +01:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Tuomas Tynkkynen
346482c8d5
dosfstools: Enable compat symlinks
...
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).
2016-05-10 08:00:16 +03:00
Tobias Geerinckx-Rice
135fe56183
dosfstools: 3.0.28 -> 4.0
2016-05-09 02:57:07 +02:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Tobias Geerinckx-Rice
d6c3407f7b
btrfs-progs: 4.5.1 -> 4.5.2
2016-05-03 02:01:12 +02:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Tobias Geerinckx-Rice
1249a4d750
securefs: init at 0.3.1
...
Caveat, as always with such things, emptor.
2016-05-01 21:00:50 +02:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Tuomas Tynkkynen
b465dc202f
boost: Kill unnecessary 'lib' output
...
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
2016-04-28 00:41:28 +03:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Michael Raskin
057bd04624
glusterfs: 3.7.8 -> 3.7.10
2016-04-13 14:47:04 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502
for nixpkgs
2016-04-10 11:17:52 +02:00
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Robin Gloster
696d85a62d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-03 11:01:57 +00:00
Luca Bruno
7dd90837b1
Merge pull request #14302 from Balletie/bindfs-fix
...
bindfs: Let `mount` find `bindfs` mount helper
2016-04-01 17:26:16 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Tobias Geerinckx-Rice
36aa19b105
btrfs-progs: 4.5 -> 4.5.1
...
Bugfix release. Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-04-01 09:32:41 +02:00
Arseniy Seroka
ca30594c87
Merge pull request #14095 from guaraqe/grive-2
...
grive2: init at 0.5.0
2016-03-31 16:48:50 +03:00
guaraqe
1d09c97ac4
grive2: init at 0.5.0
...
grive2: update 0.5.0
grive2: various cosmetic changes
2016-03-31 15:42:45 +02:00
Michael Raskin
cdb2bc77c4
davfs2: 1.4.7 -> 1.5.2; fixes the build
2016-03-31 14:14:40 +02:00
Franz Pletz
2e08d8234e
Merge remote-tracking branch 'origin/master'
2016-03-31 10:06:30 +02: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
Balletie
d852a23662
bindfs: Let mount
find bindfs
mount helper
...
When mount is used with mount-type "fuse.bindfs", it cannot find the
mount helper.
If mount can't find `mount.fuse.bindfs`, it executes the `mount.fuse`
mount helper and passes `fuse.bindfs` as argument. Then `mount.fuse`
tries to execute `bindfs` on its own, but it is not found in the PATH.
By creating a `mount.fuse.bindfs` link to the `bindfs` executable, this
problem is avoided because `mount` will just execute the
`mount.fuse.bindfs` mount helper without `mount.fuse` in the middle.
2016-03-29 16:40:11 +02:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00: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
Robin Gloster
3f45f0948d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-15 01:44:24 +00: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
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Franz Pletz
e9fc4e7db6
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-03-07 22:08:27 +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
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
e2372a4183
ceph: fix for zip timestamps
2016-03-04 14:15:59 +00:00
Robin Gloster
84cc00b403
ceph: possible fix for zip timestamps
2016-03-03 16:55:17 +00:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00:00
Arseniy Seroka
3030dec0d7
yandex-disk: 0.1.5.940 -> 0.1.5.948
2016-02-27 18:39:42 +03:00
Robin Gloster
3477e662e6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-27 00:08:08 +00: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
Robin Gloster
bc21db3692
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-19 21:16:14 +00: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
Franz Pletz
41698c9efa
Merge branch 'master' into hardened-stdenv
2016-02-15 20:05:29 +01:00
Michael Raskin
67ba412a8d
gluseterfs: 3.7.6 -> 3.7.8
2016-02-14 21:17:07 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Robin Gloster
dbf93c1772
fusesmb: turn off format hardening
2016-02-11 00:36:52 +00:00
Robin Gloster
801b80299c
udftools: fix compiling with gcc5 and turn off fortify
2016-02-07 23:41:22 +00:00
Robin Gloster
9229e9c656
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-07 11:17:57 +00:00
Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +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
Robin Gloster
e721382448
jfsutils: add patch to build with format hardening
2016-01-30 16:36:57 +00: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
Tuomas Tynkkynen
ed7dbb46a8
treewide: Mass replace 'zlib}/lib' to refer the 'out' output
2016-01-24 10:03:39 +02:00
Tuomas Tynkkynen
f412f5f3ee
treewide: Mass replace 'attr}/lib' to refer the 'out' output
2016-01-24 10:03:32 +02: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
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +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
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01: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
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +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
Luca Bruno
920b1d3591
Merge branch 'master' into closure-size
2015-11-29 16:50:26 +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
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +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
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Charles Strahan
3b73b726d4
zkfuse: init
2015-11-19 19:55:44 -05:00
Tuomas Tynkkynen
24480efffc
xfsprogs: Extend patch to make xfs_mdrestore and xfs_quota work
...
Previously these tools were failing to start with:
xfs_mdrestore: error while loading shared libraries: libxfs.so.0: \
cannot open shared object file: No such file or directory
xfs_quota: error while loading shared libraries: libxcmd.so.0: \
cannot open shared object file: No such file or directory
Extend the 4.2.0-sharedlibs.patch to make those programs work as well.
2015-11-20 00:17:23 +02:00
Eelco Dolstra
aab90653af
ceph: Don't use symlinks
...
No need to invent an ad-hoc symlink scheme when we can handle this
kind of indirection at the Nix expression level (e.g. by doing
"ceph-dev = ceph").
2015-11-19 14:25:16 +01:00
Eelco Dolstra
adde71ea6e
ceph: Remove old and git versions
2015-11-19 14:25:16 +01:00
William A. Kennington III
910e7a75ec
btrfsProgs: 4.3 -> 4.3.1
2015-11-18 17:50:57 -08:00
William A. Kennington III
cf1ca41bfa
ceph: Fix hash
2015-11-17 17:10:51 -08:00
Tobias Geerinckx-Rice
a5bad31da3
Merge pull request #11105 from nckx/add-gpart
...
gpart: init at 0.2.2
2015-11-17 23:38:03 +01:00
Tobias Geerinckx-Rice
7392ae1a3a
gpart: init at 0.2.2
2015-11-17 23:09:04 +01:00
Pascal Wittmann
7fd2796e99
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-17 21:30:43 +01:00
Pascal Wittmann
fece57da45
Merge pull request #11007 from makefu/mhddfs_init_master
...
mhddfs: init at 0.1.39
2015-11-16 20:21:39 +01:00
Pascal Wittmann
59bb76e894
snapraid: append the version to the name
2015-11-16 19:56:14 +01:00
William A. Kennington III
61402311cc
ceph: Deduplicate the default
2015-11-16 05:15:19 -08:00
William A. Kennington III
6602f49495
Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
...
This reverts commit 741bf840da
.
This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
makefu
dd8f31d1be
mhddfs: init at 0.1.39
2015-11-14 16:40:53 +01:00
William A. Kennington III
9579c9ec7f
Merge commit 'cb21b77' into master.upstream
...
This is a partial merge of staging for builds which are working
2015-11-13 15:53:10 -08:00
makefu
a824242830
snapraid: init at 8.1
2015-11-13 15:06:22 +01:00
Vladimír Čunát
20336987f9
fuse-7z-ng: take longDescription from #8207
2015-11-11 15:45:52 +01:00
Tobias Geerinckx-Rice
81a7a3f652
exfat 1.2.1 -> 1.2.2
...
Changes:
- Improved reliability in case of a sudden unplug: FS will be in a clean
state after closing all files and performing sync(1).
- Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd platforms.
- Updated mount.exfat-fuse man page.
2015-11-09 17:30:14 +01:00
William A. Kennington III
5149c03adc
Merge branch 'master.upstream' into staging.upstream
2015-11-07 18:53:26 -08:00
William A. Kennington III
1c72ed0ffc
btrfsProgs: 4.2.3 -> 4.3
2015-11-07 18:52:57 -08:00
William A. Kennington III
1e7aa4f17d
Merge branch 'master.upstream' into staging.upstream
2015-11-05 18:30:11 -08:00
William A. Kennington III
452f1736d5
ceph: Major Update 0.94.4 -> 9.2.0
2015-11-05 18:22:48 -08:00
William A. Kennington III
4251612faa
Merge branch 'master.upstream' into staging.upstream
2015-11-04 01:00:48 -08:00
William A. Kennington III
86ba275a99
ceph: 0.94.4 -> 0.94.5
2015-11-04 00:58:28 -08:00
William A. Kennington III
6e57f1c60c
btrfsProgs: 4.2.2 -> 4.2.3
2015-11-04 00:58:28 -08:00
Vladimír Čunát
c5579c9184
subversion: fixup some referrers after splitting
2015-10-28 10:22:59 +01:00
Vladimír Čunát
4917a4f8b3
Merge master into staging
2015-10-23 01:57:14 +02:00
William A. Kennington III
9882e09471
ceph: 0.94.3.2 -> 0.94.4
2015-10-21 22:12:36 -07:00
aszlig
3bf3d19759
nixpart0: Don't search for libudev using SO major.
...
The SO major is going to change in the upcoming update of the Hetzner
rescue system, which will cause NixOps to break because it's statically
using the SO major 0 while the new rescue system will have the major
number 1.
I'm still keeping the udevSoMajor attribute to retain backwards-
compatibility with older NixOps versions.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-21 17:15:17 +02:00
Arseniy Seroka
9dc707bc16
Merge pull request #10462 from igsha/fuse-7z-ng
...
fuse-7z-ng: init at git-2014-06-08
2015-10-18 23:09:42 +03:00
William A. Kennington III
7256b0a0ce
btrfsProgs: 4.2.1 -> 4.2.2
2015-10-18 09:53:51 -07:00
Igor Sharonov
401b766299
fuse-7z-ng: init at git-2014-06-08
2015-10-18 19:21:12 +03:00
William A. Kennington III
b6710cba15
ceph-git: 2015-09-22 -> 2015-10-16
2015-10-16 16:45:00 -07:00
William A. Kennington III
b7c3a9647a
ceph-dev: 9.0.3 -> 9.1.0
2015-10-16 16:44:46 -07:00
William A. Kennington III
21bb385af5
ceph: 0.94.3 -> 0.94.3.2
2015-10-16 16:44:34 -07:00
William A. Kennington III
8a44a36ca4
Merge branch 'master.upstream' into staging.upstream
2015-10-15 10:22:28 -07:00
Arseniy Seroka
91202fd475
djmount: add missing file
2015-10-14 20:20:30 +03:00
Arseniy Seroka
88cba6d8b5
yandex-disk: update 0.1.5.905 -> 0.1.5.940
2015-10-14 17:59:12 +03:00
Eelco Dolstra
741bf840da
Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
...
This reverts commit f61176c539
, reversing
changes made to a27ca029ee
.
Conflicts:
pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Vladimír Čunát
b44d846990
udev: complete rework
...
- systemd puts all into one output now (except for man),
because I wasn't able to fix all systemd/udev refernces
for NixOS to work well
- libudev is now by default *copied* into another path,
which is what most packages will use as build input :-)
- pkgs.udev = [ libudev.out libudev.dev ]; because there are too many
references that just put `udev` into build inputs (to rewrite them all),
also this made "${udev}/foo" fail at *evaluation* time
so it's easier to catch and change to something more specific
2015-10-04 10:03:53 +02:00
Vladimír Čunát
f361938b21
Merge staging into closure-size
...
This makes gcc5 the default builder, etc.
2015-10-03 15:23:13 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Tobias Geerinckx-Rice
9594fcf5ec
duff: 0.5.2 -> 2014-07-03
2015-10-02 05:34:36 +02:00
Matthias Beyer
6e7a8808d6
avfs: 1.0.2 -> 1.0.3
2015-09-29 10:41:00 +02:00
michael bishop
569baff20d
bonnie++: init at 1.03e
...
[Bjørn: sort alphabetically in all-packages.nix, shorten
meta.description.]
2015-09-26 21:46:09 +02:00
Tobias Geerinckx-Rice
0d08b2c599
exfat: 1.2.0 -> 1.2.1
...
Upstream changes:
- Fixed compatibility with Zalman VE-200: now newly created directories do
not have archive bit set.
- Fixed heap corruption: malformed FS can use invalid sector or cluster size.
- Fixed hang on mount: malformed FS can have cyclic references in the
clusters map.
2015-09-24 13:29:52 +02:00
William A. Kennington III
cc698a2986
ceph-git: 2015-09-11 -> 2015-09-22
2015-09-23 12:30:00 -07:00
Matej Cotman
346c744530
xtreemfs: repackage and update
2015-09-22 21:45:36 +02:00