Commit graph

121102 commits

Author SHA1 Message Date
Joerg Thalheim 759c815c22 migmix: make it a fixed-output derivation
Then we do not need to rebuild it for every platform and on mass-rebuilds.
Also it speedup evaluation.
2017-11-21 18:01:48 +00:00
Eelco Dolstra 9f74cf3e12
vm: Create /dev/full
https://hydra.nixos.org/build/64519371
2017-11-21 18:25:50 +01:00
Jörg Thalheim a4e178b3a5
Merge pull request #31900 from andir/update-intel-microcode
microcodeIntel: 20170707 -> 20171117
2017-11-21 17:22:24 +00:00
Andreas Rammhold 45f0c0b80e
samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
More details at [1] & [2]

[1] https://www.samba.org/samba/security/CVE-2017-15275.html
[2] https://www.samba.org/samba/security/CVE-2017-14746.html
2017-11-21 18:11:28 +01:00
Joerg Thalheim 2c70504892 vimPlugins.vim-grammarous: set languagetool path
Otherwise it try to install languagetool into nix store
2017-11-21 17:05:55 +00:00
Andreas Rammhold 89fab17749
microcodeIntel: 20170707 -> 20171117
From the changelog:

```
Intel Processor Microcode Package for Linux
20171117 Release

-- New Platforms --
CFL U0 (06-9e-0a:22) 70
CFL B0 (06-9e-0b:2) 72
SKX H0 (06-55-04:b7) 2000035
GLK B0 (06-7a-01:1) 1e
APL Bx (06-5c-09:3) 2c
-- Updates --
KBL Y0 (06-8e-0a:c0) 66->70
-- Removed files --
SKX H0 (06-55-04:97) 2000022
```
2017-11-21 17:17:49 +01:00
Tim Steinbach 48252b15b9
sshd: Remove ripemd160 MACs
They are invalid for our OpenSSH
2017-11-21 09:36:51 -05:00
Raymond Gauthier 7cdd12e4e9 kernel config: Enable MEDIA_CONTROLLER
With this disabled, cameras would not get a `/dev/mediaX` entry matching
the `/dev/videoX` which broke any application (e.g: `uvcdynctrl -l`,
`media-ctl -p`) depending on this interface.
2017-11-21 16:33:31 +02:00
Tim Steinbach 3901f08f10
docker-edge: 17.10 -> 17.11 2017-11-21 09:23:48 -05:00
Jörg Thalheim e5cc4bd375
Merge pull request #31897 from hedning/nix-zsh/bash-completions_bump
nix-zsh-completions: 0.3.3 -> 0.3.5, nix-bash-completions: 0.4 -> 0.5
2017-11-21 13:50:22 +00:00
Jörg Thalheim 13cd3c0d27
Merge pull request #31894 from asymmetric/asymmetric/coinmon
nodePackages.coinmon: init at 0.0.6
2017-11-21 13:35:22 +00:00
Tim Steinbach 3300ec2b92
linux: 4.4.99 -> 4.4.100 2017-11-21 08:08:40 -05:00
Tim Steinbach 03a3ab5db1
linux: 4.9.63 -> 4.9.64 2017-11-21 08:06:47 -05:00
Tor Hedin Brønner 9a27fee60a nix-bash-completions: 0.4 -> 0.5
Various improvements and bugfixes.
2017-11-21 14:05:03 +01:00
Tim Steinbach e3877445aa
linux: 4.14 -> 4.14.1 2017-11-21 08:04:26 -05:00
Tim Steinbach 332ac0bdec
linux: 4.13.14 -> 4.13.15 2017-11-21 08:02:12 -05:00
Tor Hedin Brønner d1635a58bf nix-zsh-completions: 0.3.3 -> 0.3.5
Various improvements including attribute completion when supplying a cached
url as a repo.
2017-11-21 14:01:35 +01:00
Vladimír Čunát d16b298d19
dns-root-data: use a stable URL that I maintain anyway
Close #31855.
2017-11-21 13:58:19 +01:00
Jörg Thalheim b632fb9eb2
Merge pull request #31893 from Mic92/language-tool
LanguageTool: 3.7 -> 3.9
2017-11-21 12:55:42 +00:00
Jörg Thalheim d0a94e47d8
Merge branch 'master' into language-tool 2017-11-21 12:35:19 +00:00
Lorenzo Manacorda 9a4ecc0dcd nodePackages.coinmon: init at 0.0.6 2017-11-21 13:15:50 +01:00
Joerg Thalheim b815ae1a0b LanguageTool: 3.7 -> 3.9 2017-11-21 12:04:07 +00:00
Vladimír Čunát 3772338be5
SDL2: disable parallel make
Example failure: https://hydra.nixos.org/build/64494600
It could be fixed more properly, but for me it builds under 80 secs anyway.
2017-11-21 12:55:47 +01:00
Eshin Kunishima 05ce88e6dd
migmix: init at 20150712 2017-11-21 20:28:27 +09:00
aszlig 73746502d8
tomahawk: Mark as unmaintained by upstream
The upstream commit tomahawk-player/tomahawk@c838959248
changed the project's README to state that the project has been
abandoned, quote:

   This project is essentially abandoned

   There is noone working on it. There isn't much sense in adding any
   new issues in the issue tracker unless you want to fix them yourself.

So I'm adding a note in the description and essentially remove my
maintainership as well.

Signed-off-by: aszlig <aszlig@nix.build>
2017-11-21 08:55:55 +01:00
aszlig a8199e79f4
tomahawk: Pin boost to version 1.55
The dependency of boost propagated by Lucene++ is version 1.55, so this
leads to a segfault during startup because we get mixed library versions
with boost 1.62 and 1.55 in the binary.

I've tested running Tomahawk before and after this change and the change
indeed fixes the problem.

Signed-off-by: aszlig <aszlig@nix.build>
Fixes: #17598, #19238
2017-11-21 08:54:58 +01:00
adisbladis b5a99cfdf2
firefox-devedition-bin: 58.0b2 -> 58.0b5 2017-11-21 11:59:51 +08:00
adisbladis 393e4f0b86
firefox-beta-bin: 57.0b14 -> 58.0b5 2017-11-21 11:59:41 +08:00
Daniel Peebles 81cc9bb41d
Merge pull request #31701 from matthewbauer/wesnoth-mac
Wesnoth MacOS
2017-11-20 22:42:59 -05:00
Graham Christensen 3c9b356e10
Merge pull request #31860 from rycee/nixos/bash/fix/inputrc
nixos/bash: mark `inputrc` etc file as default
2017-11-20 21:46:54 -05:00
Orivej Desh 1c1455fbc5 zsh-prezto: rehash with fetchpatch 2017-11-21 02:18:05 +00:00
Orivej Desh 3f7751ecd4 flite: 1.9.0 -> 2.0.0, fix build with Nix 1.12
It is failing with:

     RPATH of binary /nix/store/...-flite-.../bin/flite contains a forbidden reference to /build

because of the rpath entry `../build/x86_64-linux-gnu/lib`.
2017-11-21 01:14:34 +00:00
Joerg Thalheim ce98c217d7 hivemind: remove
Project seems dead and stopped building in august.
cc @canndrew
2017-11-21 02:03:02 +01:00
Joerg Thalheim 6327ba2089 xiphos: 4.0.6 -> 4.0.7 2017-11-21 00:27:33 +00:00
Joerg Thalheim 06bfed3d7f xxdiff: fix build 2017-11-21 00:21:06 +00:00
Joerg Thalheim 1af0254fc7 xonsh: 0.4.3 -> 0.5.12 2017-11-21 00:09:18 +00:00
Daiderd Jordan d5b02278c6
Merge pull request #31814 from matthewbauer/screenfetch-darwin
screenfetch: fix darwin execution
2017-11-21 00:59:24 +01:00
Orivej Desh 882324e3a7
Merge pull request #31878 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-11-20 23:44:12 +00:00
Michael Alan Dorman 5296f91ca2 melpa-packages: 2017-11-20
Removals:
 - omniref: removed from melpa
 - ox-latex-chinese: removed from melpa

Broken:
 - shm: missing dependencies
2017-11-20 17:34:07 -05:00
Michael Alan Dorman 68839b0dd7 melpa-stable-packages: 2017-11-20
Broken:
 - po-mode: missing file header
2017-11-20 17:33:45 -05:00
Michael Alan Dorman b5ebb93e0c org-packages: 2017-11-20 2017-11-20 17:33:30 -05:00
Michael Alan Dorman 1b5252680d elpa-packages: 2017-11-20
Broken:
 - rcirc-menu: missing file header
2017-11-20 17:33:17 -05:00
Renaud 1d6f3ea265
Merge pull request #31573 from c0bw3b/pkg/pkcs11
opencryptoki, pkcs11-helper, simple-tpm-pk11
2017-11-20 22:40:58 +01:00
Daiderd Jordan a6172a90be
Merge pull request #31737 from periklis/init-docker-darwin-support
docker & docker-machine-xhyve: enable darwin support
2017-11-20 21:16:25 +01:00
Tim Steinbach 861fef71f4
Merge pull request #31763 from jeaye/harden-ssh-config
Harden ssh config defaults and remove old host key support
2017-11-20 20:13:21 +00:00
Daiderd Jordan b7dac500d7
Merge pull request #31803 from nicknovitski/sdcv-darwin
sdcv: enable Darwin build
2017-11-20 20:44:35 +01:00
Periklis Tsirakidis 1434c5ed9c fixup! docker-cli: enable darwin support 2017-11-20 20:30:46 +01:00
Periklis Tsirakidis 4a2bd8ed14 fixup! docker-cli: enable darwin support 2017-11-20 20:16:08 +01:00
Periklis Tsirakidis 73c915296f docker-machine-xhyve: init darwin support 2017-11-20 20:07:00 +01:00
Periklis Tsirakidis 0f0ffa70a0 docker-cli: enable darwin support 2017-11-20 20:07:00 +01:00