aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-12-04 08:57:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-12-04 10:12:29 +0100
commita38ca99fc61c8dc3d9415dab827db85651df413c (patch)
tree5178d25cdd4918d0ecbc04b7b0efeec9a42c135d
parent28c5fe5ac7c34d80d4e8e1813212c7723ae8734c (diff)
downloadaports-a38ca99fc61c8dc3d9415dab827db85651df413c.tar.bz2
aports-a38ca99fc61c8dc3d9415dab827db85651df413c.tar.xz
main/pcre: add secfixes comment for CVE-2017-11164
We are not affected by CVE-2017-16231 due to our build with --with-match-limit-recursion=8192. We had this option since first commit, version 7.8, and were never affected. fixes #8143
-rw-r--r--main/pcre/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD
index 9ba543921a..cbd9a9c8e9 100644
--- a/main/pcre/APKBUILD
+++ b/main/pcre/APKBUILD
@@ -14,6 +14,10 @@ source="ftp://ftp.csx.cam.ac.uk/pub/software/programming/$pkgname/$pkgname-$pkgv
pcre-8.38-upstream_fixes-1.patch
"
+# secfixes:
+# 7.8-r0:
+# - CVE-2017-16231
+
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
cd "$_builddir"