summary refs log tree commit diff
path: root/pkgs/os-specific/linux/util-linux
Commit message (Collapse)AuthorAge
* util-linux: adjust meta.licenseajs1242021-04-09
|
* util-linux: add missing libcap dependencyuosis2021-04-09
|
* util-linux: 2.36.1 -> 2.36.2ajs1242021-04-09
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* util-linux: removing symfollowsjau2020-12-27
|
* util-linux: 2.36 -> 2.36.1ajs1242020-12-17
| | | | https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.36/v2.36.1-ReleaseNotes
* util-linux: 2.35.2 -> 2.36Arthur Gautier2020-08-24
|
* utillinux: 2.35.1 -> 2.35.2R. RyanTM2020-07-02
|
* util-linux: 2.33.2 -> 2.35.1oxalica2020-04-21
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* util-linux: use $bin output for umountMatthew Bauer2020-03-06
| | | | This wasn’t updated when adding the bin output.
* utillinux: no-rebuild clean upJan Tojnar2019-12-25
|
* treewide: name -> pnamevolth2019-08-17
|
* utillinux: 2.33.1 -> 2.33.2Will Dietz2019-05-07
| | | | https://lkml.org/lkml/2019/4/9/474
* utillinux: placeholder, touchup how su is disabledWill Dietz2019-05-07
|
* util-linux: /var/run -> /runBob van der Linden2019-04-11
|
* utillinux; 2.33 -> 2.33.1Will Dietz2019-01-09
| | | | | https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.1-ReleaseNotes https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.1-ChangeLog
* utillinux: 2.32.1 -> 2.33Will Dietz2018-11-15
| | | | https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33-ReleaseNotes
* Merge branch 'staging-next' into stagingVladimír Čunát2018-08-13
|\ | | | | | | Commits from master, conflict resolutions, etc.
| * util-linux: fixup bad shell expansionVladimír Čunát2018-08-13
| | | | | | | | | | Introduced in that f83b5e4 refactoring as well. Thanks Dezgeg for noticing!
* | Merge pull request #44825 from oxij/docheck/continues-in-a-big-wayMichael Raskin2018-08-11
|\ \ | |/ |/| treewide: enable working, fix fixable, disable broken tests
| * utillinux: make tests run, but disableJan Malakhovski2018-08-11
| |
* | utillinux: fix build w/ncurses, which is ncurseswWill Dietz2018-08-07
|/
* util-linux: Clean up to use less bashJohn Ericson2018-08-02
|
* util-linux: No more crossAttrsJohn Ericson2018-07-24
| | | | More cleanup will come later
* Merge staging-next into master (#44009)Frederik Rietdijk2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* util-linux: 2.31.1 -> 2.32Will Dietz2018-03-25
|
* utillinux: Fix cross-compiling when building with systemdShea Levy2018-02-28
|
* utillinux: 2.31 -> 2.31.1Tuomas Tynkkynen2018-01-17
|
* util-linux: 2.30.2 -> 2.31adisbladis2017-10-27
|
* utillinux: 2.30 -> 2.30.2Tuomas Tynkkynen2017-10-22
|
* Update e-mail address for nckxTobias Geerinckx-Rice2017-07-10
|
* utillinux: 2.29.2 -> 2.30Franz Pletz2017-06-22
|
* utillinux: fix "fstrim --all"gnidorah2017-06-15
|
* util-linux: fixup setuid/setgid build problemsVladimír Čunát2017-06-07
| | | | ... hopefully. Also refactor some nix code a little.
* fstrim: Add servicegnidorah2017-05-30
|
* util-linux: fix path to umount in ejectLinus Heckemann2017-04-20
|
* utillinux: 2.29 -> 2.29.2 for CVE-2017-2616Franz Pletz2017-02-25
| | | | cc #23072
* Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
|
* Addressing PR feedbackParnell Springmeyer2017-01-28
|
* Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer2017-01-26
|\
| * util-linux: improve purity by using login from shadowJörg Thalheim2017-01-19
| | | | | | | | | | replacing shutdown in postPatch phase is not necessary as rtcwake was already patched to use the search path (the only user of shutdown)
| * util-linux: remove seccomp sandbox for CVE-2016-2279Jörg Thalheim2017-01-19
| | | | | | | | | | | | | | the patch for CVE-2016-2779 was reverted by upstream and was not adopted by any other downstream distributions. Upstream waits for a better fix in the kernel: https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28-ReleaseNotes
| * util-linux: 2.28.1 -> 2.29Tim Steinbach2017-01-14
| |
* | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\|
| * util-linux: fixup patch hash from grandparent mergeVladimír Čunát2016-10-03
| | | | | | | | And name the file, too.
| * util-linux: workaround CVE-2016-2779Jörg Thalheim2016-10-03
| | | | | | | | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2779
| * util-linux: Split 'dev'Tuomas Tynkkynen2016-09-10
| |
| * systemd: Separate lib outputEelco Dolstra2016-09-05
| | | | | | | | | | | | | | | | | | This moves libsystemd.so and libudev.so into systemd.lib, and gets rid of libudev (which just contained a copy of libudev.so and the udev headers). It thus reduces the closure size of all packages that (indirectly) depend on libsystemd, of which there are quite a few (for instance, PulseAudio and dbus). For example, it reduces the closure of Blender from 430.8 to 400.8 MiB.