Version: 1.39.13, Package name: xmlrpc-c-1.39.13 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. Due to the complexity of XML, this invariably leads to buggy code. XML-RPC should never be used without total trust on both sides of the connection. XML-RPC should never be used on non-authentified channels. This library provides a modular implementation of XML-RPC for C and C++. XML-RPC For C and C++ is designed for Unix and is most tested on unix. The authors of the software thinks it works on any standard unix, but the code is rather sloppy and needs quite a few patches to run correctly on OpenBSD. Do not trust it for anything important. This package mostly exist to facilitate running code that occasionally wants xmlrpc, such as cmake. |
Filesize: 797.304 KB |
Version History (View Complete History) |
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-15 10:59:19 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to xmlrpc-c-1.39.13 |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-05-11 13:15:53 by Stuart Henderson | Files touched by this commit (34) |
Log message: update to xmlrpc-c-1.39.12, from David CARLIER with some extra fixes from me |
2016-11-04 05:35:21 by Stuart Henderson | Files touched by this commit (100) |
Log message: sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports now that internationalised domain name support has been removed from net/curl |
2015-10-30 06:47:41 by Stuart Henderson | Files touched by this commit (43) |
Log message: sync WANTLIB (curl+nghttp2) |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-07-05 02:18:30 by Jasper Lievisse Adriaanse | Files touched by this commit (26) |
Log message: - adjust after recent curl update ok landry@ |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-11-11 10:20:28 by Marc Espie | Files touched by this commit (31) |
Log message: finish net WANTLIB |
2009-05-31 09:54:20 by Benoit Lecocq | Files touched by this commit (3) |
Log message: - update xmlrpc-c to 1.06.35 - regen patch ok ajacoutot@ |
2009-03-14 13:01:31 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: - update to "super stable version" 1.06.32 from Max Varencov with some tweaks |
2008-05-15 11:45:22 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Fix build after curl 7.18 update by adding a dummy argument. |
2008-03-15 04:35:54 by Antoine Jacoutot | Files touched by this commit (13) |
Log message: - update to version 1.06.23 feedback and ok espie@ |
2007-11-17 13:39:03 by Steven Mestdagh | Files touched by this commit (28) |
Log message: fix WANTLIB |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-05-15 09:09:12 by Christian Weisgerber | Files touched by this commit (9) |
Log message: chase wantlib changes after curl update |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |