xmlrpc-c 1.33.14-11.1 source package in Ubuntu

Changelog

xmlrpc-c (1.33.14-11.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1063279

 -- Steve Langasek <email address hidden>  Thu, 29 Feb 2024 07:39:42 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xmlrpc-c_1.33.14-11.1.dsc 2.2 KiB 48fbb14e78f1a4328d15f87b3dc56d2cf59072445b796a472ecfab1977994293
xmlrpc-c_1.33.14.orig.tar.gz 754.2 KiB dad8a8ae438f0fbca7e57e906b15cd9698aed2296797e4d9681127719ce70b3f
xmlrpc-c_1.33.14-11.1.debian.tar.xz 15.6 KiB de6662d30d03c105cab66362c7e4d7483fe2a8607a157691a0966b07cd99a5db

Available diffs

No changes file available.

Binary packages built by this source

libxmlrpc-c++8-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-c++8t64: 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++8t64-dbgsym: debug symbols for libxmlrpc-c++8t64
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-dev-dbgsym: debug symbols for libxmlrpc-core-c3-dev
libxmlrpc-core-c3t64: 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-c3t64-dbgsym: debug symbols for libxmlrpc-core-c3t64
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.

xmlrpc-api-utils-dbgsym: debug symbols for xmlrpc-api-utils