From e0f6100de84ef5e9095e30c186c0c20ce534010b Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 23 Oct 2017 14:35:52 -0700 Subject: [PATCH] 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. --- build_library/test_image_content.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 0e81dcfff7..269d940553 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -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() {