about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
Commit message (Collapse)AuthorAge
* lkl: fixup build after PR #78994Vladimír Čunát2020-02-20
|
* crun: 0.12.1 -> 0.12.2.1zowoq2020-02-18
| | | | https://github.com/containers/crun/blob/0.12.2.1/NEWS
* cntr: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | Infra upgrade as part of #79975; no functional change expected.
* docker-slim: move expression to outside of build-support (#80078)Mario Rodas2020-02-14
|
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* docker: 19.03.5 -> 19.03.6zowoq2020-02-13
| | | | https://github.com/docker/docker-ce/releases/tag/v19.03.6
* Merge pull request #79708 from saschagrunert/unused-ldflags-varMatthew Bauer2020-02-10
|\ | | | | cri-o: remove unused ldflags variable
| * cri-o: remove unused ldflags variableSascha Grunert2020-02-10
| | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | Merge pull request #79050 from andrew-d/andrew/qemu-CVEsChristian Kauhaus2020-02-10
|\ \ | |/ |/| qemu: add patches for CVE-2020-7039 and CVE-2020-7211
| * qemu: add patches for CVE-2020-7039 and CVE-2020-7211Andrew Dunham2020-02-01
| | | | | | | | Fixes #78762
* | cri-o: v1.16.1 -> v1.17.0Sascha Grunert2020-02-10
| | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | Merge master into staging-nextFrederik Rietdijk2020-02-09
|\ \
| * \ Merge pull request #79491 from zowoq/crunMario Rodas2020-02-08
| |\ \ | | | | | | | | crun: 0.12 -> 0.12.1
| | * | crun: 0.12 -> 0.12.1zowoq2020-02-08
| | | | | | | | | | | | | | | | https://github.com/containers/crun/blob/0.12.1/NEWS
| * | | podman: v1.7.0 -> v1.8.0Sascha Grunert2020-02-07
| |/ / | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | | Merge master into staging-nextFrederik Rietdijk2020-02-07
|\| |
| * | docker-compose: 1.25.1 -> 1.25.4Sergey Lukjanov2020-02-06
| | |
* | | Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát2020-02-05
|\ \ \ | |/ / |/| | | | | | | | Includes update of stdenv bootstap tools (for three main platforms) and many package fixes with new glibc.
| * | Merge branch 'staging' into glibc230Maximilian Bosch2020-02-01
| |\|
| * | Merge branch 'staging' into glibc230Maximilian Bosch2020-01-28
| |\ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/vit/default.nix
| * | | xen_4_8-{light,slim}: fix buildMaximilian Bosch2020-01-23
| | | |
| * | | xen_4_8: fix build w/glibc-2.30Maximilian Bosch2020-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The header (and the `sysctl`-function) were unused, so the inclusion can be removed safely. This was done by upstream in 4.9 as well[1]. [1] https://github.com/xen-project/xen/commit/74858c9eaf335658b4c19cb4a848bb721065c233
* | | | crun: 0.11 -> 0.12zowoq2020-02-04
| | | | | | | | | | | | | | | | https://github.com/containers/crun/releases/tag/0.12
* | | | firecracker: 0.19.0 -> 0.20.0zowoq2020-02-02
| |_|/ |/| | | | | | | | https://github.com/firecracker-microvm/firecracker/blob/v0.20.0/CHANGELOG.md#0200
* | | xen: remove 4.5Maximilian Bosch2020-01-28
| |/ |/| | | | | Depends on a fairly old gcc, marked as insecure for ~2 years.
* | conmon: 2.0.9 -> 2.0.10zowoq2020-01-28
| |
* | runc: 1.0.0-rc9 -> 1.0.0-rc10zowoq2020-01-24
| | | | | | | | https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc10
* | Merge pull request #77483 from zowoq/crunPeter Hoeg2020-01-23
|\ \ | | | | | | crun: 0.10.6 -> 0.11
| * | crun: 0.10.6 -> 0.11zowoq2020-01-16
| | |
* | | cri-o: Fix build tags usageSascha Grunert2020-01-22
| | | | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | | podman: add marsam to maintainersMario Rodas2019-12-13
| | |
* | | podman: enable on darwinMario Rodas2019-12-13
| | |
* | | open-vm-tools: 11.0.1 -> 11.0.5Ivan Kozik2020-01-20
|/ /
* / docker-compose: 1.25.0 -> 1.25.1R. RyanTM2020-01-15
|/
* open-vm-tools: 10.3.10 -> 11.0.1Christian Mainka2020-01-11
| | | | Also update our downstream patch.
* Merge pull request #77221 from saschagrunert/conmonMario Rodas2020-01-07
|\ | | | | conmon: v2.0.8 -> v2.0.9
| * conmon: v2.0.8 -> v2.0.9Sascha Grunert2020-01-07
| | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | podman: 1.6.3 -> 1.7.0zowoq2020-01-08
|/
* docker: 19.03.4 -> 19.03.5zowoq2020-01-03
|
* Merge master into staging-nextFrederik Rietdijk2020-01-02
|\
| * Merge pull request #76065 from risicle/ris-qemu-4.2.0Franz Pletz2020-01-02
| |\ | | | | | | qemu: 4.1.0 -> 4.2.0, including patch for minor CVE-2019-15890
| | * qemu: add patch for CVE-2019-15890Robert Scott2019-12-19
| | |
| | * qemu: 4.1.0 -> 4.2.0Robert Scott2019-12-18
| | |
* | | Merge branch 'staging' into staging-nextJan Tojnar2019-12-31
|\ \ \
| * | | treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
| | | |
| * | | treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| | | |
| * | | cri-o: fix *FlagsRobin Gloster2019-12-31
| | | |
| * | | virtualbox: fix evalJan Tojnar2019-12-30
| | | |
* | | | Merge remote-tracking branch 'origin' into staging-nextJonathan Ringer2019-12-30
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bochs: quote homepage URL in order to suit the new standardsAndersonTorres2019-12-30
| | |