diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-08-16 00:04:48 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-16 13:35:43 +0000 |
commit | 2352aedda7b946046e3bb408f94d6053f6468d74 (patch) | |
tree | 695a46e0997ea66cc137d20860ea84acb580ac1a /main/apache2 | |
parent | 86211e8a241d5d6de74cfc7457f9c82e5d5d0700 (diff) | |
download | aports-2352aedda7b946046e3bb408f94d6053f6468d74.tar.bz2 aports-2352aedda7b946046e3bb408f94d6053f6468d74.tar.xz |
main/apache2: add secfixes
Diffstat (limited to 'main/apache2')
-rw-r--r-- | main/apache2/APKBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index d2ec0de14d..b067ad7fb9 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -51,6 +51,13 @@ options="suid" builddir="$srcdir"/$_pkgreal-$pkgver # secfixes: +# 2.4.41-r0: +# - CVE-2019-9517 +# - CVE-2019-10081 +# - CVE-2019-10082 +# - CVE-2019-10092 +# - CVE-2019-10097 +# - CVE-2019-10098 # 2.4.39-r0: # - CVE-2019-0196 # - CVE-2019-0197 |