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
maxine [they]
2040fc90e0
Merge pull request #165206 from r-ryantm/auto-update/docker-buildx
...
docker-buildx: 0.8.0 -> 0.8.1
2022-03-22 12:36:12 +01:00
R. Ryantm
f8f8bc5852
docker-slim: 1.37.4 -> 1.37.5
2022-03-22 04:18:54 +00:00
R. Ryantm
a6fd2c4618
docker-buildx: 0.8.0 -> 0.8.1
2022-03-22 04:08:19 +00:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2
2022-03-22 02:13:45 +01:00
github-actions[bot]
cf3e30f70f
Merge master into haskell-updates
2022-03-22 00:12:28 +00:00
Alyssa Ross
6aefdafbed
crosvm: 81.12871.0.0-rc1 -> 99.14468.0.0-rc1
...
crosvm now uses submodules for all of its dependencies to ease
out-of-tree builds, so we no longer need to try to reconstruct a
partial Chromium OS source tree ourselves. Yay!
But, it no longer comes with a Cargo.lock, so we have to bundle that.
2022-03-21 14:21:44 +00:00
Alyssa Ross
69af0d1717
linuxPackages.virtualboxGuestAdditions: mark broken on Linux 5.17
...
This package is slightly out of date, but 6.1.32 doesn't fix 5.17
compatibility either.
2022-03-21 13:22:59 +00:00
Bobby Rong
e73b01f93a
Merge pull request #165012 from AtilaSaraiva/distrobox
...
distrobox: 1.2.13 -> 1.2.14
2022-03-21 08:29:34 +08:00
github-actions[bot]
febc24b11a
Merge master into haskell-updates
2022-03-21 00:11:04 +00:00
Justin Bedő
7c1f7b84db
Merge pull request #164915 from r-ryantm/auto-update/singularity
...
singularity: 3.8.6 -> 3.8.7
2022-03-21 09:56:21 +11:00
AtilaSaraiva
0018daf5b9
distrobox: 1.2.13 -> 1.2.14
2022-03-20 16:20:49 -03:00
R. Ryantm
9b9db934cd
singularity: 3.8.6 -> 3.8.7
2022-03-20 00:22:52 +00:00
Tomek Mańko
3d25f046b3
docker: add a patch to fix Docker buildkit when using ZFS graph driver.
...
The patch incorporates changes merged into the upstream in this PR:
https://github.com/moby/moby/pull/43136
2022-03-20 00:26:33 +01:00
github-actions[bot]
3ceb419846
Merge master into haskell-updates
2022-03-19 00:10:07 +00:00
Maxine Aubrey
03ce62932c
containerd_1_4: drop
2022-03-18 16:28:35 +01:00
Maxine Aubrey
b73b403865
docker: 20.10.12 -> 20.10.13
...
https://docs.docker.com/engine/release-notes/#201013
2022-03-18 16:27:50 +01:00
sternenseemann
617b53c75f
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-03-17 17:57:37 +01:00
R. RyanTM
b785f9ea98
cri-o: 1.23.1 -> 1.23.2 ( #164563 )
2022-03-17 20:20:52 +10:00
Felix Buehler
ba4c657bda
spike: switch to fetchFromGitHub
2022-03-16 23:23:09 +01:00
github-actions[bot]
d6c63a3ceb
Merge master into haskell-updates
2022-03-16 00:10:32 +00:00
R. Ryantm
ac8008779d
lima: 0.9.0 -> 0.9.1
2022-03-16 09:07:21 +10:00
github-actions[bot]
c134f0d97a
Merge master into haskell-updates
2022-03-15 00:10:48 +00:00
Bernardo Meurer
20dd1e6782
virt-manager: fix masked tests for libvirt 8.1.0
2022-03-14 11:41:59 -07:00
R. Ryantm
c7fe08cea2
cloud-hypervisor: 22.0 -> 22.1
2022-03-14 12:40:21 +00:00
Alyssa Ross
2b2ac31248
qemu: remove 9p O_NOATIME patch
...
This is redundant with QEMU commit a5804fcf7b ("9pfs: local: ignore
O_NOATIME if we don't have permissions"), included in QEMU since
5.1.0, which will retry opens without O_NOATIME if they fail with it.
2022-03-14 12:15:57 +00:00
Bernardo Meurer
9ae6eefd05
virt-manager: fix filtered tests
2022-03-13 20:59:50 -07:00
Sandro
4e508d5979
Merge pull request #163963 from r-ryantm/auto-update/docker-compose
2022-03-14 01:47:51 +01:00
github-actions[bot]
6182623035
Merge master into haskell-updates
2022-03-14 00:11:26 +00:00
Mario Rodas
12bcf4d473
Merge pull request #162305 from r-ryantm/auto-update/docker-slim
...
docker-slim: 1.37.3 -> 1.37.4
2022-03-13 12:54:21 -05:00
Bobby Rong
92a314169f
Merge pull request #163948 from r-ryantm/auto-update/x11docker
...
x11docker: 7.1.1 -> 7.1.3
2022-03-13 14:19:57 +08:00
R. Ryantm
52bc965878
docker-compose_2: 2.3.0 -> 2.3.3
2022-03-13 06:04:27 +00:00
R. Ryantm
2b6cb18901
x11docker: 7.1.1 -> 7.1.3
2022-03-13 02:48:24 +00:00
Sandro
454d185d37
Merge pull request #163937 from SuperSandro2000/firecracker
2022-03-13 03:08:25 +01:00
techknowlogick
82ad78ca03
flintlock: init at 0.1.0-alpha.9 ( #163625 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-13 02:01:25 +01:00
Jeremy Kolb
cfb4092871
open-vm-tools: 11.3.5 -> 12.0.0 ( #163685 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-13 02:01:14 +01:00
Sandro
b6a95da093
firecracker: fix aarch64 sha
2022-03-13 02:00:37 +01:00
github-actions[bot]
0f057a8d26
Merge master into haskell-updates
2022-03-13 00:11:01 +00:00
Bernardo Meurer
d713f47b99
virt-manager: compile gsettings schemas
2022-03-12 14:13:37 -08:00
Bernardo Meurer
a75d0a2fa6
virt-manager: disable tests that rely on unfiltered sgio
2022-03-12 13:39:20 -08:00
Ryan Mulligan
dbf8c04bc5
Merge pull request #163773 from r-ryantm/auto-update/docker-buildx
...
docker-buildx: 0.7.1 -> 0.8.0
2022-03-12 14:00:32 -06:00
zowoq
a599e10c49
lima: 0.8.3 -> 0.9.0
...
https://github.com/lima-vm/lima/releases/tag/v0.9.0
2022-03-12 21:49:51 +10:00
R. Ryantm
c8081af93f
docker-buildx: 0.7.1 -> 0.8.0
2022-03-12 06:35:37 +00:00
Bernardo Meurer
b46d276bbe
virt-manager: 3.2.0 -> 4.0.0
2022-03-11 16:15:32 -08:00
Robert Hensing
c2c0e150da
arion: Fix name-setting patch
...
"Cabal"'s pname must be original for edited cabal file fetching
to work.
2022-03-11 17:28:28 +01:00
Will Cohen
b20f90e940
qemu: backport 9p-darwin to v6.2.0
2022-03-10 00:03:14 +00:00
Alyssa Ross
36a211e1ee
cloud-hypervisor: 21.0 -> 22.0
2022-03-09 23:54:39 +00:00
Bobby Rong
3c54f634f0
Merge pull request #163250 from r-ryantm/auto-update/colima
...
colima: 0.3.3 -> 0.3.4
2022-03-08 16:21:40 +08:00
Bobby Rong
d3a37786fb
Merge pull request #162413 from r-ryantm/auto-update/x11docker
...
x11docker: 7.1.0 -> 7.1.1
2022-03-08 15:26:20 +08:00
R. Ryantm
2518644ff6
colima: 0.3.3 -> 0.3.4
2022-03-08 03:26:24 +00:00
R. Ryantm
8ec0f86345
docker-compose_2: 2.2.3 -> 2.3.0
2022-03-05 16:42:49 +00:00
Vladimír Čunát
134668df81
Merge #158849 : looking-glass-client: disable native optimizations
2022-03-05 07:51:09 +01:00
Anderson Torres
856b1f7bdc
Merge pull request #160251 from AtilaSaraiva/distrobox
...
distrobox: init at 1.2.13
2022-03-05 01:27:55 -03:00
Átila Saraiva
c2fc98a4aa
distrobox: init at 1.2.13
2022-03-04 23:42:07 -03:00
Alyssa Ross
c738e61a94
qemu: put virtiofsd in bin/
...
According to the QEMU documentation, virtiofsd is supposed to be run
directly by users. It therefore makes sense to have it in bin/, so it
will be in PATH. Such a change wouldn't make sense upstream, because
it would then conflict with the virtiofsd package, which is generally
preferred if available. But in Nixpkgs, we don't have to worry about
that and can just make QEMU's virtiofsd a lower priority than the one
from the dedicated package.
[1]: https://qemu.readthedocs.io/en/latest/tools/virtiofsd.html
Fixes: https://github.com/NixOS/nixpkgs/issues/113172 ("QEmu: virtiofsd prone to be garbage collected.")
Fixes: https://github.com/NixOS/nixpkgs/pull/153007 ("nixos/libvirtd: add ${cfg.qemu.package}/libexec to PATH")
2022-03-04 12:42:08 +00:00
Sandro
3cb0a2620d
Merge pull request #162589 from felixsinger/update/pkgs/seabios
2022-03-04 12:24:06 +01:00
zowoq
b80a39b91b
podman: ensure paths exist for the wrapper
2022-03-04 18:57:08 +10:00
Matthias Treydte
38cf6fea69
qemu: fix qemu.ga including qemu in it's closure
...
The qemu-ga binary is already moved to a separate
output but still depends on qemu, adding about
600MiB to it's closure.
The command "strings qemu-ga" reveals that something
like
/nix/store/bqgpvv5qrpb741swczqk3lrdm5gzaqx2-qemu-host-cpu-only-6.2.0/bin
is contained, causing this false positive. So use
remove-references-to to reduce the closure to about
600KiB.
2022-03-03 21:37:25 +00:00
zowoq
c5df8a40a5
containerd: 1.6.0 -> 1.6.1
...
https://github.com/containerd/containerd/releases/tag/v1.6.1
2022-03-04 00:01:16 +10:00
Sascha Grunert
7ec2c0f276
crun: 1.4.2 -> 1.4.3
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-03-03 21:28:01 +10:00
zowoq
e1f1924a20
podman: 4.0.1 -> 4.0.2
...
https://github.com/containers/podman/releases/tag/v4.0.2
2022-03-03 19:03:16 +10:00
Felix Singer
beff757960
seabios: 1.15.0 -> 1.16.0
...
Update SeaBIOS to version 1.16.0. Also, use the git repository as
source, since the release was tagged and announced, but no release
tarball was published.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-03-03 08:48:59 +01:00
zowoq
676678f23f
podman: add darwin wrapper and wrap gvproxy
2022-03-02 09:16:47 +10:00
R. Ryantm
3c778d442d
x11docker: 7.1.0 -> 7.1.1
2022-03-01 19:07:32 +00:00
R. Ryantm
cd70dfb512
docker-slim: 1.37.3 -> 1.37.4
2022-03-01 04:17:12 +00:00
R. Ryantm
8af32947b4
firecracker: 0.25.2 -> 1.0.0
2022-02-25 11:02:29 -08:00
zowoq
4ee1f9eafc
podman: 3.4.4 -> 4.0.1
...
https://github.com/containers/podman/releases/tag/v4.0.0
https://github.com/containers/podman/releases/tag/v4.0.1
- wrap helper binaries via CONTAINERS_HELPER_BINARY_DIR
2022-02-25 19:09:29 +10:00
Jan Tojnar
8eb1922f64
Merge pull request #161101 from jtojnar/libgovirt-cleanup
...
libgovirt: clean up
2022-02-21 15:57:10 +01:00
Jan Tojnar
e70d829bdb
libgovirt: clean up
...
- Split outputs to prevent closure contamination with propagated dependencies’ dev outputs.
- Use mirror URL.
- Add update script (also change source URL so it can be auto-updated).
- Correct dependencies:
- Even though glib is propagated by other dependencies, let’s add it here as well for completeness.
- libsoup should not need to be propagated.
- Add gobject-introspection (on by default with meson).
- Use correct non-deprecated license.
- Reduce scope of lib.
Ideally, we would also switch to Meson but it currently specifies dependencies incorrectly:
https://gitlab.gnome.org/GNOME/libgovirt/-/merge_requests/15
2022-02-21 08:22:43 +01:00
R. Ryantm
2b4dbfc4ca
lima: 0.8.2 -> 0.8.3
2022-02-21 12:20:02 +10:00
7c6f434c
4870e97e9d
Merge pull request #160074 from amarshall/virt-viewer-11
...
virt-viewer: 9.0 -> 11; libgovirt: init at 0.3.8
2022-02-20 10:48:04 +00:00
zowoq
baa564361f
containerd: add maintainer
2022-02-20 10:48:12 +10:00
Mario Rodas
d2f06207d2
Merge pull request #159970 from r-ryantm/auto-update/x11docker
...
x11docker: 7.0.1 -> 7.1.0
2022-02-19 15:31:02 -05:00
Robert Scott
b0cb215474
Merge pull request #144946 from risicle/ris-qemu-tests
...
qemu: enable some basic tests
2022-02-19 15:25:18 +00:00
R. Ryantm
ae3fc71834
colima: 0.3.2 -> 0.3.3
2022-02-18 19:30:10 +10:00
Anderson Torres
49e534cf3b
Merge pull request #160165 from AndersonTorres/new-rars
...
Emulators upgrades and refactors
2022-02-16 20:47:47 -03:00
zowoq
27c29776a4
containerd: remove broken manual
...
`make man` build dependencies aren't included in the vendor directory
2022-02-16 21:18:59 +10:00
zowoq
a4485fbc8f
containerd: 1.5.9 -> 1.6.0
...
https://github.com/containerd/containerd/releases/tag/v1.6.0
2022-02-16 21:18:59 +10:00
Andrew Marshall
a6b058e0fa
virt-viewer: 9.0 -> 11.0
2022-02-16 01:22:19 -05:00
Andrew Marshall
c027cb0041
virt-viewer: Formatting
...
In preparation for updating the version where a lot of deps will have to
change, so that the *next* diff is small and understandable.
2022-02-16 01:22:19 -05:00
Andrew Marshall
0deb79e47b
libgovirt: init at 0.3.8
2022-02-16 01:22:19 -05:00
AndersonTorres
4a45cd997b
treewide: move some emulators to their correct place
...
bochs, dynamips, hercules, tiny8086 and tinyemu are not virtualizers.
2022-02-16 01:39:06 -03:00
Sandro
5c5a8df724
Merge pull request #156420 from azuwis/transfig
2022-02-16 00:49:28 +01:00
zowoq
6abf580b6f
Merge pull request #159993 from aaronjheng/podman-tui
...
podman-tui: init at 0.1.0
2022-02-15 17:09:07 +10:00
Aaron Jheng
7c08af790f
podman-tui: init at 0.1.0
2022-02-15 06:11:54 +00:00
Zhong Jianxin
e8f3914985
treewide: Replace transfig with fig2dev
...
Reasons:
- transfig never get upstream update since it was added to nixpkgs 2006,
according to [fig2dev Debian changelog][1], upstream maintainership
was taken over at 2016, and renamed to fig2dev.
- [Debian][2], [ArchLinux][3], [HomeBrew][4] all use fig2dev to replace
transfig.
- transfig builds [failed][5] on aarch64-darwin, fig2dev builds fine.
- One less package to maintain.
[1]: https://salsa.debian.org/debian/fig2dev/-/blob/debian/1%253.2.6_beta-1/debian/changelog
[2]: https://packages.debian.org/bullseye/transfig
[3]: https://archlinux.org/packages/community/x86_64/fig2dev/
[4]: https://formulae.brew.sh/formula/fig2dev
[5]: https://hydra.nixos.org/build/163404782/nixlog/2
2022-02-15 10:13:56 +08:00
R. Ryantm
bd3ab5da6c
x11docker: 7.0.1 -> 7.1.0
2022-02-14 10:18:48 +00:00
Sascha Grunert
ebc768a5d5
cri-o: 1.23.0 -> 1.23.1
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-02-14 18:54:51 +10:00
R. RyanTM
4cf3c067e2
seabios: 1.14.0 -> 1.15.0
...
(#149160 )
2022-02-10 23:27:03 +01:00
R. Ryantm
4fba64110f
singularity: 3.8.5 -> 3.8.6
2022-02-10 11:39:21 -08:00
Jonathan Ringer
12fd8a77e1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/top-level/aliases.nix
2022-02-10 09:21:09 -08:00
zowoq
34e964f44c
cri-o: 1.22.1 -> 1.23.0
...
https://github.com/cri-o/cri-o/releases/tag/v1.23.0
2022-02-10 19:09:22 +10:00
Babbaj
2d6fa5a0ec
looking-glass-client: disable native optimizations
2022-02-09 19:38:54 -05:00
Robert Scott
5adc3817a0
qemu: fixup basic tests, enable in passthru.tests
...
these may not be reliable enough to enable by default, but enabling
them as a passthru may allow us to get a feel for which platforms
have trouble with them
2022-02-06 18:31:29 +00:00
Vladimír Čunát
3dfddd89c6
Merge branch 'master' into staging-next
...
Trivial conflict in pkgs/top-level/aliases.nix
2022-02-06 10:29:49 +01:00
Mario Rodas
955079ad77
Merge pull request #156502 from r-ryantm/auto-update/x11docker
...
x11docker: 6.10.0 -> 7.0.1
2022-02-05 21:44:57 -05:00
Jonathan Ringer
9a16965c75
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/awesomeversion/default.nix
pkgs/development/python-modules/md2gemini/default.nix
pkgs/development/python-modules/mill-local/default.nix
pkgs/development/python-modules/pyatv/default.nix
pkgs/development/python-modules/pyezviz/default.nix
pkgs/development/python-modules/pyinsteon/default.nix
pkgs/development/python-modules/pylitterbot/default.nix
pkgs/development/python-modules/pynuki/default.nix
pkgs/development/python-modules/pypck/default.nix
pkgs/development/python-modules/types-requests/default.nix
pkgs/top-level/aliases.nix
2022-02-03 21:29:24 -08:00
Peter Hoeg
c52e85672b
qemu: remove broker wrapper script
2022-02-03 11:33:38 +08:00
zowoq
e1f67e1bcc
lima: 0.8.1 -> 0.8.2
...
https://github.com/lima-vm/lima/releases/tag/v0.8.2
2022-02-03 05:45:27 +10:00
github-actions[bot]
ed5ed282df
Merge staging-next into staging
2022-01-31 18:06:44 +00:00
Alyssa Ross
26b08cb3fc
cloud-hypervisor: 20.2 -> 21.0
2022-01-31 17:16:29 +00:00
github-actions[bot]
0b0b544416
Merge staging-next into staging
2022-01-30 00:02:26 +00:00
Matthieu Coudron
f1a3e3e21c
virtualbox: set meta.mainProgram
...
because it's convenient <3
2022-01-29 23:47:18 +01:00
github-actions[bot]
1dc27d7e71
Merge staging-next into staging
2022-01-28 18:01:47 +00:00
Jason Felice
99deb1c418
podman-compose: available on all unix platforms
2022-01-28 22:39:04 +10:00
Dmitry Kalinkin
0693fd77f7
Merge branch 'staging-next' into staging
...
Conflicts:
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
nixos/doc/manual/release-notes/rl-2205.section.md
pkgs/development/python-modules/aioesphomeapi/default.nix
pkgs/development/python-modules/mat2/default.nix
pkgs/development/python-modules/pydevccu/default.nix
pkgs/development/python-modules/pywlroots/default.nix
pkgs/development/python-modules/rokuecp/default.nix
2022-01-27 00:54:10 -05:00
ajs124
0f40c684c3
Merge pull request #156701 from mweinelt/xen
...
xen: mark unsupported versions as vulnerable
2022-01-26 23:26:55 +01:00
Ruben Fonseca
d1d974caea
crun: 1.4.1 -> 1.4.2
2022-01-27 07:11:38 +10:00
Martin Weinelt
39341ed38b
xen: mark unsupported versions as vulnerable
...
Our support for Xen lacks maintenance and since Xen has monthly security
advisories it is reasonable to assume our version is affected by a
multitude of security problems that are fixed upstream.
How many advisories? Browsing oss-security shows the following number of
advisories in each of the following years:
2022: 3
2021: 53
2020: 54
2019: 46 <-- we are *here*
https://xenbits.xen.org/docs/unstable/support-matrix.html
2022-01-25 13:55:59 +01:00
Jonathan Ringer
e379e3d4bb
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-01-24 23:49:19 -08:00