diff options
author | wen <wen@pkgsrc.org> | 2016-06-05 13:34:22 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-06-05 13:34:22 +0000 |
commit | 067353bcbf3f9690db6736301ff4e10a2cf79786 (patch) | |
tree | 5292fccb8e437a9dcd82767660a4cd539597f53f /net/p5-RPC-XML | |
parent | 77b0f112ac04566a1b092651b16abe8f07228fc2 (diff) | |
download | pkgsrc-067353bcbf3f9690db6736301ff4e10a2cf79786.tar.gz |
Update to 0.80
Upstream changes:
0.80 Sunday May 8, 2016, 12:45:00 PM -0700
* etc/make_method
Make the build reproducible by dropping timestamps in
make_method output. (Niko Tyni)
* t/40_server.t
* t/40_server_xmllibxml.t
* t/50_client.t
Fixes for test problems with Strawberry Perl.
* lib/RPC/XML/Client.pm
Fix leak caused by failing to free Expat parser. We don't want
to return from the method until the parser's been freed. We
therefore need to call $parser->release() before the return
statements caused by request failures. (Tom Grimwood-Taylor)
* lib/RPC/XML/Server.pm
One socket-opt change, one typo corrected.
* lib/RPC/XML.pm
Applied patch for numeric regexes and critic cleanup. Addresses
GitHub pull request #10 and RT #111636.
* t/60_net_server.t
RT #99578: Work-around fix for Net::Server+IO::Socket::IP. If a
system's IPv6 declaration of localhost was before the IPv4
declaration in the hosts file, this test would fail.
Diffstat (limited to 'net/p5-RPC-XML')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 5 | ||||
-rw-r--r-- | net/p5-RPC-XML/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index f8f39014cdf..a585ac50d25 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:26 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/06/05 13:34:22 wen Exp $ -DISTNAME= RPC-XML-0.79 +DISTNAME= RPC-XML-0.80 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} diff --git a/net/p5-RPC-XML/distinfo b/net/p5-RPC-XML/distinfo index 4cd32f8549b..4dbb55ae388 100644 --- a/net/p5-RPC-XML/distinfo +++ b/net/p5-RPC-XML/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 00:35:24 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/06/05 13:34:22 wen Exp $ -SHA1 (RPC-XML-0.79.tar.gz) = decb9df614e71e1daf6d4b88bac3180abb9e81e3 -RMD160 (RPC-XML-0.79.tar.gz) = 081d49bb5ce320e887b1907b594ec9330d899f30 -SHA512 (RPC-XML-0.79.tar.gz) = 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26 -Size (RPC-XML-0.79.tar.gz) = 209612 bytes +SHA1 (RPC-XML-0.80.tar.gz) = 6536116966a9463b5e44d5dbeb8e1a15a9a636b8 +RMD160 (RPC-XML-0.80.tar.gz) = faa9a679854a3dacd504e809a2ed64fa4e113c61 +SHA512 (RPC-XML-0.80.tar.gz) = a91586ea903b3e633f85ca8d9048181a7c3aedcff6788c7ae5fb4971e8552c421c86f30254517c25caa35f1991146dcceb34301bb49002e4ec75a2ee9c195992 +Size (RPC-XML-0.80.tar.gz) = 211223 bytes |