97348 Commits

Author SHA1 Message Date
Franz Pletz
6a5ae21c47 Merge pull request #20421 from mayflower/refactor/clamav-service
clamav service: refactor
2016-11-17 19:37:53 +01:00
Stefan Junker
da23970660 vim-plugins/deoplete-go: init at 2016-11-12 2016-11-17 18:23:33 +01:00
Vincent Laporte
5b59e91f73 ocamlPackages.menhir: 20160526 -> 20161115 2016-11-17 18:07:37 +01:00
Franz Pletz
6f1308ba95
Revert "btrfs-progs: 4.8.2 -> 4.8.3"
This reverts commit e82c325bff0295ed4bbbd308fd4f99cdfd9ab515.

This package update breaks the `update-grub.pl` script:

    updating GRUB 2 menu...
    Btrfs did not return a path for the subvolume at /
    error: unable to activate new configuration

This backwards-incompatible change is the culprit:

    $ /nix/store/np25r3yzv2r41ji7v73j110inpj8lhn2-btrfs-progs-4.8.2/bin/btrfs subvol show /
    / is toplevel subvolume

vs.

    $ /nix/store/h53vs13nqvjwahpl26a4s7ygqk9xw1mw-btrfs-progs-4.8.3/bin/btrfs subvol show /
    /
    	Name: 			<FS_TREE>
    	UUID: 			-
    	Parent UUID: 		-
    	Received UUID: 		-
    	Creation time: 		-
    	Subvolume ID: 		5
    	Generation: 		6004631
    	Gen at creation: 	0
    	Parent ID: 		0
    	Top level ID: 		0
    	Flags: 			-
    	Snapshot(s):
2016-11-17 17:47:18 +01:00
aszlig
6cfb3b6364
nixos/tests: Use a patched QEMU for testing
The reason to patch QEMU is that with latest Nix, tests like "printing"
or "misc" fail because they expect the store paths to be owned by uid 0
and gid 0.

Starting with NixOS/nix@5e51ffb1c2, Nix
builds inside of a new user namespace. Unfortunately this also means
that bind-mounted store paths that are part of the derivation's inputs
are no longer owned by uid 0 and gid 0 but by uid 65534 and gid 65534.

This in turn causes things like sudo or cups to fail with errors about
insecure file permissions.

So in order to avoid that, let's make sure the VM always gets files
owned by uid 0 and gid 0 and does a no-op when doing a chmod on a store
path.

In addition, this adds a virtualisation.qemu.program option so that we
can make sure that we only use the patched version if we're *really*
running NixOS VM tests (that is, whenever we have imported
test-instrumentation.nix).

Tested against the "misc" and "printing" tests.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-17 17:16:16 +01:00
Peter Simons
0816860785 Merge pull request #20463 from Profpatsch/with-packages-drv-naming
ghc.withPackages: amend the derviation name
2016-11-17 17:09:28 +01:00
goibhniu
ad481e67d0 Merge pull request #20495 from nico202/faust2ladspa
faust2ladspa: init (at 2.0.a51 like other faust2... plugins)
2016-11-17 17:07:51 +01:00
Profpatsch
499e4e6393 ghc.withPackages: amend the derviation name
Provide a clear difference between the compiler itself and link farms containing
additional packages.
2016-11-17 16:48:53 +01:00
Tobias Geerinckx-Rice
1f0a12ee8d
lz4: 131 -> 1.7.3
‘make install’ now supports FreeBSD out of the box (untested).
2016-11-17 16:27:31 +01:00
Joachim F
2c01da3654 Merge pull request #20384 from ericsagnes/feat/bspwm-refactor
bspwm module: refactor
2016-11-17 15:37:07 +01:00
Gabriel Ebner
d26ca0c6cf tokei: 3.0.0 -> 4.0.0 2016-11-17 09:26:00 -05:00
Domen Kožar
2326c8de4d cloud-utils: 0.27 -> 0.29
We keep the existing hacks for growpart to work
inside the initrd

Fixes #15736 #17015
2016-11-17 15:15:42 +01:00
Graham Christensen
1376aeba42
monit: 5.19.0 -> 5.20.0 for CVE-2016-7067 2016-11-17 08:45:56 -05:00
Jaka Hudoklin
9e92237ed7 gocryptfs: init at 1.1.1 2016-11-17 14:15:47 +01:00
Nicolò Balzarotti
106349a02f faust2ladspa: init (at 2.0.a51 like other faust2... plugins) 2016-11-17 13:59:02 +01:00
Thomas Tuegel
3d5a033c96 Merge pull request #20427 from ttuegel/multiple-outputs-networkmanager
networkmanager: multiple outputs
2016-11-17 06:34:58 -06:00
Thomas Tuegel
be491881f3 Merge pull request #20464 from ttuegel/kde-env-no-link
kdeWrapper: reduce closure size
2016-11-17 06:32:19 -06:00
Shea Levy
3995655d2c Revert "Merge pull request #17145 from kalhauge/haskell_darwin_dyld"
This fix doesn't actually fix the cabal bug (see #16357), but it does
cause other bugs (see #20476)

Fixes #20476

This reverts commit b89fa5fd5cc3e7d27fb87bc792fe0d6553aec28d, reversing
changes made to e4b146b0417762c461c7f90f587dc82e8524f796.
2016-11-17 07:25:42 -05:00
Jaka Hudoklin
cf598aeae9 Merge pull request #20180 from offlinehacker/pkgs/vim-plugins/add/vim-jsdoc
vimPlugins/vim-jsdoc: init at 0kr4p01p
2016-11-17 13:08:40 +01:00
Jaka Hudoklin
f4780da125 vimPlugins/vim-jsdoc: init at 0kr4p01p 2016-11-17 13:07:38 +01:00
Matthew Daiter
8f765490e4 erlang_basho: Init at R16B03
erlang_basho_R16B03: added package file

erlang_basho_R16B03: added to top-level/all-packages.nix file

erlang_basho_R16B03_odbc: added to top-level/all-packages.nix file

erlang_basho_R16B03: Added the Carbon and Cocoa fields

erlang_basho_R16B03: Removed faulty maintainer

erlang_basho_R16B03: Added license as APL20

erlang_basho_R16B03: Made long and short description more informative

erlang_basho: added myself as a maintainer

erlang_basho: made configureFlags into an array

erlang_basho: added gcc as a dependency

erlang_basho: added escript replacement

erlang_basho: removed debugging cat statement

erlang_basho: changed subsitituteInPlace command to sed command

erlang_basho: added package

erlang_basho: Init at <R16B03
2016-11-17 12:25:04 +01:00
Vladimír Čunát
380bb207b6
libpng: 1.6.23 -> 1.6.26 2016-11-17 11:58:27 +01:00
Vladimír Čunát
94396a579e
libinput: maintenance 1.5.0 -> 1.5.1 2016-11-17 11:34:10 +01:00
Vladimír Čunát
8b565d6478
Merge #20081: update alsa lib, plugins and utils 2016-11-17 11:26:00 +01:00
Vladimír Čunát
ea292da4c2
libdrm: 2.4.71 -> 2.4.73
Also:
- remove udev remains except explanation;
- remove maintainers.urkud, as he's been inactive for years.
2016-11-17 11:23:36 +01:00
Vladimír Čunát
5af7b82336
Merge branch 'master' into staging
To incorporate some larger security rebuilds (jasper).
2016-11-17 11:14:05 +01:00
Franz Pletz
ba73dbbda6
batman-adv: 2016.3 -> 2016.4 2016-11-17 08:14:18 +01:00
Shea Levy
da547f7961 ghcHEAD: Add back response files patch 2016-11-17 01:05:21 -05:00
Graham Christensen
d0d3330866
shutter: add patch for CVE-2015-0854 with remote code 2016-11-16 22:06:06 -05:00
Graham Christensen
7ed55dc9e4
xinetd: patch for CVE-2013-4342 2016-11-16 22:06:06 -05:00
Graham Christensen
1eb545df05
jasper: 1.900.21 -> 1.900.28 2016-11-16 22:06:02 -05:00
Jaka Hudoklin
5bc7ae7adb kubernetes module: support for kubernetes 1.4 2016-11-17 02:46:31 +01:00
Tim Steinbach
f590c6e464 Merge pull request #20475 from NeQuissimus/mariadb_10.1.19
mariadb: 10.1.18 -> 10.1.19
2016-11-16 20:24:19 -05:00
Tim Steinbach
f0e2c5d96d Merge pull request #20477 from NeQuissimus/opera_41
opera: 40.0.2308.90 -> 41.0.2353.56
2016-11-16 20:16:13 -05:00
Tim Steinbach
2bc7366667 Merge pull request #20480 from NeQuissimus/libgit2_0_24_3
libgit2: 0.24.2 -> 0.24.3
2016-11-16 20:15:26 -05:00
Peter Jones
6c9cc6339f
gromit-mpx: init at 1.2 2016-11-16 16:32:13 -07:00
Thomas Tuegel
5da372c36e
remove kdeEnv 2016-11-16 17:07:13 -06:00
Thomas Tuegel
58811df272
kdeWrapper: reduce closure size 2016-11-16 17:07:13 -06:00
Robert Helgesson
add010f694
eclipse-plugin-testng: 6.9.12 -> 6.9.13 2016-11-17 00:06:41 +01:00
Robert Helgesson
4b6770d0c0
pythonPackages.PyICU: 1.9.3 -> 1.9.5 2016-11-17 00:06:41 +01:00
Robert Helgesson
38de6ed18e
gmic: 1.7.7 -> 1.7.8 2016-11-17 00:06:41 +01:00
Robert Helgesson
b25f9ff20e
mimeo: 2016.2 -> 2016.11 2016-11-17 00:06:41 +01:00
Robert Helgesson
72d410fc74
pecita: 5.3 -> 5.4 2016-11-17 00:06:41 +01:00
Eelco Dolstra
69bea26ea9 sddm: Enable user switching
It was lacking the dbus configuration to bind to
org.freedesktop.DisplayManager, and it was passing fixed TTY/display
numbers to the X server (see 9be012f0d4d9b6bca35416ec89d5a40be4556896).
2016-11-16 23:38:50 +01:00
Frederik Rietdijk
9524aedfc8 Merge pull request #20472 from Mic92/qrcode
pythonPackages.qrcode: fix dependencies and tests
2016-11-16 21:59:41 +01:00
Eelco Dolstra
f66271238e libdevil: Use multiple outputs 2016-11-16 20:56:35 +01:00
Eelco Dolstra
f3dbb0892c freeglut: Use multiple outputs 2016-11-16 20:51:12 +01:00
Frederik Rietdijk
16e511fe2d pythonPackages.traitlets: fix tests 2016-11-16 19:32:20 +01:00
Tobias Geerinckx-Rice
d3e54d71c1
debian_devscripts: 2.16.6 -> 2.16.8 2016-11-16 19:14:30 +01:00
Tim Steinbach
6f2b2daccf
libgit2: 0.24.2 -> 0.24.3 2016-11-16 12:52:07 -05:00