about summary refs log tree commit diff
path: root/pkgs/tools/system
Commit message (Collapse)AuthorAge
* facter: 3.14.7 -> 3.14.8R. RyanTM2020-03-06
|
* Merge pull request #81642 from r-ryantm/auto-update/stress-ngMario Rodas2020-03-04
|\ | | | | stress-ng: 0.10.19 -> 0.11.01
| * stress-ng: 0.10.19 -> 0.11.01R. RyanTM2020-03-03
| |
* | Merge pull request #80987 from andir/ipmitoolworldofpeace2020-03-01
|\ \ | | | | | | ipmitool: migrate to openssl 1.1
| * | ipmitool: fix compile on darwinworldofpeace2020-03-01
| | |
| * | ipmitool: cleanup expressionFlorian Klink2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | * remove no-op substitution of s6_addr16 -> s6_addr This string doesn't exist anymore in that file. * clean up configureFlags
| * | ipmitool: migrate to openssl 1.1Andreas Rammhold2020-02-25
| | | | | | | | | | | | | | | | | | This adds a patch from debian to switch ipmitool to openssl 1.1. Upstream seems to already carry a version of this but that is yet to be part of a release.
* | | Merge pull request #81167 from NixOS/staging-nextFrederik Rietdijk2020-03-01
|\ \ \ | | |/ | |/| Staging next
| * | Merge staging-next into stagingFrederik Rietdijk2020-02-27
| |\ \
| * | | gptfdisk: 1.0.4 -> 1.0.5R. RyanTM2020-02-20
| | | |
* | | | smartmontools: add Frostman to maintainersSergey Lukjanov2020-02-25
| | | |
* | | | smartmontools: 7.0 -> 7.1 and devicedb updated to latestSergey Lukjanov2020-02-25
| |/ / |/| |
* | | Merge pull request #81056 from r-ryantm/auto-update/bfsMario Rodas2020-02-25
|\ \ \ | |_|/ |/| | bfs: 1.5.2 -> 1.6
| * | bfs: 1.5.2 -> 1.6R. RyanTM2020-02-25
| |/
* | netdata: fix openldap pluginJörg Thalheim2020-02-24
| |
* | netdata: 1.19.0 -> 1.20.0Jörg Thalheim2020-02-22
| |
* | Merge pull request #80628 from mweinelt/pr/s-tuiSilvan Mosberger2020-02-22
|\ \ | | | | | | s-tui: migrate to python3
| * | s-tui: migrate to python3Martin Weinelt2020-02-22
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes LC_ALL = "en_US.UTF-8"; that resolves a locale.Error exception during the check phase. [...] File "/build/s-tui-1.0.0/s_tui/sensors_menu.py", line 27, in <module> import urwid File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/__init__.py", line 26, in <module> from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP, MIDDLE, File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/widget.py", line 27, in <module> from urwid.util import (MetaSuper, decompose_tagmarkup, calc_width, File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 61, in <module> detected_encoding = detect_encoding() File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 58, in detect_encoding locale.setlocale(locale.LC_ALL, initial) File "/nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/python3.7/locale.py", line 608, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
* | Merge pull request #80603 from eraserhd/plan9port-macos-ldflagsDaiderd Jordan2020-02-22
|\ \ | | | | | | plan9port: fix linker flags for macosx
| * | plan9port: wrap ALL linker flagsJason Felice2020-02-20
| | |
| * | plan9port: fix linker flags for macosxJason Felice2020-02-19
| |/
* / throttled: 0.6 -> 0.7Bernardo Meurer2020-02-20
|/
* Merge pull request #80406 from marsam/update-ytopMario Rodas2020-02-18
|\ | | | | ytop: 0.4.0 -> 0.5.1
| * ytop: 0.4.0 -> 0.5.1Mario Rodas2020-02-17
| |
* | efibootmgr: fixup build on i686Vladimír Čunát2020-02-18
|/ | | | | Same as efivar; I believe it doesn't really needs LTO. I checked: nix build -f nixos/release-combined.nix nixos.iso_minimal.i686-linux
* Merge pull request #80305 from bhipple/u/rust-cargo-mq-cliworldofpeace2020-02-17
|\ | | | | mq-cli: upgrade cargo fetcher and cargoSha256
| * mq-cli: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | | | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* | efivar: fixup build on i686Vladimír Čunát2020-02-17
| | | | | | | | I don't think it really needs LTO.
* | ytop: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
|/ | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple2020-02-15
| | | | | As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
* Merge pull request #80092 from r-ryantm/auto-update/stress-ngMario Rodas2020-02-14
|\ | | | | stress-ng: 0.10.16 -> 0.10.19
| * stress-ng: 0.10.16 -> 0.10.19R. RyanTM2020-02-14
| |
* | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
|/ | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has several advantages: 1. It takes up less space on disk in-between builds in the nix store. 2. It uses less space in the binary cache for vendor derivation packages. 3. It uses less network traffic downloading from the binary cache. 4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only substitute --flat hashes on single files (not recursive directory hashes). 5. It's consistent with how simple `fetchurl` src derivations work. 6. It provides a stronger abstraction between input src-package and output package, e.g., it's harder to accidentally depend on the src derivation at runtime by referencing something like `${src}/etc/index.html`. Likewise, in the store it's harder to get confused with something that is just there as a build-time dependency vs. a runtime dependency, since the build-time src dependencies are tarred up. Disadvantages are: 1. It takes slightly longer to untar at the start of a build. As currently implemented, this attaches the compacted vendor.tar.gz feature as a rider on `verifyCargoDeps`, since both of them are relatively newly implemented behavior that change the `cargoSha256`. If this PR is accepted, I will push forward the remaining rust packages with a series of treewide PRs to update the `cargoSha256`s.
* Merge pull request #79318 from r-ryantm/auto-update/iopingMichael Raskin2020-02-09
|\ | | | | ioping: 1.1 -> 1.2
| * ioping: 1.1 -> 1.2R. RyanTM2020-02-06
| |
* | syslogng: 3.24.1 -> 3.25.1R. RyanTM2020-02-09
| |
* | Merge pull request #79544 from r-ryantm/auto-update/lrRyan Mulligan2020-02-08
|\ \ | | | | | | lr: 1.5 -> 1.5.1
| * | lr: 1.5 -> 1.5.1R. RyanTM2020-02-08
| | |
* | | Merge pull request #79529 from r-ryantm/auto-update/java-service-wrappermarkuskowa2020-02-08
|\ \ \ | | | | | | | | java-service-wrapper: 3.5.41 -> 3.5.42
| * | | java-service-wrapper: 3.5.41 -> 3.5.42R. RyanTM2020-02-08
| |/ /
* / / fio: 3.17 -> 3.18R. RyanTM2020-02-08
|/ /
* | Merge pull request #79445 from r-ryantm/auto-update/jumpRyan Mulligan2020-02-07
|\ \ | | | | | | jump: 0.30.0 -> 0.30.1
| * | jump: 0.30.0 -> 0.30.1R. RyanTM2020-02-07
| |/
* / rsyslog: add nixos tests to passthru.testsFrederik Rietdijk2020-02-06
|/ | | | | | | ofborg does not build them yet, but at least nixpkgs-update does. https://github.com/ryantm/nixpkgs-update/pull/118 Note this test passes and would not have detected https://github.com/NixOS/nixpkgs/issues/79304
* Merge pull request #79021 from sikmir/ytopMario Rodas2020-02-02
|\ | | | | ytop: init at 0.4.0
| * ytop: init at 0.4.0Nikolay Korotkiy2020-02-02
| |
* | Merge pull request #78928 from NixOS/staging-nextFrederik Rietdijk2020-02-02
|\ \ | |/ |/| Staging next
| * Merge #78604: pciutils: 3.6.2 -> 3.6.4 (into staging)Vladimír Čunát2020-01-28
| |\
| | * pciutils: 3.6.2 -> 3.6.4R. RyanTM2020-01-27
| | |