Commit graph

1379 commits

Author SHA1 Message Date
Jason Samsa 55d1739f22 xhyve: upgrade to 20191001 2019-10-23 13:10:18 -05:00
Mario Rodas d86e57c819
Merge pull request #71309 from marsam/init-dumb-init
dumb-init: init at 1.2.2
2019-10-22 02:38:21 -05:00
Tim Steinbach 2dc7d6197e
Merge pull request #71386 from d-goldin/docker_runc_cve
docker-runc: switch to OCI runc 1.0.0-rc8+dev (security)
2019-10-21 12:14:41 -04:00
Sascha Grunert 64dbf3a22d podman: 1.6.1 -> 1.6.2
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-21 18:11:30 +02:00
Dima b36ee87814 docker-runc: switch to OCI runc 1.0.0-rc8+dev
The revision picked is based on
https://github.com/docker/docker-ce/blob/19.03/components/engine/hack/dockerfile/install/runc.installer
and https://github.com/docker/docker-ce/blob/18.09/components/engine/hack/dockerfile/install/runc.installer

This should address CVE-2019-16884.
2019-10-19 15:39:09 +02:00
Mario Rodas a988883d91
dumb-init: init at 1.2.2 2019-10-17 21:00:00 -05:00
Marek Mahut fa456e4209
Merge pull request #70557 from r-ryantm/auto-update/charliecloud
charliecloud: 0.9.8 -> 0.11
2019-10-15 15:44:47 +01:00
Vladimír Čunát 0fa45b865a
Merge #70464: runc: v1.0.0-rc8 -> v1.0.0-rc9 (security) 2019-10-12 10:12:58 +02:00
Florian Klink fb5f649bc9
Merge pull request #70881 from xfix/virtualbox-update
virtualbox: 6.0.10 -> 6.0.12
2019-10-11 19:24:12 +02:00
Renaud b943338ea5
Merge pull request #70806 from r-ryantm/auto-update/virt-what
virt-what: 1.19 -> 1.20
2019-10-11 14:20:27 +02:00
Konrad Borowski 8e2c34c0b0 virtualbox: 6.0.10 -> 6.0.12 2019-10-09 22:14:57 +02:00
R. RyanTM a2fd3f41e5 virt-what: 1.19 -> 1.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virt-what/versions
2019-10-08 16:12:53 -07:00
Vladimír Čunát b7b8e1f2e7
Merge #70618: linuxPackages.virtualBoxGuestAdditions: fix build 2019-10-07 17:50:33 +02:00
Linus Heckemann 22011b0218 linuxPackages.virtualBoxGuestAdditions: fix build
Fixes #70470
2019-10-07 14:02:45 +02:00
Linus Heckemann 9906b88423
Merge pull request #70382 from mayflower/anonscm
Fix dead anonscm links
2019-10-07 11:53:29 +02:00
R. RyanTM 31f3f91966 charliecloud: 0.9.8 -> 0.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/charliecloud/versions
2019-10-06 18:43:17 -07:00
Renaud 261fb1b443
Merge pull request #70369 from saschagrunert/podman
podman: 1.5.1 -> 1.6.1
2019-10-06 16:14:56 +02:00
Joachim Fasting a1febca9fc lkl: 2019-06-20 -> 2019-10-04 2019-10-06 13:38:12 +09:00
Sascha Grunert ed633cb994
runc: v1.0.0-rc8 -> v1.0.0-rc9
Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
2019-10-05 15:42:04 +02:00
Linus Heckemann 91ceb6b997 treewide: fix dead anonscm.debian.org links 2019-10-04 12:42:21 +02:00
Sascha Grunert 4f2119af05
podman: 1.5.1 -> 1.6.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-04 08:42:39 +02:00
Joachim F 2c117aec37
Merge pull request #58471 from colemickens/cu
cloud-utils: use `qemu-utils` instead of `qemu`
2019-10-02 09:59:52 +00:00
jD91mZM2 a9e872a126
x11docker: 6.0.0 -> 6.2.0 2019-09-28 18:48:55 +02:00
Florian Klink 8058883bad
linuxPackages.virtualboxGuestAdditions: apply mp-r0drv-linux.c… (#69500)
linuxPackages.virtualboxGuestAdditions: apply mp-r0drv-linux.c patch
2019-09-27 15:46:55 +02:00
Joachim F ad773d31e2
Merge pull request #69345 from joachifm/feat/split-version
Replace uses of splitString for splitting version strings
2019-09-27 06:19:18 +00:00
Joachim Fasting bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
Quoting from the splitString docstring:

   NOTE: this function is not performant and should never be used.

This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
Florian Klink 61f0f8d607 linuxPackages.virtualboxGuestAdditions: apply mp-r0drv-linux.c patch
These don't use a the virtualbox sources, but an iso as src, and we need
to add the kernel 5.3 patch aswell.

As for some reason the source files are present on the .iso with Windows
Line endings (sic!), call dos2unix first.

Unfortunately, we can't use the same kernel-5.3-fix.patch as virtualbox
itself, as some files are missing and paths are different.
2019-09-26 12:01:30 +02:00
Florian Klink 08a1aa4e6a
virtualboxGuestAdditions: Fix clipboard integration. (#69306)
virtualboxGuestAdditions: Fix clipboard integration.
2019-09-25 10:26:49 +02:00
William Kral 2f2da824ed virtualbox: Temporary fix for kernel >= 5.3 2019-09-23 12:33:34 -07:00
Ambroz Bizjak 7dcef37ef8 virtualboxGuestAdditions: Fix clipboard integration.
VBoxClient needs a RUNPATH entry to dlopen libXfixes successfully.

Fixes https://github.com/NixOS/nixpkgs/issues/65542
2019-09-23 18:07:37 +02:00
Danielle Lancashire de627c704b firecracker: 0.15.2 -> 0.18.0 2019-09-21 17:22:25 -05:00
Sascha Grunert 29819009ec cri-o: 1.15.1 -> 1.15.2 (#68490)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-16 00:15:49 -04:00
Robin Gloster dcdf68ee01
xen_4_10: 4.10.0 -> 4.10.4
glusterfs compatibility fix, also added Wno-error flags for gcc8
compatibility
2019-09-14 14:06:16 +02:00
Robin Gloster da28be646f
Merge pull request #68661 from JohnAZoidberg/xen-gcc8
xen: Ignore GCC8 errors
2019-09-13 23:28:20 +02:00
Robin Gloster c53d6f947f
Merge pull request #68673 from ck3d/fix-vb-guest-kernel52
virtualboxGuestAdditions: fix compilation with kernel 5.2
2019-09-13 23:26:29 +02:00
Christian Kögler 2756c3054c virtualboxGuestAdditions: fix compilation with kernel 5.2 2019-09-13 17:39:27 +02:00
Daniel Schaefer dc0e697038 xen: Ignore GCC8 errors 2019-09-13 15:12:18 +02:00
WilliButz f40ad53dea
Merge pull request #68542 from peterhoeg/p/crun
crun: init at 0.8
2019-09-12 13:31:42 +02:00
Peter Hoeg 5f649b2a10 crun: init at 0.8 2019-09-12 17:23:14 +08:00
Eelco Dolstra 404caba16b
Merge pull request #66775 from Izorkin/qemu
qemu: 4.0.0 -> 4.1.0
2019-09-09 17:36:36 +02:00
Tim Steinbach 8a18c9f261
docker: 19.03.1 -> 19.03.2 2019-09-09 09:11:41 -04:00
Tim Steinbach 69796183b3
docker: 18.09.8 -> 18.09.9 2019-09-09 08:59:03 -04:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Florian Klink db1f05c763
Merge pull request #66405 from NeQuissimus/virtualbox_6_0_10
virtualbox: 6.0.8 -> 6.0.10
2019-09-06 20:33:35 -07:00
Frederik Rietdijk 66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Sascha Grunert 573aa63fa6 cri-o: 1.15.0 -> 1.15.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-06 21:52:12 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Tim Steinbach 4e99ef6a18
virtualbox: 6.0.8 -> 6.0.10 2019-09-04 11:12:07 -04:00
Florian Klink 432e55242e
Merge pull request #67968 from ambrop72/virtualbox-qt-fix
virtualbox: Fix #65564
2019-09-04 06:38:37 -07:00
Ambroz Bizjak b52dfd3007 virtualbox: Make sure that Qt finds plugins to make VMs run again.
Fixes #65564. When hardening is enabled, we cannot use a wrapper for
VirtualBoxVM, so patch the source code to set QT_PLUGIN_PATH as required.
2019-09-04 06:38:12 -07:00