From a25497dce57d91560a9b7577daf21f04887c2462 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 16 May 2016 13:34:13 -0700 Subject: [PATCH] coreos-devel/mantle: Verify that unauthenticated users can't access CoreOS Include a test to ensure that users without valid authentication tokens are unable to log into CoreOS --- .../mantle/{mantle-0.1.3.ebuild => mantle-0.1.4.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.1.3.ebuild => mantle-0.1.4.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.1.3.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.1.4.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.1.3.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.1.4.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 3febf8ee9d..aeb51aadb5 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 @@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="6f9da6c7a0d9e31c1ff341254064234a223b06cb" # v0.1.3 + CROS_WORKON_COMMIT="74ae41661c737c08c2dbe8636bec3f45c2db819b" # v0.1.4 KEYWORDS="amd64 arm64" fi