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.82



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01a64e236b53
branches:  trunk
changeset: 457954:01a64e236b53
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Sep 05 07:38:42 2021 +0000

description:
Update to 0.82

Upstream changes:
0.82    Wednesday January  6, 2021, 09:59:00 AM -0800

        * Makefile.PL
        * lib/RPC/XML/Server.pm
        Bump version numbers.

        * Makefile.PL
        * lib/RPC/XML/Server.pm
        * t/40_server.t
        * t/40_server_xmllibxml.t
        * t/41_server_hang.t
        * t/60_net_server.t
        * t/util.pl
        RT #120472: Applied patch from Petr Písař for fixes to IPv6
        support. Full detail in the message for this commit in the git
        repository.

0.81    Tuesday January  5, 2021, 06:33:00 PM -0800

        * MANIFEST
        * perlcritic.rc (added)
        Add a perlcritic.rc file for testers who run author tests.

        * t/40_server.t
        * t/40_server_xmllibxml.t
        Remove redundant testing and general clean-up. Removed tests of
        url() that were just re-testing HTTP::Daemon::url().

        * lib/RPC/XML/Client.pm
        Parameterize the request-as-string debug feature.

        * lib/RPC/XML/Client.pm
        Merge pull request #13 from
        enrico-sorcinelli/add-request-string. Added xmlrpc request
        string as object property. (Enrico Sorcinelli)

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 9136eba13ef3 -r 01a64e236b53 net/p5-RPC-XML/Makefile
--- a/net/p5-RPC-XML/Makefile   Sun Sep 05 07:35:48 2021 +0000
+++ b/net/p5-RPC-XML/Makefile   Sun Sep 05 07:38:42 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2021/05/24 19:53:33 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2021/09/05 07:38:42 wen Exp $
 
-DISTNAME=      RPC-XML-0.80
+DISTNAME=      RPC-XML-0.82
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   7
 CATEGORIES=    net www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=RPC/}
 
diff -r 9136eba13ef3 -r 01a64e236b53 net/p5-RPC-XML/distinfo
--- a/net/p5-RPC-XML/distinfo   Sun Sep 05 07:35:48 2021 +0000
+++ b/net/p5-RPC-XML/distinfo   Sun Sep 05 07:38:42 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/06/05 13:34:22 wen Exp $
+$NetBSD: distinfo,v 1.14 2021/09/05 07:38:42 wen Exp $
 
-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
+SHA1 (RPC-XML-0.82.tar.gz) = 42e38e0a02d58f825fd0fb85cc0807ea04502920
+RMD160 (RPC-XML-0.82.tar.gz) = 55c68d1c98432a17f334378a3b6a7a3eb31e7a6e
+SHA512 (RPC-XML-0.82.tar.gz) = e5d1092a2807c2bd423502dd2ed53a72c57384b67bb4709e86a64a6fe37ce8af580998e62fcfa6a48d66d5308d9dc270c74e4293617b9f23a654e379cde4025f
+Size (RPC-XML-0.82.tar.gz) = 225690 bytes


Home | Main Index | Thread Index | Old Index