Date: Wed, 5 Jun 2019 19:40:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503519 - in head/ftp/curl: . files Message-ID: <201906051940.x55Je0VS018333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 5 19:40:00 2019 New Revision: 503519 URL: https://svnweb.freebsd.org/changeset/ports/503519 Log: Update to 7.65.1 Changes: https://curl.haxx.se/changes.html Deleted: head/ftp/curl/files/patch-lib-md4.c head/ftp/curl/files/patch-src-tool_setopt.c head/ftp/curl/files/patch-src-tool_setopt.h 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 Wed Jun 5 19:37:29 2019 (r503518) +++ head/ftp/curl/Makefile Wed Jun 5 19:40:00 2019 (r503519) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.65.0 -PORTREVISION= 3 +PORTVERSION= 7.65.1 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Wed Jun 5 19:37:29 2019 (r503518) +++ head/ftp/curl/distinfo Wed Jun 5 19:40:00 2019 (r503519) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558782813 -SHA256 (curl-7.65.0.tar.xz) = 7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd -SIZE (curl-7.65.0.tar.xz) = 2392324 +TIMESTAMP = 1559751348 +SHA256 (curl-7.65.1.tar.xz) = f6c22074877f235aebc7c53057dbc7ee82358f8ae58bfb767e955c18c859a77a +SIZE (curl-7.65.1.tar.xz) = 2392672 Modified: head/ftp/curl/files/patch-lib-url.c ============================================================================== --- head/ftp/curl/files/patch-lib-url.c Wed Jun 5 19:37:29 2019 (r503518) +++ head/ftp/curl/files/patch-lib-url.c Wed Jun 5 19:40:00 2019 (r503519) @@ -5,15 +5,6 @@ Last-Update: 2010-12-18 --- lib/url.c.orig 2019-05-21 17:57:39 UTC +++ lib/url.c -@@ -439,7 +439,7 @@ CURLcode Curl_init_userdefined(struct Cu - - set->httpreq = HTTPREQ_GET; /* Default HTTP request */ - set->rtspreq = RTSPREQ_OPTIONS; /* Default RTSP request */ --#ifndef CURL_DISABLE_FILE -+#ifndef CURL_DISABLE_FTP - set->ftp_use_epsv = TRUE; /* FTP defaults to EPSV operations */ - set->ftp_use_eprt = TRUE; /* FTP defaults to EPRT operations */ - set->ftp_use_pret = FALSE; /* mainly useful for drftpd servers */ @@ -552,6 +552,10 @@ CURLcode Curl_init_userdefined(struct Cu CURL_HTTP_VERSION_1_1 #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906051940.x55Je0VS018333>