app-arch/torcx: update golang.org/x/crypto

Update golang.org/x/crypto to v0.0.0-20220314234659-1baeb1ce4c0b mainly
to address CVE-2022-27191.

Pulls in https://github.com/flatcar-linux/torcx/pull/12 .
This commit is contained in:
Dongsu Park 2022-05-06 11:30:46 +02:00
parent d18978d5e6
commit 431c87c98e
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ COREOS_GO_GO111MODULE="off"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="e170ca9d6e2894adf289962a917fcb5a245ef2dc" # flatcar-master
CROS_WORKON_COMMIT="756605fec9f439e92bb742f7ae18332d581ce057" # flatcar-master
KEYWORDS="amd64 arm64"
fi