summaryrefslogtreecommitdiff
path: root/net/p5-XML-RPC
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-09-08*: use MASTER_SITE_PERL_CPANwiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-11-03net: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-01Follow some remaining search.cpan.org redirects.nia1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2017-11-24p5-XML-RPC: update to 1.1.wiz3-27/+12
2017/11/21 (1.1) * Add facility to add HTTP *Basic* Auth * Require LWP::Protocol::https to be installed (hey, it's 2017, we can assume that https is available....) This implicitly fixes bug 118475 "XML::RPC not reporting error if https connection requested but LWP::Protocol::https not installed" * Implement recommended patch for #75078 "autodetection of XML datatyp <i4> for string of digits starting with 0" 2017/11/21 (1.0) Rene "cavac" Schickbauer * First release by me for this module * Integrate/Merge changes from XML::RPC::CustomUA (and deprecate CustomUA module at the same time)
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-01-24Import p5-XML-RPC-0.9 as net/p5-XML-RPC.mef4-0/+42
XML::RPC module provides simple Pure Perl methods for XML-RPC communication. It's goals are simplicity and flexibility. XML::RPC uses XML::TreePP for parsing. Thanks bsiegert@ for suggestion to category.