Commit Graph

1524 Commits

Author SHA1 Message Date
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