Commit graph

207969 commits

Author SHA1 Message Date
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Mario Rodas 7e8454fb85
Merge pull request #76443 from r-ryantm/auto-update/sysbench
sysbench: 1.0.18 -> 1.0.19
2020-01-03 03:43:17 -05:00
Mario Rodas c1fdafa8ad
Merge pull request #76432 from r-ryantm/auto-update/spectre-meltdown-checker
spectre-meltdown-checker: 0.42 -> 0.43
2020-01-03 03:39:08 -05:00
Mario Rodas d3cd40ac86
Merge pull request #76477 from r-ryantm/auto-update/yoshimi
yoshimi: 1.6.0.3 -> 1.6.1
2020-01-03 03:35:28 -05:00
Silvan Mosberger be3f887ac4
lib/tests: Temporarily disable submodule path test
Until https://github.com/NixOS/nixpkgs/pull/76861 or so is merged
2020-01-03 06:02:55 +01:00
Silvan Mosberger c7ade6844f
Revert "lib/types: Allow paths as submodule values"
This reverts commit eec83d41e3.

This broke hydra evaluation because with this commit submodule values
are allowed to be paths, however the certmgr module uses `either
(submodule ...) path` in its type, meaning it already used paths for
something else which would now be interpreted as a submodule.
2020-01-03 05:21:01 +01:00
Franz Pletz 804678f9ea
Merge pull request #76756 from mehlon/hyperrogue
hyperrogue: 10.5e -> 11.2d
2020-01-03 03:10:37 +00:00
Franz Pletz 6a2caa555b
Merge pull request #76801 from hax404/chirp
chirp: 20191123 -> 20191221; add support for chirp.drivers.tk8180
2020-01-03 03:10:08 +00:00
Graham Christensen d08fc1a002
Merge pull request #76852 from lovesegfault/fix-manual-boot-console
nixos-manual: boot.extraTTYs -> console.extraTTYs
2020-01-02 20:28:45 -05:00
Bernardo Meurer d80570f3f5
rogue: boot.extraTTYs -> console.extraTTYs 2020-01-02 16:59:43 -08:00
Bernardo Meurer 992245f844
nixos-manual: boot.extraTTYs -> console.extraTTYs 2020-01-02 16:53:15 -08:00
Ryan Mulligan ec29bb50bf
Merge pull request #76208 from r-ryantm/auto-update/bcftools
bcftools: 1.9 -> 1.10.2
2020-01-02 16:42:27 -08:00
Graham Christensen 45a1974ab4
Merge pull request #76846 from lovesegfault/gegl-no-flaky-tests
gegl: remove flaky test
2020-01-02 18:50:03 -05:00
Timo Kaufmann 552b38ed74
Merge pull request #76829 from timokau/gf2x-1.3.0
ntl: 11.4.1 -> 11.4.2, gf2x: 1.2 -> 1.3.0
2020-01-03 00:46:18 +01:00
Bernardo Meurer af292657cd
gegl: remove flaky test
c.f. https://gitlab.gnome.org/GNOME/gegl/issues/215
2020-01-02 15:19:23 -08:00
Maximilian Bosch af26f69257
Merge pull request #76313 from oxalica/cargo-flamegraph-perf
cargo-flamegraph: fix runtime dep: linux-perf
2020-01-02 23:54:57 +01:00
Maximilian Bosch 4a13ebd335
Merge pull request #76298 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.19.1 -> 0.19.3
2020-01-02 23:50:37 +01:00
Maximilian Bosch 8f9a0b48b5
Merge pull request #76580 from filalex77/gleam-0.6.0
gleam: 0.5.0 -> 0.6.0
2020-01-02 23:32:33 +01:00
Maximilian Bosch 9b298ad945
Merge pull request #76278 from r-ryantm/auto-update/homeassistant-cli
home-assistant-cli: 0.7.0 -> 0.8.0
2020-01-02 23:20:23 +01:00
adisbladis 1b33a0aedf
Merge pull request #76646 from adisbladis/poetry
poetry2nix: init at 1.1.0
2020-01-02 22:14:42 +00:00
Maximilian Bosch 40d02af8aa
ansible-lint: 4.1.1a0 -> 4.2.0
Upstream switched to a PEP517-based build[1] which required some minor
changes on the package. Additionally, the update fixes the currently
broken package build[2].

[1] https://www.python.org/dev/peps/pep-0517/
[2] https://hydra.nixos.org/build/109032815
2020-01-02 23:03:04 +01:00
Danylo Hlynskyi c9bf6aebaa
Merge pull request #76770 from dtzWill/update/devilutionx-1.0.0
devilutionx: 0.5.0 -> 1.0.0, install font file
2020-01-03 00:02:42 +02:00
adisbladis 54928f92ac
poetry: 0.12.17 -> 1.0.0 2020-01-02 21:59:56 +00:00
adisbladis ded1080db4
poetry2nix: init at 1.1.0 2020-01-02 21:59:56 +00:00
Florian Klink 1c9af6e7c1
Merge pull request #76621 from cab404/micronucleus
Added micronucleus
2020-01-02 22:54:32 +01:00
Maximilian Bosch ac62ee848e
cargo-release: 0.12.4 -> 0.13.0
https://github.com/sunng87/cargo-release/releases/tag/v0.13.0
2020-01-02 22:12:03 +01:00
aszlig 845e92835d
Merge Last-Modified fix for nginx (#76697)
This fixes the patch for nginx to clear the Last-Modified header if a
static file is served from the Nix store.

So far we only used the ETag from the store path, but if the
Last-Modified header is always set to "Thu, 01 Jan 1970 00:00:01 GMT",
Firefox and Chrome/Chromium seem to ignore the ETag and simply use the
cached content instead of revalidating.

Alongside the fix, this also adds a dedicated NixOS VM test, which uses
WebDriver and Firefox to check whether the content is actually served
from the browser's cache and to have a more real-world test case.
2020-01-02 21:41:59 +01:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Frederik Rietdijk bdfb1bd01b sudo: 1.8.29 -> 1.8.30 2020-01-02 21:38:33 +01:00
Frederik Rietdijk ee3f276461 Revert "sudo: fix for structured attrs"
This broke sudo.

This reverts commit 91a1f2043f.
2020-01-02 21:38:33 +01:00
Christian Kauhaus 129c73802f
Merge pull request #76153 from arcnmx/connman-iwd
nixos/connman: optional iwd backend
2020-01-02 21:35:54 +01:00
Florian Klink 03212a7f03
Merge pull request #76606 from flokli/mysql-tests
nixosTests.mysql: add more tests
2020-01-02 21:30:55 +01:00
Maximilian Bosch 0e31950cb4
gotify-server: 2.0.12 -> 2.0.13
https://github.com/gotify/server/releases/tag/v2.0.13
2020-01-02 21:25:58 +01:00
Vladyslav M 9543e35537
Merge pull request #76579 from filalex77/polybar-3.4.2
polybar: 3.4.1 -> 3.4.2
2020-01-02 22:15:52 +02:00
Matthew Bauer 81daa1e5dc
Merge pull request #76546 from matthewbauer/nvidia-fix-udev-rules
nvidia: fix $ substitution in udev rules
2020-01-02 15:04:33 -05:00
Silvan Mosberger cdf79db19d
Module system improvements for NixOS as a submodule (#75031)
Module system improvements for NixOS as a submodule
2020-01-02 20:38:45 +01:00
Maximilian Bosch dad49d0b5e
Merge pull request #76815 from filalex77/clash-0.17.1
clash: 0.16.0 -> 0.17.1
2020-01-02 20:31:37 +01:00
Victor multun Collod 43db1be418 pythonPackages.junitparser: init at 1.4.1 2020-01-02 11:24:23 -08:00
Maximilian Bosch 7440483138
Merge pull request #76397 from r-ryantm/auto-update/qsampler
qsampler: 0.6.0 -> 0.6.1
2020-01-02 19:38:10 +01:00
Tim Steinbach 12fa2123ae
linux_latest-libre: 17159 -> 17161 2020-01-02 13:19:00 -05:00
Matthew Bauer 699e1b41f1
Merge pull request #76830 from ericnorris/master
Disable NS in emacs-nox
2020-01-02 12:38:04 -05:00
Marek Mahut 7d90e34e9f
Merge pull request #76817 from misuzu/3proxy-test-python
nixosTests.3proxy: port test to python
2020-01-02 18:19:43 +01:00
Eric Norris 5e7131bcc6
Disable NS in emacs-nox 2020-01-02 12:11:09 -05:00
Maximilian Bosch c016cf0fce
Merge pull request #76740 from Ma27/bump-matrix-synapse
matrix-synapse: 1.7.2 -> 1.7.3
2020-01-02 17:43:37 +01:00
Aaron Andersen ebf58a3404
Merge pull request #76709 from aanderse/httpd-ssl
nixos/httpd: update default ssl protocols
2020-01-02 11:28:25 -05:00
Marek Mahut 16061ff61d
Merge pull request #76764 from servalcatty/v2ray
v2ray: 4.21.3 -> 4.22.0
2020-01-02 17:24:30 +01:00
Timo Kaufmann 45e3be9eca gf2x: 1.2 -> 1.3.0
Switch source to fetchgit since it removes the requirements to manually
find the correct link for each version.

More information at
https://github.com/NixOS/nixpkgs/pull/45299
2020-01-02 17:24:11 +01:00
Victor multun Collod f85aff5a22 pythonPackages.prox-tv: init at 3.3.0 2020-01-02 17:18:17 +01:00
Victor multun Collod 0acac5cb45 maintainers: add multun 2020-01-02 17:18:17 +01:00
Timo Kaufmann d41ff9b59f ntl: 11.4.1 -> 11.4.2
Needed for gf2x 1.3.0 compatibility. Upstream says:

> I just uploaded NTL 11.4.2 to http://www.shoup.net/ntl

> This fixes a few small, obscure bugs, including one that  prevents using
> the gf2x-1.3 library.

At https://groups.google.com/d/msgid/sage-devel/992c77f6-ebf9-4049-8900-c45c6b89f4ed%40googlegroups.com
2020-01-02 17:05:19 +01:00