diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-09 12:49:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-09 12:49:20 +0000 |
commit | 075497acced6ea741a358ccd5e0c98836a54dcf8 (patch) | |
tree | 7591712515f78c3dbe9b0e1d7e21d1ca66529df8 | |
parent | 580a6f58e295d502d56e94aec1de2a00b6dfc376 (diff) | |
download | pkgsrc-075497acced6ea741a358ccd5e0c98836a54dcf8.tar.gz |
Update to 4.07:
4.07 Sun May 31 2009: - Balint Szilakszi <szbalint at cpan.org>
- Fixed >32bit integer option passing to libcurl on 32bit systems.
(Thanks to Peter Heuchert for the report and fix suggestion!)
- The CURL_CONFIG environment variable can now be used to specify
which curl-config to use (contributed by claes).
- Fixed segfault when a string option with setopt was set to undef
(contributed by claes).
- Fixed incomplete cleanup routine at destruction time
(contributed by claes).
- Readded Easy.pm and Share.pm stubs so that they are indexed by
CPAN, thus avoiding complications with outdated versions appearing.
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Curl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index 55f0ed86648..b284d4691a8 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/04/20 10:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/06/09 12:49:20 wiz Exp $ # -DISTNAME= WWW-Curl-4.06 +DISTNAME= WWW-Curl-4.07 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} diff --git a/www/p5-WWW-Curl/distinfo b/www/p5-WWW-Curl/distinfo index 8a0de3c256a..640c2f51571 100644 --- a/www/p5-WWW-Curl/distinfo +++ b/www/p5-WWW-Curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/04/20 10:05:58 wiz Exp $ +$NetBSD: distinfo,v 1.7 2009/06/09 12:49:20 wiz Exp $ -SHA1 (WWW-Curl-4.06.tar.gz) = 1396e815ff471ce17a14c71cd00ceeb9ed250e87 -RMD160 (WWW-Curl-4.06.tar.gz) = 198ae91bcac1926e65da8273fcabc6e960c11406 -Size (WWW-Curl-4.06.tar.gz) = 39670 bytes +SHA1 (WWW-Curl-4.07.tar.gz) = 9e07d45c95ce2c04e312999f89e422a04d3bd536 +RMD160 (WWW-Curl-4.07.tar.gz) = a3ae565f563c205f1b52af049519e6ac306a3195 +Size (WWW-Curl-4.07.tar.gz) = 41623 bytes |