curl: update to 7.64.0

This commit is contained in:
Tom G. Christensen 2019-03-23 21:26:06 +01:00
parent 62e05924c0
commit 5b444472ce
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,10 @@
CHANGELOG
---------
* Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 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 <swpkg@jupiterrise.com> - 7.61.1-1
- Update to 7.61.1
- Update CA bundle to 2018-10-17