diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-08-16 00:07:20 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-16 13:36:08 +0000 |
commit | 8a20f72a0662540e2965493e72f68b22ffb975ff (patch) | |
tree | d7c2e374729dfef8acff715bbc9157e439a76679 | |
parent | 2352aedda7b946046e3bb408f94d6053f6468d74 (diff) | |
download | aports-8a20f72a0662540e2965493e72f68b22ffb975ff.tar.bz2 aports-8a20f72a0662540e2965493e72f68b22ffb975ff.tar.xz |
main/nghttp2: add secfixes
-rw-r--r-- | main/nghttp2/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/nghttp2/APKBUILD b/main/nghttp2/APKBUILD index 3f85da049c..9795378093 100644 --- a/main/nghttp2/APKBUILD +++ b/main/nghttp2/APKBUILD @@ -14,6 +14,11 @@ source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghtt remove-mruby-tests.patch" builddir="$srcdir"/$pkgname-$pkgver +# secfixes: +# 1.39.2-r0: +# - CVE-2019-9511 +# - CVE-2019-9513 + check() { cd "$builddir" make check |