Path to this page:
./
net/p5-RPC-XML,
XML-RPC client and server library for Perl
Branch: CURRENT,
Version: 0.80nb6,
Package name: p5-RPC-XML-0.80nb6,
Maintainer: pkgsrc-usersThe RPC::XML package is an implementation of XML-RPC. The module
provides classes for sample client and server implementations, a
server designed as an Apache location-handler, and a suite of
data-manipulation classes that are used by them.
Required to run:[
textproc/p5-XML-LibXML] [
textproc/p5-XML-Parser] [
www/p5-libwww] [
lang/perl5] [
time/p5-DateTime] [
time/p5-DateTime-Format-ISO8601] [
devel/p5-Compress-Raw-Zlib]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 6536116966a9463b5e44d5dbeb8e1a15a9a636b8
RMD160: faa9a679854a3dacd504e809a2ed64fa4e113c61
Filesize: 206.272 KB
Version history: (Expand)
- (2020-09-04) Updated to version: p5-RPC-XML-0.80nb6
- (2020-09-01) Updated to version: p5-RPC-XML-0.80nb5
- (2019-08-11) Updated to version: p5-RPC-XML-0.80nb4
- (2018-08-22) Updated to version: p5-RPC-XML-0.80nb3
- (2017-11-23) Package has been reborn
- (2017-06-05) Updated to version: p5-RPC-XML-0.80nb2
CVS history: (Expand)
2020-09-04 12:57:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
p5-RPC-XML: remove p5-Compress-Raw-Zlib, part of perl
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |  |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-06-05 15:34:22 by Wen Heping | Files touched by this commit (2) |  |
Log message:
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.
|