Bug 238052 - [PATCH] ftp/curl: update 7.64.1 to 7.65.0
Summary: [PATCH] ftp/curl: update 7.64.1 to 7.65.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-05-22 17:54 UTC by Vinícius Zavam
Modified: 2019-05-27 20:46 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
[PATCH] ftp/curl: update 7.64.1 to 7.65.0 (25.51 KB, patch)
2019-05-22 17:54 UTC, Vinícius Zavam
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vinícius Zavam freebsd_committer freebsd_triage 2019-05-22 17:54:13 UTC
Created attachment 204547 [details]
[PATCH] ftp/curl: update 7.64.1 to 7.65.0

pet portlint;
testport OK against following jails;

  root@gaz:~ # poudriere jails -l | awk '{print $1}'
  JAILNAME
  11amd64
  11i386
  11armv6
  12amd64
  12i386
  12armv6
  13amd64
  13i386

# svn diff --diff-cmd=diff -x -U99999 ftp/curl

built fine with ALL options enabled; also with NO options enabled. tested also building with GNUTLS or OPENSSL, and WOLFSSL (without TLS_SRP).

# poudriere bulk -j 11amd64 -p svn -t -T -C -I ftp/curl
# poudriere bulk -j 12amd64 -p svn -t -T -C -I ftp/curl
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-05-27 20:46:42 UTC
Updated to 7.65.0 in r502638 and r502732 (fix build failure when FTP disabled). Thanks!