curl: update to 7.49.0.
This commit is contained in:
parent
f185057af5
commit
d4efc80b33
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
--- lib/vtls/openssl.c
|
||||
+++ lib/vtls/openssl.c
|
||||
@@ -95,7 +95,9 @@
|
||||
|
||||
#if (OPENSSL_VERSION_NUMBER >= 0x10000000L)
|
||||
#define HAVE_ERR_REMOVE_THREAD_STATE 1
|
||||
-#if (OPENSSL_VERSION_NUMBER >= 0x10100004L)
|
||||
+#if (OPENSSL_VERSION_NUMBER >= 0x10100004L) && \
|
||||
+ !defined(LIBRESSL_VERSION_NUMBER) && \
|
||||
+ !defined(OPENSSL_IS_BORINGSSL)
|
||||
/* OpenSSL 1.1.0-pre4 removed the argument! */
|
||||
#define HAVE_ERR_REMOVE_THREAD_STATE_NOARG 1
|
||||
#endif
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'curl'.
|
||||
pkgname=curl
|
||||
version=7.48.0
|
||||
revision=2
|
||||
version=7.49.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8 --without-gssapi
|
||||
--enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp)
|
||||
|
@ -19,7 +19,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://curl.haxx.se"
|
||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||
checksum=864e7819210b586d42c674a1fdd577ce75a78b3dda64c63565abe5aefd72c753
|
||||
checksum=14f44ed7b5207fea769ddb2c31bd9e720d37312e1c02315def67923a4a636078
|
||||
|
||||
build_options="gnutls ldap rtmp ssh ssl"
|
||||
build_options_default="ssh ssl"
|
||||
|
|
Loading…
Reference in a new issue