Subject: CVS commit: pkgsrc/www/py-curl
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2004 18:44:01
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun Feb 15 18:44:01 UTC 2004

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

Log Message:
update to 7.11.0

* Added support for libcurl 7.11.0 CURLOPT features:
  INFILESIZE_LARGE, RESUME_FROM_LARGE, MAXFILESIZE_LARGE
  and FTP_SSL.

* Circular garbage collection support can now be enabled or
  disabled by passing the '--use-gc=[0|1]' parameter to setup.py
  when building pycurl.

* HTTP_VERSION options are known as CURL_HTTP_VERSION_NONE,
  CURL_HTTP_VERSION_1_0, CURL_HTTP_VERSION_1_1 and
  CURL_HTTP_VERSION_LAST.

* Added support for these new libcurl 7.11.0 features:
  CURLOPT_NETRC_FILE.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/www/py-curl/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/py-curl/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/www/py-curl/patches/patch-aa

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