summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* libraw: 0.18.5 -> 0.18.7Franz Pletz2018-01-28
|
* libowfat: 0.29 -> 0.31Franz Pletz2018-01-28
|
* libmikmod: 3.3.11 -> 3.3.11.1Franz Pletz2018-01-28
|
* libbluray: 1.0.0 -> 1.0.2Franz Pletz2018-01-28
|
* libass: 0.13.7 -> 0.14.0Franz Pletz2018-01-28
|
* gnupg1orig: 1.4.21 -> 1.4.22Franz Pletz2018-01-28
|
* openscad: 2015.03-1 -> 2015.03-3Franz Pletz2018-01-28
|
* xvidcore: 1.3.4 -> 1.3.5Franz Pletz2018-01-28
|
* youtubeDL: 2018.01.21 -> 2017.01.27Franz Pletz2018-01-28
|
* yara: 3.7.0 -> 3.7.1Franz Pletz2018-01-28
|
* xmp: 4.0.10 -> 4.1.0Franz Pletz2018-01-28
|
* libxmp: 4.3.12 -> 4.4.1Franz Pletz2018-01-28
|
* xcbutilxrm: 1.0 -> 1.2Franz Pletz2018-01-28
|
* xcalib: 0.8 -> 0.10Franz Pletz2018-01-28
|
* virt-viewer: 5.0 -> 6.0Franz Pletz2018-01-28
|
* augeas: 1.8.1 -> 1.10.0Franz Pletz2018-01-28
|
* libargon2: 20161029 -> 20171227Franz Pletz2018-01-28
|
* dovecot: 2.2.33.2 -> 2.3.0Franz Pletz2018-01-28
|
* libstemmer: init at 2017-03-02Franz Pletz2018-01-28
|
* minetest: 0.4.15 -> 0.4.16Franz Pletz2018-01-28
|
* flashrom: 0.9.9 -> 1.0Franz Pletz2018-01-28
|
* freeciv: 2.5.9 -> 2.5.10Franz Pletz2018-01-28
|
* irssi: 1.0.6 -> 1.1.0Franz Pletz2018-01-28
|
* libsodium: 1.0.15 -> 1.0.16Franz Pletz2018-01-28
|
* mediainfo: 17.10 -> 17.12Franz Pletz2018-01-28
|
* iperf2: 2.0.9 -> 2.0.10Franz Pletz2018-01-28
|
* geoip: 1.6.2 -> 1.6.12Franz Pletz2018-01-28
|
* graphicsmagick: 1.3.27 -> 1.3.28Franz Pletz2018-01-28
|
* darktable: 2.4.0 -> 2.4.1Franz Pletz2018-01-28
|
* conky: 1.10.6 -> 1.10.7Franz Pletz2018-01-28
|
* gqrx: 2.8 -> 2.10Franz Pletz2018-01-28
|
* jenkins: 2.101 -> 2.103Franz Pletz2018-01-28
|
* wireless-regdb: 2017.03.07 -> 2017.12.23Franz Pletz2018-01-28
|
* inadyn: 2.2.1 -> 2.3Franz Pletz2018-01-28
|
* libite: 1.9.2 -> 2.0.1Franz Pletz2018-01-28
|
* mbedtls: 2.6.0 -> 2.6.1Franz Pletz2018-01-28
|
* mpd: 0.20.10 -> 0.20.15Franz Pletz2018-01-28
|
* kea: 1.2.0 -> 1.3.0Franz Pletz2018-01-28
|
* openttd: 1.7.1 -> 1.7.2Franz Pletz2018-01-28
|
* ncmpc: 0.28 -> 0.29Franz Pletz2018-01-28
|
* sslh: 1.18 -> 1.19Franz Pletz2018-01-28
|
* lldpd: 0.9.8 -> 0.9.9Franz Pletz2018-01-28
|
* uhd: fix build due to boost upgradeFranz Pletz2018-01-28
|
* Merge pull request #34345 from LnL7/darwin-mariadbDaiderd Jordan2018-01-28
|\ | | | | mariadb: fix connector-c library install_name on darwin
| * mariadb: fix connector-c library install_name on darwinDaiderd Jordan2018-01-27
| |
* | monero-gui: init at 0.11.1.0rnhmjoj2018-01-28
| |
* | monero: build libmonero-walletrnhmjoj2018-01-28
| |
* | Merge pull request #34350 from Ma27/fix-powermanagement-defaultFranz Pletz2018-01-28
|\ \ | | | | | | nixos/powerManagement: set `cpuFreqGovernor` with `mkOptionDefault`
| * | nixos/powerManagement: set `cpuFreqGovernor` with `mkOptionDefault`Maximilian Bosch2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `nixos-generate-config` detects the `cpuFreqGovernor` suited best for my machine, e.g. `powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";`. However the `powerManagement` module sets a sensitive default for `cpuFreqGovernor` using `mkDefault` to avoid breackage with older setups. Since 140ac2f1 the `hardware-configuration.nix` sets the gorvernor with `mkDefault` as well which causes evaluation errors if the powermanagement module is enabled: ``` error: The unique option `powerManagement.cpuFreqGovernor' is defined multiple times, in `/home/ma27/Projects/nixos-config/hardware-configuration.nix' and `/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/config/power-management.nix'. ``` Using `mkOptionDefault` rather than `mkDefault` in the powermanagement module fixes this issue as it decreases the priority of the module and prefers the value set in `hardware-configuration.nix`. I have confirmed the change using the following VM declaration: ``` { cpuFreq = { lib, ... }: { powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.enable = true; }; } ```
* | | Merge pull request #34356 from dezgeg/mdadm4Michael Raskin2018-01-28
|\ \ \ | | | | | | | | mdadm: Make 4.0 the default