diff options
author | he <he> | 2008-11-18 15:37:52 +0000 |
---|---|---|
committer | he <he> | 2008-11-18 15:37:52 +0000 |
commit | 0dbf0d9c8ff5b64bf400566d3c41ee06db78f870 (patch) | |
tree | 96f0096cbaaaa580169d7aab428e9560d2c64e33 /net | |
parent | bc6f3ed8672f379370a91d12c30f34777fe97f1f (diff) | |
download | pkgsrc-0dbf0d9c8ff5b64bf400566d3c41ee06db78f870.tar.gz |
Updated from version 0.60nb1 to 0.64.
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org.
Upstream changes:
0.64 Mon Sep 29 04:20:02 PDT 2008
t/40_server.t:
Further flexibility on the test of $srv->url(). This should (finally)
catch any variation of 127.* address and/or host/domain naming that
aliases to "localhost".
lib/RPC/XML/Parser.pm:
t/20_parser.t:
Lingering problem from RT ticket #30354, RPC::XML::Parser did not get
the change committed that included parser-level support for <i8>. Also
added tests for parsing RPC::XML::request objects and all the data-type
objects to the parser test suite (had they been there before, I would
have caught this myself).
0.63 Fri Sep 19 02:22:26 PDT 2008
lib/RPC/XML.pm:
Forgot to increment $VERSION before the previous commit. Won't show up
in CPAN as an available update otherwise.
0.62 Fri Sep 19 02:12:02 PDT 2008
t/40_server.t:
Extended the die message when $srv fails to allocate. Some testers are
getting a failure here but I have no idea how or why.
lib/RPC/XML.pm:
Testers-service reports showed that the new i8 type was not auto-boxing
correctly on true 64-bit machines. Turns out I had bogus values for
the maximums and minimums, not just for 8-byte ints but also for plain
4-byte ones as well.
0.61 Mon Sep 15 01:38:44 PDT 2008
t/00_load.t:
Converted to Test::More due to some cpan-testers reports that showed
test 2 failing. Hoping this might provide better feedback if it
continues to fail.
t/40_server.t:
Changed a test for "localhost:$port" in the server URL method to
optionally allow localhost.localdomain, for those systems whose
/etc/hosts cause the former to convert to the latter. Was causing
false failures.
t/40_server.t:
t/50_client.t:
t/60_net_server.t:
Test suites armored against server processes that die as a result of
croak() or other calls within 3rd-party modules. The client and
net_server suites were also converted to Test::More at this time.
t/40_server.t:
Fix for RT ticket #36078, fix the URL testing on the server object to
be less strict. Instead of only allowing "localhost", now also allows
"localhost.localdomain" and does a look-up of "localhost" for the 127.*
IP address and permits that as well. In essence, this extends and
supercedes the second change listed above after more invariant cases
were discovered.
lib/RPC/XML.pm:
t/10_data.t:
Per RT ticket #30354 and specific request from a large agency using
this package, implemented an "i8" type as an extension to the official
XML-RPC specification. Documentation and tests included. THIS SHOULD BE
CONSIDERED EXPERIMENTAL.
t/40_server.t:
t/60_net_server.t:
Some of the work in armoring the test suites against server-death
changed the counts on tests and on call-counts in the system.status
method. Some explicit re-starts didn't help.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 6 | ||||
-rw-r--r-- | net/p5-RPC-XML/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 46d453f117e..fc259d17b0c 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:43 he Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/18 15:37:52 he Exp $ -DISTNAME= RPC-XML-0.60 +DISTNAME= RPC-XML-0.64 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.blackperl.com/RPC::XML/ +#HOMEPAGE= http://search.cpan.org/dist/RPC-XML/ COMMENT= XML-RPC client and server library for Perl DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser diff --git a/net/p5-RPC-XML/distinfo b/net/p5-RPC-XML/distinfo index e60aa6aef93..5cde1800056 100644 --- a/net/p5-RPC-XML/distinfo +++ b/net/p5-RPC-XML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/23 22:30:50 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2008/11/18 15:37:52 he Exp $ -SHA1 (RPC-XML-0.60.tar.gz) = 058189310c5d05a00f640cd2a8e602919e87dfe9 -RMD160 (RPC-XML-0.60.tar.gz) = 1b4680c7092fbba5933cf6b529a192a550fe40a1 -Size (RPC-XML-0.60.tar.gz) = 143312 bytes +SHA1 (RPC-XML-0.64.tar.gz) = 4bf72fe465b49bc4ad802656a9c683bc6f6afaba +RMD160 (RPC-XML-0.64.tar.gz) = 38b8b67bc0b20650020401efd5c2b08c07104d4a +Size (RPC-XML-0.64.tar.gz) = 147350 bytes |