xmlrpc-c 1.16.33-3.1ubuntu4 source package in Ubuntu

Changelog

xmlrpc-c (1.16.33-3.1ubuntu4) precise; urgency=low

  * Add backport-gssapi-delegation.patch, and bump the build-depends on
    libcurl4-openssl-dev to >= 7.22.0.
 -- Timo Aaltonen <email address hidden>   Fri, 25 Nov 2011 17:59:23 +0200

Upload details

Uploaded by:
Timo Aaltonen
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xmlrpc-c_1.16.33.orig.tar.gz 708.1 KiB ebc388535d7d178f8225a7538898c671fc99e678975142dc141ee67440089447
xmlrpc-c_1.16.33-3.1ubuntu4.diff.gz 14.7 KiB e3f94c6880c7ba8fab57d4d614bf2b081da8e00e6c9280edcc4411183b06da02
xmlrpc-c_1.16.33-3.1ubuntu4.dsc 1.3 KiB 7807dc0557de3930315951f8337ef6507a955068f2b60d638b98a94ef85b6e58

View changes file

Binary packages built by this source

libxmlrpc-c++4: lightweight RPC library based on XML and HTTP [C++ runtime libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C++.

libxmlrpc-c++4-dev: lightweight RPC library based on XML and HTTP [C++ development libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C++.
 .
 Install this package if you wish to develop your own programs using this
 library.

libxmlrpc-c3-dev: lightweight RPC library based on XML and HTTP [transitional package]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This is an empty package for transitional purposes, and can be safely
 removed.

libxmlrpc-core-c3: lightweight RPC library based on XML and HTTP [C runtime libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C.

libxmlrpc-core-c3-dev: lightweight RPC library based on XML and HTTP [C development libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C.
 .
 Install this package if you wish to develop your own programs using this
 library.

libxmlrpc-core-c3-udeb: A lightweight RPC library based on XML and HTTP (core libraries)

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C and C++.
 .
 This package contains the minimal runtime libraries for the Debian Installer
 (udeb).

xmlrpc-api-utils: Generate C++ wrapper classes for XML-RPC servers

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This package contains two programs:
  * xml-rpc-api2cpp, a utility for generating C++ wrapper classes based
    on an XML-RPC API, obtained by interrogating an XML-RPC server.
  * xml-rpc-api2txt, a utility for printing out an XML-RPC API as a
    text file. The API is obtained by interrogating an XML-RPC server.