mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #1474 from flatcar-linux/dongsu/mantle-golang-crypto-text
coreos-devel/mantle: update to 0.17.0-r1 for golang.org/x/{crypto,text}
This commit is contained in:
commit
88329aea97
@ -0,0 +1,3 @@
|
||||
- [CVE-2021-3121](https://nvd.nist.gov/vuln/detail/CVE-2021-3121)
|
||||
- [CVE-2021-38561](https://nvd.nist.gov/vuln/detail/CVE-2021-38561)
|
||||
- [CVE-2021-43565](https://nvd.nist.gov/vuln/detail/CVE-2021-43565)
|
1
sdk_container/src/third_party/coreos-overlay/changelog/updates/2021-12-03-mantle-update.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/updates/2021-12-03-mantle-update.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- mantle ([0.17.0](https://github.com/flatcar-linux/mantle/releases/tag/v0.17.0))
|
@ -5,20 +5,20 @@ EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/mantle"
|
||||
CROS_WORKON_LOCALNAME="mantle"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/mantle"
|
||||
COREOS_GO_PACKAGE="github.com/flatcar-linux/mantle"
|
||||
COREOS_GO_MOD="vendor"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="8957a93e17c7c6491ff5e95e226832032ceea576" # v0.16.0
|
||||
CROS_WORKON_COMMIT="b64b6db71c2651b80ec2eb30eb07285a0bc344fd" # v0.17.0
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
inherit coreos-go cros-workon
|
||||
|
||||
DESCRIPTION="Mantle: Gluing CoreOS together"
|
||||
HOMEPAGE="https://github.com/coreos/mantle"
|
||||
DESCRIPTION="Mantle: Gluing Flatcar together"
|
||||
HOMEPAGE="https://github.com/flatcar-linux/mantle"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
# objcopy/split have trouble with our cross-compiled kolet
|
||||
|
Loading…
Reference in New Issue
Block a user