Commit graph

103189 commits

Author SHA1 Message Date
Thomas Tuegel 06ece41778
KDE Applications: 16.12.2 -> 16.12.3 2017-03-12 17:52:48 -05:00
Jörg Thalheim beb2a2f63d Merge pull request #23753 from magnetophon/neomutt
neomutt: 20170128 -> 20170306
2017-03-12 17:05:25 +01:00
Ji-Haeng Huh 697838cbea
yasr: init at 0.6.9
fixes #23188
2017-03-12 16:59:00 +01:00
Ambroz Bizjak 2d47e1be72 kdevelop: 5.0.3 -> 5.0.4 (#23788) 2017-03-12 16:49:24 +01:00
Jörg Thalheim 41625dcab6
pump.io: fix tests
fixes #23568
2017-03-12 16:01:07 +01:00
Rodney Lorrimar f488b1811b
pumpio service: don't keep secrets in nix store
Added extra config options to allow reading passwords from file rather
than the world-readable nix store.

The full config.json file is created at service startup.

Relevant to #18881
2017-03-12 16:01:02 +01:00
Rodney Lorrimar f1a1490135
pumpio service: adjust upload directory config for 3.0.0
These changes are backwards compatible.
2017-03-12 16:00:57 +01:00
Rodney Lorrimar 252e58a95e
pump.io: 1.0.0 -> 3.0.0
The package stopped building for some unknown reason (npm could no
longer fetch a module).

This is one of the build failures listed in #23253.

    http://hydra.nixos.org/build/49551309
    http://hydra.nixos.org/build/49548753

Easiest fix is to upgrade to latest stable version and regenerate
packages with node2nix.

The databank-memcached dependency needed to be dropped due to
dependency failures.
2017-03-12 16:00:34 +01:00
Rodney Lorrimar 453529bd60
nodePackages: support github:owner/repo scheme for package deps
JS devs found a new way to be annoying - adjust code accordingly.

Have also put this change in PR svanderburg/node2nix#40
2017-03-12 16:00:13 +01:00
José Romildo Malaquias 196f64d675 qbittorrent: 3.3.10 -> 3.3.11 (#23703) 2017-03-12 15:48:26 +01:00
José Romildo Malaquias 16023ef598 enlightenment: 0.21.5 -> 0.21.7 (#23791) 2017-03-12 15:48:14 +01:00
Joachim F 6fce6c9adb Merge pull request #23748 from joachifm/use-remove-references-to
Use removeReferencesTo
2017-03-12 15:07:49 +01:00
Daiderd Jordan 90be8a7db7 Merge pull request #23764 from periklis/topic_qt57_darwin
Re-revert "Merge pull request #23602 from periklis/topic_qt57_darwin"
2017-03-12 15:05:36 +01:00
zetok 4ca17dd6c0 gresecurity docs: fix incorrect option (#23789) 2017-03-12 15:05:14 +01:00
Periklis Tsirakidis 4904df80bb qt57.qtbase: enable darwin compatibility 2017-03-12 15:02:24 +01:00
Rommel M. Martinez f5a5516355 emem: 0.2.34 -> 0.2.35 2017-03-12 09:38:43 +01:00
ndowens c52b7510b5 olsrd: 0.6.6.1 -> 0.9.6.1 2017-03-12 08:38:24 +01:00
ndowens 819b8c68de assimp: 3.2 -> 3.3.1 2017-03-12 08:34:51 +01:00
ndowens 1e68693cef cimg: 1.7.0 -> 1.7.9 2017-03-12 08:32:32 +01:00
Vincent Laporte c9d8ae084d ocamlPackages.ocaml-migrate-parsetree: init at 0.5
This library converts parsetrees, outcometree and ast mappers
between different OCaml versions. High-level functions help making
PPX rewriters independent of a compiler version.

Homepage: https://github.com/let-def/ocaml-migrate-parsetree
2017-03-12 07:29:54 +00:00
Peter Hoeg e18d518d66 heroku-cli: 5.6.14 -> 5.6.32 2017-03-12 14:48:17 +08:00
ndowens a7843b01f2 chromaprint: 1.3.1 -> 1.3.2 2017-03-11 21:52:14 -06:00
Daiderd Jordan 3ea16e98b4 Merge pull request #23393 from periklis/topic_valgrind_darwin
valgrind: enable darwin build
2017-03-11 21:17:40 +01:00
Periklis Tsirakidis 7c980f5e9c valgrind: enable darwin build 2017-03-11 20:29:52 +01:00
Joachim F 89e4618222 Merge pull request #23751 from joachifm/electrum-2_8
Electrum 2 8
2017-03-11 20:02:39 +01:00
Domen Kožar 25d3a0b6b6 Merge pull request #23758 from butterflya/patch-5
hydra-eval-failures.py: Remove Python 2 specific syntax
2017-03-11 19:47:33 +01:00
Domen Kožar bd4285a4cb
Remove Dockerfile
One can generate a new layer with nix-channel --update
from https://hub.docker.com/r/nixos/nix/

This file wasn't maintained.
2017-03-11 19:41:18 +01:00
Joachim Fasting d575efc5f0
electrum: 2.7.18 -> 2.8.1
See https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Also
- patch .desktop file to include full path to electrum
- add dep on pysocks
- remove dep on pyasn; per the changelog, it has not been used since v2.1
- replace dep on slowaes with pyaes
2017-03-11 19:26:31 +01:00
Joachim Fasting 617d8af325
pythonPackages.pyaes: init at 1.6.0 2017-03-11 19:26:29 +01:00
Joachim Fasting 9cc2083dac
pythonPackages.mnemonic: 0.12 -> 0.17 2017-03-11 19:26:27 +01:00
Joachim Fasting 10a0f1c2af
pythonPackages.trezor: 0.7.4 -> 0.7.12 2017-03-11 19:26:22 +01:00
butterflya 55e477c1f1 Remove Python 2 specific syntax 2017-03-11 17:42:20 +01:00
Bart Brouns 42c2bac8c0 neomutt: 20170128 -> 20170306 2017-03-11 16:26:37 +01:00
ndowens 286917bfc9 aubio: 0.4.1 -> 0.4.4 (#23739) 2017-03-11 15:28:07 +01:00
Joachim F df28a56a7d Merge pull request #23664 from joachifm/ds4drv
Update ds4drv & deps
2017-03-11 15:26:13 +01:00
Joachim Fasting 61edb1cb2e
pythonPackages.pyudev: 0.20.0 -> 0.21.0
Also move expression
2017-03-11 15:25:34 +01:00
Marius Bakke 4aaf27bb4d
pythonPackages.ds4drv: 0.5.0 -> 0.5.1
Also move expression
2017-03-11 15:25:32 +01:00
Marius Bakke 3051dafeb6
pythonPackages.pyudev: 0.16.1 -> 0.20.0 2017-03-11 15:25:30 +01:00
Joachim Fasting d082a29c3a
runc: use removeReferencesTo 2017-03-11 15:17:36 +01:00
Joachim Fasting c4fe196087
docker: use removeReferencesTo 2017-03-11 15:17:34 +01:00
Joachim Fasting 0c6a1eaa43
containerd: use removeReferencesTo 2017-03-11 15:17:32 +01:00
Joachim Fasting 061ff21bbf
kubernetes: use removeReferencesTo 2017-03-11 15:17:26 +01:00
aszlig 0a7673d202
qemu_test: Rebase force-uid0-on-9p.patch
This reverts commit 3a4e2376e4.

The reverted commit caused the fix for CVE-2016-9602 not to be applied
for qemu_test because it conflicts with the force-uid0-on-9p.patch.

So with the rebase of the patch on top of the changes of the
CVE-2016-9602.patch, both patches no longer conflict with each other.

I've tested this with the "misc" NixOS test and it succeeds.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 15:16:49 +01:00
Franz Pletz c3c69535aa
firmwareLinuxNonfree: 2017-02-06 -> 2017-03-11
Fixes #22365.
2017-03-11 15:03:57 +01:00
Tuomas Tynkkynen a241abf603 Revert "stdenv: aarch64 is also ARM"
This reverts commit a5f4e22289.

Breaks the stdenv build, e.g.: http://hydra.nixos.org/build/50015717
In general, the architectures are different enough that there is no
reason to consider both as ARM, just like we don't consider x86_64 as
32-bit x86.

cc @fpletz
2017-03-11 15:57:51 +02:00
Robin Gloster d6d796812a
lightdm_qt: fix build 2017-03-11 14:52:42 +01:00
Robin Gloster 91bbd73ffa
suil-qt5: fix build 2017-03-11 14:47:29 +01:00
Franz Pletz 3a4e2376e4
qemu_test: don't apply patch for CVE-2016-9602
Both patches are conflicting. Keeping the vulnerability unpatched in qemu
binaries used for nixos test is tolerable.
2017-03-11 13:43:42 +01:00
aszlig e25f8f2e37
gwenhywfar: 4.15.3 -> 4.17.0
* 4.17.0: A few smaller fixes.
 * 4.16.0beta: It's now possible to show saved passwords from the
               GWEN_PASSWD_STORE file.
 * 4.15.6beta: Improve Certificate handling with TLS connections.
 * 4.15.5beta: Fix problem with some servers aborting SSL connections.

The full changelogs in German can be found at:

https://www.aquamaniac.de/sites/news/index.php

Built and tested successfully on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 12:38:01 +01:00
aszlig 460c064852
aqbanking: 5.6.10 -> 5.6.12
* 5.6.11: Fix problem with some servers aborting SSL connections.
 * 5.6.12: Improve handling of offset accounts during turnover
           retrieval.

The full changelogs in German can be found at:

https://www.aquamaniac.de/sites/news/index.php

Built and tested successfully on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 12:37:58 +01:00