about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* Merge master into staging-nextFrederik Rietdijk2020-02-09
|\
| * linux config: revert BPF_JIT_ALWAYS_ON=yesVladimír Čunát2020-02-09
| | | | | | | | | | | | | | | | | | This reverts a small bit of af808bd82 from PR #73328. Fixes #79304: tests.installer.simpleUefiSystemdBoot.x86_64-linux I still don't know why the regression happened, but this feature doesn't seem important enough to block channel now, though it reportedly helps to mitigate spectre 2 attack CVE-2017-5715.
| * mcelog: 167 -> 168R. RyanTM2020-02-08
| |
* | Merge master into staging-nextFrederik Rietdijk2020-02-07
|\|
| * Merge pull request #79371 from jtojnar/hughsie-pkgsJan Tojnar2020-02-07
| |\ | | | | | | fwupd: split daemon again
| | * nixos/fwupd: disable test plugins implicitlyJan Tojnar2020-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalid test was introduced in https://github.com/fwupd/fwupd/commit/297d1598ef0739dc27c6cc884697bfd2ca03f2f5 and it is disabled in the shipped daemon.conf. I forgot to reflect that in the module, which caused the daemon to print the following on start-up: FuEngine invalid has incorrect built version invalid and the command to warn: WARNING: The daemon has loaded 3rd party code and is no longer supported by the upstream developers! To reduce the change of this happening in the future, I moved the list of default disabled plug-ins to the package expression. I also set the value of the NixOS module option in the config section of the module instead of the default value used previously, which will allow users to not care about these plug-ins.
| | * fwupd: split daemon againJan Tojnar2020-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | In 1.3.5, fwupdprivate library was made into a shared fwupdplugin library. This library is considered semi-private and is used by fwupd daemon and fwupd plug-ins and now possibly third party plug-ins. The fwupdplugin library refers to the plug-in directory in fwupd.out causing a dependency cycle. For that reason we need to move it to out.
| * | eventstat: 0.04.07 -> 0.04.08R. RyanTM2020-02-06
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-02-06
|\| |
| * | Merge pull request #79319 from r-ryantm/auto-update/jfbpdfMaximilian Bosch2020-02-06
| |\ \ | | | | | | | | jfbpdf: 0.5.6 -> 0.5.7
| | * | jfbpdf: 0.5.6 -> 0.5.7R. RyanTM2020-02-06
| | | |
| * | | Merge pull request #79309 from jtojnar/hugsie-pkgsJan Tojnar2020-02-06
| |\ \ \ | | |/ / | |/| / | | |/ fwupd: 1.3.3 → 1.3.7
| | * fwupd: 1.3.3 → 1.3.7Jan Tojnar2020-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs: * https://github.com/fwupd/fwupd/commit/342a38b43283108f92aa6eb18073073c2b20828b * https://github.com/fwupd/fwupd/commit/713d20f79fa0e460c02f109d68f3ad5e825e6298 * https://github.com/fwupd/fwupd/commit/1ac566bc09bf63505e01f8b7fc839592b8591f7d * https://github.com/fwupd/fwupd/commit/ca3cdaef43971c170d911cc85f6ae3746cd64833 Notably: * libfwupdplugin was factored out of the binary, introducing irreconcilable dependency cycle between `out` and `lib` outputs.
* | | Merge staging-next into stagingFrederik Rietdijk2020-02-05
|\| |
| * | Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-05
| | | | | | | | | | | | | | | | | | | | | | | | In 87a19e9048773d5a363679617406ad148d36c3b8 I merged staging-next into master using the GitHub gui as intended. In ac241fb7a570d6cf81d229ad22a8889602639160 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master. Thinking this may cause trouble, I reverted it in 0be87c79797a5fa384fbc356c74ed54f9f7829ea. This was however wrong, as it "removed" master. This reverts commit 0be87c79797a5fa384fbc356c74ed54f9f7829ea.
| * | Revert "Merge master into staging-next"Frederik Rietdijk2020-02-05
| | | | | | | | | | | | | | | | | | | | | | | | I merged master into staging-next but accidentally pushed it to master. This should get us back to 87a19e9048773d5a363679617406ad148d36c3b8. This reverts commit ac241fb7a570d6cf81d229ad22a8889602639160, reversing changes made to 76a439239eb310d9ad76d998b34d5d3bc0e37acb.
| * | Merge pull request #79119 from NixOS/staging-nextFrederik Rietdijk2020-02-05
| |\ \ | | | | | | | | Staging next
| * | | linuxPackages.wireguard: 0.0.20200128 -> 0.0.20200205Maximilian Bosch2020-02-05
| | | | | | | | | | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-February/004962.html
| * | | linux: 5.5.1 -> 5.5.2Tim Steinbach2020-02-05
| | | |
| * | | linux: 4.9.212 -> 4.9.213Tim Steinbach2020-02-05
| | | |
| * | | linux: 4.4.212 -> 4.4.213Tim Steinbach2020-02-05
| | | |
* | | | Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát2020-02-05
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Includes update of stdenv bootstap tools (for three main platforms) and many package fixes with new glibc.
| * \ \ \ Merge branch 'staging' into glibc230Maximilian Bosch2020-02-01
| |\ \ \ \
| * | | | | policycoreutils: fix build w/glibc-2.30Maximilian Bosch2020-01-30
| | | | | |
| * | | | | Merge branch 'staging' into glibc230Maximilian Bosch2020-01-28
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/vit/default.nix
| * | | | | | tiscamera: 0.9.1 -> 0.11.1, fix build w/glibc-2.30Maximilian Bosch2020-01-28
| | | | | | |
| * | | | | | jfbview: fix build w/glibc-2.30Maximilian Bosch2020-01-25
| | | | | | |
| * | | | | | Merge branch 'staging' into glibc230Maximilian Bosch2020-01-23
| |\ \ \ \ \ \
| * | | | | | | drbd: fix build w/glibc-2.30Maximilian Bosch2020-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decided to not bump to a later version as they decided to split the repo which would've made change way more complicated.
* | | | | | | | libv4l: 1.16.7 -> 1.18.0R. RyanTM2020-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/v4l-utils/versions
* | | | | | | | Merge pull request #74666 from r-ryantm/auto-update/sysstatFrederik Rietdijk2020-02-05
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | sysstat: 12.1.7 -> 12.2.0
| * | | | | | | sysstat: 12.1.7 -> 12.2.0R. RyanTM2019-11-29
| | | | | | | |
* | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-02-05
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #75885 from voanhduy1512/add_asus_wmi_sensorsworldofpeace2020-02-04
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | asus-wmi-sensors: init at 0.0.1
| | * | | | | | | asus-wmi-sensors: init at 0.0.1Vo Anh Duy2020-02-04
| | | | | | | | |
| * | | | | | | | Merge pull request #78448 from snicket2100/irqbalance-systemdJörg Thalheim2020-02-04
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | irqbalance: systemd service config aligned with upstream
| | * | | | | | | | irqbalance: using systemd service definition from the package itselfsnicket21002020-02-02
| | | | | | | | | |
| * | | | | | | | | nvidia_x11: 440.44 -> 440.59Edmund Wu2020-02-03
| | | | | | | | | |
| * | | | | | | | | linux: Enable NVME_HWMONmisuzu2020-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is available for 5.5+ and enables support for NVMe drives temperature reporting
* | | | | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-02-02
|\| | | | | | | | | | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge pull request #78928 from NixOS/staging-nextFrederik Rietdijk2020-02-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Staging next
| * | | | | | | | | linux: 5.5 -> 5.5.1Tim Steinbach2020-02-01
| | | | | | | | | |
| * | | | | | | | | linux: 5.4.16 -> 5.4.17Tim Steinbach2020-02-01
| | | | | | | | | |
| * | | | | | | | | linux: 4.19.100 -> 4.19.101Tim Steinbach2020-02-01
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | stdenv: introduce appleSdkVersion and macosVersionMinDaiderd Jordan2020-01-31
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge staging into staging-nextFrederik Rietdijk2020-01-31
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | iproute: 5.4.0 -> 5.5.0Michael Weiss2020-01-29
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Most of the fixes have been related to single (and json) formatting. Thank you to Aya, Jakub, Jiri, and Ron for the work to get devlink improved." [0] File changes (additions/removals): None nix path-info -S: 5.4.0 46705272 5.5.0 46726136 [0]: https://marc.info/?l=linux-netdev&m=158013364425477
| * | | | | | Merge staging-next into stagingFrederik Rietdijk2020-01-28
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | graalvm8: 19.1.1 -> 19.2.1hlolli2020-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - - nixpkgs now with full darwin support
* | | | | | | linux: 5.4.15 -> 5.4.16Tim Steinbach2020-01-30
| | | | | | |