summary refs log tree commit diff
path: root/pkgs/tools/filesystems/xfsprogs
Commit message (Collapse)AuthorAge
* xfsprogs: swap src url to HTTPSBenjamin Hipple2018-06-09
| | | | | | This swaps the fetchgit call to be more consistent with the majority of other NixPkgs fetchgit calls. Moreover, almost every network will be able to do HTTPS, while some enterprise networks may limit external SSH access.
* xfsprogs: replace glibc-2.27 patch w/upstream variantWill Dietz2018-03-26
| | | | | | This version also works w/musl :) https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/patch/?id=8041435de7ed028a27ecca64302945ad455c69a6
* xfsprogs: Fix build on glibc-2.27Shea Levy2018-03-17
|
* xfsprogs: 4.13.1 -> 4.14.0Tuomas Tynkkynen2017-11-29
|
* xfsprogs: 4.11.0 -> 4.13.1Tuomas Tynkkynen2017-10-25
|
* xfstools: remove unused patchFranz Pletz2017-08-28
|
* xfsprogs: 4.5.0 -> 4.11.0Tuomas Tynkkynen2017-07-20
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* xfsprogs: propagate libuuidMatthew2016-08-11
| | | | | | Before, this would fail because libuuid needed to be available. > echo '#include <xfs/xfs.h>' | cc -E -
* xfsprogs: 4.2.0 -> 4.5.0Tuomas Tynkkynen2016-08-08
|
* Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\
| * xfsprogs: Extend patch to make xfs_mdrestore and xfs_quota workTuomas Tynkkynen2015-11-20
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * xfsprogs: 3.2.2 -> 4.2.0William A. Kennington III2015-09-18
| |
* | a few packages: work-arounds with split outputsVladimír Čunát2015-05-05
| | | | | | | | | | There's something wrong with imake-based packages, but I couldn't find out what, so disabling transfig in libgcrypt for now.
* | xfsprogs: fix outputs and referencesVladimír Čunát2015-04-21
|/
* xfsprogs: 3.2.1 -> 3.2.2William A. Kennington III2014-12-16
|
* xfsprogs: Add missing patchWilliam A. Kennington III2014-09-19
|
* xfsprogs: Actually fix library rpathWilliam A. Kennington III2014-09-19
|
* xfsprogs: 3.1.11 -> 3.2.1William A. Kennington III2014-09-19
|
* Added lib output to xfsprogs.Alexander Kjeldaas2014-06-28
| | | | | This only contains static archives since xfsprogs is compiled with dynamic libraries disabled.
* xfsprogs: update from 3.1.8 to 3.1.11Nixpkgs Monitor2013-12-14
|
* Updating xfsprogsLluís Batlle i Rossell2012-06-10
| | | | svn path=/nixpkgs/trunk/; revision=34417
* Trying to fix the urls for xfsprogsLluís Batlle i Rossell2010-09-14
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23776
* Updating xfsprogs and making it build.Lluís Batlle i Rossell2010-09-09
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23704
* * xfsprogs updated to 3.0.3.Eelco Dolstra2009-12-08
| | | | | | | * xfsprogs: don't use shared libraries because libxfs.so isn't installed for some reason, so mkfs.xfs doesn't work. svn path=/nixpkgs/trunk/; revision=18842
* * 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