Commit graph

2759 commits

Author SHA1 Message Date
Yuriy Taraday b0bffdd36f qemu: Add patch to fix 9p support on Darwin
This patch fixes issues with error codes on Darwin host and Linux guest.
It has landed in QEMU master, so should be included in the next release.

Related to #108984.
2022-07-17 10:28:58 +04:00
Alyssa Ross 7e7aa63d3b crosvm: enable debug info 2022-07-16 09:21:57 +00:00
zowoq cb766051ee podman: build on x86_64-darwin 2022-07-16 13:40:03 +10:00
Zoey de Souza Pessanha f69e9bc2cc
nixpacks: init at 0.1.7 (#179932)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-11 15:49:34 +02:00
R. Ryantm 48a1741b5a cloud-hypervisor: 24.0 -> 25.0 2022-07-08 13:26:14 +00:00
Domen Kožar ec92e5a7ac
Merge pull request #180165 from Yarny0/virtualbox-linux519
virtualbox: update patch linux-5.18 -> linux-5.19
2022-07-07 13:50:06 -05:00
zowoq b7eb3285b3 railcar, nixos/railcar: remove
Upstream repo is archived and hasn't had any commits since 2018, isn't packaged anywhere else apart from AUR.
2022-07-07 07:16:58 +10:00
Arthur Gautier 934a622f7e qemu-utils: ensure we cut off qemu dependency 2022-07-06 07:13:29 +00:00
Arthur Gautier fef6723f9b qemu-utils: remove qemu dependency
qemu-utils was pulling qemu which is a 900MB dependency. By removing
reference to it (unneeded), we're saving space on our deployments.
qemu-utils is a dependency of cloud-utils
2022-07-06 07:13:29 +00:00
zowoq 8de4ffe811 crun: set strictDeps 2022-07-05 20:23:19 +10:00
zowoq b71ee18bfd conmon: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
zowoq 58aad4ee03 catatonit: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
Yarny0 0ad873b44b virtualbox: update patch linux-5.18 -> linux-5.19
Some history:

The linux kernel v5.18-rc contains the commit

> commit 6e8ec2552c7d13991148e551e3325a624d73fac6
> Author: Jason A. Donenfeld <Jason@zx2c4.com>
> Date:   2022-01-16 14:23:10 +0100
>
>     random: use computational hash for entropy extraction
> [...]

which modifies the kernels random number generator.

This change broke VirtualBox 6.1.34 in several ways:
It causes random crashes and filesystem corruption in the guest
(at least on some host CPU models).
More details can be found in the
corresponding ticket in the VirtualBox bug tracker:
https://www.virtualbox.org/ticket/20914

That ticket also contains a patch "vbox-linux-5.18.patch"
for VirtualBox that fixes the problem,
at least for kernels 5.18 and (hopefully) above.
This patch got added to nixpkgs' VirtualBox build recipe with
9c8132494f .

Meanwhile, the kernel patch got backported to LTS kernels.
As the VirtualBox patch contains several `#if RTLNX_VER_MIN(5,18,0)`
clauses to apply the fix,
it can't heal VirtualBox on LTS kernel versions.
The result is that VirtualBox is still broken if used
with linux kernels 5.10 and 5.15
(currenly the default kernel in nixpkgs).

Luckily, VirtualBox developers updated the patch
(now named "vbox-linux-5.19.patch") to not only fix the
problem for the upcoming 5.19 kernel, but also address
backport releases.

The commit at hand replaces "vbox-linux-5.18.patch"
with the new "vbox-linux-5.19.patch",
fixing VirtualBox for LTS kernel releases.
2022-07-04 22:15:03 +02:00
tricktron ac8fadc7f3
colima: 0.4.2 -> 0.4.4 (#179522)
* colima: use updated Makefile in build and install phases

* colima: use lima-unwrapped

* colima: fix dynamic version

* colima: 0.4.2 -> 0.4.3

* colima: delete .git folder in postfetch when `leaveDotGit = true`

Otherwise it may lead to non-deterministic behaviour.

Co-authored-by: j-k <dev@j-k.io>

* colima: do not override default buildGoModule phases

The colima Makefile does more or less the same as the `buildGoModule`
implementation. Instead of overriding it and using the Makefile
directly, we reproduce the behaviour desired behaviour by customising
env variables, e.g. `ldflags` and `subPackages`.

Co-authored-by: j-k <dev@j-k.io>

* colima: use `buildGoModule = buildGo118Module;`

Co-authored-by: j-k <dev@j-k.io>

* colima: update meta.description

Co-authored-by: j-k <dev@j-k.io>

* colima: set `CGO_ENABLED = 1` to make VPN connections work

See https://github.com/abiosoft/colima/issues/358

* colima: 0.4.3 -> 0.4.4

* colima: define all ldflags in preConfigure

Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* colima: add version test

* colima: add meta.mainProgram and meta.platforms

* colima: remove unused runCommand input

Co-authored-by: j-k <dev@j-k.io>

* colima: cleanup meta

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* colima: drop meta.platforms

because we use the default value of `platforms.darwin ++
platforms.linux`

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* Update pkgs/applications/virtualization/colima/default.nix

Co-authored-by: j-k <dev@j-k.io>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-04 13:28:02 +02:00
Robin Gögge c673e1ff02 docker-buildx: pass version to ldflags
With this change `docker buildx version` behaves as
expected. Fixes #177540.

Signed-off-by: Robin Gögge <r.goegge@gmail.com>
2022-06-30 15:19:44 +02:00
Sandro 78f79c21e9
Merge pull request #177286 from deinferno/vmware-fonts
vmware-workstation: remove shipped fonts.conf
2022-06-29 19:58:23 +02:00
ajs124 45ec5898cb maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02:00
ajs124 a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00
Alyssa Ross 97a16f52d7
linuxPackages.virtualboxGuestAdditions: properly mark platforms
This saves a lot of defensive checking inside the expression.
2022-06-26 18:12:06 +00:00
Alyssa Ross 943fd5ea4b
pkgsi686Linux.linuxPackages.virtualboxGuestAdditions: mark broken
Hasn't built since the upgrade to Linux 5.10.

https://forums.virtualbox.org/viewtopic.php?t=104819
2022-06-26 18:11:58 +00:00
R. Ryantm eeb24ae88f docker-distribution: 2.7.1 -> 2.8.1 2022-06-25 16:39:55 +00:00
Sandro cefa86f18f
Merge pull request #178782 from SuperSandro2000/docker-compose 2022-06-24 13:30:45 +02:00
adisbladis f0fe582ac8
Merge pull request #178786 from polynomialspace/master
conmon: update git sha after upstream v2.1.2 retag
2022-06-24 03:41:12 +08:00
polynomialspace 694494c455 update git sha after upstream v2.1.2 retag
see: 2bc95ee697
2022-06-23 11:54:13 -07:00
Sandro Jäckel 736c9800c9
docker-compose: 2.6.0 -> 2.6.1 2022-06-23 20:44:59 +02:00
Robert Scott 466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
adisbladis e53c4b9205 crun: Don't use hard-coded /usr/bin paths
The paths to newuidmap & newgidmap are currently hard-coded in the binary.
2022-06-22 20:48:56 +08:00
zowoq 31f02117da lima: 0.11.0 -> 0.11.1
https://github.com/lima-vm/lima/releases/tag/v0.11.1
2022-06-20 08:22:02 +10:00
zowoq 75d21e7131 podman: 4.1.0 -> 4.1.1
https://github.com/containers/podman/releases/tag/v4.1.1
2022-06-16 06:46:30 +10:00
zowoq 20ac3479d4 conmon: 2.1.1 -> 2.1.2
https://github.com/containers/conmon/releases/tag/v2.1.2
2022-06-15 06:47:31 +10:00
Átila Saraiva 501ec23c49 distrobox: 1.3.0 -> 1.3.1 2022-06-11 16:21:19 -03:00
deinferno 5f46ce46b3 vmware-workstation: remove shipped fonts.conf 2022-06-11 18:37:04 +05:00
Maxine Aubrey c0a672b343
docker: 20.10.16 -> 20.10.17
- https://github.com/moby/moby/releases/tag/v20.10.17
- https://github.com/containerd/containerd/releases/tag/v1.6.6
- https://github.com/docker/cli/releases/tag/v20.10.17
- https://github.com/opencontainers/runc/releases/tag/v1.1.2
2022-06-10 23:38:56 +02:00
Sandro 0e2a035984
Merge pull request #175985 from kjeremy/open-vm-tools-fix-fuse
open-vm-tools: fix shared folders
2022-06-09 17:07:45 +02:00
zowoq 368a80ecd8 runc: 1.1.2 -> 1.1.3
https://github.com/opencontainers/runc/releases/tag/v1.1.3
2022-06-09 17:26:53 +10:00
zowoq ff71240d2e containerd: 1.6.5 -> 1.6.6
https://github.com/containerd/containerd/releases/tag/v1.6.6
2022-06-08 07:29:33 +10:00
zowoq 7708f1e48c cri-o: 1.24.0 -> 1.24.1
https://github.com/cri-o/cri-o/releases/tag/v1.24.1
2022-06-07 07:46:04 +10:00
zowoq 4ffef83408 docker-compose: add $out/bin symlink 2022-06-06 14:58:18 +10:00
zowoq b7b91880d3 docker-compose: default to v2 2022-06-06 14:58:18 +10:00
Sandro 39ef40f456
Merge pull request #176311 from kirillrdy/master
docker-compose: remove ipaddress
2022-06-05 19:40:10 +02:00
zowoq 56d0d4fff6 containerd: 1.6.4 -> 1.6.5
https://github.com/containerd/containerd/releases/tag/v1.6.5
2022-06-05 09:34:53 +10:00
Kirill Radzikhovskyy fa2f9199e4 docker-compose: remove ipaddress 2022-06-05 09:16:19 +10:00
Sandro f1a4995652
Merge pull request #175507 from andresilva/virtualbox-6.1.34
virtualbox: 6.1.30 -> 6.1.34
2022-06-04 20:11:36 +02:00
Mario Rodas df4b44a441
Merge pull request #176250 from aaronjheng/docker-slim
docker-slim: use buildGoModule
2022-06-04 11:53:27 -05:00
Aaron Jheng 9d80c2f682
docker-slim: use buildGoModule 2022-06-04 14:19:08 +00:00
Artturi 6ed6509fe5
Merge pull request #174013 from aaschmid/colima.0.4.2
colima: 0.3.4 -> 0.4.2
2022-06-04 17:14:30 +03:00
R. Ryantm ff6d79820d cloud-hypervisor: 23.1 -> 24.0 2022-06-03 00:12:23 -04:00
Jeremy Kolb 12d74e3abf open-vm-tools: fix shared folders 2022-06-02 15:15:54 -04:00
Aaron Jheng 9ea5e3d040
podman-tui: 0.3.1 -> 0.4.0 2022-06-02 06:32:53 +00:00
zowoq b35ad0da36 cri-o: 1.23.2 -> 1.24.0 2022-06-01 13:30:02 +10:00
Sandro Jäckel 18d53f807e
docker-compose_2: 2.5.1 -> 2.6.0 2022-05-30 22:42:09 +02:00
André Silva 9c8132494f
virtualbox: 6.1.30 -> 6.1.34 2022-05-30 19:32:49 +01:00
Sandro Jäckel d060e634e8
virt-manager: remove with over entire scope, do manually patching in postPatch, remove backport ipaddress 2022-05-30 06:06:35 +02:00
Guillaume Girol f2493e87d8
Merge pull request #173110 from symphorien/ovmf-cross
nixos/libvirtd: make it possible to boot a UEFI aarch64 vm on x86_64
2022-05-29 21:46:45 +00:00
Jeremy Kolb e37248668b
open-vm-tools: 12.0.0 -> 12.0.5 (#174744)
* open-vm-tools: 12.0.0 -> 12.0.5

* remove unused fetchpatch
2022-05-29 19:49:26 +02:00
Thiago Kenji Okada 0a382c5c94
Merge pull request #175302 from AtilaSaraiva/distrobox
distrobox: 1.2.15 -> 1.3.0
2022-05-29 18:33:15 +01:00
AtilaSaraiva 4330af7dd8 distrobox: 1.2.15 -> 1.3.0 2022-05-29 11:19:12 -03:00
Andreas Schmid 09c911a42a colima: 0.3.4 -> 0.4.2
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-05-28 18:47:39 +02:00
Artturi d484bb7bb1
Merge pull request #173914 from Atemu/colima-embed-version
colima: embed version and git revision
2022-05-28 18:49:15 +03:00
Artturi 60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
Artturin c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
Jonas Heinrich f81c763c1d nixos/appvm: init at unstable-2021-12-20
Co-authored-by: Mikhail Klementev <blame@dumpstack.io>
Co-authored-by: Cabia Rangris <me@cab404.ru>
2022-05-26 08:33:49 -04:00
Maxine Aubrey f21fb9441f
docker: 20.10.15 -> 20.10.16
- https://docs.docker.com/engine/release-notes/#201016
- https://github.com/docker/cli/releases/tag/v20.10.16
- https://github.com/moby/moby/releases/tag/v20.10.16
2022-05-25 18:28:01 +02:00
Artturin 0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
R. Ryantm dc51978b78 docker-compose_2: 2.5.0 -> 2.5.1 2022-05-25 11:47:23 +00:00
zowoq 76d8cf069b conmon: 2.1.0 -> 2.1.1
https://github.com/containers/conmon/releases/tag/v2.1.1
2022-05-24 09:39:06 +10:00
Artturi e00bb60b19
Merge pull request #173430 from Artturin/fetchzippost 2022-05-23 18:25:50 +03:00
Artturin b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
ajs124 235dd7235f
gvisor: mark as broken 2022-05-22 15:22:11 +00:00
Alyssa Ross edfa19a15b cloud-hypervisor: 23.0 -> 23.1 2022-05-22 10:00:51 +00:00
Atemu 6a065534bb colima: embed version and git revision
These are shown on `colima version`

See also https://github.com/abiosoft/colima/issues/301
2022-05-21 19:43:46 +02:00
Yuka ab72035bb7
qemu: add workaround for nested virtualisation (#171789) 2022-05-21 11:24:16 +02:00
Vo Anh Duy dabc1c5a1e lima: 0.10.0 -> 0.11.0 2022-05-20 11:39:21 +10:00
Guillaume Girol 9ccccc3e25 edk2: fix cross compilation 2022-05-14 12:00:00 +00:00
Thiago Kenji Okada eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
adisbladis c47a0e0d39
Merge pull request #172542 from Kranzes/podman
podman: 4.0.3 -> 4.1.0
2022-05-12 17:16:11 +08:00
zowoq 98a2e49dd1 runc: 1.1.1 -> 1.1.2
https://github.com/opencontainers/runc/releases/tag/v1.1.2
2022-05-12 08:57:07 +10:00
zowoq 73d152e623 podman: mark as broken on x86_64-darwin 2022-05-12 07:46:38 +10:00
Arnout Engelen 5c87d385f7
Merge pull request #172070 from raboof/stabilize-qemu-usb
qemu: stabilize USB EHCI
2022-05-11 22:39:32 +02:00
Phillip Cloud d86c605026
libnvidia-container: 1.5.0 -> 1.9.0 2022-05-11 13:26:44 -04:00
Ilan Joselevich 5eef62fc0b podman: 4.0.3 -> 4.1.0 2022-05-11 13:45:28 +03:00
Arnout Engelen 218a48c849
qemu: stabilize USB EHCI
This patch fixes a problem that caused the NixOS tests that tested booting
from USB to fail periodically.

Fixes #15690, fixes #104642, fixes #170803

Also submitted upstream at https://lists.nongnu.org/archive/html/qemu-devel/2022-05/msg01484.html
2022-05-08 17:46:54 +02:00
Naïm Favier ed63368dfe
podman: fix wrapper arguments escaping 2022-05-06 18:30:50 +02:00
Maxine Aubrey 6401b21ad3
docker: 20.10.14 -> 20.10.15
https://docs.docker.com/engine/release-notes/#201015
https://github.com/moby/moby/releases/tag/v20.10.15
https://github.com/docker/cli/releases/tag/v20.10.15
https://github.com/containerd/containerd/releases/tag/v1.6.4
https://github.com/opencontainers/runc/releases/tag/v1.1.1
2022-05-06 00:49:05 +02:00
Maxine Aubrey 01b99ebcff
docker-compose_2: 2.4.1 -> 2.5.0
https://github.com/docker/compose/releases/tag/v2.5.0
2022-05-06 00:39:57 +02:00
Sandro aacb7ef4a6
Merge pull request #169966 from deinferno/vmware-host 2022-05-04 14:13:12 +02:00
deinferno e1da7f4d44 vmware-workstation: init at 16.2.3 2022-05-04 01:58:26 +05:00
zowoq 6a415cd37c containerd: 1.6.3 -> 1.6.4
https://github.com/containerd/containerd/releases/tag/v1.6.4
2022-05-04 06:54:03 +10:00
zowoq 825078447a podman: add oci-containers.podman to passthru.tests 2022-05-03 19:42:33 +10:00
Aaron Jheng 1eb691dfe6
podman-tui: 0.3.0 -> 0.3.1 2022-04-30 01:50:56 +00:00
Thiago Kenji Okada f61fc5eea9
Merge pull request #170768 from AtilaSaraiva/distrobox
distrobox: 1.2.14 -> 1.2.15
2022-04-28 22:42:39 +01:00
AtilaSaraiva f817a43f22 distrobox: 1.2.14 -> 1.2.15 2022-04-28 08:40:12 -03:00
Sandro b4b1b89ab7
Merge pull request #170596 from qowoz/containerd
containerd: 1.6.2 -> 1.6.3
2022-04-27 17:20:06 +02:00
Sandro 8df933f339
Merge pull request #170608 from qowoz/lima
lima: 0.9.2 -> 0.10.0
2022-04-27 17:09:44 +02:00
zowoq b3ae9c52d4 crun: 1.4.4 -> 1.4.5
https://github.com/containers/crun/releases/tag/1.4.5
2022-04-27 21:20:33 +10:00
zowoq a5f876f6d1 lima: 0.9.2 -> 0.10.0
https://github.com/lima-vm/lima/releases/tag/v0.10.0
2022-04-27 21:19:11 +10:00
zowoq 0c00267cd1 containerd: 1.6.2 -> 1.6.3
https://github.com/containerd/containerd/releases/tag/v1.6.3
2022-04-27 20:20:59 +10:00
R. Ryantm d1402a59b0 docker-slim: 1.37.5 -> 1.37.6 2022-04-25 06:18:04 +00:00
Artturi 62866bc352
Merge pull request #169449 from Artturin/movetesting1
testers.testVersion: move from trivial-builders.nix
2022-04-23 06:06:16 +03:00
Rick van Schijndel b0e9f6e26c
Merge pull request #169054 from blakesmith/firectl_latest
firectl: 0.1.0 -> unstable-2022-03-01
2022-04-22 18:57:55 +02:00
Artturin f1c7f19e49 treewide: testVersion -> testers.testVersion 2022-04-22 16:24:27 +03:00
Blake Smith 6c87c725e2 firectl: 0.1.0 -> 0.1.0-unstable-2022-03-01
The latest version of nixpkgs.firecracker (1.0.0) is incompatible
with version 0.1.0 of firectl. Must use latest HEAD in upstream
to pick up breaking changes in the API. See:
https://github.com/firecracker-microvm/firectl/issues/82
2022-04-22 07:16:34 -05:00
Vladimír Čunát b9e4383b0a
Merge #169177: linuxPackages.virtualboxGuestAdditions: xserverABI 2022-04-20 19:31:17 +02:00
Alyssa Ross 9d733f3d49 qemu: 6.2.0 -> 7.0.0
The guest agent now refuses to build unless being built for one of a
list of specific supported operating systems.

Co-authored-by: Will Cohen <willcohen@users.noreply.github.com>
2022-04-20 15:27:34 +00:00
Vladimír Čunát b8c192b98e
linuxPackages.virtualboxGuestAdditions: xserverABI cleanup 2022-04-19 14:20:31 +02:00
Alyssa Ross 430c56976f cloud-hypervisor: 22.1 -> 23.0 2022-04-19 08:18:17 +00:00
Artturi a13fbab71e
Merge pull request #168916 from mikroskeem/imgcrypt-bump
imgcrypt: 1.1.1 -> 1.1.4
2022-04-19 05:23:45 +03:00
Florian Brandes 904432fdba
virt-manager: fix setuptools-61 breaking change
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-18 19:29:18 +02:00
Vladimír Čunát 54979403b9
linuxPackages.virtualboxGuestAdditions: xserverABI
Fix build after xorg-server upgrade.  I suppose we'll keep using 118?
  vboxvideo_drv_13.so
  vboxvideo_drv_14.so
  vboxvideo_drv_15.so
  vboxvideo_drv_16.so
  vboxvideo_drv_17.so
  vboxvideo_drv_18.so
  vboxvideo_drv_19.so
  vboxvideo_drv_70.so
  vboxvideo_drv_71.so
  vboxvideo_drv_110.so
  vboxvideo_drv_111.so
  vboxvideo_drv_112.so
  vboxvideo_drv_113.so
  vboxvideo_drv_114.so
  vboxvideo_drv_115.so
  vboxvideo_drv_116.so
  vboxvideo_drv_117.so
  vboxvideo_drv_118.so
2022-04-18 16:36:03 +02:00
Mark Vainomaa 63a979fb64
imgcrypt: 1.1.1 -> 1.1.4 2022-04-16 15:14:43 +03:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Alyssa Ross 40f140ad87 crosvm: 99.14468.0.0-rc1 -> 100.14526.0.0-rc1 2022-04-13 08:20:32 +00:00
Alyssa Ross 26d66fbfa9 crosvm.updateScript: generate Cargo.lock 2022-04-13 08:20:32 +00:00
Astro e7dd2d60d6 kvmtool: init at 2021-12-14 2022-04-10 20:21:35 +02:00
Alyssa Ross 665bb90fc3 qemu: remove redundant copy of qemu-ga
There's no reason to have one copy of qemu-ga in $out and another in
$ga, and because we only applied remove-references-to to one of the
copies, it caused a collision when QEMU was used in a buildEnv.
2022-04-10 08:11:46 +08:00
Ryan Mulligan 14dac00935
Merge pull request #167704 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.8.1 -> 0.8.2
2022-04-07 13:12:54 -07:00
R. Ryantm d4ba374390 docker-buildx: 0.8.1 -> 0.8.2 2022-04-07 11:59:39 +00:00
R. Ryantm 23d4b86f82 docker-compose_2: 2.4.0 -> 2.4.1 2022-04-07 10:51:45 +00:00
Bobby Rong d8068bc6a8
Merge pull request #166764 from r-ryantm/auto-update/x11docker
x11docker: 7.1.3 -> 7.1.4
2022-04-06 22:08:29 +08:00
R. Ryantm edc6a9ecda docker-compose_2: 2.3.4 -> 2.4.0 2022-04-04 09:19:48 +00:00
matthewcroughan 96674e9c3b qemu: add patch to fix MTP devices
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2022-04-02 16:26:00 +00:00
zowoq 01fd7a284e podman: 4.0.2 -> 4.0.3
https://github.com/containers/podman/releases/tag/v4.0.3
2022-04-02 06:42:52 +10:00
R. Ryantm 38b7c3bf77 x11docker: 7.1.3 -> 7.1.4 2022-04-01 06:01:55 +00:00
Ryan Mulligan 8403a362b0
Merge pull request #166497 from r-ryantm/auto-update/podman-tui
podman-tui: 0.2.0 -> 0.3.0
2022-03-31 19:34:20 -07:00
7c6f434c 45f9838928
Merge pull request #166407 from bobby285271/virt-viewer
virt-viewer: fix build with meson 0.61
2022-03-31 08:48:47 +00:00
R. Ryantm a7bcc9a871 podman-tui: 0.2.0 -> 0.3.0 2022-03-30 23:19:48 +00:00
sternenseemann 70530708a5 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-30 19:09:12 +02:00
Sandro 71cf5cbe28
Merge pull request #165854 from wineee/spike 2022-03-30 17:29:29 +02:00
Bobby Rong 32d1e6082c
virt-viewer: fix build with meson 0.61 2022-03-30 19:47:00 +08:00
rewine 7e845eda91 spike: 1.0.0 -> 1.1.0 2022-03-30 16:02:13 +08:00
github-actions[bot] 01c08ff8bf
Merge master into haskell-updates 2022-03-30 00:10:53 +00:00
zowoq 3491c5ea29 runc: 1.1.0 -> 1.1.1
https://github.com/opencontainers/runc/releases/tag/v1.1.1
2022-03-29 18:48:08 +10:00
github-actions[bot] f0839d8bcd
Merge master into haskell-updates 2022-03-28 00:11:42 +00:00
github-actions[bot] 61d6c3bc7c
Merge master into haskell-updates 2022-03-27 00:12:02 +00:00
zowoq 42eeaa206e lima: 0.9.1 -> 0.9.2
https://github.com/lima-vm/lima/releases/tag/v0.9.2
2022-03-27 07:08:54 +10:00
Sandro 57451367cf
Merge pull request #165841 from r-ryantm/auto-update/docker-compose 2022-03-26 15:16:06 +01:00
R. Ryantm c443e2fc5d docker-compose_2: 2.3.3 -> 2.3.4 2022-03-26 12:18:51 +00:00
sternenseemann 372d0a707e Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-26 09:59:28 +01:00
Aaron Jheng fc8fa47cde podman-tui: 0.1.0 -> 0.2.0 2022-03-26 15:59:38 +10:00
github-actions[bot] 79b7796557
Merge master into haskell-updates 2022-03-25 00:11:06 +00:00
davidak 6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Maxine Aubrey ae79018c44
docker: 20.10.13 -> 20.10.14
https://docs.docker.com/engine/release-notes/#201014
2022-03-24 10:50:48 +01:00
zowoq 508549156c containerd: 1.6.1 -> 1.6.2
https://github.com/containerd/containerd/releases/tag/v1.6.2
2022-03-24 19:23:45 +10:00
zowoq 2d2fd406c4 crun: 1.4.3 -> 1.4.4
https://github.com/containers/crun/releases/tag/1.4.4
2022-03-24 18:27:06 +10:00
github-actions[bot] e5b9619cbf
Merge master into haskell-updates 2022-03-24 00:10:32 +00:00
Felix Buehler 3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
Sandro 2abe471a5d
Merge pull request #165208 from r-ryantm/auto-update/docker-slim 2022-03-23 04:53:13 +01:00
github-actions[bot] b86264453e
Merge master into haskell-updates 2022-03-23 00:11:32 +00:00
Ivan Babrou c573e3eaa8 qemu: support running Linux 5.17 on aarch64-darwin 2022-03-22 19:30:15 +00:00
sternenseemann 60c9963d40 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-22 15:24:55 +01:00