Commit graph

184279 commits

Author SHA1 Message Date
worldofpeace 89f26a475d accountsservice: cleanup style 2019-07-01 00:34:46 -04:00
worldofpeace 76a50f0f85
Merge pull request #63963 from arcnmx/rust-darwin-outdated
cargo-outdated: fix darwin build
2019-06-30 19:16:02 -04:00
worldofpeace 06cf681b6a
Merge pull request #63945 from nyanloutre/riot_1_2_2
riot-{web,desktop}: 1.2.1 -> 1.2.2
2019-06-30 17:56:08 -04:00
nyanloutre f38d3ee12c
riot-desktop: 1.2.1 -> 1.2.2 2019-06-30 23:24:48 +02:00
nyanloutre 26a0e5f942
riot-web: 1.2.1 -> 1.2.2 2019-06-30 23:24:18 +02:00
Wael Nasreddine 4a5c80e7b8
scalafmt: 2.0.0-RC7 -> 2.0.0 (#63961) 2019-06-30 14:11:18 -07:00
Alyssa Ross fd593be44b
Merge pull request #63952 from alyssais/gnupg-sks
gnupg: change default keyserver to non-SKS
2019-06-30 21:10:38 +00:00
arcnmx c75653b015 cargo-outdated: fix darwin build 2019-06-30 14:00:42 -07:00
Wael M. Nasreddine ae20c6836b
scalafmt: 2.0.0-RC7 -> 2.0.0 2019-06-30 13:36:13 -07:00
worldofpeace e3926c8043
Merge pull request #63224 from risicle/ris-django-taggit-fix
pythonPackages.django_taggit: fix build, enable tests
2019-06-30 15:53:45 -04:00
Alyssa Ross ba23c14b84
gnupg: apply default server CA verification patch
See discussion at
https://github.com/NixOS/nixpkgs/pull/63952#issuecomment-507048690.

Upstream commit:

commit 1c9cc97e9d47d73763810dcb4a36b6cdf31a2254
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date:   Sun Jun 30 11:54:35 2019 -0400

    dirmngr: Only use SKS pool CA for SKS pool

    * dirmngr/http.c (http_session_new): when checking whether the
    keyserver is the HKPS pool, check specifically against the pool name,
    as ./configure might have been used to select a different default
    keyserver.  It makes no sense to apply Kristian's certificate
    authority to anything other than the literal host
    hkps.pool.sks-keyservers.net.

    Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
    GnuPG-Bug-Id: 4593
2019-06-30 19:06:17 +00:00
Alyssa Ross c727083e65
gnupg: change default keyserver to non-SKS
See https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f.

The SKS network is vulnerable to certificate poisoning, which can
destroy GnuPG installations. keys.openpgp.org is a new non-SKS keyserver
that is resistant to this type of attack.

With such an attack being possible, it is unsafe to use SKS keyservers
for almost anything, and so we should protect our users from a now
unsafe default. keys.openpgp.org offers some (but not all) functionality
of SKS, and is better than nothing.

This default is only present in gnupg22. gnupg20 and gnupg1orig are not
affected.
2019-06-30 14:09:02 +00:00
José Luis Lafuente e295fd8137 git-recent: 1.1.0 -> 1.1.1 2019-06-30 13:37:58 +02:00
nyanloutre a1eec05a0c radarr: 0.2.0.1344 -> 0.2.0.1358 2019-06-30 13:36:28 +02:00
Andreas Rammhold bb3b6e24c6
Merge pull request #63929 from flokli/nixos-v242-rev-commit-id
systemd: point to commit id instead of branch name
2019-06-30 13:27:58 +02:00
nyanloutre 17e0f36f72 electron-cash: 4.0.2 -> 4.0.7 2019-06-30 12:53:35 +02:00
adisbladis 5b093425b5
Merge pull request #63807 from adisbladis/conda-shell-noversion
conda: Remove version suffix
2019-06-30 11:51:03 +01:00
Vladimír Čunát 74d2452328
Merge #63928: llvm_7,8: disable libpfm on aarch64 2019-06-30 09:21:27 +02:00
Wael Nasreddine 1474220823
buildGoModule: add ./ to all sub-packages (#63936)
When $subPackages has more than one item, the build was failing because
./ was added only to the first subPackage. This commit adds ./ to all
specified subPackages.
2019-06-29 22:22:02 -07:00
Mario Rodas 5b7e3718ee go-tools: 2019.2 -> 2019.2.1 (#63885) 2019-06-29 16:48:16 -07:00
Michael Weiss 1707911f97
signal-desktop: 1.25.2 -> 1.25.3 2019-06-30 01:13:48 +02:00
Graham Christensen 7d62e4b024
llvm_7,8: disable libpfm on aarch64
See https://github.com/nixos/nixpkgs/issues/56245

Testing: 0 ..
FAIL: LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest (2933 of 27000)
******************** TEST 'LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest' FAILED ********************
Note: Google Test filter = PerfHelperTest.FunctionalTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from PerfHelperTest
[ RUN      ] PerfHelperTest.FunctionalTest
/build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:37: Failure
      Expected: CallbackEventName
            Which is: ""
            To be equal to: "CYCLES:u"
            /build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:38: Failure
            Value of: CallbackEventNameFullyQualifed
            Expected: isn't empty
              Actual: ""
              [  FAILED  ] PerfHelperTest.FunctionalTest (3 ms)
              [----------] 1 test from PerfHelperTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (3 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] PerfHelperTest.FunctionalTest

 1 FAILED TEST
 invalid event attribute - cannot create event CYCLES:u

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..

1 warning(s) in tests.
Testing Time: 108.19s
********************
Failing Tests (1):
    LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest

  Expected Passes    : 25609
    Expected Failures  : 141
      Unsupported Tests  : 1249
        Unexpected Failures: 1
        make[3]: *** [CMakeFiles/check-all.dir/build.make:58: CMakeFiles/check-all] Error 1
        make[3]: Leaving directory '/build/llvm/build'
        make[2]: *** [CMakeFiles/Makefile2:365: CMakeFiles/check-all.dir/all] Error 2
        make[2]: Leaving directory '/build/llvm/build'
        make[1]: *** [CMakeFiles/Makefile2:372: CMakeFiles/check-all.dir/rule] Error 2
        make[1]: Leaving directory '/build/llvm/build'
        make: *** [Makefile:251: check-all] Error 2
        builder for '/nix/store/4kq72x6ahrigryr6yjjj7c7ayqy8z2sl-llvm-7.0.1.drv' failed with exit code 2Testing: 0 ..
        FAIL: LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest (2933 of 27000)
        ******************** TEST 'LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest' FAILED ********************
        Note: Google Test filter = PerfHelperTest.FunctionalTest
        [==========] Running 1 test from 1 test case.
        [----------] Global test environment set-up.
        [----------] 1 test from PerfHelperTest
        [ RUN      ] PerfHelperTest.FunctionalTest
        /build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:37: Failure
              Expected: CallbackEventName
                    Which is: ""
                    To be equal to: "CYCLES:u"
                    /build/llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp:38: Failure
                    Value of: CallbackEventNameFullyQualifed
                    Expected: isn't empty
                      Actual: ""
                      [  FAILED  ] PerfHelperTest.FunctionalTest (3 ms)
                      [----------] 1 test from PerfHelperTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (3 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] PerfHelperTest.FunctionalTest

 1 FAILED TEST
 invalid event attribute - cannot create event CYCLES:u

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..

1 warning(s) in tests.
Testing Time: 108.19s
********************
Failing Tests (1):
    LLVM-Unit :: tools/llvm-exegesis/./LLVMExegesisTests/PerfHelperTest.FunctionalTest

  Expected Passes    : 25609
    Expected Failures  : 141
      Unsupported Tests  : 1249
        Unexpected Failures: 1
        make[3]: *** [CMakeFiles/check-all.dir/build.make:58: CMakeFiles/check-all] Error 1
        make[3]: Leaving directory '/build/llvm/build'
        make[2]: *** [CMakeFiles/Makefile2:365: CMakeFiles/check-all.dir/all] Error 2
        make[2]: Leaving directory '/build/llvm/build'
        make[1]: *** [CMakeFiles/Makefile2:372: CMakeFiles/check-all.dir/rule] Error 2
        make[1]: Leaving directory '/build/llvm/build'
        make: *** [Makefile:251: check-all] Error 2
        builder for '/nix/store/4kq72x6ahrigryr6yjjj7c7ayqy8z2sl-llvm-7.0.1.drv' failed with exit code 2
2019-06-29 14:54:52 -04:00
Florian Klink 06b7c4abcc systemd: point to commit id instead of branch name
branch names are mutable, and with
https://github.com/NixOS/systemd/pull/29 being merged in, the nixos-v242
branch advanced from 5c20aab77900f478fd380ab189787d80e4a35963 to
40eb070cb309ec09def0ecdeaf7514c702200835, causing systemd's
fetchFromGitHub to fail with a sha256sum mismatch (when not relying on
the cache).

Fix this, by pointing systemd.src to the commit id before the branch
advancement. This won't cause a rebuild, as the sha256 stayed the same.

Fast-forwarding systemd to 40eb070cb309ec09def0ecdeaf7514c702200835 will
be done in https://github.com/NixOS/nixpkgs/pull/63784 , which also uses
the commit id, and not a branch name for rev.
2019-06-29 20:51:00 +02:00
Wael Nasreddine c49b7f64d1
bazel: fix the compilation of .proto on Darwin (#63879)
On Darwin, the last argument to GCC is coming up as an empty string.
This is breaking the build of proto_library targets. However, I was not
able to reproduce with the example cpp project[0].

This commit patches the cc_wrapper of Bazel that gets installed on
Darwin to remove the last argument if it's an empty string. This is
not a probem on Linux.

[0]: https://github.com/bazelbuild/examples/tree/master/cpp-tutorial/stage3
2019-06-29 11:07:21 -07:00
Timo Kaufmann 95165e03f0
vimPlugins: update (#63925) 2019-06-29 19:00:36 +02:00
gnidorah 2647984501 openjk: 2018-09-17 -> 2019-06-24 (#63915) 2019-06-29 16:25:35 +00:00
Philipp Riegger e231b58490 factorio: experimental 0.17.32 -> 0.17.52 (#63890) 2019-06-29 16:24:59 +00:00
Matthias Beyer fe6bb17872 Add missing semicolon (#63919)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-29 15:52:21 +00:00
Erik Nygren 4e5b10d98c trivial-builders: Fix writeShellScript example (#63888) 2019-06-29 14:50:02 +00:00
Yurii Izorkin 138c2cb7b1 znc: 1.7.3 -> 1.7.4 (#63901) 2019-06-29 14:47:53 +00:00
Yurii Izorkin 72508487c9 syslog-ng: 3.21.1 -> 3.22.1 (#63902) 2019-06-29 14:47:20 +00:00
bricewge 92453c4bcc stow: 2.2.2 -> 2.3.0 (#63917) 2019-06-29 14:46:30 +00:00
Mario Rodas c936d5975b tflint: 0.8.3 -> 0.9.0 (#63910) 2019-06-29 14:45:55 +00:00
Graham Christensen a939166185
Merge pull request #63921 from risicle/ris-libvirt-CVEs
libvirt: 5.3.0 -> 5.4.0 + patches for CVE-2019-10161, CVE-2019-10166, CVE-2019-10167 and CVE-2019-10168
2019-06-29 08:05:08 -04:00
Robert Scott 8ac0f575d9 libvirt: 5.3.0 -> 5.4.0
including parallel bumps of pythonPackages.libvirt and perlPackages.SysVirt

also include patches for CVE-2019-10161, CVE-2019-10166, CVE-2019-10167
and CVE-2019-10168
2019-06-29 11:59:48 +01:00
betaboon 1ab2e927a6 vivaldi-widevine: init at 4.10.1196.0 2019-06-28 22:39:00 -04:00
betaboon e0e865f787 vivaldi-ffmpeg-codecs: 72.0.3626.122 -> 74.0.3729.169 2019-06-28 22:39:00 -04:00
betaboon 33a6fceefa maintainers: add betaboon 2019-06-28 22:39:00 -04:00
Mario Rodas 4a679d4460
Merge pull request #63883 from marsam/update-nodejs-12_x
nodejs-12_x: 12.4.0 -> 12.5.0
2019-06-28 20:58:07 -05:00
worldofpeace 8f6c65fa04
Merge pull request #63906 from worldofpeace/fractal-fixbuild
fractal: fix build with gstreamer 1.16.0
2019-06-28 18:43:48 -04:00
worldofpeace db22815fbd
Merge pull request #63905 from Ma27/bump-stellarium
stellarium: 0.19.0 -> 0.19.1
2019-06-28 18:15:05 -04:00
worldofpeace 50b70f8797 fractal: fix build with gstreamer 1.16.0 2019-06-28 17:42:17 -04:00
Maximilian Bosch 1b019ba91d
stellarium: 0.19.0 -> 0.19.1
https://github.com/Stellarium/stellarium/releases/tag/v0.19.1
2019-06-28 23:24:11 +02:00
Timo Kaufmann d973aa931e
python.pkgs.baselines: 0.1.5 -> 0.1.6 (#63903) 2019-06-28 23:23:38 +02:00
Graham Christensen cc588bd420
Merge pull request #61011 from volth/libvirt-5.3.0
libvirt: 4.10.0 -> 5.3.0
2019-06-28 16:06:17 -04:00
Jörg Thalheim fe9a15211a
gomuks: 2018-07-10 -> 2019-06-28 (#63893)
gomuks: 2018-07-10 -> 2019-06-28
2019-06-28 19:06:25 +01:00
Vladimír Čunát 241ffca67d
linux_testing_hardened: fix modDirVersion
and bring the linux-testing expression closer to the other versions.
2019-06-28 17:23:12 +02:00
Nikolay Amiantov 6f0b781bc1 virtualbox: enable Java bindings
Almost doesn't affect closure size:

Before:
/nix/store/0l23ahih0wzm39q7vgch9v86pw28shdh-virtualbox-6.0.8	 545.9M

After:
/nix/store/s7c6jgf6p0w64fxxh9iik9yi1rsmf2jz-virtualbox-6.0.8	 546.6M
2019-06-28 17:49:36 +03:00
Michael Weiss d24aefd52f
jekyll: Improve the "jekyll new" experience
See https://github.com/NixOS/nixpkgs/issues/58126 for more details.

This will instruct the user how to manually finish the setup instead of
failing with error messages (unfortunately it is quite a bit hacky
though...).

Extra note:
We cannot use "bundle config --local" due to BUNDLE_GEMFILE (would
attempt to create .bundle/config in the Nix store) and manually creating
.bundle/config doesn't work either as these configuration variables are
still overwritten by the environment variables, even though this
shouldn't be the case [0].

[0]: https://bundler.io/v2.0/man/bundle-config.1.html
2019-06-28 16:12:15 +02:00
Nikolay Amiantov 67ea4fcd3b intel-media-driver: disable tests
Works only on hosts with suitable CPUs.

Fixes Hydra failures:
https://hydra.nixos.org/build/95442132
2019-06-28 16:55:56 +03:00