[libsoap-lite-perl] branch master updated (b48d67c -> 96d8035)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Dec 28 22:29:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libsoap-lite-perl.

      from  b48d67c   Remove useless build-dep on mail-transport-agent
      adds  b639832   Imported Upstream version 1.08
       new  1516bd7   Merge tag 'upstream/1.08'
       new  23aa7cb   Import Upstream version 1.08
       new  d08b91e   switch order of copyright paragraphs (last match applies)
       new  962a68e   Add Fred Moyer to upstream copyright holders
       new  709ca3d   Add (build-)dependencies on modules separated out into their own distributions
       new  7093541   Declare compliance with Debian Policy 3.9.5
       new  5cfd39f   Drop update-test-plan.patch, perl5.18-test.patch (applied upstream), refresh hashref_crash.patch (offset)
       new  96d8035   Update changelog / WAITS-FOR libxmlrpc-lite-perl etc

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                  |   35 +-
 HACKING                                  |   29 +-
 MANIFEST                                 |   72 +-
 META.json                                |   18 +-
 META.yml                                 |   16 +-
 Makefile.PL                              |  293 ++----
 README                                   | 1688 +++++++++++++++++++++++++++++-
 ReleaseNotes.txt                         |    5 -
 bin/XMLRPCsh.pl                          |   78 --
 debian/changelog                         |   20 +-
 debian/control                           |    9 +-
 debian/copyright                         |   13 +-
 debian/patches/hashref_crash.patch       |    2 +-
 debian/patches/perl5.18-test.patch       |   49 -
 debian/patches/series                    |    2 -
 debian/patches/update-test-plan.patch    |   17 -
 lib/Apache/SOAP.pm                       |    6 +-
 lib/Apache/XMLRPC/Lite.pm                |  150 ---
 lib/SOAP/Client.pod                      |    2 -
 lib/SOAP/Constants.pm                    |    4 +-
 lib/SOAP/Data.pod                        |    2 -
 lib/SOAP/Deserializer.pod                |    2 -
 lib/SOAP/Fault.pod                       |    2 -
 lib/SOAP/Header.pod                      |    2 -
 lib/SOAP/Lite.pm                         |   91 +-
 lib/SOAP/Lite/Packager.pm                |    2 -
 lib/SOAP/Packager.pm                     |    4 +-
 lib/SOAP/SOM.pod                         |    2 -
 lib/SOAP/Schema.pod                      |    2 -
 lib/SOAP/Serializer.pod                  |    4 +-
 lib/SOAP/Server.pod                      |    2 -
 lib/SOAP/Test.pm                         |    4 +-
 lib/SOAP/Trace.pod                       |    2 -
 lib/SOAP/Transport.pod                   |   10 +-
 lib/SOAP/Transport/HTTP.pm               |   14 +-
 lib/SOAP/Transport/IO.pm                 |    4 +-
 lib/SOAP/Transport/LOCAL.pm              |    4 +-
 lib/SOAP/Transport/MAILTO.pm             |    4 +-
 lib/SOAP/Transport/POP3.pm               |    4 +-
 lib/SOAP/Transport/TCP.pm                |  312 ++++++
 lib/SOAP/Utils.pod                       |    4 +-
 lib/UDDI/Lite.pm                         | 1473 --------------------------
 lib/XML/Parser/Lite.pm                   |  373 -------
 lib/XMLRPC/Lite.pm                       |  450 --------
 lib/XMLRPC/Test.pm                       |  190 ----
 lib/XMLRPC/Transport/HTTP.pm             |  196 ----
 lib/XMLRPC/Transport/POP3.pm             |   72 --
 lib/XMLRPC/Transport/TCP.pm              |   63 --
 t/02-payload.t                           |    5 +-
 t/04-attach-cid-encoded.t                |  221 ++++
 t/04-attach.t                            |    2 +-
 t/07-xmlrpc_payload.t                    |   51 -
 t/25-uddi.t                              |  228 ----
 t/26-xmlrpc.t                            |   81 --
 t/27-xmlparserlite.t                     |   79 --
 t/28-uddi_search.t                       |   81 --
 t/29-uddi_publishing.t                   |   69 --
 t/36-leaks.t                             |   43 +-
 t/37-mod_xmlrpc.t                        |   13 -
 t/38-packager.t                          |   17 +-
 t/Issues/rt15176.t                       |   11 +
 t/Issues/rt53375.t                       |   35 +
 t/Issues/rt70329.t                       |   37 +
 t/Issues/rt70381.t                       |   32 +
 t/Issues/rt72836.t                       |   60 ++
 t/Issues/rt74029.t                       |   46 +
 t/Issues/rt74308.t                       |   10 +
 t/Issues/rt75169.t                       |   16 +
 t/Issues/rt78588.t                       |   15 +
 t/SOAP/Transport/HTTP/CGI/test_server.pl |   18 -
 t/SOAP/Transport/IO.xml                  |    0
 t/SOAP/Transport/LOOPBACK.t              |   18 +
 t/SOAP/Transport/TCP.t                   |   20 +
 t/TEST.pl                                |   15 -
 t/XML/Parser/Lite.t                      |   90 --
 t/XML/Parser/adam.xml                    |   92 --
 t/XMLRPC/Lite.t                          |    9 -
 77 files changed, 2810 insertions(+), 4406 deletions(-)
 delete mode 100644 bin/XMLRPCsh.pl
 delete mode 100644 debian/patches/perl5.18-test.patch
 delete mode 100644 debian/patches/update-test-plan.patch
 delete mode 100644 lib/Apache/XMLRPC/Lite.pm
 create mode 100644 lib/SOAP/Transport/TCP.pm
 delete mode 100644 lib/UDDI/Lite.pm
 delete mode 100644 lib/XML/Parser/Lite.pm
 delete mode 100644 lib/XMLRPC/Lite.pm
 delete mode 100644 lib/XMLRPC/Test.pm
 delete mode 100644 lib/XMLRPC/Transport/HTTP.pm
 delete mode 100644 lib/XMLRPC/Transport/POP3.pm
 delete mode 100644 lib/XMLRPC/Transport/TCP.pm
 create mode 100644 t/04-attach-cid-encoded.t
 delete mode 100644 t/07-xmlrpc_payload.t
 delete mode 100644 t/25-uddi.t
 delete mode 100644 t/26-xmlrpc.t
 delete mode 100644 t/27-xmlparserlite.t
 delete mode 100644 t/28-uddi_search.t
 delete mode 100644 t/29-uddi_publishing.t
 delete mode 100644 t/37-mod_xmlrpc.t
 create mode 100644 t/Issues/rt15176.t
 create mode 100644 t/Issues/rt53375.t
 create mode 100644 t/Issues/rt70329.t
 create mode 100644 t/Issues/rt70381.t
 create mode 100644 t/Issues/rt72836.t
 create mode 100644 t/Issues/rt74029.t
 create mode 100644 t/Issues/rt74308.t
 create mode 100644 t/Issues/rt75169.t
 create mode 100644 t/Issues/rt78588.t
 delete mode 100755 t/SOAP/Transport/HTTP/CGI/test_server.pl
 delete mode 100644 t/SOAP/Transport/IO.xml
 create mode 100644 t/SOAP/Transport/LOOPBACK.t
 create mode 100644 t/SOAP/Transport/TCP.t
 delete mode 100644 t/TEST.pl
 delete mode 100644 t/XML/Parser/Lite.t
 delete mode 100644 t/XML/Parser/adam.xml
 delete mode 100644 t/XMLRPC/Lite.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsoap-lite-perl.git



More information about the Pkg-perl-cvs-commits mailing list