From owner-svn-ports-all@freebsd.org Sat May 25 22:02:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2CCB15B79A3; Sat, 25 May 2019 22:02:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 426798B489; Sat, 25 May 2019 22:02:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A821A6A5; Sat, 25 May 2019 22:02:34 +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 x4PM2Y6d024565; Sat, 25 May 2019 22:02:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4PM2Xv4024558; Sat, 25 May 2019 22:02:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201905252202.x4PM2Xv4024558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 May 2019 22:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502638 - 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: 502638 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 426798B489 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 25 May 2019 22:02:36 -0000 Author: sunpoet Date: Sat May 25 22:02:33 2019 New Revision: 502638 URL: https://svnweb.freebsd.org/changeset/ports/502638 Log: Update to 7.65.0 Changes: https://curl.haxx.se/changes.html Security: dd343a2b-7ee7-11e9-a290-8ddc52868fa9 MFH: 2019Q2 Deleted: head/ftp/curl/files/patch-lib-cookie.c 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 Sat May 25 22:02:27 2019 (r502637) +++ head/ftp/curl/Makefile Sat May 25 22:02:33 2019 (r502638) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.64.1 -PORTREVISION= 1 +PORTVERSION= 7.65.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Sat May 25 22:02:27 2019 (r502637) +++ head/ftp/curl/distinfo Sat May 25 22:02:33 2019 (r502638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553765263 -SHA256 (curl-7.64.1.tar.xz) = 9252332a7f871ce37bfa7f78bdd0a0e3924d8187cc27cb57c76c9474a7168fb3 -SIZE (curl-7.64.1.tar.xz) = 2385360 +TIMESTAMP = 1558782813 +SHA256 (curl-7.65.0.tar.xz) = 7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd +SIZE (curl-7.65.0.tar.xz) = 2392324 Modified: head/ftp/curl/files/patch-lib-url.c ============================================================================== --- head/ftp/curl/files/patch-lib-url.c Sat May 25 22:02:27 2019 (r502637) +++ head/ftp/curl/files/patch-lib-url.c Sat May 25 22:02:33 2019 (r502638) @@ -3,16 +3,16 @@ Forwarded: not-needed Author: Peter Pentchev Last-Update: 2010-12-18 ---- lib/url.c.orig 2019-02-05 14:00:12 UTC +--- lib/url.c.orig 2019-05-21 17:57:39 UTC +++ lib/url.c -@@ -536,6 +536,10 @@ CURLcode Curl_init_userdefined(struct Cu - set->fnmatch = ZERO_NULL; - set->upkeep_interval_ms = CURL_UPKEEP_INTERVAL_DEFAULT; - set->maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */ +@@ -552,6 +552,10 @@ CURLcode Curl_init_userdefined(struct Cu + CURL_HTTP_VERSION_1_1 + #endif + ; +#if defined(__FreeBSD_version) + /* different handling of signals and threads */ + set->no_signal = TRUE; +#endif - set->http09_allowed = TRUE; - set->httpversion = - #ifdef USE_NGHTTP2 + Curl_http2_init_userset(set); + return result; + } Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Sat May 25 22:02:27 2019 (r502637) +++ head/ftp/curl/pkg-plist Sat May 25 22:02:33 2019 (r502638) @@ -201,6 +201,7 @@ man/man3/CURLOPT_LOW_SPEED_TIME.3.gz man/man3/CURLOPT_MAIL_AUTH.3.gz man/man3/CURLOPT_MAIL_FROM.3.gz man/man3/CURLOPT_MAIL_RCPT.3.gz +man/man3/CURLOPT_MAXAGE_CONN.3.gz man/man3/CURLOPT_MAXCONNECTS.3.gz man/man3/CURLOPT_MAXFILESIZE.3.gz man/man3/CURLOPT_MAXFILESIZE_LARGE.3.gz