This PR supersedes ports/94134 Update ftp/curl from 7.15.1 to 7.15.3 - 7.15.1 -> 7.15.2 * added support for SOCKS4 * support for Gopher protocol dropped * other changes and a lot of bugfixes 7.15.2 -> 7.15.3 * added docs for --ftp-method and CURLOPT_FTP_FILEMETHOD * fix TFTP packet buffer overflow * other changes and a lot of bugfixes This patch does not apply on the new version. --- files/patch-src::main.c --- [...] - long filetime; + time_t filetime; curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); [...] --- files/patch-src::main.c --- Syncing it is easy but I think it should be removed because according to curl_easy_getinfo(3) the proper type for the `filetime' variable is `long': [...] CURLINFO_FILETIME Pass a pointer to a long to receive the remote time of the [...] Even more - `filetime' it is correcly typecast'd to `time_t' when used afterwards. Tested in 4, 5 and 6 i386 tinderbox and `make test' on 6 amd64
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer
State Changed From-To: open->closed Committed