Merge pull request #767 from dm0-/glsa

build_library: Whitelist the Go 1.9 GLSA
This commit is contained in:
David Michael 2017-10-23 17:03:06 -07:00 committed by GitHub
commit a7536845a3

View File

@ -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() {