diff options
author | recht <recht@pkgsrc.org> | 2004-01-23 23:08:01 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-23 23:08:01 +0000 |
commit | 0d32790d4be35158398461692c1758452d69cdec (patch) | |
tree | b458495c7f5681d4ee1377b81fcaf207e8b65108 /www/py-curl | |
parent | 1a457b223a49b51a8a38113469d40fbbbb329f08 (diff) | |
download | pkgsrc-0d32790d4be35158398461692c1758452d69cdec.tar.gz |
update to PycURL 7.10.8
changes:
* Added support for these new libcurl 7.10.8 features:
CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_IPRESOLVE,
CURLOPT_MAXFILESIZE,
CURLINFO_HTTPAUTH_AVAIL, CURLINFO_PROXYAUTH_AVAIL,
CURL_IPRESOLVE_* constants.
* Added support for these new libcurl 7.10.7 features:
CURLOPT_FTP_CREATE_MISSING_DIRS, CURLOPT_PROXYAUTH,
CURLINFO_HTTP_CONNECTCODE.
* Added missing CURLOPT_ENCODING option (patch by Martijn
Boerwinkel <xim@xs4all.nl>)
Diffstat (limited to 'www/py-curl')
-rw-r--r-- | www/py-curl/Makefile | 4 | ||||
-rw-r--r-- | www/py-curl/distinfo | 8 | ||||
-rw-r--r-- | www/py-curl/patches/patch-aa | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 4cee978ead0..41713302f9f 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2003/09/14 18:03:53 recht Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/23 23:08:01 recht Exp $ -DISTNAME= pycurl-7.10.6 +DISTNAME= pycurl-7.10.8 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 c8cf250b459..e525690f923 100644 --- a/www/py-curl/distinfo +++ b/www/py-curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2003/09/14 18:03:53 recht Exp $ +$NetBSD: distinfo,v 1.7 2004/01/23 23:08:01 recht Exp $ -SHA1 (pycurl-7.10.6.tar.gz) = a2f07e69433701985659b4436156e49e7b24c871 -Size (pycurl-7.10.6.tar.gz) = 58974 bytes -SHA1 (patch-aa) = 8535e415484b1fdfdd4cc77760d917d3181afc4d +SHA1 (pycurl-7.10.8.tar.gz) = 26f61a080050823081c927605981b6e99c9787f4 +Size (pycurl-7.10.8.tar.gz) = 59733 bytes +SHA1 (patch-aa) = aa44937d6e1955b9495d138dfb2a8da4dd16243f diff --git a/www/py-curl/patches/patch-aa b/www/py-curl/patches/patch-aa index d750d794033..396e67efacd 100644 --- a/www/py-curl/patches/patch-aa +++ b/www/py-curl/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2003/09/14 18:03:54 recht Exp $ +$NetBSD: patch-aa,v 1.3 2004/01/23 23:08:01 recht Exp $ ---- setup.py.orig 2003-08-16 19:35:17.000000000 +0200 -+++ setup.py 2003-09-13 17:41:21.000000000 +0200 +--- 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 @@ # a list of tuples with (path to install to, a list of local files) data_files = [] |