From owner-svn-ports-head@freebsd.org Thu Apr 20 14:25:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91C98D46516; Thu, 20 Apr 2017 14:25:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D30C1823; Thu, 20 Apr 2017 14:25:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3KEPUg3029591; Thu, 20 Apr 2017 14:25:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3KEPUCY029587; Thu, 20 Apr 2017 14:25:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704201425.v3KEPUCY029587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 20 Apr 2017 14:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438953 - in head/ftp/curl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 14:25:31 -0000 Author: sunpoet Date: Thu Apr 20 14:25:30 2017 New Revision: 438953 URL: https://svnweb.freebsd.org/changeset/ports/438953 Log: Update to 7.54.0 Changes: https://curl.haxx.se/changes.html Security: 3e2e9b44-25ce-11e7-a175-939b30e0836d MFH: 2017Q2 Deleted: head/ftp/curl/files/patch-CVE-2017-7407 Modified: head/ftp/curl/Makefile head/ftp/curl/distinfo head/ftp/curl/files/patch-lib-url.c head/ftp/curl/pkg-plist Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Thu Apr 20 14:25:23 2017 (r438952) +++ head/ftp/curl/Makefile Thu Apr 20 14:25:30 2017 (r438953) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.53.1 -PORTREVISION= 1 +PORTVERSION= 7.54.0 CATEGORIES= ftp net www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Thu Apr 20 14:25:23 2017 (r438952) +++ head/ftp/curl/distinfo Thu Apr 20 14:25:30 2017 (r438953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488004749 -SHA256 (curl-7.53.1.tar.lzma) = 4b124ff5984f2b537790a8f50dbf3d44da89e57d0505ba567128535a2426f5e2 -SIZE (curl-7.53.1.tar.lzma) = 2076935 +TIMESTAMP = 1492694896 +SHA256 (curl-7.54.0.tar.lzma) = cd6aa6039f13e0b06e0a93e1b93754f6dc07f444812bb6c32be75a8f28c4070a +SIZE (curl-7.54.0.tar.lzma) = 2084912 Modified: head/ftp/curl/files/patch-lib-url.c ============================================================================== --- head/ftp/curl/files/patch-lib-url.c Thu Apr 20 14:25:23 2017 (r438952) +++ head/ftp/curl/files/patch-lib-url.c Thu Apr 20 14:25:30 2017 (r438953) @@ -3,16 +3,15 @@ Forwarded: not-needed Author: Peter Pentchev Last-Update: 2010-12-18 ---- lib/url.c.orig 2015-04-22 05:55:54 UTC +--- lib/url.c.orig 2017-04-18 06:36:20 UTC +++ lib/url.c -@@ -659,6 +659,10 @@ CURLcode Curl_open(struct SessionHandle - data->progress.flags |= PGRS_HIDE; +@@ -671,6 +671,9 @@ CURLcode Curl_open(struct Curl_easy **cu data->state.current_speed = -1; /* init to negative == impossible */ - + data->set.fnmatch = ZERO_NULL; + data->set.maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */ +#if defined(__FreeBSD_version) + data->set.no_signal = TRUE; /* different handling of signals and threads */ +#endif /* __FreeBSD_version */ -+ - data->wildcard.state = CURLWC_INIT; - data->wildcard.filelist = NULL; - data->set.fnmatch = ZERO_NULL; + + Curl_http2_init_state(&data->state); + } Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Thu Apr 20 14:25:23 2017 (r438952) +++ head/ftp/curl/pkg-plist Thu Apr 20 14:25:30 2017 (r438953) @@ -8,6 +8,7 @@ include/curl/easy.h include/curl/mprintf.h include/curl/multi.h include/curl/stdcheaders.h +include/curl/system.h include/curl/typecheck-gcc.h lib/libcurl.a lib/libcurl.so @@ -293,6 +294,7 @@ man/man3/CURLOPT_STDERR.3.gz man/man3/CURLOPT_STREAM_DEPENDS.3.gz man/man3/CURLOPT_STREAM_DEPENDS_E.3.gz man/man3/CURLOPT_STREAM_WEIGHT.3.gz +man/man3/CURLOPT_SUPPRESS_CONNECT_HEADERS.3.gz man/man3/CURLOPT_TCP_FASTOPEN.3.gz man/man3/CURLOPT_TCP_KEEPALIVE.3.gz man/man3/CURLOPT_TCP_KEEPIDLE.3.gz