summary refs log tree commit diff
path: root/pkgs/os-specific/linux/util-linux/default.nix
Commit message (Collapse)AuthorAge
* bcachefs: 2023-06-28 -> 2023-09-29Daniel Hill2023-10-03
| | | | Includes prep work for mainline bcachefs release.
* util-linux: 2.39.1 -> 2.39.2Sergei Trofimovich2023-08-18
| | | | | | While at it added trivial updater. Changes: https://github.com/util-linux/util-linux/compare/v2.39.1...v2.39.2
* util-linux: 2.39 -> 2.39.1Sergei Trofimovich2023-08-14
| | | | Changes: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.1-ChangeLog
* util-linux: add meta.pkgConfigModules annotationsternenseemann2023-08-08
|
* util-linux: Fix build on non-LinuxAndrew Marshall2023-07-20
| | | | | | | | | | | | | | Build logs show: > configure: WARNING: non-linux system; not building mount > configure: WARNING: non-linux system; not building swapon So skip these on non-Linux Using getOutput prevents eval failures on other platforms. Things should stay eval'able with NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Co-authored-by: Artturin <Artturin@artturin.com>
* util-linux: fix linking login and swap tools to bin outputLinus Heckemann2023-07-10
|
* util-linux: split mount, login and swap utils into their own outputsLinus Heckemann2023-06-12
|
* util-linux: backport bcache checksum patchesAlois Wohlschlager2023-06-03
| | | | | | | | | | | | In util-linux 2.39, blkid was improved to verify the checksums for several types of block devices. In the bcache case, this calculation was incorrect, leading to a regression where valid bcache cache devices would not be detected any more. In some cases, this can even break the boot because a required bcache device does not come up any more. In https://github.com/util-linux/util-linux/pull/2293, a fix was introduced upstream. Include these patches to make bcache detection work properly again.
* util-linux: backport patches fixing mount on older kernelsK9002023-06-01
|
* util-linux: add darwin supportElias Naur2023-05-22
|
* util-linux: 2.38.1 -> 2.39Elias Naur2023-05-21
|
* util-linux: install completionlaalsaas2023-02-07
|
* treewide: systemdSupport: use lib.meta.availableOnAdam Joseph2023-01-22
| | | | | | | | | | | | | | | | | | | | Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
* util-linux: pass libxcrypt, so sulogin gets builtMartin Weinelt2022-10-09
| | | | | | Util-linux does not fail when crypt() isn't available. It just doesn't build sulogin, which in turn breaks the initrd-builder for the systemd-stage-1 tests.
* util-linux: 2.38 -> 2.38.1R. Ryantm2022-08-06
|
* util-linux: 2.37.4 -> 2.38Robert Schütz2022-06-27
| | | | https://kernel.org/pub/linux/utils/util-linux/v2.38/v2.38-ReleaseNotes
* util-linux: make dependencies on pam and libcap optionalDmitry Bogatov2022-05-22
| | | | | | Introduce new boolean arguments "pamSupport" and "capabilitiesSupport" that control whether "pam" and "libcap" are compiled in. These flags are true by default, so this commit does not cause any rebuilds.
* util-linux: fix static build by disabling systemd supportGuillaume Girol2022-04-24
|
* util-linux: remove `? null` from inputs and convert to boolean flagsAdam Joseph2022-04-12
| | | | | | | | | | | Prior to this commit, util-linux supported compilation without systemd if systemd==null. This commit preserves that behavior, and additionally triggers it when the global systemdSupport attr is set to false. The systemdSupport argument is understood by many other nixpkgs expressions and can be set globally in ~/.config/nixpkgs/config.nix. Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* util-linuxMinimal: remove appendToName to have a consistent package name for ↵Felix Buehler2022-03-02
| | | | repology
* util-linux: 2.37.3 -> 2.37.4Martin Weinelt2022-02-14
| | | | Fixes: CVE-2022-0563
* util-linux: 2.37.2 -> 2.37.3Martin Weinelt2022-01-24
|
* Merge pull request #149530 from alyssais/util-linux-staticDmitry Kalinkin2021-12-19
|\ | | | | [staging-next] Revert "util-linux: fix static build"
| * Revert "util-linux: fix static build"Alyssa Ross2021-12-08
| | | | | | | | | | | | | | This reverts commit 1f0ef842ca88a57613faf1ef4cd9a5d4e77efd81. The underlying issue was fixed in 2ebeb02a99a ("stdenv/setup: tell libtool about library paths"), so we don't need a workaround in util-linux any more.
* | util-linux: add debug outputAlyssa Ross2021-12-08
|/
* util-linux: fix static buildSCOTT-HAMILTON2021-11-26
|
* util-linux: 2.36.2 -> 2.37.2R. Ryantm2021-11-09
|
* util-linux: remove redundant configureFlagsAlyssa Ross2021-11-05
| | | | | | These programs are both still built even when we don't pass the flags. (It appears that this was not the case when they were added to the expression.)
* util-linux: replace "minimal" opt with more outputsAlyssa Ross2021-10-11
| | | | | | | | | | | | | | | | | | The "minimal" argument just removed some files to reduce package size. Now that we have multiple output derivations in Nixpkgs (we didn't when "minimal" was added), we can just throw more outputs at this problem and get the same effect, with the advantage that those files are actually there, available for download without a rebuild, if they're ever needed. I've tested that with this change, there's no difference in the closure size of util-linuxMinimal.bin. We have to set SYSCONFSTATICDIR to stop $bin/bin/agetty looking in $out for issue or issue.d. SYSCONFSTATICDIR is supposed to be for configuration that comes with a package, but it's currently only used for finding an issue, and util-linux doesn't come with any issue files, so I'm not really sure what the point is...
* util-linux: disable locales properlyAlyssa Ross2021-10-11
| | | | | | | Removing the locales after they've been built and installed is a big hack when util-linux gives us an option to disable them directly. This way, the code in util-linux that deals with locales can be disabled as well, leading to a (very small) size reduction.
* util-linux: fix uuidd runtime directoryAlyssa Ross2021-10-11
| | | | | | | | | Quoting uuidd(8), as generated prior to this commit: > By default, the pid file is written to > /nix/store/6ig1awrlxd‐nadna38kxgfvds9kfr6ny2-util-linux-2.36.2/var/run/uuidd/uuidd.pid. That's not right...
* util-linux: remove unnecessary perl build inputAlyssa Ross2021-10-05
| | | | | | | This was probably needed for scriptrelay(1) before it was rewritten from Perl to C in util-linux 2.14. I've checked with Diffoscope that after removing the build input, the result is bit-for-bit identical except for the different prefix.
* 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