Skip to content

Commit

Permalink
main/roundcubemail: security upgrade to 1.1.5 (CVE-2015-2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnalrd committed Apr 21, 2016
1 parent 6d6b0dc commit 1c47bb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main/roundcubemail/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=roundcubemail
pkgver=1.1.4
pkgver=1.1.5
pkgrel=0
pkgdesc="A PHP web-based mail client"
url="http://www.roundcube.net"
Expand All @@ -12,7 +12,7 @@ depends="php php-imap php-xml php-json php-dom php-exif php-pear-net_idna2
php-pear-mail_mime php-pear-net_smtp"
makedepends=""
subpackages="$pkgname-installer $pkgname-doc"
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz
fix-dirs.patch"

_src="$srcdir"/roundcubemail-$pkgver
Expand Down Expand Up @@ -74,9 +74,9 @@ installer() {
"$subpkgdir"/usr/share/webapps/roundcube
}

md5sums="051c0a07e744006c57fab7a5db79b5bc roundcubemail-1.1.4.tar.gz
md5sums="4299d38de6098eb972e9d865b65f180d roundcubemail-1.1.5.tar.gz
0cfce0716e174c27c49e1c62aa30f67c fix-dirs.patch"
sha256sums="539a11ed38838b221f8139b193d9762638f155c7b0ea9391315865896be16852 roundcubemail-1.1.4.tar.gz
sha256sums="ed50384c5ca0bcd9df08e1d0f2a46f2e7f468f583bcf410709f0a0659e00c453 roundcubemail-1.1.5.tar.gz
9185719a389b6cca64fc4aa73a5565858572651a71f66da0230ab180bf61e05a fix-dirs.patch"
sha512sums="18c2422d65292cd13bc4ce592e8490cc0a9d3e9551ac4d188db93eb989525af7ccf519642dd2e68a7380ab0d0d4ad4f999af2b7e99da75d88274743949b42f8a roundcubemail-1.1.4.tar.gz
sha512sums="0202dfa5ae6bbc121bc07ccfe4fc5d5b3bc2ef84956c1ed1d5f0dac9290f945c0f09b6086484ff83eaec286b8083f0ce07c758ba76a13d0b1cb4571400140b1d roundcubemail-1.1.5.tar.gz
5c645ab7f130f8f3b17b7821e2cd0be88b6d7999da38876bde36c9b116bf7d34bcf52e2d8939d9359649e3fc5ddfb1cab7798ffb9e649be11bebd1d2c4ee006b fix-dirs.patch"

0 comments on commit 1c47bb1

Please sign in to comment.