[arch-commits] Commit in curl/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Wed Nov 2 12:04:31 UTC 2016


    Date: Wednesday, November 2, 2016 @ 12:04:30
  Author: dreisner
Revision: 279747

upgpkg: curl 7.51.0-1

- disable libidn support as per upstream recommendation (FS#51639)

Modified:
  curl/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 10:37:59 UTC (rev 279746)
+++ PKGBUILD	2016-11-02 12:04:30 UTC (rev 279747)
@@ -6,20 +6,20 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=curl
-pkgver=7.50.3
+pkgver=7.51.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
-url="http://curl.haxx.se"
+url="https://curl.haxx.se"
 license=('MIT')
-depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib')
 provides=('libcurl.so')
 options=('strip' 'debug')
-source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
         curlbuild.h)
-md5sums=('870e16fd88a88b52e26a4f04dfc161db'
-         'SKIP'
-         '751bd433ede935c8fae727377625a8ae')
+sha512sums=('6bec021caa1befd16dd2a5221a22764b70c1bd5cf5d553eaa2cb980ef340129a0deb2f900dd9ef5c07f734f73abf0d6447eedb1f8803e16fe469d6271161fa67'
+            'SKIP'
+            '4e71366c3faaab76a6e438fcc484fb1ce16b2ae84eefa176879cf164e8fb0b04e4a355384e66a1137e9641e95041ee573553b43da98ec92820696d7256beb4f5')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
               '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg (old key)
 
@@ -36,7 +36,6 @@
       --enable-versioned-symbols \
       --enable-threaded-resolver \
       --with-gssapi \
-      --with-libidn \
       --with-random=/dev/urandom \
       --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
 



More information about the arch-commits mailing list