summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* firefox: 61.0.1 -> 61.0.2taku02018-08-09
|
* firefox-bin: 61.0.1 -> 61.0.2taku02018-08-09
|
* Merge pull request #29441 from oxij/nixos/luksSamuel Dionne-Riel2018-08-08
|\ | | | | nixos: initrd/luks: allow to reuse passphrases, cleanup
| * doc: document luksroot.nix changes in release notesJan Malakhovski2018-08-08
| |
| * nixos: initrd/luks: disable input echo for the whole stageJan Malakhovski2018-08-08
| |
| * nixos: initrd/luks: simplify Yubikey handling codeJan Malakhovski2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | From reading the source I'm pretty sure it doesn't support multiple Yubikeys, hence those options are useless. Also, I'm pretty sure nobody actually uses this feature, because enabling it causes extra utils' checks to fail (even before applying any patches of this branch). As I don't have the hardware to test this, I'm too lazy to fix the utils, but I did test that with extra utils checks commented out and Yubikey enabled the resulting script still passes the syntax check.
| * nixos: initrd/luks: change passphrases handlingJan Malakhovski2018-08-08
| | | | | | | | | | | | | | | | | | | | | | Also reuse common cryptsetup invocation subexpressions. - Passphrase reading is done via the shell now, not by cryptsetup. This way the same passphrase can be reused between cryptsetup invocations, which this module now tries to do by default (can be disabled). - Number of retries is now infinity, it makes no sense to make users reboot when they fail to type in their passphrase.
| * nixos: initrd/luks: cleanup and generalize common shell expressionsJan Malakhovski2018-08-08
| | | | | | | | Also fix Yubikey timeout handling mess.
| * nixos: boot/stage-1: check syntax of the generated scriptJan Malakhovski2018-08-08
| |
* | Revert "Revert "Revert "release: disallow aliases"""Matthew Bauer2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0d8076b99cce5c6638abeb28153c42f698e1bc18. This has been causing people issues so it’s easiest to leave it off for now. Eventually I will do an RFC or some other PR where we can have more discussion on benefits of doing this in CI. Fixes #44299 I still think it’s still worth keeping aliases out of Nixpkgs but we don’t need to block evaluation on it.
* | signal-desktop: 1.15.0 -> 1.15.3Michael Weiss2018-08-08
| | | | | | | | | | Skipped 1.15.1 due to upstream issues (see GitHub), 1.15.2 and 1.15.3 should be fine (at least there are fewer issues).
* | Merge pull request #26580 from twhitehead/theano-cleanupFrederik Rietdijk2018-08-08
|\ \ | | | | | | Theano cleanup
| * | Theano: get theano to use a captured build environmentTyson Whitehead2018-08-02
| | |
| * | Theano: cleaner setting of g++, cuda, and dnn pathsTyson Whitehead2018-08-02
| | | | | | | | | | | | | | | Original was a mix of config changes and code changes with a search and replace that also changed unintended bits such as messages.
| * | Theano: libgpuarray needs to use the same version of cudatoolkitTyson Whitehead2018-08-02
| | |
* | | Merge pull request #44707 from r-ryantm/auto-update/qsamplerJörg Thalheim2018-08-08
|\ \ \ | | | | | | | | qsampler: 0.5.1 -> 0.5.2
| * | | qsampler: 0.5.1 -> 0.5.2R. RyanTM2018-08-08
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qsampler/versions.
* | | | nethack: remove debug symbolsMatthew Bauer2018-08-08
| | | | | | | | | | | | | | | | These were adding gcc to the closure
* | | | Merge pull request #42469 from ghuntley/patch-4Silvan Mosberger2018-08-08
|\ \ \ \ | | | | | | | | | | zerotier: added option to customise the port used
| * | | | nixos/zerotier: added option to customise the port usedGeoffrey Huntley2018-08-09
| | | | |
* | | | | remmina: 1.2.30.1 -> 1.2.31.2R. RyanTM2018-08-08
| | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/remmina/versions.
* | | | | geekbench: 4.1.1 -> 4.2.3 (#44709)Vladyslav M2018-08-08
| | | | |
* | | | | bloaty: 2018-06-15 -> 1.0 (#44716)Will Dietz2018-08-08
| | | | | | | | | | | | | | | \o/
* | | | | rt: 4.4.2 -> 4.4.3 (#44685)R. RyanTM2018-08-08
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rt/versions.
* | | | | wcslib: 5.18 -> 5.19.1 (#44668)R. RyanTM2018-08-08
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wcslib/versions.
* | | | | solaar: 0.9.2 -> 2018-02-02Yannik Sander2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * solaar: add unreleased but supported master branch version * package naming * also include name change in all-packages * replace solaar stable package with master branch due to outdated release
* | | | | systemd: improve unit script drv namingLinus Heckemann2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | Also store scripts directly in the nix store rather than having the superfluous /bin/ tree.
* | | | | Merge pull request #44678 from r-ryantm/auto-update/webkitgtkJan Tojnar2018-08-08
|\ \ \ \ \ | | | | | | | | | | | | gnome3.webkitgtk: 2.20.3 -> 2.20.4
| * | | | | gnome3.webkitgtk: 2.20.3 -> 2.20.4R. RyanTM2018-08-08
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/webkitgtk/versions. Also removed no longer necessary postConfigure hook. Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
* | | | | Merge pull request #44680 from r-ryantm/auto-update/webrtc-audio-processingJan Tojnar2018-08-08
|\ \ \ \ \ | | | | | | | | | | | | webrtc-audio-processing: 0.3 -> 0.3.1
| * | | | | webrtc-audio-processing: 0.3 -> 0.3.1R. RyanTM2018-08-08
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/webrtc-audio-processing/versions. Also remove isAarch32 configure hack since it is no longer applicable after https://cgit.freedesktop.org/pulseaudio/webrtc-audio-processing/commit/?id=ff77a85c28564d939d554ba264480d1876cbc316 Also fix Darwin build Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
* | | | | fio: 3.7 -> 3.8Peter Hoeg2018-08-08
| | | | |
* | | | | Merge pull request #44663 from r-ryantm/auto-update/xdg-desktop-portalJan Tojnar2018-08-08
|\ \ \ \ \ | | | | | | | | | | | | xdg-desktop-portal: 0.11 -> 0.99
| * | | | | xdg-desktop-portal: 0.11 -> 0.99R. RyanTM2018-08-07
| |/ / / / | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xdg-desktop-portal/versions.
* | | | | Merge pull request #44661 from r-ryantm/auto-update/xdg-desktop-portal-gtkJan Tojnar2018-08-08
|\ \ \ \ \ | | | | | | | | | | | | xdg-desktop-portal-gtk: 0.11 -> 0.99
| * | | | | xdg-desktop-portal-gtk: 0.11 -> 0.99R. RyanTM2018-08-07
| |/ / / / | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xdg-desktop-portal-gtk/versions.
* | | | | Merge pull request #44701 from r-ryantm/auto-update/qsynthJörg Thalheim2018-08-08
|\ \ \ \ \ | | | | | | | | | | | | qsynth: 0.5.1 -> 0.5.2
| * | | | | qsynth: 0.5.1 -> 0.5.2R. RyanTM2018-08-08
| |/ / / / | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qsynth/versions.
* | | | | Merge pull request #44692 from dotlambda/restic-0.9.2Jörg Thalheim2018-08-08
|\ \ \ \ \ | | | | | | | | | | | | restic: 0.9.1 -> 0.9.2
| * | | | | restic: 0.9.1 -> 0.9.2Robert Schütz2018-08-08
| | | | | |
* | | | | | Merge pull request #39792 from Moredread/fwupdJan Tojnar2018-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | WIP fwupd: 1.0.5 -> 1.1.0
| * | | | | | gnome3.gnome-software: enable fwupdJan Tojnar2018-08-07
| | | | | | |
| * | | | | | fwupd: 1.0.5 -> 1.1.0André-Patrick Bubel2018-08-07
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We override the ESP mount point in the config file /etc/fwupd/uefi.conf (available since version 1.0.6), as it is set to a path in the nix store during build time. Tests are disabled as it needs /etc/os-release, which is not available when building with sandboxing enabled.
* | | | | | Merge pull request #44446 from rnhmjoj/python2->python3Robert Schütz2018-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make python{2,3} version explicit
| * | | | | | pythonPackages.robotsuite: enable python3 buildrnhmjoj2018-08-08
| | | | | | |
| * | | | | | pythonPackages.robotframework: enable python3 buildrnhmjoj2018-08-08
| | | | | | |
| * | | | | | speedtest-cli: use python3rnhmjoj2018-08-08
| | | | | | |
| * | | | | | varnish: use python2rnhmjoj2018-08-08
| | | | | | |
| * | | | | | nox: remove pythonPackages referencesrnhmjoj2018-08-08
| | | | | | |
| * | | | | | asciinema: remove pythonPackages aliasrnhmjoj2018-08-08
| | | | | | |