pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-RPC-XML Update to 0.80
details: https://anonhg.NetBSD.org/pkgsrc/rev/1395e4384997
branches: trunk
changeset: 348031:1395e4384997
user: wen <wen%pkgsrc.org@localhost>
date: Sun Jun 05 13:34:22 2016 +0000
description:
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:
net/p5-RPC-XML/Makefile | 5 ++---
net/p5-RPC-XML/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r fad0e1b8a05c -r 1395e4384997 net/p5-RPC-XML/Makefile
--- a/net/p5-RPC-XML/Makefile Sun Jun 05 13:32:49 2016 +0000
+++ b/net/p5-RPC-XML/Makefile Sun Jun 05 13:34:22 2016 +0000
@@ -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 -r fad0e1b8a05c -r 1395e4384997 net/p5-RPC-XML/distinfo
--- a/net/p5-RPC-XML/distinfo Sun Jun 05 13:32:49 2016 +0000
+++ b/net/p5-RPC-XML/distinfo Sun Jun 05 13:34:22 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index