Mon Apr 20 10:05:58 2009 UTC ()
Update to 4.06:

4.06 Sun Apr 05 2009: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed a setopt issue that could cause a setopt string to get
      corrupted with pre 7.17.0 libcurl versions.
      (Thanks to Andreas Marienborg for the excellent bugreport and testcase!)
    - Made the Makefile.PL curl.h parsing slightly more generic to detect a
      wider selection of constants (fixes debian bugs #519841 and #518942).
      This makes it possible to use CURLE_* and CURL_NETRC_* constants.
    - Added a clearly invalid protocol to t/18twinhandles.t (fixes RT #41425).


(wiz)
diff -r1.10 -r1.11 pkgsrc/www/p5-WWW-Curl/Makefile
diff -r1.5 -r1.6 pkgsrc/www/p5-WWW-Curl/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/www/p5-WWW-Curl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-WWW-Curl/Attic/Makefile 2009/01/08 13:22:24 1.10
+++ pkgsrc/www/p5-WWW-Curl/Attic/Makefile 2009/04/20 10:05:58 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2009/01/08 13:22:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2009/04/20 10:05:58 wiz Exp $
2# 2#
3 3
4DISTNAME= WWW-Curl-4.05 4DISTNAME= WWW-Curl-4.06
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= www perl5 6CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
8 8
9MAINTAINER= imil@gcu.info 9MAINTAINER= imil@gcu.info
10HOMEPAGE= http://search.cpan.org/dist/WWW-Curl/ 10HOMEPAGE= http://search.cpan.org/dist/WWW-Curl/
11COMMENT= Perl binding interface for curl 11COMMENT= Perl binding interface for curl
12 12
13DEPENDS+= curl>=7.10.8:../../www/curl 13DEPENDS+= curl>=7.10.8:../../www/curl
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17

cvs diff -r1.5 -r1.6 pkgsrc/www/p5-WWW-Curl/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-WWW-Curl/Attic/distinfo 2009/01/28 06:56:16 1.5
+++ pkgsrc/www/p5-WWW-Curl/Attic/distinfo 2009/04/20 10:05:58 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2009/01/28 06:56:16 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2009/04/20 10:05:58 wiz Exp $
2 2
3SHA1 (WWW-Curl-4.05.tar.gz) = 1d0eb6d4f1d9c29d8035fc94a6c0811f6c79fc59 3SHA1 (WWW-Curl-4.06.tar.gz) = 1396e815ff471ce17a14c71cd00ceeb9ed250e87
4RMD160 (WWW-Curl-4.05.tar.gz) = af4333bf95e4435eeb1a3180844dc47624d417e9 4RMD160 (WWW-Curl-4.06.tar.gz) = 198ae91bcac1926e65da8273fcabc6e960c11406
5Size (WWW-Curl-4.05.tar.gz) = 40162 bytes 5Size (WWW-Curl-4.06.tar.gz) = 39670 bytes