From cdeb6b260858c83a8d10058128e6c2de159e6400 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Tue, 20 Dec 2016 22:50:53 +0100 Subject: [PATCH] curl: update to 7.51.0 --- curl/build.sh | 7 ++++--- curl/meta/ChangeLog | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/curl/build.sh b/curl/build.sh index 1443bf8..5e5bee9 100755 --- a/curl/build.sh +++ b/curl/build.sh @@ -6,11 +6,11 @@ ########################################################### # Check the following 4 variables before running the script topdir=curl -version=7.50.3 +version=7.51.0 pkgver=1 source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2 # https://curl.haxx.se/docs/caextract.html -certdate=2016-09-14 +certdate=2016-11-02 source[1]=https://curl.haxx.se/ca/cacert-$certdate.pem # If there are no patches, simply comment this #patch[0]= @@ -22,7 +22,7 @@ source[1]=https://curl.haxx.se/ca/cacert-$certdate.pem export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" -configure_args+=(--enable-static=no --enable-http --enable-ftp --enable-file --disable-ldap --enable-manual --enable-cookies --enable-crypto --with-libidn --with-libssh2 --with-ca-bundle=${prefix}/${_sysconfdir}/curl-ca-bundle.pem) +configure_args+=(--enable-static=no --enable-http --enable-ftp --enable-file --disable-ldap --enable-manual --enable-cookies --enable-crypto --with-libidn2 --with-libssh2 --with-ca-bundle=${prefix}/${_sysconfdir}/curl-ca-bundle.pem) reg prep prep() @@ -69,6 +69,7 @@ install() compat curl 7.48.0 1 1 compat curl 7.49.0 1 1 compat curl 7.50.0 1 1 + compat curl 7.50.3 1 1 } reg pack diff --git a/curl/meta/ChangeLog b/curl/meta/ChangeLog index 0390a6d..5a0d6b9 100644 --- a/curl/meta/ChangeLog +++ b/curl/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sat Nov 05 2016 Tom G. Christensen - 7.51.0-1 +- Update to 7.51.0 + * Thu Sep 22 2016 Tom G. Christensen - 7.50.3-1 - Update to 7.50.3