diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-29 21:29:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-29 21:29:00 +0000 |
commit | 9ebc8b7d4aac3ff3b4b7b1972d631062754ffc8b (patch) | |
tree | 0bf61241634f49a80de0c265df728bfefb104ff9 /main/pcre | |
parent | 33f4f12cb690a294c334d3e87b2e3c3daccd7a3c (diff) | |
download | aports-9ebc8b7d4aac3ff3b4b7b1972d631062754ffc8b.tar.bz2 aports-9ebc8b7d4aac3ff3b4b7b1972d631062754ffc8b.tar.xz |
main/pcre: add secfix comment for CVE-2017-11164
We have had the compile option --with-match-limit-recursion=8192 since
the very first commit so we have never been affected by this CVE.
fixes #7701
Diffstat (limited to 'main/pcre')
-rw-r--r-- | main/pcre/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD index ffd1185be7..c27a873f36 100644 --- a/main/pcre/APKBUILD +++ b/main/pcre/APKBUILD @@ -17,7 +17,9 @@ source="ftp://ftp.csx.cam.ac.uk/pub/software/programming/$pkgname/$pkgname-$pkgv # secfixes: # 8.40-r2: -# - CVE-2017-7186.patch +# - CVE-2017-7186 +# 7.8-r0: +# - CVE-2017-11164 builddir="$srcdir/$pkgname-$pkgver" |