Date: Wednesday, August 12, 2015 @ 16:04:33 Author: dreisner Revision: 243366
upgpkg: curl 7.44.0-1 - reenable libidn support Modified: curl/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-12 13:04:10 UTC (rev 243365) +++ PKGBUILD 2015-08-12 14:04:33 UTC (rev 243366) @@ -6,18 +6,18 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=curl -pkgver=7.43.0 -pkgrel=2 +pkgver=7.44.0 +pkgrel=1 pkgdesc="An URL retrieval utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" license=('MIT') -depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib') +depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib') provides=('libcurl.so') options=('strip' 'debug') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} curlbuild.h) -md5sums=('3037f0b6ce03d434618e9db5506ae6be' +md5sums=('cf46112b5151e2f1a3fd38439bdade23' 'SKIP' '751bd433ede935c8fae727377625a8ae') validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg @@ -25,11 +25,6 @@ build() { cd "$pkgname-$pkgver" - # Consider re-adding libidn support once upstream security issues are - # resolved. As of version 1.30, it does not handle bad utf-8 properly. - # http://curl.haxx.se/mail/lib-2015-06/0143.html - # https://lists.gnu.org/archive/html/bug-wget/2015-06/msg00002.html - ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ @@ -40,7 +35,7 @@ --enable-versioned-symbols \ --enable-threaded-resolver \ --with-gssapi \ - --without-libidn \ + --with-libidn \ --with-random=/dev/urandom \ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
