diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-11-09 07:04:18 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-11-09 07:04:31 +0000 |
commit | 8f20f52228853c855e8edd1f628bdb6ba857594d (patch) | |
tree | ecb1ffb28fa2186dd76e371fecda52a76ec82bb5 /community/roundcubemail | |
parent | c44954f3dd0c85c032d26d8db3e3eca8cdc943da (diff) | |
download | aports-8f20f52228853c855e8edd1f628bdb6ba857594d.tar.bz2 aports-8f20f52228853c855e8edd1f628bdb6ba857594d.tar.xz |
community/roundcubemail: security upgrade to 1.3.3 (CVE-2017-16651)
Diffstat (limited to 'community/roundcubemail')
-rw-r--r-- | community/roundcubemail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index c0f8dd8f9e..7529fb169c 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _php=php7 pkgname=roundcubemail -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=0 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" @@ -77,5 +77,5 @@ installer() { "$subpkgdir"/usr/share/webapps/roundcube } -sha512sums="657db6ebd8c066fb25411b06201d75c2a97a2abe5747e0d1e05626a32edf2562ce97f3306150b75ac20a85c0867d9c4563dbff135c29c4b697cb307f5aed915f roundcubemail-1.3.2.tar.gz +sha512sums="7cd1c5198e29a20145d70258e2792599f96383f142f0db7322fc348940e71c46c6961c8506b237463d78e6a1ce5c1bd51787f3659e24de9258270ea26b8133fd roundcubemail-1.3.3.tar.gz 5c645ab7f130f8f3b17b7821e2cd0be88b6d7999da38876bde36c9b116bf7d34bcf52e2d8939d9359649e3fc5ddfb1cab7798ffb9e649be11bebd1d2c4ee006b fix-dirs.patch" |