diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-06-06 03:10:25 +0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-06 04:43:46 +0000 |
commit | ea6d9823b57cb8f053d709f860da18ab5fa1c85e (patch) | |
tree | 27204680ca2d06fc38af6644a09554797f644bea /community/php7 | |
parent | 84d377e1bed319de7fd7dff8471027b062f63e8b (diff) | |
download | aports-ea6d9823b57cb8f053d709f860da18ab5fa1c85e.tar.bz2 aports-ea6d9823b57cb8f053d709f860da18ab5fa1c85e.tar.xz |
community/php7: add secfixes
Closes GH-8534
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 0c25de09ad..38a262586c 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -182,6 +182,9 @@ case "$CARCH" in esac # secfixes: +# 7.2.19-r0: +# - CVE-2019-11039 +# - CVE-2019-11040 # 7.2.18-r0: # - CVE-2019-11036 # 7.2.17-r0: |