diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-11-09 07:12:55 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-11-09 07:12:55 +0000 |
commit | 59fc0fee613036d25668302ec9e4a9316ffbc689 (patch) | |
tree | 0b9e776075a63f88bc8b1d80087a821729e37911 /community | |
parent | 8f20f52228853c855e8edd1f628bdb6ba857594d (diff) | |
download | aports-59fc0fee613036d25668302ec9e4a9316ffbc689.tar.bz2 aports-59fc0fee613036d25668302ec9e4a9316ffbc689.tar.xz |
community/roundcubemail: add secinfo
Diffstat (limited to 'community')
-rw-r--r-- | community/roundcubemail/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 7529fb169c..1e3e064e89 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -21,8 +21,10 @@ source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/${pkgnam builddir="$srcdir"/roundcubemail-$pkgver # secfixes: +# 1.2.7-r0: +# - CVE-2017-16651 # 1.2.5-r0: -# - CVE-2017-8114 +# - CVE-2017-8114 prepare() { cd "$builddir" |