aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-05 16:10:09 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-05 16:10:09 -0300
commit622c0975ca8f9a0441df23a7b943c7172993c082 (patch)
treeecbea361844d170e8d40325303776ca322b97091 /main
parent07b9652003eee6c334b9e37f189ab59c2a6617a3 (diff)
downloadaports-622c0975ca8f9a0441df23a7b943c7172993c082.tar.bz2
aports-622c0975ca8f9a0441df23a7b943c7172993c082.tar.xz
main/pcre: modernize
Diffstat (limited to 'main')
-rw-r--r--main/pcre/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD
index 78dc4a255e..6dbd921eea 100644
--- a/main/pcre/APKBUILD
+++ b/main/pcre/APKBUILD
@@ -10,12 +10,13 @@ license="BSD-3-Clause"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools
libpcrecpp libpcre16 libpcre32"
source="https://ftp.pcre.org/pub/pcre/pcre-$pkgver.tar.bz2"
+
# secfixes:
# 8.40-r2:
-# - CVE-2017-7186
+# - CVE-2017-7186
# 7.8-r0:
-# - CVE-2017-11164
-# - CVE-2017-16231
+# - CVE-2017-11164
+# - CVE-2017-16231
build() {