Sun Nov 12 12:13:32 2017 UTC ()
Pullup ticket #5641 - requested by he
www/curl: security update

Revisions pulled up:
- www/curl/Makefile                                             1.188-1.189
- www/curl/PLIST                                                1.66
- www/curl/distinfo                                             1.137-1.138

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Oct  4 06:32:58 UTC 2017

   Modified Files:
   	pkgsrc/www/curl: Makefile PLIST distinfo

   Log Message:
   curl: update to 7.56.0.

   Curl and libcurl 7.56.0

   This release includes the following changes:

    o curl: enable compression for SCP/SFTP with --compressed-ssh  [11]
    o libcurl: enable compression for SCP/SFTP with CURLOPT_SSH_COMPRESSION [11]
    o vtls: added dynamic changing SSL backend with curl_global_sslset() [28]
    o new MIME API, curl_mime_init() and friends [32]
    o openssl: initial SSLKEYLOGFILE implementation [36]

   This release includes the following bugfixes:

    o FTP: zero terminate the entry path even on bad input [67]
    o examples/ftpuploadresume.c: use portable code
    o runtests: match keywords case insensitively
    o travis: build the examples too [1]
    o strtoofft: reduce integer overflow risks globally [2]
    o zsh.pl: produce a working completion script again [3]
    o cmake: remove dead code for CURL_DISABLE_RTMP [4]
    o progress: Track total times following redirects [5]
    o configure: fix --disable-threaded-resolver [6]
    o cmake: remove dead code for DISABLED_THREADSAFE [7]
    o configure: fix clang version detection
    o darwinssi: fix error: variable length array used
    o travis: add metalink to some osx builds [8]
    o configure: check for __builtin_available() availability [9]
    o http_proxy: fix build error for CURL_DOES_CONVERSIONS [10]
    o examples/ftpuploadresume: checksrc compliance
    o ftp: fix CWD when doing multicwd then nocwd on same connection [12]
    o system.h: remove all CURL_SIZEOF_* defines [13]
    o http: Don't wait on CONNECT when there is no proxy [14]
    o system.h: check for __ppc__ as well [15]
    o http2_recv: return error better on fatal h2 errors [16]
    o scripts/contri*sh: use "git log --use-mailmap"
    o tftp: fix memory leak on too long filename [17]
    o system.h: fix build for hppa [18]
    o cmake: enable picky compiler options with clang and gcc [19]
    o makefile.m32: add support for libidn2 [20]
    o curl: turn off MinGW CRT's globbing [21]
    o request-target.d: mention added in 7.55.0
    o curl: shorten and clean up CA cert verification error message [22]
    o imap: support PREAUTH [23]
    o CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD
    o examples/threaded-ssl: mention that this is for openssl before 1.1
    o winbuild: fix embedded manifest option [24]
    o tests: Make sure libtests & unittests call curl_global_cleanup()
    o system.h: include sys/poll.h for AIX [25]
    o darwinssl: handle long strings in TLS certs [26]
    o strtooff: fix build for systems with long long but no strtoll [27]
    o asyn-thread: Improved cleanup after OOM situations
    o HELP-US.md: "How to get started helping out in the curl project" [29]
    o curl.h: CURLSSLBACKEND_WOLFSSL used wrong value [30]
    o unit1301: fix error message on first test
    o ossfuzz: moving towards the ideal integration [31]
    o http: fix a memory leakage in checkrtspprefix()
    o examples/post-callback: stop returning one byte at a time
    o schannel: return CURLE_SSL_CACERT on failed verification [33]
    o MAIL-ETIQUETTE: added "1.9 Your emails are public"
    o http-proxy: treat all 2xx as CONNECT success [34]
    o openssl: use OpenSSL's default ciphers by default [35]
    o runtests.pl: support attribute "nonewline" in part verify/upload
    o configure: remove --enable-soname-bump and SONAME_BUMP [37]
    o travis: add c-ares enabled builds linux + osx [38]
    o vtls: fix WolfSSL 3.12 build problems [39]
    o http-proxy: when not doing CONNECT, that phase is done immediately [40]
    o configure: fix curl_off_t check's include order [41]
    o configure: use -Wno-varargs on clang 3.9[.X] debug builds
    o rtsp: do not call fwrite() with NULL pointer FILE * [42]
    o mbedtls: enable CA path processing [43]
    o travis: add build without HTTP/SMTP/IMAP
    o checksrc: verify more code style rules [44]
    o HTTP proxy: on connection re-use, still use the new remote port [45]
    o tests: add initial gssapi test using stub implementation [46]
    o rtsp: Segfault when using WRITEDATA [47]
    o docs: clarify the CURLOPT_INTERLEAVE* options behavior
    o non-ascii: use iconv() with 'char **' argument [48]
    o server/getpart: provide dummy function to build conversion enabled
    o conversions: fix several compiler warnings
    o openssl: add missing includes [49]
    o schannel: Support partial send for when data is too large [50]
    o socks: fix incorrect port number in SOCKS4 error message [51]
    o curl: fix integer overflow in timeout options [52]
    o travis: on mac, don't install openssl or libidn [53]
    o cookies: reject oversized cookies instead of truncating [54]
    o cookies: use lock when using CURLINFO_COOKIELIST [55]
    o curl: check fseek() return code and bail on error
    o examples/post-callback: use long for CURLOPT_POSTFIELDSIZE
    o openssl: only verify RSA private key if supported [56]
    o tests: make the imap server not verify user+password [57]
    o imap: quote atoms properly when escaping characters [58]
    o tests: fix a compiler warning in test 643
    o file_range: avoid integer overflow when figuring out byte range [59]
    o curl.h: include <sys/select.h> on cygwin too [60]
    o reuse_conn: don't copy flags that are known to be equal [61]
    o http: fix adding custom empty headers to repeated requests [62]
    o docs: clarify the use of environment variables for proxy [63]
    o docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MS [64]
    o connect: fix race condition with happy eyeballs timeout [65]
    o cookie: fix memory leak if path was set twice in header [66]
    o vtls: compare and clone ssl configs properly [68]
    o proxy: read the "no_proxy" variable only if necessary [69]

   To generate a diff of this commit:
   cvs rdiff -u -r1.187 -r1.188 pkgsrc/www/curl/Makefile
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/curl/PLIST
   cvs rdiff -u -r1.136 -r1.137 pkgsrc/www/curl/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Mon Oct 23 06:59:36 UTC 2017

   Modified Files:
   	pkgsrc/www/curl: Makefile distinfo

   Log Message:
   curl: update to 7.56.1

   Curl and libcurl 7.56.1

   This release includes the following bugfixes:

    o imap: if a FETCH response has no size, don't call write callback
    o ftp: UBsan fixup 'pointer index expression overflowed
    o failf: skip the sprintf() if there are no consumers
    o fuzzer: move to using external curl-fuzzer
    o lib/Makefile.m32: allow customizing dll suffixes
    o docs: fix typo in curl_mime_data_cb man page
    o darwinssl: add support for TLSv1.3
    o build: fix --disable-crypto-auth
    o lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS
    o openssl: fix build without HAVE_OPAQUE_EVP_PKEY
    o strtoofft: Remove extraneous null check
    o multi_cleanup: call DONE on handles that never got that
    o tests: added flaky keyword to tests 587 and 644
    o pingpong: return error when trying to send without connection
    o remove_handle: call multi_done() first, then clear dns cache pointer
    o mime: be tolerant about setting twice the same header list in a part.
    o mime: improve unbinding top multipart from easy handle.
    o mime: avoid resetting a part's encoder when part's contents change.
    o mime: refuse to add subparts to one of their own descendants
    o RTSP: avoid integer overflow on funny RTSP responses
    o curl: don't pass semicolons when parsing Content-Disposition
    o openssl: enable PKCS12 support for !BoringSSL
    o FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
    o CURLOPT_NOPROGRESS.3: also refer to xferinfofunction
    o CURLOPT_XFERINFODATA.3: fix duplicate see also
    o test298: verify --ftp-method nowcwd with URL encoded path
    o FTP: URL decode path for dir listing in nocwd mode
    o smtp_done: fix memory leak on send failure
    o ftpserver: support case insensitive commands
    o test950; verify SMTP with custom request
    o openssl: don't use old BORINGSSL_YYYYMM macros
    o setopt: update current connection SSL verify params
    o winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2
    o curl: reimplement stdin buffering in -F option
    o mime: keep "text/plain" content type if user-specified
    o mime: fix the content reader to handle >16K data properly
    o configure: remove the C++ compiler check
    o memdebug: trace send, recv and socket
    o runtests: use valgrind for torture as well
    o ldap: silence clang warning
    o makefile.m32: allow to override gcc, ar and ranlib
    o setopt: avoid integer overflows when setting millsecond values
    o setopt: range check most long options
    o ftp: reject illegal IP/port in PASV 227 response
    o mime: do not reuse previously computed multipart size
    o vtls: change struct Curl_ssl `close' field name to `close_one'
    o os400: add missing symbols in config file
    o mime: limit bas64-encoded lines length to 76 characters
    o mk-ca-bundle: Remove URL for aurora
    o mk-ca-bundle: Fix URL for NSS

   To generate a diff of this commit:
   cvs rdiff -u -r1.188 -r1.189 pkgsrc/www/curl/Makefile
   cvs rdiff -u -r1.137 -r1.138 pkgsrc/www/curl/distinfo


(spz)
diff -r1.187 -r1.187.4.1 pkgsrc/www/curl/Makefile
diff -r1.65 -r1.65.4.1 pkgsrc/www/curl/PLIST
diff -r1.136 -r1.136.4.1 pkgsrc/www/curl/distinfo

cvs diff -r1.187 -r1.187.4.1 pkgsrc/www/curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/curl/Makefile 2017/08/29 07:08:32 1.187
+++ pkgsrc/www/curl/Makefile 2017/11/12 12:13:32 1.187.4.1
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.187 2017/08/29 07:08:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.187.4.1 2017/11/12 12:13:32 spz Exp $
2 2
3DISTNAME= curl-7.55.1 3DISTNAME= curl-7.56.1
4PKGREVISION= 1 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= https://curl.haxx.se/download/ 5MASTER_SITES= https://curl.haxx.se/download/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://curl.haxx.se/ 9HOMEPAGE= https://curl.haxx.se/
11COMMENT= Client that groks URLs 10COMMENT= Client that groks URLs
12# not completely, but near enough 11# not completely, but near enough
13LICENSE= mit 12LICENSE= mit
14 13
15# list it into IPv6-ready packages 14# list it into IPv6-ready packages
16BUILD_DEFS+= IPV6_READY 15BUILD_DEFS+= IPV6_READY
17 16

cvs diff -r1.65 -r1.65.4.1 pkgsrc/www/curl/PLIST (expand / switch to unified diff)

--- pkgsrc/www/curl/PLIST 2017/08/15 05:35:57 1.65
+++ pkgsrc/www/curl/PLIST 2017/11/12 12:13:32 1.65.4.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.65 2017/08/15 05:35:57 adam Exp $ 1@comment $NetBSD: PLIST,v 1.65.4.1 2017/11/12 12:13:32 spz Exp $
2bin/curl 2bin/curl
3bin/curl-config 3bin/curl-config
4include/curl/curl.h 4include/curl/curl.h
5include/curl/curlver.h 5include/curl/curlver.h
6include/curl/easy.h 6include/curl/easy.h
7include/curl/mprintf.h 7include/curl/mprintf.h
8include/curl/multi.h 8include/curl/multi.h
9include/curl/stdcheaders.h 9include/curl/stdcheaders.h
10include/curl/system.h 10include/curl/system.h
11include/curl/typecheck-gcc.h 11include/curl/typecheck-gcc.h
12lib/libcurl.la 12lib/libcurl.la
13lib/pkgconfig/libcurl.pc 13lib/pkgconfig/libcurl.pc
14man/man1/curl-config.1 14man/man1/curl-config.1
@@ -177,26 +177,27 @@ man/man3/CURLOPT_LOCALPORT.3 @@ -177,26 +177,27 @@ man/man3/CURLOPT_LOCALPORT.3
177man/man3/CURLOPT_LOCALPORTRANGE.3 177man/man3/CURLOPT_LOCALPORTRANGE.3
178man/man3/CURLOPT_LOGIN_OPTIONS.3 178man/man3/CURLOPT_LOGIN_OPTIONS.3
179man/man3/CURLOPT_LOW_SPEED_LIMIT.3 179man/man3/CURLOPT_LOW_SPEED_LIMIT.3
180man/man3/CURLOPT_LOW_SPEED_TIME.3 180man/man3/CURLOPT_LOW_SPEED_TIME.3
181man/man3/CURLOPT_MAIL_AUTH.3 181man/man3/CURLOPT_MAIL_AUTH.3
182man/man3/CURLOPT_MAIL_FROM.3 182man/man3/CURLOPT_MAIL_FROM.3
183man/man3/CURLOPT_MAIL_RCPT.3 183man/man3/CURLOPT_MAIL_RCPT.3
184man/man3/CURLOPT_MAXCONNECTS.3 184man/man3/CURLOPT_MAXCONNECTS.3
185man/man3/CURLOPT_MAXFILESIZE.3 185man/man3/CURLOPT_MAXFILESIZE.3
186man/man3/CURLOPT_MAXFILESIZE_LARGE.3 186man/man3/CURLOPT_MAXFILESIZE_LARGE.3
187man/man3/CURLOPT_MAXREDIRS.3 187man/man3/CURLOPT_MAXREDIRS.3
188man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3 188man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
189man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3 189man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
 190man/man3/CURLOPT_MIMEPOST.3
190man/man3/CURLOPT_NETRC.3 191man/man3/CURLOPT_NETRC.3
191man/man3/CURLOPT_NETRC_FILE.3 192man/man3/CURLOPT_NETRC_FILE.3
192man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3 193man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3
193man/man3/CURLOPT_NEW_FILE_PERMS.3 194man/man3/CURLOPT_NEW_FILE_PERMS.3
194man/man3/CURLOPT_NOBODY.3 195man/man3/CURLOPT_NOBODY.3
195man/man3/CURLOPT_NOPROGRESS.3 196man/man3/CURLOPT_NOPROGRESS.3
196man/man3/CURLOPT_NOPROXY.3 197man/man3/CURLOPT_NOPROXY.3
197man/man3/CURLOPT_NOSIGNAL.3 198man/man3/CURLOPT_NOSIGNAL.3
198man/man3/CURLOPT_OPENSOCKETDATA.3 199man/man3/CURLOPT_OPENSOCKETDATA.3
199man/man3/CURLOPT_OPENSOCKETFUNCTION.3 200man/man3/CURLOPT_OPENSOCKETFUNCTION.3
200man/man3/CURLOPT_PASSWORD.3 201man/man3/CURLOPT_PASSWORD.3
201man/man3/CURLOPT_PATH_AS_IS.3 202man/man3/CURLOPT_PATH_AS_IS.3
202man/man3/CURLOPT_PINNEDPUBLICKEY.3 203man/man3/CURLOPT_PINNEDPUBLICKEY.3
@@ -260,26 +261,27 @@ man/man3/CURLOPT_RTSP_SESSION_ID.3 @@ -260,26 +261,27 @@ man/man3/CURLOPT_RTSP_SESSION_ID.3
260man/man3/CURLOPT_RTSP_STREAM_URI.3 261man/man3/CURLOPT_RTSP_STREAM_URI.3
261man/man3/CURLOPT_RTSP_TRANSPORT.3 262man/man3/CURLOPT_RTSP_TRANSPORT.3
262man/man3/CURLOPT_SASL_IR.3 263man/man3/CURLOPT_SASL_IR.3
263man/man3/CURLOPT_SEEKDATA.3 264man/man3/CURLOPT_SEEKDATA.3
264man/man3/CURLOPT_SEEKFUNCTION.3 265man/man3/CURLOPT_SEEKFUNCTION.3
265man/man3/CURLOPT_SERVICE_NAME.3 266man/man3/CURLOPT_SERVICE_NAME.3
266man/man3/CURLOPT_SHARE.3 267man/man3/CURLOPT_SHARE.3
267man/man3/CURLOPT_SOCKOPTDATA.3 268man/man3/CURLOPT_SOCKOPTDATA.3
268man/man3/CURLOPT_SOCKOPTFUNCTION.3 269man/man3/CURLOPT_SOCKOPTFUNCTION.3
269man/man3/CURLOPT_SOCKS5_AUTH.3 270man/man3/CURLOPT_SOCKS5_AUTH.3
270man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3 271man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3
271man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 272man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
272man/man3/CURLOPT_SSH_AUTH_TYPES.3 273man/man3/CURLOPT_SSH_AUTH_TYPES.3
 274man/man3/CURLOPT_SSH_COMPRESSION.3
273man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 275man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
274man/man3/CURLOPT_SSH_KEYDATA.3 276man/man3/CURLOPT_SSH_KEYDATA.3
275man/man3/CURLOPT_SSH_KEYFUNCTION.3 277man/man3/CURLOPT_SSH_KEYFUNCTION.3
276man/man3/CURLOPT_SSH_KNOWNHOSTS.3 278man/man3/CURLOPT_SSH_KNOWNHOSTS.3
277man/man3/CURLOPT_SSH_PRIVATE_KEYFILE.3 279man/man3/CURLOPT_SSH_PRIVATE_KEYFILE.3
278man/man3/CURLOPT_SSH_PUBLIC_KEYFILE.3 280man/man3/CURLOPT_SSH_PUBLIC_KEYFILE.3
279man/man3/CURLOPT_SSLCERT.3 281man/man3/CURLOPT_SSLCERT.3
280man/man3/CURLOPT_SSLCERTTYPE.3 282man/man3/CURLOPT_SSLCERTTYPE.3
281man/man3/CURLOPT_SSLENGINE.3 283man/man3/CURLOPT_SSLENGINE.3
282man/man3/CURLOPT_SSLENGINE_DEFAULT.3 284man/man3/CURLOPT_SSLENGINE_DEFAULT.3
283man/man3/CURLOPT_SSLKEY.3 285man/man3/CURLOPT_SSLKEY.3
284man/man3/CURLOPT_SSLKEYTYPE.3 286man/man3/CURLOPT_SSLKEYTYPE.3
285man/man3/CURLOPT_SSLVERSION.3 287man/man3/CURLOPT_SSLVERSION.3
@@ -344,26 +346,39 @@ man/man3/curl_easy_send.3 @@ -344,26 +346,39 @@ man/man3/curl_easy_send.3
344man/man3/curl_easy_setopt.3 346man/man3/curl_easy_setopt.3
345man/man3/curl_easy_strerror.3 347man/man3/curl_easy_strerror.3
346man/man3/curl_easy_unescape.3 348man/man3/curl_easy_unescape.3
347man/man3/curl_escape.3 349man/man3/curl_escape.3
348man/man3/curl_formadd.3 350man/man3/curl_formadd.3
349man/man3/curl_formfree.3 351man/man3/curl_formfree.3
350man/man3/curl_formget.3 352man/man3/curl_formget.3
351man/man3/curl_free.3 353man/man3/curl_free.3
352man/man3/curl_getdate.3 354man/man3/curl_getdate.3
353man/man3/curl_getenv.3 355man/man3/curl_getenv.3
354man/man3/curl_global_cleanup.3 356man/man3/curl_global_cleanup.3
355man/man3/curl_global_init.3 357man/man3/curl_global_init.3
356man/man3/curl_global_init_mem.3 358man/man3/curl_global_init_mem.3
 359man/man3/curl_global_sslset.3
 360man/man3/curl_mime_addpart.3
 361man/man3/curl_mime_data.3
 362man/man3/curl_mime_data_cb.3
 363man/man3/curl_mime_encoder.3
 364man/man3/curl_mime_filedata.3
 365man/man3/curl_mime_filename.3
 366man/man3/curl_mime_free.3
 367man/man3/curl_mime_headers.3
 368man/man3/curl_mime_init.3
 369man/man3/curl_mime_name.3
 370man/man3/curl_mime_subparts.3
 371man/man3/curl_mime_type.3
357man/man3/curl_mprintf.3 372man/man3/curl_mprintf.3
358man/man3/curl_multi_add_handle.3 373man/man3/curl_multi_add_handle.3
359man/man3/curl_multi_assign.3 374man/man3/curl_multi_assign.3
360man/man3/curl_multi_cleanup.3 375man/man3/curl_multi_cleanup.3
361man/man3/curl_multi_fdset.3 376man/man3/curl_multi_fdset.3
362man/man3/curl_multi_info_read.3 377man/man3/curl_multi_info_read.3
363man/man3/curl_multi_init.3 378man/man3/curl_multi_init.3
364man/man3/curl_multi_perform.3 379man/man3/curl_multi_perform.3
365man/man3/curl_multi_remove_handle.3 380man/man3/curl_multi_remove_handle.3
366man/man3/curl_multi_setopt.3 381man/man3/curl_multi_setopt.3
367man/man3/curl_multi_socket.3 382man/man3/curl_multi_socket.3
368man/man3/curl_multi_socket_action.3 383man/man3/curl_multi_socket_action.3
369man/man3/curl_multi_socket_all.3 384man/man3/curl_multi_socket_all.3

cvs diff -r1.136 -r1.136.4.1 pkgsrc/www/curl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/curl/distinfo 2017/08/15 05:35:57 1.136
+++ pkgsrc/www/curl/distinfo 2017/11/12 12:13:32 1.136.4.1
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.136 2017/08/15 05:35:57 adam Exp $ 1$NetBSD: distinfo,v 1.136.4.1 2017/11/12 12:13:32 spz Exp $
2 2
3SHA1 (curl-7.55.1.tar.bz2) = 76aabb69ec34e101f906132d12e983fb11547040 3SHA1 (curl-7.56.1.tar.bz2) = f17b8f71f801b266828067f6f7c0e950509890b9
4RMD160 (curl-7.55.1.tar.bz2) = ad4317fcc67357f72d29424f7b621f104a98dd15 4RMD160 (curl-7.56.1.tar.bz2) = ee08c268c414be3d2c9a0bbcb9b7fbcfb33f48e9
5SHA512 (curl-7.55.1.tar.bz2) = bfeb39e94b8378519b2efba0a476636b80dbee3434104b98464ee81ce3871eb134e065f52abe8bedb69681b43576cb30655c8be0be6115386859d0cb426d745b 5SHA512 (curl-7.56.1.tar.bz2) = f8a602e6890b2791ea9199c80801ffd027980de3733d4ab001ee80b5167f840cc821c6fe7852087c88a471edc9d3f328cf660af3e2c6f7139d6c8de62b0ade68
6Size (curl-7.55.1.tar.bz2) = 2786830 bytes 6Size (curl-7.56.1.tar.bz2) = 2824548 bytes
7SHA1 (patch-configure) = fac0071bbb22cb379f36477e0e806a8f9f4d43eb 7SHA1 (patch-configure) = fac0071bbb22cb379f36477e0e806a8f9f4d43eb
8SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7 8SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7
9SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308 9SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308