aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-11-28 00:40:01 +0100
committerAndy Postnikov <apostnikov@gmail.com>2019-11-28 02:30:54 +0200
commit05f4d5abc9967db6b2bbae8b29886bd8bea89c70 (patch)
tree2783625be6a46849fdd7318f0cdfa321d0f4173d
parent1007b03a3eb75814554b4ce52c7b6be6b160a9b6 (diff)
downloadaports-05f4d5abc9967db6b2bbae8b29886bd8bea89c70.tar.bz2
aports-05f4d5abc9967db6b2bbae8b29886bd8bea89c70.tar.xz
community/php7-pecl-imagick: add secfixes
-rw-r--r--community/php7-pecl-imagick/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/php7-pecl-imagick/APKBUILD b/community/php7-pecl-imagick/APKBUILD
index 51ae281dc2..91d61382cc 100644
--- a/community/php7-pecl-imagick/APKBUILD
+++ b/community/php7-pecl-imagick/APKBUILD
@@ -19,6 +19,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
provides="php7-imagick=$pkgver-r$pkgrel" # for backward compatibility
replaces="php7-imagick" # for backward compatibility
+# secfixes:
+# 3.4.4-r0:
+# - CVE-2019-11037
+
build() {
cd "$builddir"