diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-29 14:39:13 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-29 15:44:48 +0100 |
| commit | 45bdd0edfb59595aa3ee975f4b1b2208e9fbda7a (patch) | |
| tree | f273f463bd4a404c443962b38a4895565bda0833 | |
| parent | d58edba21f19cbfda556148ab655755ccde6e857 (diff) | |
| download | aports-45bdd0edfb59595aa3ee975f4b1b2208e9fbda7a.tar.bz2 aports-45bdd0edfb59595aa3ee975f4b1b2208e9fbda7a.tar.xz | |
community/roundcubemail: security upgrade to 1.3.8 (CVE-2018-19206)
fixes #9697
| -rw-r--r-- | community/roundcubemail/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 6add46f027..d43d0b7768 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _php=php7 pkgname=roundcubemail -pkgver=1.3.6 -pkgrel=1 +pkgver=1.3.8 +pkgrel=0 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" arch="noarch" @@ -21,6 +21,8 @@ source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/$pkgname builddir="$srcdir"/roundcubemail-$pkgver # secfixes: +# 1.3.8-r0: +# - CVE-2018-19206 # 1.3.6-r0: # - CVE-2018-9846 # 1.2.7-r0: @@ -81,5 +83,5 @@ installer() { "$subpkgdir"/usr/share/webapps/roundcube } -sha512sums="fc1627d4b539742524c43b3faaa8cb5d64f934ad03f7cf8a461580a3a38dccb11140d08499b988742a0892534b1eda52f37a50f0911015983b6e27703294c70e roundcubemail-1.3.6-complete.tar.gz +sha512sums="34dc9205cd93be6d6551086f4d22654dad7213b4b09000dc4def08357acdc634744ce1f560144a3d3b46e936258e90482e77fc4c691a55c205bcfdfe3745441e roundcubemail-1.3.8-complete.tar.gz a8dc9e9493f9b24441378f6a526eb26e4dd4b0ef0cafaf25dd55c334b92df88dcb06008f46404a80eae0520ac04431c5b2237fd662c85c31fc6ee2b0d8fa9435 fix-dirs.patch" |
