summary refs log tree commit diff
path: root/pkgs/os-specific/linux/util-linux
Commit message (Collapse)AuthorAge
...
| * utillinuxMinimal: Make more minimalEelco Dolstra2016-09-05
| | | | | | | | | | | | | | This removes locales, bash completion and crap like that. This cuts 6.5 MiB from the NixOS system closure (which unfortunately contains two copies of util-linux, because of the need to break a dependency cycle with systemd).
* | Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-01
|/
* utillinux: 2.28 -> 2.28.1Franz Pletz2016-08-25
|
* util-linux: use sha256 instead of sha512 againVladimír Čunát2016-05-14
| | | | | /cc #15048. I believe the usage of sha512 here at this point brings very little gain and can be quite painful to some users.
* util-linux: 2.27.1 -> 2.28Aneesh Agrawal2016-04-27
|
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * util-linux: create -Minimal and utillinux (full)Kevin Cox2016-02-25
| | | | | | | | | | Close #12952. Now the full version is used by default, supporting systemd and curses.
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\| | | | | | | | | | | 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.
| * util-linux: 2.27 -> 2.27.1William A. Kennington III2015-11-07
| |
| * util-linux: Update to 2.27Eelco Dolstra2015-10-07
| | | | | | | | | | | | This version is required by systemd 227. CVE-2015-5224
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * buildEnv: Support package priorities like nix-envEelco Dolstra2015-08-25
| | | | | | | | This gets rid of a bunch of collision warnings.
| * util-linux: 2.26.1 -> 2.26.2William A. Kennington III2015-05-28
| |
* | util-linux, e2fsprogs: fixup multiple outputsVladimír Čunát2015-04-19
| | | | | | | | | | Also revert back to using util-linux as the default libuuid provider, and make e2fsprogs use shared libs from util-linux.
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\| | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * util-linux: ddate was removed in 2.23Tobias Geerinckx-Rice2015-04-16
| |
| * Merge branch master into stagingEric Seidel2015-04-06
| |\
| | * Fix references to current-system/sw/sbinWilliam A. Kennington III2015-04-01
| | |
| * | util-linux: 2.26 -> 2.26.1William A. Kennington III2015-03-26
| |/
| * Set some meta.platformsEelco Dolstra2015-03-20
| | | | | | | | Also fix meta.platform -> meta.platforms in a few places.
| * util-linux: update to 2.26 (close #6553)Alexander V. Nikolaev2015-03-03
| | | | | | | | | | | | Patch unshare-fix-map-root-user.patch appiled upstream, and removed. Trigger mass-rebuild, so PR will be to staging
| * util-linux: fix unshare -r on linux >=3.19 (close #6130)Nikolay Amiantov2015-02-05
| |
| * Merge branch 'master' into stagingVladimír Čunát2015-01-13
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts (simple): pkgs/os-specific/linux/util-linux/default.nix It seems this merge creates a new stdenv hash, because we had changes on both branches :-/
| | * util-linux: fix rtcwake(8) to search $PATH for shutdown(8)Tobias Geerinckx-Rice2015-01-01
| | | | | | | | | | | | | | | This makes "rtcwake -m off" actually work on NixOS without breaking it on other platforms.
| * | Re-Revert merge #5505: util-linux: use /run/current-system/sw/bin/*Vladimír Čunát2014-12-30
| | | | | | | | | | | | This reverts commit 6222093eecf1f314f82deafa3162c2ad923e66d3.
| * | Revert "merge #5505: use /run/current-system/sw/bin/*"Vladimír Čunát2014-12-30
| | | | | | | | | | | | | | | | | | | | | I didn't realize it causes a nontrivial rebuild (through systemd). I'll re-push to staging. This reverts commit 8cf4ef7ab747b3e3d0b1319de538257281355b33.
| * | merge #5505: use /run/current-system/sw/bin/*Tobias Geerinckx-Rice2014-12-30
| |/ | | | | | | | | | | | | | | | | | | | | | | A working /sbin/shutdown (usually provided by systemd) is required by "rtcwake -m off". Creating a circular dependency on systemd for this just isn't worth the trouble, so take the straightforward way out. One could easily make the argument that rtcwake wants to shut down the *currently running system*, and that the correct API for that *is* in fact /run/current-system. And it makes a very tempting sort of sense. @vcunat moved to postPatch and added #FIXME.
| * util-linux: Update to 2.25.2Eelco Dolstra2014-12-17
| |
| * util-linux: bumpShea Levy2014-09-16
| |
* | WIP: getting betterVladimír Čunát2014-08-30
| |
* | Merge 'staging' into multiple-outputsVladimír Čunát2014-08-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/audio/flac/default.nix pkgs/build-support/gcc-wrapper/builder.sh pkgs/development/libraries/apr-util/default.nix pkgs/development/libraries/apr/default.nix pkgs/development/libraries/atk/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/glib/default.nix pkgs/development/libraries/glibc/2.17/builder.sh pkgs/development/libraries/glibc/2.17/locales.nix pkgs/development/libraries/libjpeg/default.nix pkgs/development/libraries/libogg/default.nix pkgs/development/libraries/libsamplerate/default.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/libvorbis/default.nix pkgs/development/libraries/mesa/default.nix pkgs/development/libraries/pango/default.nix pkgs/development/web/nodejs/default.nix pkgs/os-specific/linux/pam/default.nix pkgs/os-specific/linux/systemd/default.nix pkgs/stdenv/generic/setup.sh pkgs/stdenv/linux/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-small.nix
| * util-linux: Update to 2.24.2Eelco Dolstra2014-06-24
| |
| * util-linux: Update to 2.24.1Eelco Dolstra2014-04-16
| |
| * su: Make the su package a provider of only the su binaryWilliam A. Kennington III2014-04-05
| | | | | | | | | | Additionally, provide su with the base system and remove su from the util-linux package as it is now provided by shadow.
| * Upgrade util-linux from 2.22 -> 2.24William A. Kennington III2013-11-28
| |
* | util-linux: Install all binaries in $binEelco Dolstra2013-06-12
| |
* | Merge remote-tracking branch 'origin/master' into multiple-outputsEelco Dolstra2013-06-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/acl/default.nix pkgs/development/libraries/atk/2.6.x.nix pkgs/development/libraries/attr/default.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/glib/2.34.x.nix pkgs/development/libraries/gtk+/2.24.x.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/openssl/default.nix pkgs/development/libraries/pango/1.30.x.nix pkgs/misc/cups/default.nix pkgs/os-specific/linux/util-linux/default.nix pkgs/servers/x11/xorg/builder.sh pkgs/servers/x11/xorg/default.nix pkgs/top-level/all-packages.nix
| * util-linux: Update to 2.22.2Eelco Dolstra2013-01-28
| | | | | | | | | | | | This update is essential because coreutils no longer provides ‘su’. Also enable ‘last’ and some other commands so that we can get rid of sysvtools.
| * Merge remote-tracking branch 'eelco/master' into stdenv-updatesLluís Batlle i Rossell2012-12-28
| |\ | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/4.7/default.nix Trivial solution.
| | * utillinux: fixing mount/umount, for our case of /etc/mtab symlinking to ↵Lluís Batlle i Rossell2012-12-16
| | | | | | | | | | | | | | | | | | | | | | | | /proc/mounts In systemd, without this patch, 'mount' for 'user' fstab devices works, but umount does not; it says to require root. All gets normal with this patch.
| * | * util-linux updated to 2.21.2.Eelco Dolstra2012-05-29
| |/ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=34280
* / Split some GTK/X11-related packagesEelco Dolstra2012-08-26
|/ | | | The closure of the Pan newsreader is now down from 344 MiB to 195 MiB.
* Allowing mount to call /var/setuid-wrappers in preference. mount.cifs may ↵Lluís Batlle i Rossell2012-03-10
| | | | | | | | | require this, as it does not support the 'user' option in fstab. svn path=/nixpkgs/trunk/; revision=32975
* util-linux: Use Linux-specific header on Linux only.Ludovic Courtès2012-03-07
| | | | svn path=/nixpkgs/trunk/; revision=32867
* util-linux: Allow cross-compilation.Ludovic Courtès2012-03-07
| | | | svn path=/nixpkgs/trunk/; revision=32851
* * util-linux 2.20.1.Eelco Dolstra2011-12-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30860
* * Got rid of the old util-linux; use util-linux-ng instead.Eelco Dolstra2009-03-31
| | | | svn path=/nixpkgs/trunk/; revision=14799
* * util-linux: added an option to build just mount/umount, and anEelco Dolstra2008-08-06
| | | | | | | | option to set the path to the mount helpers programs (mount.<fstype>) to something other than /sbin. Needed in NixOS to get the mount command to work for NTFS-3G, CIFS, etc. svn path=/nixpkgs/trunk/; revision=12514
* * Security fix for CVE-2007-5191.Eelco Dolstra2008-07-24
| | | | svn path=/nixpkgs/trunk/; revision=12417
* Added curses variant of util-linux. cfdisk is a fine tool..Michael Raskin2007-12-06
| | | | svn path=/nixpkgs/trunk/; revision=9870