From owner-svn-ports-all@freebsd.org Fri Dec 1 23:33:51 2017 Return-Path: Delivered-To: svn-ports-all@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 8C222DBA6BF; Fri, 1 Dec 2017 23:33:51 +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 3F8EA76AC6; Fri, 1 Dec 2017 23:33:51 +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 vB1NXoCW020938; Fri, 1 Dec 2017 23:33:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB1NXoAW020935; Fri, 1 Dec 2017 23:33:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712012333.vB1NXoAW020935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Dec 2017 23:33:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455322 - in head/ftp/curl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/ftp/curl: . files X-SVN-Commit-Revision: 455322 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 23:33:51 -0000 Author: sunpoet Date: Fri Dec 1 23:33:50 2017 New Revision: 455322 URL: https://svnweb.freebsd.org/changeset/ports/455322 Log: Update to 7.57.0 Changes: https://curl.haxx.se/changes.html https://curl.haxx.se/docs/security.html Security: 301a01b7-d50e-11e7-ac58-b499baebfeaf MFH: 2017Q4 Modified: head/ftp/curl/Makefile head/ftp/curl/distinfo head/ftp/curl/files/patch-lib-url.c Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Fri Dec 1 23:05:03 2017 (r455321) +++ head/ftp/curl/Makefile Fri Dec 1 23:33:50 2017 (r455322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.56.1 +PORTVERSION= 7.57.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Fri Dec 1 23:05:03 2017 (r455321) +++ head/ftp/curl/distinfo Fri Dec 1 23:33:50 2017 (r455322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508856904 -SHA256 (curl-7.56.1.tar.xz) = 8eed282cf3a0158d567a0feaa3c4619e8e847970597b5a2c81879e8f0d1a39d1 -SIZE (curl-7.56.1.tar.xz) = 2269416 +TIMESTAMP = 1512157622 +SHA256 (curl-7.57.0.tar.xz) = f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878 +SIZE (curl-7.57.0.tar.xz) = 2283688 Modified: head/ftp/curl/files/patch-lib-url.c ============================================================================== --- head/ftp/curl/files/patch-lib-url.c Fri Dec 1 23:05:03 2017 (r455321) +++ head/ftp/curl/files/patch-lib-url.c Fri Dec 1 23:33:50 2017 (r455322) @@ -3,15 +3,15 @@ Forwarded: not-needed Author: Peter Pentchev Last-Update: 2010-12-18 ---- lib/url.c.orig 2017-04-18 06:36:20 UTC +--- lib/url.c.orig 2017-11-27 12:50:52 UTC +++ lib/url.c -@@ -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 */ +@@ -591,6 +591,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 */ ++ data->set.no_signal = TRUE; /* different handling of signals and threads */ +#endif /* __FreeBSD_version */ - Curl_http2_init_state(&data->state); - } + Curl_http2_init_state(&data->state); + }