build_library: ignore GLSA 201904-13 to build on arm64

GLSA 201904-13 was fixed by dev-vcs/git >= 2.20.1, but it's unstable
for arm64. That has been already changed to stable for arm64 on Gentoo
upstream, but both Container Linux and Flatcar Linux still have older
ebuild with `~arm64`. So for now we should ignore the GLSA 201904-03.
This commit is contained in:
Kai Lüke 2019-09-25 12:34:14 +02:00
parent b4a95a869f
commit cb4d3255fa
No known key found for this signature in database
GPG Key ID: E5601DA3A1D902A8

View File

@ -5,6 +5,7 @@
GLSA_WHITELIST=(
201412-09 # incompatible CA certificate version numbers
201908-14 # backported both CVE fixes
201904-13 # git
201909-01 # Perl, SDK only
201909-08 # backported fix
)