Date: Monday, May 8, 2017 @ 11:13:11 Author: andyrtr Revision: 295458
upgpkg: libetpan 1.8-1 upstream update 1.8 - CVE-2017-8825 Modified: libetpan/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-08 07:53:00 UTC (rev 295457) +++ PKGBUILD 2017-05-08 11:13:11 UTC (rev 295458) @@ -2,8 +2,8 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=libetpan -pkgver=1.7.2 -pkgrel=3 +pkgver=1.8 +pkgrel=1 pkgdesc="A portable middleware for email access" arch=('i686' 'x86_64') url="http://www.etpan.org/libetpan.html" @@ -11,7 +11,7 @@ depends=('libgcrypt' 'gnutls' 'libsasl' 'zlib') makedepends=('expat') source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz) -md5sums=('c725728ce39b511a533d629ea78c1884') +sha256sums=('4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb') prepare() { cd ${pkgname}-${pkgver}
