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:
David Michael 2017-10-23 14:35:52 -07:00
parent 767072aa09
commit e0f6100de8

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