curl: update to 7.51.0
This commit is contained in:
parent
81b20f4125
commit
cdeb6b2608
@ -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
|
||||
|
@ -1,5 +1,8 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Sat Nov 05 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 7.51.0-1
|
||||
- Update to 7.51.0
|
||||
|
||||
* Thu Sep 22 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 7.50.3-1
|
||||
- Update to 7.50.3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user