diff --git a/curl/build.sh b/curl/build.sh index 93cb90d..49ab76e 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.61.1 +version=7.64.0 pkgver=1 source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2 # https://curl.haxx.se/docs/caextract.html -certdate=2018-10-17 +certdate=2019-01-23 source[1]=https://curl.haxx.se/ca/cacert-$certdate.pem # If there are no patches, simply comment this patch[0]=curl-7.59.0-socklen_t.patch @@ -21,8 +21,9 @@ patch[0]=curl-7.59.0-socklen_t.patch # Global settings export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" +export PKG_CONFIG=pkgconf -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) +configure_args+=(--enable-static=no --enable-http --enable-ftp --enable-file --disable-ldap --enable-manual --enable-cookies --enable-crypto --with-libidn2 --with-libssh2 --with-nghttp2 --with-ca-bundle=${prefix}/${_sysconfdir}/curl-ca-bundle.pem) reg prep prep() @@ -81,6 +82,7 @@ install() compat curl 7.52.1 1 1 compat curl 7.55.1 1 1 compat curl 7.59.0 1 1 + compat curl 7.61.1 1 1 } reg pack diff --git a/curl/meta/ChangeLog b/curl/meta/ChangeLog index a3c4ded..87c68df 100644 --- a/curl/meta/ChangeLog +++ b/curl/meta/ChangeLog @@ -1,5 +1,10 @@ CHANGELOG --------- +* Sat Mar 23 2019 Tom G. Christensen - 7.64.0-1 +- Update to 7.64.1 +- Update CA bundle to 2019-01-23 +- Enable http/2 support + * Mon Oct 29 2018 Tom G. Christensen - 7.61.1-1 - Update to 7.61.1 - Update CA bundle to 2018-10-17