curl: update to 7.64.1
This commit is contained in:
parent
3e3de988c3
commit
d03dd2a5b3
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=curl
|
topdir=curl
|
||||||
version=7.64.0
|
version=7.64.1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2
|
source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2
|
||||||
# https://curl.haxx.se/docs/caextract.html
|
# https://curl.haxx.se/docs/caextract.html
|
||||||
@ -23,19 +23,21 @@ export CPPFLAGS="-I$prefix/include"
|
|||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||||
export PKG_CONFIG=pkgconf
|
export PKG_CONFIG=pkgconf
|
||||||
|
|
||||||
|
# Prefer the X/Open feature set to get utimes() defined
|
||||||
|
export CC="gcc -D__EXTENSIONS__ -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
|
||||||
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)
|
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
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
{
|
{
|
||||||
generic_prep
|
generic_prep
|
||||||
# In one instance we rely on implicit function declaration (utimes() in sys/time.h)
|
|
||||||
setdir source
|
setdir source
|
||||||
${__gsed} -i 's/Werror-implicit-function-declaration/Wimplicit-function-declaration/' configure
|
|
||||||
# There are weak pthread_* symbols in libc but curl actually needs the real
|
# There are weak pthread_* symbols in libc but curl actually needs the real
|
||||||
# thing so we reverse the test that would normally make configure skip
|
# thing so we reverse the test that would normally make configure skip
|
||||||
# looking for the pthread symbols in libpthread.
|
# looking for the pthread symbols in libpthread.
|
||||||
${__gsed} -i '/USE_THREADS_POSIX/ s/\!= "1"/\= "1"/' configure
|
${__gsed} -i '/USE_THREADS_POSIX/ s/\!= "1"/\= "1"/' configure
|
||||||
|
# Ensure testsuite can find sshd
|
||||||
|
sed -i 's#/usr/freeware#/usr/tgcware#' tests/sshhelp.pm
|
||||||
}
|
}
|
||||||
|
|
||||||
reg build
|
reg build
|
||||||
@ -83,6 +85,7 @@ install()
|
|||||||
compat curl 7.55.1 1 1
|
compat curl 7.55.1 1 1
|
||||||
compat curl 7.59.0 1 1
|
compat curl 7.59.0 1 1
|
||||||
compat curl 7.61.1 1 1
|
compat curl 7.61.1 1 1
|
||||||
|
compat curl 7.64.0 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
* Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 7.64.0-1
|
* Thu Apr 04 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 7.64.1-1
|
||||||
- Update to 7.64.1
|
- Update to 7.64.1
|
||||||
|
|
||||||
|
* Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 7.64.0-1
|
||||||
|
- Update to 7.64.0
|
||||||
- Update CA bundle to 2019-01-23
|
- Update CA bundle to 2019-01-23
|
||||||
- Enable http/2 support
|
- Enable http/2 support
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user