Maximilian Güntner
f7c099bd8c
tests: added basic ipfs test
...
$getter can be used once ipfs supports private/local networks
and or internet gets routed to the VMs
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-28 15:33:58 +01:00
Maximilian Güntner
0526a5c90a
services: add gatewayAddress and apiAddress to ipfs
...
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-28 15:33:51 +01:00
Peter Simons
21a5532c57
Merge pull request #20766 from avnik/update/lxc
...
lxc: 2.0.4 -> 2.0.6 (security)
2016-11-28 15:13:10 +01:00
Graham Christensen
ef138dc260
Merge pull request #20749 from gnidorah/master3
...
genymotion: 2.7.2 -> 2.8.0 and add menu item
2016-11-28 08:35:10 -05:00
viric
1f7a23c5a1
Merge pull request #20768 from mdaiter/opencv_maintainer
...
opencv3: adding myself as co-maintainer
2016-11-28 14:20:56 +01:00
Alexander V. Nikolaev
a8eeef62e6
lxc: 2.0.4 -> 2.0.6 (security)
...
https://security-tracker.debian.org/tracker/CVE-2016-8649
2016-11-28 15:17:06 +02:00
Alexander V. Nikolaev
121da5e938
lxc: fix sandbox builds
...
Package attempt to write /etc/bash_completion.d, I directed it to
"${out}/etc/bash_completion.d" as it was suggested.
2016-11-28 15:17:05 +02:00
Tim Nieradzik
70c18b55d7
rxvt_unicode: create .desktop file
2016-11-28 08:16:40 -05:00
Matthew Daiter
448d605f89
opencv3: adding myself as co-maintainer
2016-11-28 14:16:37 +01:00
viric
75d9dc8516
Merge pull request #20631 from mdaiter/opencv_upgrade
...
opencv3: added CUDA 8.0 specific patches
2016-11-28 14:06:33 +01:00
Michael Raskin
c93ec7b6b7
bftpd: init at 4.4
2016-11-28 13:58:45 +01:00
Graham Christensen
8088ad7586
Merge pull request #20689 from frontsideair/flow-34-36
...
flow: 0.34.0 -> 0.36.0
2016-11-28 07:38:05 -05:00
Graham Christensen
04edf297cc
Merge pull request #20676 from matthewbauer/file_cmds
...
file_cmds: init at 264.1.1
2016-11-28 06:48:18 -05:00
Vincent Demeester
41ed3a8dd1
lnav: fix compilation
...
nix-env -i lnav currently result of a failure:
command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or
directory
This fixes by using pcre-cpp instead of pcre.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-28 06:45:23 -05:00
Joachim Fasting
e99228db30
grsecurity module: force a known good kernel package set
...
Previously, we would only set a default value, on the theory that
`boot.kernelPackages` could be used to sanely configure a custom grsec
kernel. Regrettably, this is not the case and users who expect e.g.,
`boot.kernelPackages = pkgs.linuxPackages_latest` to work will end up
with a non-grsec kernel (this problem has come up twice on the bug
tracker recently).
With this patch, `security.grsecurity.enable = true` implies
`boot.kernelPackages = linuxPackages_grsec_nixos` and any customization
must be done via package override or by eschewing the module.
2016-11-28 12:11:04 +01:00
Joachim Fasting
5da1394a58
Revert "gradm: fix using gradm while the RBAC system is active"
...
This reverts commit fdbf7dc8b3
.
Unfortunately, while gradm now works when the RBAC system is enabled,
gradm still fails when full system learning is enabled, so I probably
need to try again later.
2016-11-28 11:41:12 +01:00
Joachim Fasting
b90ed0cc80
grsecurity: 4.8.10-201611232213 -> 4.8.11-201611271225
2016-11-28 11:41:10 +01:00
Joachim Fasting
1915f6908a
linux_grsec_nixos: use the "modinst arg list too long" patch
...
An alternative to e38b74ba89d3d03e01ee751131d2a6dc316ac33a; see
f19c961b4e
for details
2016-11-28 11:41:07 +01:00
Joachim Fasting
4c7323545b
Revert "grsecurity: work around for #20490 "
...
This reverts commit e38b74ba89
.
I failed to notice f19c961b4e461da045f2e72e73701059e5117be0; better
use that fix instead.
2016-11-28 11:40:55 +01:00
Moritz Ulrich
bfc187f23a
rustc: Loosen bootstrapping restrictions.
...
Newer nightlies check a new environment variable that if set will loosen
restrictions on which compiler version can be used for bootstrapping.
Upstream issue is at https://github.com/rust-lang/rust/pull/37265
2016-11-28 11:21:12 +01:00
Moritz Ulrich
e36d243258
rustc: Don't fail if deleting of breaking tests fails.
2016-11-28 11:16:13 +01:00
aszlig
83410d9954
beets: 1.3.19 -> 1.4.1
...
Full upstream release announcement:
https://github.com/beetbox/beets/releases/tag/v1.4.1
I had to rebase the keyfinder-default-bin.patch in order to apply with
the new release.
Other than that I didn't test whether beets works on my machine, as I
have a more or less temporary setup at the moment.
However, since the bump of mutagen to version 1.34 in commit
555928c228
, the mediafile tests fail and
thus this commit unbreaks beets.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-28 08:58:08 +01:00
Matthew Bauer
bd57e32312
file_cmds: init at 264.1.1
2016-11-27 21:58:07 -06:00
Graham Christensen
d1055c0ed7
all-packages.nix: whitespace cleanup
2016-11-27 22:12:06 -05:00
Michael Fellinger
bff2b98290
ruby: 3.2.1 -> 2.3.3
2016-11-27 22:11:49 -05:00
Graham Christensen
540670259c
Merge pull request #20549 from proger/ceres-solver-darwin
...
ceres-solver: glog builds on darwin just fine now
2016-11-27 22:09:17 -05:00
Sophie Taylor
016fa06c71
cjdns: Improving systemd unit description
2016-11-27 22:07:51 -05:00
Rok Garbas
880d616ec0
neovim: 0.1.6 -> 0.1.7
2016-11-28 04:06:19 +01:00
Graham Christensen
cc28a51bc0
Merge pull request #19818 from KoviRobi/xterm-fix-app-defaults
...
XTerm: fix app-defaults, fixes menu options
2016-11-27 22:02:51 -05:00
Graham Christensen
5cc4f50442
Merge pull request #20113 from johbo/ruby-scrypt-darwin
...
Adjust ruby gem defaults for scrypt on darwin
2016-11-27 21:58:17 -05:00
Franz Pletz
f38955dd4c
Merge pull request #20665 from vdemeester/delve-0.11-alpha
...
delve: init at 0.11.0-alpha
2016-11-28 03:50:34 +01:00
Graham Christensen
2891256daa
skopeo: fix evaluation, change license from asl2 to asl20
2016-11-27 21:39:02 -05:00
Ruben Maher
9c9a21d525
matrix-synapse service: Make url_preview_enabled optional ( #20609 )
2016-11-28 03:33:48 +01:00
Michael Weiss
9538176042
sks: init at 1.1.6 ( #20717 )
2016-11-28 03:28:40 +01:00
William Casarin
dfb354ea7d
multi-ghc-travis: git-2015-11-04 -> git-2016-10-23 ( #20754 )
...
adds support for ghc8
2016-11-28 03:24:51 +01:00
Graham Christensen
8bee129f48
Merge pull request #20627 from lsix/update_dico
...
dico: 2.3 -> 2.4
2016-11-27 21:23:30 -05:00
Graham Christensen
8d6490bda1
Merge pull request #20732 from montag451/epiphany-html5-video
...
epiphany: enable the playing of HTML5 videos
2016-11-27 21:17:13 -05:00
Vincent Demeester
6d47cb4131
skopeo: init at 0.1.16
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-27 21:06:21 -05:00
Franz Pletz
e394c305a8
Merge pull request #20620 from rnhmjoj/fakeroute
...
fakeroute: init at 0.3
2016-11-28 03:01:15 +01:00
Graham Christensen
7b5619506b
Merge pull request #20250 from guillaumekoenig/add-encryptr-2.0.0
...
encryptr: init at 2.0.0
2016-11-27 20:59:56 -05:00
Graham Christensen
ff1c76e9eb
Merge pull request #20740 from sh01/rogue_mirror
...
rogue: Add alternative source archive URLs.
2016-11-27 20:47:05 -05:00
Tim Steinbach
eecf76eaa2
linux: 4.9-rc6 -> 4.9-rc7
2016-11-27 19:48:24 -05:00
Tuomas Tynkkynen
86ea3126bc
linux_rpi: 1.20160620 -> 1.20161020
2016-11-28 00:24:00 +02:00
Tuomas Tynkkynen
25d6bfa258
raspberrypifw: 1.20160620 -> 1.20161020
2016-11-28 00:23:40 +02:00
Tuomas Tynkkynen
02e1846d62
U-Boot: 2016.05 -> 2016.11
2016-11-28 00:23:12 +02:00
Frederik Rietdijk
5dcf6ecbeb
Merge pull request #18532 from peterhoeg/hero
...
heroku: 3.43.2 -> 3.43.12 and wrap the downloaded binary
2016-11-27 17:45:03 +01:00
pngwjpgh
bcc9a6ac75
infinoted service: init
...
Service module for the dedicated gobby server included in libinfinity
2016-11-27 17:23:21 +01:00
Pascal Wittmann
bbd39a8057
fbida: 2.11 -> 2.12
2016-11-27 17:07:47 +01:00
Michael Alan Dorman
d24a886419
hoogle: build with newest haskell-src-exts
2016-11-27 17:00:14 +01:00
Michael Alan Dorman
725e44cc04
hindent: fix 5.2.1 build
2016-11-27 17:00:14 +01:00