Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 01/23/2004 22:52:29
Module Name:	pkgsrc
Committed By:	recht
Date:		Fri Jan 23 22:52:29 UTC 2004

Modified Files:
	pkgsrc/www/curl: Makefile distinfo
	pkgsrc/www/curl/patches: patch-ab

Log Message:
update to curl-7.11.0

Fixed in 7.11.0

Changes:
- allows the URL to be set by a callback when using the multi interface
- large file support was added. Use one of the new options:
  INFILESIZE_LARGE, RESUME_FROM_LARGE and MAXFILESIZE_LARGE
- the new --ftp-pasv overrides a previous --ftpport
- CURLOPT_FTPSSL and ftps:// now do ssl over FTP "The Right Way"
  (the curl tool now features the --ftp-ssl option)
- The Windows DLLs are built with an added "resource file"
- New LIBCURL_VERSION_* defines for easier checking version number
- Included Mac OS X 'framework' makefile in the release archive
- Removed the TRUE and FALSE #defines from the public curl header file
- Added CURLOPT_NETRC_FILE

For a complete list see the Changelog at http://curl.haxx.se/changes.html


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/www/curl/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/www/curl/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/www/curl/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.