From 9ebc8b7d4aac3ff3b4b7b1972d631062754ffc8b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 29 Aug 2017 21:29:00 +0000 Subject: 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 --- main/pcre/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main') 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" -- cgit v1.2.3