From 229ab50bb078443a6e3ed7da89e4500ab997475b Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 13 Aug 2021 09:13:01 +0200 Subject: [PATCH] coreos-devel/mantle: update to v0.16.0 Update mantle to 8957a93e17c7c6491ff5e95e226832032ceea576, v0.16.0, mainly to address CVE-2021-29482 (xz), CVE-2020-27813 (websocket), and CVE-2020-26160 (jwt). Pulls in https://github.com/kinvolk/mantle/pull/206 and https://github.com/kinvolk/mantle/pull/207 . --- .../mantle/{mantle-0.15.0.ebuild => mantle-0.16.0.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.15.0.ebuild => mantle-0.16.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.15.0.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.16.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.15.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.16.0.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index b4411812c4..63f2e38384 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -11,7 +11,7 @@ COREOS_GO_MOD="vendor" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="5d44f28c1b339530fcb5c6631342328fb32bdb19" # v0.15.0 + CROS_WORKON_COMMIT="8957a93e17c7c6491ff5e95e226832032ceea576" # v0.16.0 KEYWORDS="amd64 arm64" fi