Date: Sunday, August 2, 2015 @ 14:18:47 Author: fyan Revision: 242927
upgpkg: libidn 1.32-1 upstream new release (CVE-2015-2059, FS#45861) Modified: libidn/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-02 10:14:42 UTC (rev 242926) +++ PKGBUILD 2015-08-02 12:18:47 UTC (rev 242927) @@ -4,7 +4,7 @@ # Contributor: Eric Johnson <eric.archlinux.org> pkgname=libidn -pkgver=1.30 +pkgver=1.32 pkgrel=1 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications" url="http://www.gnu.org/software/libidn/" @@ -13,7 +13,7 @@ depends=('glibc' 'texinfo') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) install=libidn.install -sha1sums=('557e1e37f0978e975b21bcdc243c198cb708bb75') +sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5') build() { cd ${srcdir}/${pkgname}-${pkgver}
