From cf1257ba0b796f9e1ad91936e9f192ebb1c26eba Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 15 Feb 2004 18:44:01 +0000 Subject: 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. --- www/py-curl/Makefile | 4 ++-- www/py-curl/distinfo | 8 ++++---- www/py-curl/patches/patch-aa | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'www') diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 41713302f9f..f881933f227 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/01/23 23:08:01 recht Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/15 18:44:01 recht Exp $ -DISTNAME= pycurl-7.10.8 +DISTNAME= pycurl-7.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= www MASTER_SITES= http://pycurl.sourceforge.net/download/ diff --git a/www/py-curl/distinfo b/www/py-curl/distinfo index e525690f923..b12f7938747 100644 --- a/www/py-curl/distinfo +++ b/www/py-curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2004/01/23 23:08:01 recht Exp $ +$NetBSD: distinfo,v 1.8 2004/02/15 18:44:01 recht Exp $ -SHA1 (pycurl-7.10.8.tar.gz) = 26f61a080050823081c927605981b6e99c9787f4 -Size (pycurl-7.10.8.tar.gz) = 59733 bytes -SHA1 (patch-aa) = aa44937d6e1955b9495d138dfb2a8da4dd16243f +SHA1 (pycurl-7.11.0.tar.gz) = 6d522f116435e42d5b21adeae3de09ac69af966f +Size (pycurl-7.11.0.tar.gz) = 60506 bytes +SHA1 (patch-aa) = e13a29b627f46ab82d3d96b1021756d41998b781 diff --git a/www/py-curl/patches/patch-aa b/www/py-curl/patches/patch-aa index 396e67efacd..70937c4ac94 100644 --- a/www/py-curl/patches/patch-aa +++ b/www/py-curl/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2004/01/23 23:08:01 recht Exp $ +$NetBSD: patch-aa,v 1.4 2004/02/15 18:44:01 recht Exp $ ---- setup.py.orig 2003-11-04 17:12:34.000000000 +0100 -+++ setup.py 2004-01-24 00:02:39.000000000 +0100 -@@ -136,9 +136,9 @@ +--- setup.py.orig 2004-02-14 14:05:45.000000000 +0100 ++++ setup.py 2004-02-15 19:36:23.000000000 +0100 +@@ -140,9 +140,9 @@ # a list of tuples with (path to install to, a list of local files) data_files = [] if sys.platform == "win32": -- cgit v1.2.3