Merge pull request #586 from Chilledheart/curl-7.42
curl: Update to 7.42.0
This commit is contained in:
@@ -22,10 +22,10 @@ diff -urN curl-7.37.1.orig/lib/curl_config.h.in curl-7.37.1/lib/curl_config.h.in
|
||||
/* to disable cookies support */
|
||||
#undef CURL_DISABLE_COOKIES
|
||||
|
||||
diff -urN curl-7.37.1.orig/lib/Makefile.inc curl-7.37.1/lib/Makefile.inc
|
||||
--- curl-7.37.1.orig/lib/Makefile.inc 2014-06-11 18:52:29.000000000 +0100
|
||||
+++ curl-7.37.1/lib/Makefile.inc 2014-08-28 21:19:37.748635000 +0100
|
||||
@@ -46,7 +46,7 @@
|
||||
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
|
||||
--- a/lib/Makefile.inc
|
||||
+++ b/lib/Makefile.inc
|
||||
@@ -46,7 +46,7 @@ LIB_CFILES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
|
||||
curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_multibyte.c \
|
||||
hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \
|
||||
http2.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c curl_endian.c \
|
||||
@@ -34,13 +34,12 @@ diff -urN curl-7.37.1.orig/lib/Makefile.inc curl-7.37.1/lib/Makefile.inc
|
||||
|
||||
LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
|
||||
formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h if2ip.h \
|
||||
@@ -64,7 +64,8 @@
|
||||
curl_ntlm.h curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h \
|
||||
@@ -65,7 +65,7 @@ LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
|
||||
curl_ntlm_msgs.h curl_sasl.h curl_multibyte.h hostcheck.h bundles.h \
|
||||
conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h \
|
||||
- dotdot.h x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h
|
||||
+ dotdot.h x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h \
|
||||
+ pathtools.h
|
||||
dotdot.h x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h \
|
||||
- curl_printf.h
|
||||
+ curl_printf.h pathtools.h
|
||||
|
||||
LIB_RCFILES = libcurl.rc
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ _variant=-openssl
|
||||
|
||||
_realname=curl
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=7.41.0
|
||||
pkgver=7.42.0
|
||||
pkgrel=1
|
||||
pkgdesc="An URL retrival utility and library. (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -29,9 +29,9 @@ options=('staticlibs')
|
||||
source=("$url/download/${_realname}-$pkgver.tar.bz2"{,.asc}
|
||||
"0001-curl-relocation.patch"
|
||||
"0002-curl-mingw-enable-static.patch")
|
||||
md5sums=('87e36f88b7a0f9683fa56f1334562c3a'
|
||||
md5sums=('0a10174a0ea5105c46e92b51e1b311f8'
|
||||
'SKIP'
|
||||
'430527b6ecaf41a3023565b3a88ca59c'
|
||||
'58520051c4ed77781d233c3fa40a5435'
|
||||
'eac9e212e619490966ae47004bec547b')
|
||||
validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user