mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
build_library: Whitelist the Go 1.9 GLSA
We handle Go differently than Gentoo, so our 1.8.4 package includes the same security fixes. When all packages are built with Go 1.9, the older Go packages shouldn't be installed anymore, so this line can be dropped.
This commit is contained in:
parent
767072aa09
commit
e0f6100de8
@ -5,6 +5,7 @@
|
||||
GLSA_WHITELIST=(
|
||||
201412-09 # incompatible CA certificate version numbers
|
||||
201709-02 # updating binutils breaks amd64 Linux uncompression
|
||||
201710-23 # we handle Go differently; drop when 1.9 builds everything
|
||||
)
|
||||
|
||||
glsa_image() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user