Commit graph

1876 commits

Author SHA1 Message Date
zowoq 405947fbec podman: 1.9.3 -> 2.0.1
https://github.com/containers/libpod/releases/tag/v2.0.0
https://github.com/containers/libpod/releases/tag/v2.0.1
2020-06-26 08:09:21 +10:00
Claudio Bley 21a21a4224 bazel: 3.2.0 -> 3.3.0 2020-06-23 15:29:38 +02:00
zowoq 841ab711ab cri-o: 1.18.1 -> 1.18.2
https://github.com/cri-o/cri-o/releases/tag/v1.18.2
2020-06-20 10:25:24 +10:00
Thom Leggett 94e7fdf439 open-vm-tools: fix build
https://github.com/vmware/open-vm-tools/pull/438

Fixes #90544
2020-06-18 13:17:30 +01:00
Pascal Bach 9c300b6e2c virtualbox-guest-additions: fix dlopen of libXrandr
The library could not be loaded which prevented autoresizing
when using the VMSVGA adapter.
2020-06-17 18:43:27 +02:00
zowoq 0b420ecce4 conmon: 2.0.17 -> 2.0.18 2020-06-17 11:24:51 +10:00
Markus Kowalewski 22ff32d740
xhyve: add license 2020-06-11 18:27:34 +02:00
Markus Kowalewski 5d87992126
qemu-utils: inherit meta data from qemu 2020-06-11 18:27:34 +02:00
Jan Tojnar c637cbe992
Merge branch 'master' into staging-next 2020-06-10 04:10:34 +02:00
Marek Mahut df1f883bbf
Merge pull request #89789 from 1000101/formatting
formatting: fix missing leading whitespace
2020-06-08 14:41:26 +02:00
Niklas Thorne 081aa8f724 virtualbox: 6.1.6 -> 6.1.10 2020-06-08 12:37:06 +02:00
Frederik Rietdijk dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
Florian Klink 3590f02e7d
Merge pull request #88574 from JJJollyjim/qemu-vm-qboot-opt
nixos/qemu-vm: add option to use qboot
2020-06-08 10:46:11 +02:00
1000101 277bbb8efe formatting: fix missing leading whitespace 2020-06-08 09:37:17 +02:00
Jamie McClymont 55912f3535 nixos/qemu-vm: add option to use a non-standard BIOS
I'd like to change the default on x86 platforms to qboot at some point, since it
saves a fair bit of startup time.
2020-06-08 11:21:53 +12:00
AndersonTorres 13abee9986 tiny8086: update source and build script 2020-06-06 02:53:18 -03:00
Frederik Rietdijk 08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Florian Klink aad06c8ff5
Merge pull request #89328 from flokli/qemu-wrap
qemu: wrap GTK binaries
2020-06-03 22:29:19 +02:00
zowoq c710d14f2d runc: 1.0.0-rc10 -> 1.0.0-rc90
https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc90
2020-06-02 13:17:30 +10:00
Florian Klink c7eb16cec3 qemu: wrap GTK binaries
Applications using a different GTK version than the user session don't
work well, and people often run NixOS VM tests on different channels.

Wrapping these GTK binaries is a common way to fix this.

Fixes #69158
2020-06-01 23:06:28 +02:00
Sergey Lukjanov a4ea8abae6 docker: 19.03.10 -> 19.03.11 2020-06-01 08:44:02 -07:00
Robin Gloster f7056dca74
docker-compose: fix zsh completion 2020-05-31 15:49:29 +02:00
Sergey Lukjanov c8dddcb1a9 docker: 19.03.9 -> 19.03.10 2020-05-29 11:08:03 -07:00
Frederik Rietdijk 36d9eeb9c7 Merge staging-next into staging 2020-05-29 17:06:01 +02:00
Claudio Bley 7172514b72 bazel: 3.1.0 -> 3.2.0 2020-05-29 15:22:35 +02:00
Claudio Bley 1c5386fa1d bazel: Make bazel_3 the default version
* drop bazel_2
* update hashes of fetch derivations that use `buildBazelPackage`
2020-05-29 08:52:17 +02:00
Frederik Rietdijk 362d88c2b1 Merge staging-next into staging 2020-05-27 15:27:28 +02:00
zowoq 2038916072 conmon: 2.0.16 -> 2.0.17
https://github.com/containers/conmon/releases/tag/v2.0.17
2020-05-27 10:00:30 +10:00
zowoq 37a87c343c podman: update comments in wrapper 2020-05-25 12:27:49 +02:00
zowoq 9e7fbc6f2c nixos/cri-o, cri-o: add wrapper 2020-05-25 12:27:49 +02:00
Florian Klink dc351baa44
Merge pull request #88570 from JJJollyjim/qboot-2020
qboot: 20170330 -> 20200423
2020-05-24 19:48:57 +02:00
Frederik Rietdijk 8a77c900dd Merge staging-next into staging 2020-05-23 10:25:19 +02:00
zowoq 9754e3485c podman: 1.9.2 -> 1.9.3
https://github.com/containers/libpod/releases/tag/v1.9.3
2020-05-23 06:15:10 +10:00
Maximilian Bosch d8ce282534
Merge pull request #88473 from r-ryantm/auto-update/x11docker
x11docker: 6.6.1 -> 6.6.2
2020-05-22 17:47:00 +02:00
Orivej Desh 16d7f7edae Merge branch 'master' into staging 2020-05-22 09:13:23 +00:00
adisbladis 0c70afa6d1
podman-compose: Don't wrap podman
Podman is now a wrapped with it's container runtimes in the podman
closure.

This means that the podman passed to podman-compose is not necessarily
the one that the user wants to use as it lacks user configured
container runtimes.

This change aims to make package composition more intuitive by
defering the installation of podman to the user of podman-compose.
2020-05-22 06:34:25 +01:00
adisbladis e061c4bab3
podman-compose: Add podman team to maintainers 2020-05-22 06:34:25 +01:00
Jamie McClymont 3eb91ffa68 qboot: 20170330 -> 20200423 2020-05-22 14:49:31 +12:00
R. RyanTM 59c9a6ee3b x11docker: 6.6.1 -> 6.6.2 2020-05-21 00:49:18 +00:00
Sergey Lukjanov fb3039d91b docker: 19.03.8 -> 19.03.9 2020-05-20 10:52:10 -07:00
Scott Worley f2406c602a qemu: 4.2.0 -> 5.0.0 2020-05-19 21:51:33 +02:00
adisbladis 9aebaa1704
Merge pull request #88106 from zowoq/tests
podman packages: add passthru tests
2020-05-19 03:14:43 +02:00
zowoq 032462fc94 runc: add passthru.tests 2020-05-19 10:41:35 +10:00
zowoq e469b77bf0 crun: add passthru.tests 2020-05-19 10:41:30 +10:00
zowoq cd345dde53 conmon: add passthru.tests 2020-05-19 10:41:25 +10:00
zowoq fe45946f7d podman: don't build "podman-remote" 2020-05-19 10:00:19 +10:00
zowoq a26035f05f cri-o: 1.18.0 -> 1.18.1
https://github.com/cri-o/cri-o/releases/tag/v1.18.1
2020-05-17 09:16:11 +10:00
Mario Rodas b5f2cb7620
Merge pull request #87923 from zowoq/umoci
umoci: install manpages, switch to buildGoModule
2020-05-16 06:56:41 -05:00
zowoq f0fbd9deec umoci: install manpages, switch to buildGoModule 2020-05-16 13:37:01 +10:00
zowoq 5195aed617 rkt: remove 2020-05-16 09:23:07 +10:00
Jörg Thalheim 4de5006b9a
Merge pull request #85853 from sjau/vdagent_timeout
vdagent: fixing 90s timeout on shutdown
2020-05-15 10:08:19 +01:00
zowoq b57ae98864 runc: add libselinux, update buildtags 2020-05-14 23:08:01 +10:00
zowoq e142fbb3f7 podman: add libapparmor, libselinux 2020-05-14 23:08:01 +10:00
zowoq 399f5ea75e cri-o: remove propagated inputs, update buildtags 2020-05-14 23:07:57 +10:00
Mario Rodas 2c8312402d
Merge pull request #86378 from saschagrunert/crio-buildgomodule
cri-o: switch to buildGoModule
2020-05-14 08:01:03 -05:00
zowoq 1ad3b685f4 podman: switch to buildGoModule 2020-05-14 17:36:49 +10:00
Sascha Grunert 006e6b052f
cri-o: switch to buildGoModule
This is just a cleanup to switch from buildGoPackage to buildGoModule.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-05-14 09:32:16 +02:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
zowoq 82e0e43284 podman: fix passthru.tests 2020-05-14 09:39:49 +10:00
zowoq 115b797a43 podman: 1.9.1 -> 1.9.2
https://github.com/containers/libpod/releases/tag/v1.9.2
2020-05-14 09:39:49 +10:00
Mario Rodas 8ec4b8b98b
Merge pull request #87660 from zowoq/crio-flavor
cri-o: drop flavor
2020-05-13 06:57:41 -05:00
zowoq 6007ba5075 conmon: 2.0.15 -> 2.0.16
https://github.com/containers/conmon/releases/tag/v2.0.16
2020-05-13 10:49:14 +10:00
zowoq 1d909f5fdb cri-o: drop flavor 2020-05-12 21:33:17 +10:00
Matthew Bauer 43545032af
Merge pull request #87314 from matthewbauer/bazel-flat
build-bazel-package: switch hash mode to “flat”
2020-05-11 15:27:48 -05:00
R. RyanTM ae649e275c virt-viewer: 8.0 -> 9.0 2020-05-10 18:35:50 +00:00
Jaka Hudoklin 91271207ca
Merge pull request #87458 from zowoq/shellfiles
containerd, docker, runc: use/update installShellFiles
2020-05-10 02:35:15 +00:00
zowoq 3a79753662 runc: update installManPages 2020-05-10 11:33:10 +10:00
zowoq 764dd5c875 docker: use installShellFiles 2020-05-10 11:33:04 +10:00
zowoq 4d2bcaed5c containerd: use installShellFiles 2020-05-10 11:27:10 +10:00
Matthew Bauer 2a8d05627b build-bazel-package: switch hash mode to “flat”
flat hashes can be substituted through hashed-mirrors, while recursive
hashes can’t. This is especially important for Bazel since the bazel
fetch dependencies can come from multiple different methods (git,
http, ftp, etc.). To do this, we create tar archives from the
output/external directory, which is then extracted to build. All of
the Bazel hashes are all updated.
2020-05-09 13:33:26 -05:00
xrelkd 5e16e668f5 firecracker: 0.20.0 -> 0.21.1 2020-05-09 22:13:06 +08:00
Mario Rodas 9d959ff8d5
Merge pull request #86638 from zowoq/cri-shell
cri-o, cri-tools: install completion, manpages
2020-05-06 21:08:51 -05:00
zowoq 5012fc268b podman: disable on darwin 2020-05-06 22:26:19 +10:00
adisbladis ba798d2c89 podman: Link directly to podman.man instead of maping over outputs
This seems brittle and fails on Hydra / OfBorg but not locally.
2020-05-06 21:09:12 +10:00
Jaka Hudoklin 85ee3e12ae
Merge pull request #85269 from euank/containerd-versioning
containerd: fix --version output
2020-05-06 08:27:37 +00:00
sjau facbf402ac vdagent: fixing 90s timeout on shutdown 2020-05-06 09:53:51 +02:00
zowoq 848a8c1b37 cri-o: install completion/manpages 2020-05-06 16:43:15 +10:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00
adisbladis 7c77e6d988
podman: Link directly to podman.man instead of maping over outputs
This seems brittle and fails on Hydra / OfBorg but not locally.
2020-05-05 00:47:42 +01:00
adisbladis b346e1d444
podman: Don't symlink the $bin output
If we do it propagates and ends up in $PATH inside nix-shell
2020-05-04 22:20:00 +01:00
zowoq a677738a23
podman: use $out instead of $bin with buildGoPackage 2020-05-04 20:55:21 +01:00
Jörg Thalheim 2b08905cae
Merge pull request #85603 from parthy/edk2-macos
edk2: Support build on macOS
2020-05-04 16:41:00 +01:00
Markus Partheymüller faf984d12d ed2k/OVMF: Put URLs in quotes 2020-05-04 16:00:37 +02:00
R. RyanTM 169f2b05e8 tini: 0.18.0 -> 0.19.0 2020-05-04 09:49:49 +00:00
zowoq b815de00f7 podman: use $out instead of $bin with buildGoPackage 2020-05-01 18:24:09 +10:00
Frederik Rietdijk 484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
Michael Lingelbach 4a704c653b libnvidia-container: 1.0.0 -> 1.0.6 2020-04-30 13:53:47 -07:00
adisbladis b2a9a3e9cb
podman: Wrap packages required to run containers 2020-04-29 11:40:44 +01:00
Jan Tojnar 2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
adisbladis 50950bda13
Merge pull request #86262 from zowoq/podman
podman: 1.9.0 -> 1.9.1
2020-04-29 03:00:47 +02:00
zowoq 3fb6a304d0 podman: 1.9.0 -> 1.9.1
https://github.com/containers/libpod/releases/tag/v1.9.1
2020-04-29 08:31:03 +10:00
Florian Klink 05328a49f6
Merge pull request #85772 from blitz/open-watcom
Use Open Watcom to build VirtualBox BIOS
2020-04-29 00:29:06 +02:00
Mario Rodas ce7272b43c
Merge pull request #85869 from saschagrunert/crio
cri-o: 1.17.3 -> 1.18.0
2020-04-28 07:27:06 -05:00
Julian Stecklina 7c995a4532 virtualbox: build BIOS from C instead of alternative sources
VirtualBox ships with "alternative BIOS sources" for its virtual BIOS.
These are generated by first compiling the BIOS C sources with the
Open Watcom toolchain, disassembling the output and checking in the
disassembly into the VirtualBox repo.

The result means that the BIOS C code cannot be patched, because it's
not compiled from the C sources, if Open Watcom is not there.

As Open Watcom is now available in nixpkgs, we can just ignore the
alternative BIOS sources and compile it from C directly.
2020-04-28 13:36:50 +02:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
zowoq b2556b13f5 runc: remove hardeningDisable 2020-04-27 16:17:42 +10:00
Jacek Galowicz 002b553b14
Merge pull request #85781 from blitz/spike-test
Add spike integration test to nixosTests
2020-04-25 15:50:38 +02:00
Florian Klink 0d99474a9b
Merge pull request #85556 from B4dM4n/virtualbox-616
virtualbox: 6.1.4 -> 6.1.6
2020-04-24 11:54:29 +02:00
Sascha Grunert 1ae9631725
cri-o: 1.17.3 -> 1.18.0
- Make buildtags being able to set via the BUILDTAGS environment
- Switch to go 1.14

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-24 10:07:06 +02:00
zowoq e3025ca128 cri-o: update maintainers 2020-04-24 08:08:53 +10:00
Alyssa Ross 98b3ac8d40 crosvm: 79.12607.0.0-rc4 -> 81.12871.0.0-rc1 2020-04-23 09:06:11 +00:00
Alyssa Ross 56e9d1f936 chromiumOSPackages.updateScript: fix buildspec url
"paladin" doesn't seem to be up to date, whereas "full" seems to match
what cros-updates-serving.appspot.com reports is currently being
shipped to Chromebooks.
2020-04-23 09:06:11 +00:00
zowoq 97851a33ac podman: add passthru.tests 2020-04-23 08:14:55 +02:00
Martin Milata 4ee9179a11 aqemu: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Julian Stecklina a33ce7e4fb spike: add test to nixosTests 2020-04-22 14:45:12 +02:00
Markus Partheymüller 94d114dc2a edk2/OVMF: Determine build type from CC setting 2020-04-20 13:30:35 +02:00
Markus Partheymüller f5f53288cc edk2/OVMF: Support build on macOS
In order to use OVMF firmware with e.g. qemu on macOS, these packages
needed to be made macOS ready. This meant choosing the clang build in
this case, because it is the only one working on macOS.

Unfortunately, just using clang on all platforms doesn't work because
there are hardcoded assumptions in the edk2 build system.
2020-04-20 09:53:32 +02:00
Mario Rodas c3945dc31c
Merge pull request #85526 from zowoq/misc
buildah, conmon: misc fixes
2020-04-19 19:26:41 -05:00
José Romildo Malaquias 6dd72ea0c3
Merge pull request #84941 from romildo/upd.qtemu
qtemu: init at 2.1
2020-04-19 21:23:33 -03:00
Fabian Möller 0481e09ad3
virtualbox: 6.1.4 -> 6.1.6 2020-04-19 14:04:17 +02:00
Fabian Möller 93e8f5d90f
virtualbox: add update script 2020-04-19 14:03:58 +02:00
zowoq 9123c8c5de conmon: installFlags 2020-04-19 10:27:55 +10:00
Milan Pässler 08d83c1641 docker: add git to extraPath
When building a docker container from git, docker was missing the git
binary in $PATH.
2020-04-18 21:48:55 +02:00
zowoq 05be03fbce podman: 1.8.2 -> 1.9.0
https://github.com/containers/libpod/releases/tag/v1.9.0
2020-04-16 08:26:09 +10:00
Euan Kemp 6d3eaa0527 containerd: fix --version output
Before this change, 'containerd --version' with the nix package wouldn't
print useful version information.

In addition, the build output a bunch of (harmless) errors about 'git:
command not found'.

This fixes both of those problems.
2020-04-14 23:28:27 -07:00
Sascha Grunert 392b2a1fef
cri-o: 1.17.1 -> 1.17.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-14 09:24:32 +02:00
Sergey Lukjanov 203d7c9f10 docker-compose: 1.25.4 -> 1.25.5 2020-04-12 17:49:31 -07:00
zowoq c533af1b8a runc: fix manpages 2020-04-12 22:08:47 +10:00
José Romildo Malaquias a4b7440f41 qtemu: init at 2.1 2020-04-11 18:42:05 -03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar bbb299c8e4
Merge pull request #84177 from zowoq/team
maintainers/teams: add podman team
2020-04-09 13:57:12 +02:00
Milan 28d8bc7251
seabios: 1.11.0 -> 1.13.0 (#79880)
https://www.seabios.org/Releases#SeaBIOS_1.13.0
2020-04-07 20:11:38 +02:00
Vincent Laporte c0086a5c2a
ocamlPackages.ocaml_gettext: 0.3.8 → 0.4.1 2020-04-06 13:57:21 +02:00
zowoq 163d905305 runc: update maintainers 2020-04-03 20:37:59 +10:00
zowoq edd336f4bb podman: update maintainers 2020-04-03 20:37:59 +10:00
zowoq f85106b3d2 crun: update maintainers 2020-04-03 20:37:59 +10:00
zowoq 6f052a9a12 conmon: update maintainers 2020-04-03 20:37:59 +10:00
Sascha Grunert 109362d803
conmon: 2.0.14 -> 2.0.15
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-03 09:27:56 +02:00
R. RyanTM a159ec6dcc x11docker: 6.6.0 -> 6.6.1 2020-04-01 16:55:00 -07:00
AndersonTorres b334984a15 bochs: 2.6.10 -> 2.6.11 2020-03-30 23:29:25 -03:00
Marek Mahut 76196e9fe6
Merge pull request #83396 from r-ryantm/auto-update/spice-vdagent
spice-vdagent: 0.19.0 -> 0.20.0
2020-03-29 11:28:29 +02:00
Benjamin Hipple faebb66e90
Merge pull request #82996 from saschagrunert/cri-o
cri-o: v1.17.0 -> v1.17.1
2020-03-28 22:54:28 -04:00
R. RyanTM bbb3586884 spice-vdagent: 0.19.0 -> 0.20.0 2020-03-26 01:22:02 +00:00
Dmitry Kudriavtsev e882dfe91f hercules: init at 3.13 2020-03-25 17:52:23 -07:00
Mario Rodas b0de374f6a
Merge pull request #83036 from zowoq/conmon
conmon: 2.0.13 -> 2.0.14
2020-03-24 20:50:36 -05:00
Jörg Thalheim aa7b26fe29
singularity: fix build with strict deps 2020-03-23 08:16:38 +00:00
Jörg Thalheim 831ed29331
containerd: fix build with strictDeps 2020-03-23 08:14:35 +00:00
R. RyanTM 473366f5ca x11docker: 6.5.0 -> 6.6.0 2020-03-20 23:43:11 -07:00
zowoq 146b207f08 conmon: 2.0.13 -> 2.0.14
https://github.com/containers/conmon/releases/tag/v2.0.14
2020-03-21 08:15:42 +10:00
Sascha Grunert ac367b9946
cri-o: v1.17.0 -> v1.17.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-03-20 14:30:44 +01:00
Mario Rodas 1b91a99567
Merge pull request #82911 from marsam/update-docker-slim
docker-slim: 1.28.1 -> 1.29.0
2020-03-19 18:47:00 -05:00
zowoq 617d3b751a podman: 1.8.1 -> 1.8.2
https://github.com/containers/libpod/releases/tag/v1.8.2
2020-03-20 07:09:17 +10:00
Mario Rodas 9d6dce5344
docker-slim: 1.28.1 -> 1.29.0 2020-03-18 20:20:20 -05:00
Jörg Thalheim e63be52970
gvisor: remove unneeded go-bindata 2020-03-18 11:29:35 +00:00
Mario Rodas 8d985cb9ba
Merge pull request #82811 from zowoq/conmon
conmon: 2.0.12 -> 2.0.13
2020-03-17 22:37:37 -05:00
zowoq cb099ca0d8 conmon: 2.0.12 -> 2.0.13
https://github.com/containers/conmon/releases/tag/v2.0.13
2020-03-18 08:15:24 +10:00
Fabian Möller 2c77f1c049
virtualboxExtpack: synchronize version with virtualbox 2020-03-17 11:23:06 +01:00
zowoq 48e1ed7c71 conmon: 2.0.11 -> 2.0.12
https://github.com/containers/conmon/releases/tag/v2.0.12
2020-03-17 08:54:40 +10:00
Matteo Scarlata 2b99b29136 virtualbox: 6.0.14 -> 6.1.4
Update Virtualbox to its latest version. This allows compilation against
kernel >= 5.4 to succeed without further patches (see #74260, build
would fail for linux-5.5.5 to 5.5.9).
2020-03-13 22:36:31 +00:00
Maximilian Bosch cfc1ad7012
Merge pull request #82382 from Frostman/docker-19.03.8
docker: 19.03.7 -> 19.03.8
2020-03-12 23:05:31 +01:00
zowoq be13a1f358 podman: 1.8.0 -> 1.8.1
https://github.com/containers/libpod/releases/tag/v1.8.1
2020-03-12 07:04:31 +00:00
Sergey Lukjanov 1d0c3f148b docker: 19.03.7 -> 19.03.8 2020-03-11 21:11:10 -07:00
Mario Rodas ea23f5b811
docker-slim: 1.28.0 -> 1.28.1 2020-03-10 04:20:00 -05:00
Mario Rodas 65731ad634
Merge pull request #82023 from zowoq/rkt-cve
rkt: add CVEs
2020-03-08 20:29:53 -05:00
Mario Rodas 0623c70586
Merge pull request #81968 from vdemeester/update-containerd
containerd: 1.2.6 -> 1.2.13
2020-03-08 19:56:46 -05:00
Mario Rodas e26941fdbd
Merge pull request #81962 from marsam/udpate-docker-slim
docker-slim: 1.27.0 -> 1.28.0
2020-03-08 19:53:42 -05:00
Frederik Rietdijk 0eb0ddc4db Merge staging-next into master 2020-03-08 08:11:01 +01:00
zowoq c4c936f2f7 rkt: add CVEs
https://www.twistlock.com/labs-blog/breaking-out-of-coresos-rkt-3-new-cves/
2020-03-08 07:19:44 +10:00
Vincent Demeester 68d61b1654
containerd: 1.2.6 -> 1.2.13
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-07 12:27:01 +01:00
Mario Rodas 1068dd3772
docker-slim: 1.27.0 -> 1.28.0
Changelog: https://github.com/docker-slim/docker-slim/releases/tag/1.28.0
2020-03-07 02:34:00 -05:00
Frederik Rietdijk 188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
zowoq 66aea3292f crun: 0.12.2.1 -> 0.13
https://github.com/containers/crun/releases/tag/0.13
2020-03-06 12:25:36 +10:00
Sergey Lukjanov e1611f85c2 docker: 19.03.6 -> 19.03.7 2020-03-05 07:18:44 -08:00
zowoq f14ee5bce5 conmon: 2.0.10 -> 2.0.11
https://github.com/containers/conmon/releases/tag/v2.0.11
2020-03-05 07:50:51 +10:00
Jan Tojnar 1a44e325d2
Merge branch 'staging-next' into staging 2020-03-04 21:24:05 +01:00
Andreas Rammhold abd312b6b1
gvisor: update fixed output hash 2020-03-03 01:12:26 +01:00
Mario Rodas e24855d70d
docker-slim: 1.26.1 -> 1.27.0
Changelog: https://github.com/docker-slim/docker-slim/releases/tag/1.27.0
2020-02-29 04:20:00 -05:00
Benjamin Hipple ad30a30488 rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validation
Previously, we would asssert that the lockfiles are consistent during the
unpackPhase, but if the pkg has a patch for the lockfile itself then we must
wait until the patchPhase is complete to check.

This also removes an implicity dependency on the src attribute coming from
`fetchzip` / `fetchFromGitHub`, which happens to name the source directory
"source". Now we glob for it, so different fetchers will work consistently.
2020-02-28 18:54:23 -08:00
zowoq 4ddbe3f263 umoci: 0.4.4 -> 0.4.5 2020-02-25 06:52:34 +10:00
Peter Hoeg e17dff1104
Merge pull request #80004 from peterhoeg/f/crun
crun: run tests and show the proper version number
2020-02-23 21:15:44 +08:00
Vladimír Čunát 627a9ff433
lkl: fixup build after PR #78994 2020-02-20 21:07:43 +01:00
zowoq d9bedd0e3e crun: 0.12.1 -> 0.12.2.1
https://github.com/containers/crun/blob/0.12.2.1/NEWS
2020-02-18 08:42:04 +10:00
Benjamin Hipple 2494471a14 cntr: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 09:35:30 -08:00
Mario Rodas 7696369bec
docker-slim: move expression to outside of build-support (#80078) 2020-02-14 09:42:18 +01:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
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.
2020-02-13 22:41:37 -08:00
zowoq 1979e038a3 docker: 19.03.5 -> 19.03.6
https://github.com/docker/docker-ce/releases/tag/v19.03.6
2020-02-13 14:17:47 +10:00
Matthew Bauer ba30ee3389
Merge pull request #79708 from saschagrunert/unused-ldflags-var
cri-o: remove unused ldflags variable
2020-02-10 14:28:12 -05:00
Christian Kauhaus edfd964253
Merge pull request #79050 from andrew-d/andrew/qemu-CVEs
qemu: add patches for CVE-2020-7039 and CVE-2020-7211
2020-02-10 16:52:25 +01:00
Sascha Grunert c36fca9701
cri-o: remove unused ldflags variable
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-02-10 14:42:40 +01:00
Sascha Grunert b771cc73d4
cri-o: v1.16.1 -> v1.17.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-02-10 09:18:23 +01:00
Peter Hoeg ee027c128b crun: run tests and show the proper version number 2020-02-10 12:01:48 +08:00
Frederik Rietdijk 03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
Mario Rodas 54df335531
Merge pull request #79491 from zowoq/crun
crun: 0.12 -> 0.12.1
2020-02-08 06:14:06 -05:00
zowoq 69c29537b3 crun: 0.12 -> 0.12.1
https://github.com/containers/crun/blob/0.12.1/NEWS
2020-02-08 11:24:26 +10:00
Frederik Rietdijk 30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
Sascha Grunert 6d7e4fb746
podman: v1.7.0 -> v1.8.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-02-07 15:25:19 +01:00
Sergey Lukjanov 57be3cab36 docker-compose: 1.25.1 -> 1.25.4 2020-02-06 14:31:59 -08:00
Vladimír Čunát 48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
zowoq 1a021570f9 crun: 0.11 -> 0.12
https://github.com/containers/crun/releases/tag/0.12
2020-02-04 08:19:12 +10:00
zowoq f578bcadbe firecracker: 0.19.0 -> 0.20.0
https://github.com/firecracker-microvm/firecracker/blob/v0.20.0/CHANGELOG.md#0200
2020-02-02 12:52:48 +10:00
Andrew Dunham ef3addb1cb qemu: add patches for CVE-2020-7039 and CVE-2020-7211
Fixes #78762
2020-02-01 16:37:15 -08:00
Maximilian Bosch ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
Maximilian Bosch 10ad9fea9f
xen: remove 4.5
Depends on a fairly old gcc, marked as insecure for ~2 years.
2020-01-28 20:11:00 +01:00
Maximilian Bosch 6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
zowoq 5bee42b6b4 conmon: 2.0.9 -> 2.0.10 2020-01-28 08:07:52 +10:00
zowoq b9e3d5ab9d runc: 1.0.0-rc9 -> 1.0.0-rc10
https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc10
2020-01-24 13:13:52 +10:00
Maximilian Bosch 91b7e73bbc
xen_4_8-{light,slim}: fix build 2020-01-23 11:00:54 +01:00
Peter Hoeg 2cfb5f51d2
Merge pull request #77483 from zowoq/crun
crun: 0.10.6 -> 0.11
2020-01-23 09:11:22 +08:00
Maximilian Bosch ad2fd68cff
xen_4_8: fix build w/glibc-2.30
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] 74858c9eaf
2020-01-23 00:21:22 +01:00
Sascha Grunert b5035c0892 cri-o: Fix build tags usage
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-22 17:33:57 +01:00
zowoq f64bcd6cca crun: 0.10.6 -> 0.11 2020-01-16 15:45:59 +10:00
R. RyanTM 41c3914b62 docker-compose: 1.25.0 -> 1.25.1 2020-01-15 07:09:58 +00:00
Christian Mainka 316c4012e2 open-vm-tools: 10.3.10 -> 11.0.1
Also update our downstream patch.
2020-01-11 11:48:53 -05:00
Mario Rodas 0a4c110bc3
Merge pull request #77221 from saschagrunert/conmon
conmon: v2.0.8 -> v2.0.9
2020-01-07 20:43:50 -05:00
zowoq 66978f0f46 podman: 1.6.3 -> 1.7.0 2020-01-08 07:25:59 +10:00
Sascha Grunert d4a9b0a087
conmon: v2.0.8 -> v2.0.9
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-07 13:22:45 +01:00
zowoq 31d2d5a382 docker: 19.03.4 -> 19.03.5 2020-01-03 12:49:49 +00:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Franz Pletz 5338dd7ac8
Merge pull request #76065 from risicle/ris-qemu-4.2.0
qemu: 4.1.0 -> 4.2.0, including patch for minor CVE-2019-15890
2020-01-02 15:19:30 +00:00
Jan Tojnar 0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster 5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster 4db0860814
cri-o: fix *Flags 2019-12-31 00:03:37 +01:00
Jonathan Ringer d72c4791bc Merge remote-tracking branch 'origin' into staging-next 2019-12-30 14:36:16 -08:00
Jan Tojnar 21280e418d
virtualbox: fix eval 2019-12-30 22:01:39 +01:00
AndersonTorres a36e54de9d Bochs: quote homepage URL in order to suit the new standards 2019-12-30 15:16:53 -03:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Maximilian Bosch 59ab29fe88
virtualbox: fix build
Newer `iasl`-versions disallow strings within certain declarations[1]
which breaks the virtualbox build as it relies on exactly this
behavior[2].

This should be removed again when updating virtualbox to 6.1.

[1] https://acpica.org/node/172
[2] https://hydra.nixos.org/build/108774352
2019-12-30 14:11:32 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
AndersonTorres f560e96a18 Bochs: 2.6.9 -> 2.6.10 2019-12-29 15:21:42 -03:00
R. RyanTM f139dc681c remotebox: 2.6 -> 2.7 2019-12-28 20:33:41 +01:00
zowoq 21a28f2f0b podman: install completion 2019-12-27 22:53:17 +10:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
markuskowa 5f3d5d3ac7
Merge pull request #76455 from r-ryantm/auto-update/x11docker
x11docker: 6.4.0 -> 6.5.0
2019-12-25 14:00:07 +01:00
R. RyanTM dca4ef0d9c x11docker: 6.4.0 -> 6.5.0 2019-12-24 14:05:15 -08:00
Alyssa Ross c76deaef9c crosvm: 77.12371.0.0-rc1 -> 79.12607.0.0-rc4
Replaced src munging with a custom unpackPhase because the previous
approach couldn't handle a newly introduced path with a space, and
this is cleaner anyway (but was impossible at the time due to
unpackPhase not being forwarded to fetchcargo).
2019-12-24 17:23:52 +00:00
Alyssa Ross 0c62e73b37 crosvm: add myself as maintainer 2019-12-24 17:23:52 +00:00
Alyssa Ross 7e683f6393 crosvm.updateScript: use more stable update source
It has been explained to me that cros-omahaproxy reports which
versions are available to users, while cros-updates-serving reports
the latest builds available for each channel.  The latter is probably
better for our use case anyway, and apparently, while both aren't
officially supported, is less likely to randomly break.

So let's use that instead, even if it is much more annoying to parse.
2019-12-24 17:23:52 +00:00
Robert Scott f5c0d150e7 qemu: add patch for CVE-2019-15890 2019-12-19 00:51:04 +00:00
Robert Scott 8c3a97fa7e qemu: 4.1.0 -> 4.2.0 2019-12-18 22:00:49 +00:00
Michael Raskin e726201cc8
Merge pull request #52352 from hyperfekt/init_crosvm
crosvm: init at 77.0.3865.105
2019-12-17 15:22:14 +00:00
Sascha Grunert 7aba727c0d
conmon: v2.0.7 -> v2.0.8
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-16 09:43:03 +01:00
Robert Scott 46460d3d7a crun: 0.8 -> 0.10.6 (security) (#75304)
addressing CVE-2019-18837
2019-12-14 18:49:18 +01:00
Mario Rodas d712be5f3e
podman: add marsam to maintainers 2019-12-13 04:21:00 -05:00
Mario Rodas 072cdcb265
podman: enable on darwin 2019-12-13 04:20:00 -05:00
Ivan Kozik 61f264fc41 open-vm-tools: 11.0.1 -> 11.0.5 2020-01-20 07:42:00 +00:00
Sascha Grunert 0101712a5b
conmon: v2.0.6 -> v2.0.7
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-13 09:24:52 +01:00
Mario Rodas 10fbebcfc6
Merge pull request #75483 from saschagrunert/conmon
conmon: v2.0.4 -> v2.0.6
2019-12-12 08:19:14 -05:00
Sascha Grunert 9165b15335
conmon: v2.0.4 -> v2.0.6
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-12 09:23:13 +01:00
Florian Klink 135ebdb7b8
Merge pull request #74260 from B4dM4n/virtualbox-update
virtualbox: 6.0.12 -> 6.0.14
2019-12-12 03:52:39 +01:00
Fabian Möller 837dbc809e
fixup! virtualbox: 6.0.12 -> 6.0.14
use fetchpatch in guest additions
2019-12-12 00:59:03 +01:00
Fabian Möller 63969f5821
fixup! virtualbox: 6.0.12 -> 6.0.14 2019-12-11 22:59:50 +01:00
Sascha Grunert 23f10837ab
conmon: v2.0.3 -> v2.0.4
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-09 18:36:35 +01:00
Nikolay Korotkiy 2a6a39bc8c
podman-compose: init at 0.1.5 2019-12-06 12:41:40 +03:00
Florian Klink 3140fa89c5
Merge pull request #73097 from andrew-d/andrew/gvisor-redux
gvisor: init at 2019-11-14
2019-12-05 01:28:43 +01:00
Andrew Dunham 1f0512faf6 gvisor-containerd-shim: init at 2019-10-09 2019-12-03 23:55:24 -08:00
Andrew Dunham 3147b0a09e gvisor: init at 2019-11-14 2019-12-03 23:55:24 -08:00
Maximilian Bosch 7d8205bc09
docker-distribution: 2.6.2 -> 2.7.1 2019-12-03 13:49:03 +01:00
Frederik Rietdijk d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00