Up to [cvs.NetBSD.org] / pkgsrc / textproc / xmlrpc-c
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.38 / (download) - annotate - [select for diffs], Tue Oct 26 11:23:40 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
Revision 1.37 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:47 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.36: +1 -2
lines
Diff to previous 1.36 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.36 / (download) - annotate - [select for diffs], Wed Dec 18 12:43:40 2019 UTC (3 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (colored)
Resolve conflict with STL.
Revision 1.35 / (download) - annotate - [select for diffs], Tue Oct 29 09:06:12 2019 UTC (3 years, 10 months ago) by he
Branch: MAIN
Changes since 1.34: +1 -2
lines
Diff to previous 1.34 (colored)
Remove a patch which no longer applies in this version. Build fix, so no version bump.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Oct 13 21:48:57 2019 UTC (3 years, 11 months ago) by he
Branch: MAIN
Changes since 1.33: +12 -13
lines
Diff to previous 1.33 (colored)
Update xmlrpc-c to new "super stable" version 1.51.04. Pkgsrc changes: * Renamed patches to follow new pkgsrc conventions. * Oddly, the .tgz distfile isn't actually compressed. Compensate. Upstream changes: Release 1.51 ============ Released 17.12.26. Subversion directory release_number/10.51.00. * Build: Add --disable-abyss-openssl for build environments that appear to have Openssl but don't really. (A Pkg-config design flaw makes that happen sometimes - you can't control what directories it searches for .pc files). * Windows build: add Visual Studio 2017 project files, fix various things broken for Windows in recent updates. Thanks to Maksym Veremeyenko. Release 1.50 ============ Released 17.09.28. Subversion directory release_number/10.50.00. * Build: fix installation of programs. Introduced in Xmlrpc-c 1.47 (September 2016). * Windows build: fix ChanSwitchUnixGetListenName not found. * Windows build: Add current VS2010express project files. * Windows build: various fixes. Doesn't necessarily work yet. Release 1.49 ============ Released 17.03.26. Subversion directory release_number/10.49.00. * Add program xmlrpc_dumpserver. Release 1.48 ============ Released 16.12.27. Subversion directory release_number/10.48.00. * Disable 10M restriction on document size in Libxml2 XML parser. * Build: Recognize additional Linux "host OS" environments. E.g. "linux-uclibc". * Build: replace BUILDTOOL_CC and BUILDTOOL_CCLD with more conventional CC_FOR_BUILD. Add CFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD. * Build: Don't attempt to build C++ internal utility module cmdline_parser_cpp if we aren't building the C++ libraries. In that case, 1) it isn't needed, and 2) the environment probably is incapable of compiling C++. * Build: Use AC_CHECK_TOOL to determine 'ar' command and AC_PROG_RANLIB to determine 'ranlib' command to use. * Build: fix compile failure in build for a system that does not have Unicode wide characters (wchar_t). Release 1.47 ============ Released 16.09.25. Subversion directory release_number/10.47.00. * Install: fix bug: xmlrpc_expat.pc not installed. * Install: Add 'uninstall' make target Release 1.46 ============ Released 16.06.29. Subversion directory release_number/01.46.00. * Packet stream client: Add option to throw a BrokenConnEx exception when transport fails because the server hung up or network broke, instead of throwing error. * Add ServerAbyss::getListenName method, ChanSwitchUnixGetListeName: ability to find out on what port your server is listening. * Packet stream server ('serverPstreamConn'): fix bug: runOnce() fails with indication that it was interrupted when the server hangs up. Always broken (interruptible RunOnce() was new in Xmlrpc-c 1.14 (March 2008). * Fix compile failure with old OpenSSL that doesn't have SSL_ERROR_WANT_ACCEPT. Introduced in Xmlrpc-c 1.45. Release 1.45 ============ Released 16.03.27. Subversion directory release_number/01.45.00. * Add SSL/TLS capability via OpenSSL to Abyss server. * Fix xmlrpc_mem_block accidentally made private in 1.44. * Build: Remove example and test program usage of XML parser facility (<xmlrpc-c/xmlparser.h>), which was made private in 1.44, so the examples and tools no longer build. Release 1.44 ============ Released 15.12.31. Subversion directory release_number/01.44.00. * C++: Add 'toValue' and 'fromValue' for 64-bit integer (xmlrpc_c::value_i8). * Memory block utility: Remove xmlrpc_mem_block_init and xmlrpc_mem_block_clean. These complicate forward compatibility and probably were never used. xmlrpc_mem_block_new and xmlrpc_mem_block_free remain to fulfill the same purpose. * Remove XML parser (<xmlrpc-c/xmlparser.h>) from external API. This is not specific to XML-RPC, so has no business being a service of Xmlrpc-c. It is just an abstraction to allow us to use various XML parsing libraries (to wit, Expat and Libxml2). We don't think it was ever used externally. * Build: make install does not create empty man page directory. Release 1.43 ============ Released 15.09.27. Subversion directory release_number/01.43.00. * Add xmlrpc_value_new(): deep copy of xmlrpc_value. * Abyss C++: Add 'terminate' and 'resetTerminate' methods, analogous to C Abyss 'ServerTerminate' and 'ServerResetTerminate'. * Fix bug: infinite recursion if you try to format a floating point value that was created from something other than a finite number. Creation of a floating point XML-RPC value from something other than a number now fails. Introduced in Xmlrpc-c 1.15 (June 2008). * Curl client: fix garbage in message where explanation from Curl library belongs. Always there, with some Curl libraries. * Curl client: fix instantaneous timeout with some Curl libraries. Introduced in Xmlrpc-c 1.41 (March 2015). * Curl client: fix 'connect_timeout' transport parameter interpreted as 'timeout'. Always broken ('connect_timeout' was new in Xmlrpc-c 1.41 (March 2015)). Release 1.42 ============ Released 15.06.28. Subversion directory release_number/01.42.00. * AbysssServer: add 'Session::headerValue' and 'Session::getHeaderValue'. * Fix crash in 'xmlrpc' program under most circumstances. Broken in Xmlrpc-c 1.40 (December 2014). * Packet socket: fix missing parenthesis in error message. Broken in Xmlrpc-c 1.25 (December 2010). Release 1.41 ============ Released 15.03.26. Subversion directory release_number/01.41.00. * Fix crash: multithreaded client program that uses the Curl XML transport and does not specify a Curl timeout transport parameter crashes because of signal use inside the Curl library, unless the Curl library is one that does DNS lookups with the ARES library. * Make a client that uses the Curl XML transport and does not specify a Curl timeout transport parameter wait indefinitely for a DNS lookup, or at least until the OS DNS lookup service gives up, unless the Curl library is one that does DNS lookups with the ARES library. In previous releases, the RPC failed after waiting 5 minutes. This was not intended as an enhancement, but rather is a side effect of fixing the crash described above. But it also adds consistency, since the wait for the DNS lookup was always indefinite, ironically, in the case that the program specified timeout. * Add connect_timeout curl transport parameter. * Packet stream socket: fix: sends corrupted packet when the packet contains an ESC character. Always broken. (packet stream sockets were new in Xmlrpc-c 1.11 - June 2007). * Add XMLRPC_TRACE_PACKETSOCKET environment variable: a means of tracing communication at the packet socket level. * Build: Use -pthread on compile and link instead of just linking libpthread if compiler is GNU. * Build: Don't rely on <features.h> to define __BEGIN_DECLS * Build: don't ignore LDFLAGS in build of Gennmtab. Broken since Xmlrpc-c 1.32 (September 2012). * Many changes to accomodate Mingw. May not work completely yet. * Build: fix a "recompile with -fPIC" failure in parallel make. * Build: fix failure with configure --disable-abyss-threads. Introduced in Xmlrpc-c 1.38 (March 2014). Release 1.40 ============ Released 14.12.28. Subversion directory release_number/01.40.00. * Fix AbyssServer::readRequestBody for chunked bodies. Always broken (AbyssServer was new in Netpbm 1.39 (September 2014). * Add pkg-config files (e.g. xmlrpc.pc) * Build: fix 'make distclean' so it doesn't leave src/cpp/srcdir and src/cpp/blddir. Release 1.39 ============ Released 14.09.27. Subversion directory release_number/01.39.00. * Add C++ Abyss server classes. Not documented yet. * Abyss: with access control, send Access-Control-Allow-Headers headers for Content-Type and Content-Length. * Curl client: Fix bogus "please call curl_muti_perform()" error with very old Curl library. * Abyss: fix bug: RequestAuth() always says not authenticated. Broken in 1.10 (March 2007). * Abyss: fix missing prototype for RequestAuth(). Always broken. * Install: fix bug: <xmlrpc-c/base64.hpp> not installed. Release 1.38 ============ Released 14.03.25. Subversion directory release_number/01.38.00. * Fix bug: When serializing a very large floating point number, sender of an XML-RPC message adds some junk after the decimal point. With assertion checking enabled, it just crashes. Broken in 1.15 (June 2008). * xmlrpc program: add ability to specify a struct or array RPC parameter (struct/ and array/). * Abyss: fix parsing of URI with %HH escape sequence - always said invalid URI. Broken in 1.31 (June 2012). * Abyss: Fail ServerRun() and ServerRunOnce() if user hasn't done ServerInit() instead of trying to make the channel switch accept a connection even though it isn't in listening state. Combined with the two problems below, this caused POSIX socket servers to go into an infinite loop if the user called ServerRun() without a prior ServerInit(). * Abyss: Fail ChanSwitchAccept() if user hasn't done ChanSwitchListen() instead of trying to make the OS do the accept. * Abyss: Unix socket: Fix bug: POLLHUP and POLLERR state on listening or interrupt socket caused accept function to return as if the wait had simply been interrupted. * Abyss: fix error HTTP response for invalid request line - showed wrong request line. Always broken. (The request line in that message was new in Xmlrpc-c 1.19 (June 2009). * Abyss: add details to invalid request line error HTTP response. * xmlrpc-c-config: add "abyss" target to get just the Abyss library - no XML-RPC stuff. Release 1.37 ============ Released 13.12.31. Subversion directory release_number/01.37.00. * Abyss server: Fix bug: reported HTTP status 408 (Request timed out) for all problems getting the request from the client. Also add text detail of problems getting the request from the client to the HTTP error response. * Fix pervasive wild pointer dereference when memory allocation of small string fails. Introduced in 1.01 (January 2005). * Fixes for Windows build problems introduced in 1.33. Release 1.36 ============ Released 13.09.29. Subversion directory release_number/01.36.00. * C++ server: add versions of 'xmlrpc_c::registry::addMethod' that takes a simple pointer to the method object, so you can use it with automatic and static method objects. Same for 'xmlrpc_c::registry::setDefaultMethod'. * Remove 128M limit on certain memory allocations. * Change strategy for overallocating memory - grow blocks no more than a megabyte at a time; shrink blocks sometimes. * Fix interpretation of dateTime.iso8601 variant with timezone information. As broken, it would add up to a second to the correct datetime or reject the message claiming that it has invalid syntax. Always broken (recognition of the timezone variant was introduced in Xmlrpc-c 1.20 (September 2009). * 'xmlrpc', 'xmlrpc_pstream', 'xmlrpc_parsecall': add ability to display dateTime.iso8601. * AIX build: various fixes. * Windows build: fix reference to _snprintf; broke in Xmlrpc-c 1.34. * Windows build: fix lock_windows.c so it compiles. File was new in Xmlrpc-c 1.33 and never compiled. Fix girmem.cpp to use lock_platform, etc. instead of pthreadx, which was removed in Xmlrpc-c 1.33. Release 1.35 ============ Released 13.06.27. Subversion directory release_number/01.35.00. * Abyss: fix wrong peer address with Unix socket channel made with ChannelUnixCreateFd(). Always broken (ability to get peer address was added in Release 1.07 (October 2006)). * JSON value formatting: Fix buffer overrun. * Build: build 'configure' with Autoconf 2.69 (previously built with 2.67). Release 1.34 ============ Released 13.03.30. Subversion directory release_number/01.34.00 * Build: fix libpthread dependency bug introduced in 1.33.00. * Test program build: include <unistd.h> instead of <sys/unistd.h>. Release 1.33 ============ Released 12.12.27. Subversion directory release_number/01.33.00. * Make xmlrpc_value thread-safe (after construction, when the only modification allowed is to the reference count). * Client with Curl transport: fix bug which disables interruption unless you register a progress function for the transport. Introduced in 1.24 (September 2010). * Add xmlrpc_init(), xmlrpc_term(). * Server: fix method add failure when signature string contains "I" (for 64 bit integer). Always broken (64 bit integer type was new in Xmlrpc-c 1.07 (October 2006)). * libxml2: fix memory leaks. Always broken (ability to use libxml2 was added in Release 1.00 (October 2004)). * Abyss: Fix memory read through wild pointer upon interruption of server. Probably harmless. * Windows build: rename DLL configurations to avoid ambiguity between DLL and static library builds. Release 1.32 ============ Released 12.09.28. Subversion directory release_number/01.32.00. * Abyss server: terminate sooner when the HTTP request handler requests shutdown. Formerly, after e.g. a 'system.shutdown' RPC, the server waited for the persistent TCP connections, including the one in which the RPC transaction was transported, to end (typically 15 seconds later). Now, it interrupts channel reads and writes on all connections so they will notice they are supposed to wind up and do so. * Abyss server: add basic server operation tracing with ABYSS_TRACE_SERVER environment variable. * Abyss server, XML-RPC Abyss server: add control of number of simultaneous connections and OS connection backlog. * Use random salt in hash values in built-in XML parser. Without this, a malicious user can create a putative XML-RPC call or response that takes a long time to parse, thus using excessive CPU resources. This code is adapted from true Expat's fix for CVE-2012-0876 to XML-RPC's fork of Expat, by Tyler Hicks <tyhicks@canonical.com>. * Server: Fix crash when string value in parameter list contains invalid UTF-8. Broken in 1.18 (March 2006). Diagnosed by Stephen Hansen, Programmer <stephen@tlo.com>. * Fix crash in built-in XML parser which causes a memory leak when it can't get additional memory (re-allocation fails). This code is adapted from true Expat's fix for CVE-2012-1148 to XML-RPC's fork of Expat, by Tyler Hicks <tyhicks@canonical.com>. * Build: fix build tree != source tree bug: no transport_config.mk. Broken in 1.10 (March 2007). * Windows build: properly export client class in xmlrpc-c_client++.dll. By Maksym Veremeyenko <verem@m1stereo.tv> * Build: don't build tools by default. Broken in 1.30 (March 2012). * Build: fix up how LDFLAGS, CFLAGS, and CXXFLAGS (make variables) are used. Deprecate LADD and CADD, which were meant for the same thing. * Build: fix make clean so it cleans src/cpp. * Build: fix so build of test programs does not fail if you didn't build client facilities. * Build: fix 'check'. By Tyler Hicks <tyhicks@canonical.com>. Release 1.31 ============ Released 12.06.30. Subversion directory release_number/01.31.00. * Abyss XML-RPC server: make xmlrpc_server_abyss() fail instead of exiting program when it can't bind and listen. * Abyss server: Add ServerInit2() - fails instead of exiting program if it can't bind and listen. * Curl client XML transport: when server sends garbage instead of valid HTTP response, put the garbage (which is often an error message) in the error message. * Add xmlrpc_read_datetime_8601(), xmlrpc_c::value_datetime::iso8601Value(). * xmlrpc_c::value_datetime: add ability to construct from and cast to xmlrpc_datetime. * Fix crash due to bogus memory free when xmlrpc_parse_value() fails. Broken in 1.07 (October 2006). * Abyss server: Fix bug: rejects request with colons in the host name (e.g. IPv6 address form "[::1]") as invalid. * Curl client XML transport: Fix error message when servers responds with non-HTTP garbage. Used to say HTTP response code is zero. * Curl client XML transport: fix occasional crash with modern Curl introduced in 1.28. * Abyss server: Fix crash when client doesn't specify access control. Broken in 1.25 (December 2011). * Abyss server: Improved formatting of IPv6 addresses for Abyss "channel info.". Also no more build-time dependency on nonstandard s6_addr16, introduced in 1.29. * Windows: Remove #include <windows.h> from public header file to avoid conflicts with other inclusions in user's program that include other variations of <windows.h>. By Maksym Veremeyenko <verem@m1stereo.tv> * Install: fix install of man pages to wrong directory. Broken in 1.18 (March 2009). * Windows build: Fix winsock2 conflict. Release 1.30 ============ Released 12.03.31. Subversion directory release_number/01.30.00. * Add ability for Abyss and XML-RPC Abyss server to listen on a particular interface (IP address). * Abyss XML-RPC server: Fix bug in access control expiration. * xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable ASCII as \xHH: shows \xff where it should be something else. * Windows Abyss: fix 16 byte per thread memory leak. Thanks Angelo Masci. * Build: add missing include of <ostream> to base.hpp. Broken in 1.26. * Build: remove --enable-tools option added in 1.18. User can just do 'make -C tools ' or 'make all' to get that. Release 1.29 ============ Released 11.12.31. Subversion directory release_number/01.29.00. * Abyss: Add ChanSwitchUnixCreateIpV6Port: ability to listen for client connections on an IP Version 6 TCP port. * Curl client XML transport: Add 'referer' option. * Improved invalid UTF-8 error message. * xmlrpc client program: fix bug: doesn't accept b/f to mean boolean false. Broken since 1.07. * Fix crash when sending structure with a member value too large. Introduced in 1.21. * Fix Windows build, undefined macro XMLRPC_S_IWUSR introduced in 1.28. Release 1.28 ============ Released 11.09.27. Subversion directory release_number/1.28.00. * Curl client: add "gssapi_delegation" option. Needed in some cases with newer Curl libraries to get back old function. * Fix bug: infinite loop parsing XML when a string or character data is longer than 1K in UTF-8. Introduced in 1.12. * Curl client: fix libcurl version in user-agent header. Always broken (user-agent function added in Release 1.03). * Client curl transport: fix bug: multiple authentication methods doesn't work; only one of them takes effect. Always broken. * C++ Curl client: fix bug: ignores proxy Curl transport options. Always broken. * Windows: Add VS2008 64 bit static library building. Remove MSVC 6 project files. From now on, VS2008 will be the standard. The single set of project files build static and DLL, 32 bit and 64. * Accomodate newer libcurl, which does not have <curl/types.h>. * Fix per-connection memory leak in libwww client XML transport. Present since the beginning. * Build: fix some parallel make forced ordering. * Build with --disable-abyss-threads: include <sys/wait.h> instead of <wait.h> in Abyss thread_fork.c. * Build of test programs: Fix "struct sockaddr_in" not defined in server_pstream.cpp. * Build: fix undeclared struct timespec. * Build: Work with systems that don't define S_IREAD in <sys/stat.h>. * C++: Reorder arrayValueSlice() and arrayValueAvrray() definitions in <xmlrpc-c/base.hpp> to please Clang. Release 1.27 ============ Released 11.06.27. Subversion directory release_number/1.27.00. * Many changes to accomodate Mingw. May not work completely yet. By Maksym Veremeyenko <verem@m1stereo.tv>. * Windows build: update non-DLL project files to accomodate recent changes to tree. By Maksym Veremeyenko <verem@m1stereo.tv>. * Windows build: add missing DLLEXPORT to some class declarations so user programs build. By Maksym Veremeyenko <verem@m1stereo.tv>. * Build: Fix detection of libwww, broken in 1.24. * Build: Don't use trailing comma in enum; not accepted by some C++ compilers. * Build: Add a user-defined default constructor for class callInfo to avoid compilation failure with recent GNU compilers. * Mac OS X build: include -install_name on library link so dependents can find it automatically. Thanks Joshua Root (jmr@macports.org). Release 1.26 ============ Released 11.03.26. Subversion directory release_number/1.26.00. * Add output operator (operator<<) for xmlrpc-c::value::type_t. * JSON serializer: eliminate trailing commas that Internet Explorer doesn't like. Thanks Bo Lorentzen <bl@lue.dk>. * JSON serializer: improve human readability of JSON. Thanks Bo Lorentzen <bl@lue.dk>. * Fix JSON integer parsing and formatting broken in 1.25. * Build: Fix prototype/definition mismatch in libwww.cpp with some compilers (e.g. Solaris). * Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris).
Revision 1.33 / (download) - annotate - [select for diffs], Sat Oct 12 22:57:08 2019 UTC (3 years, 11 months ago) by he
Branch: MAIN
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
A few changes so that this builds on NetBSD/macppc: * Don't assume that "char" is signed (array init'ed with -1 cells), so use "int" instead. * Add dependency on libidn2, since I otherwise got a link error. Bump PKGREVISION.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Nov 4 02:00:16 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
Add SHA512 digests for distfiles for textproc category Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Dec 1 23:25:31 2013 UTC (9 years, 9 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.30: +3 -2
lines
Diff to previous 1.30 (colored)
Fix build on MirBSD. Remove all "#define _XOPEN_SOURCE" lines, as they break things horribly on MirBSD for some reason. Sprinkle a few <sys/types.h> includes. Add support for generating shared libraries on MirBSD.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 14 08:01:11 2013 UTC (9 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.29: +4 -4
lines
Diff to previous 1.29 (colored)
Changes 1.25.26: Fix interpretation of dateTime.iso8601 variant with timezone information. As broken, it would add up to a second to the correct datetime or reject the message claiming that it has invalid syntax. Always broken (recognition of the timezone variant was introduced in Xmlrpc-c 1.20).
Revision 1.29 / (download) - annotate - [select for diffs], Thu Sep 12 18:52:54 2013 UTC (10 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.28: +9 -14
lines
Diff to previous 1.28 (colored)
Changes 1.25.25: * base.hpp: Fix declarations out of order causing compile failure. Broken since Xmlrpc-c 1.19 (June 2009). * Make distclean cleans up src/test/blddir and src/test/srcdir.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Jan 5 10:37:56 2013 UTC (10 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Fix build on OpenBSD/amd64 5.2. Add config for OpenBSD.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Dec 15 18:33:28 2012 UTC (10 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
Changes 1.16.44: Server: fix method add failure when signature string contains "I" (for 64 bit integer).
Revision 1.26 / (download) - annotate - [select for diffs], Wed Nov 14 16:43:10 2012 UTC (10 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.25: +4 -4
lines
Diff to previous 1.25 (colored)
Changes 1.16.43: * Bug fixes.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jul 25 20:08:16 2012 UTC (11 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.24: +4 -4
lines
Diff to previous 1.24 (colored)
Changes 1.16.42: Fix crash due to bogus memory free when xmlrpc_parse_value() fails. Broken in 1.07
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jul 25 15:49:34 2012 UTC (11 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Use correct linker flags on Solaris with GCC. Fixes relocation issues. Bump PKGREVISION.
Revision 1.23 / (download) - annotate - [select for diffs], Fri May 4 11:18:22 2012 UTC (11 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Changes 1.16.41: * xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable ASCII as \xHH: shows \xff where it should be something else.
Revision 1.22 / (download) - annotate - [select for diffs], Wed Apr 25 17:52:59 2012 UTC (11 years, 4 months ago) by hans
Branch: MAIN
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Use LDFLAGS before any additional libs. Fixes an issue I had where the wrong libstdc++ was picked up because of -L confusion.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 12 15:47:12 2012 UTC (11 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
Changes 1.16.40: Bug fixes.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 6 17:43:18 2012 UTC (11 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
Changes 1.16.39: bug fixes
Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 22 19:17:19 2011 UTC (11 years, 10 months ago) by yyamano
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Make this build with symlinked pkgsrc directory.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 30 01:03:24 2011 UTC (12 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.17: +4 -1
lines
Diff to previous 1.17 (colored)
Drop includion of curl/types.h. It is deprecated header file since curl-2.12.0 and removed at curl-7.21.7. fixes PR#45106.
Revision 1.17 / (download) - annotate - [select for diffs], Mon May 9 13:39:16 2011 UTC (12 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Changes 1.16.35: * Fix build failure in examples on some platforms because of --rpath.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 6 07:45:47 2011 UTC (12 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.15: +10 -13
lines
Diff to previous 1.15 (colored)
Changes 1.16.34: * Fix compile bug with some compilers on 64 bit. Changes 1.16.33: * Build: Fix prototype/definition mismatch in libwww.cpp with some compilers (e.g. Solaris). * Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris). Changes 1.16.32: * Windows Abyss server: properly handle wait for connection. Changes 1.16.31: * CGI XML-RPC server accepts (ignores) parameters after "text/xml" in Content-type header from client.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 25 13:38:07 2011 UTC (12 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Linux also needs CFLAGS_SHLIB = -fPIC; a fix for PR#44349
Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 22 14:23:24 2011 UTC (12 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Changes 1.06.42: * Fix prototype/definition mismatch in libwww.cpp with some compilers. * Fix linking of xml-rpc-api2cpp with some linkers.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 25 08:53:56 2010 UTC (12 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Changes 1.06.41: * CGI XML-RPC server accepts (ignores) parameters after "text/xml" in Content-type header from client. * Build: replace <sys/signal.h> with <signal.h>.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 15 09:18:10 2010 UTC (13 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Changes 1.06.40: * Bug fixes.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 10 21:25:57 2009 UTC (13 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
restore linker search path which got lost in libtoolification, fixes incomplete pkg installation w/o DESTDIR (PR pkg/42297 by Brad Harder) bump PKGREVISION
Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 9 13:29:53 2009 UTC (13 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Make sure to install programs with libtool. Bump revision.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 5 21:04:54 2009 UTC (13 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.8: +6 -3
lines
Diff to previous 1.8 (colored)
Link tools with libtool. Don't use .libs in linker pathes.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 28 09:25:23 2009 UTC (13 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
Fix building on Darwin; allow custom compiler and linker flags; allow universal binary.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 27 18:50:39 2009 UTC (13 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.6: +8 -11
lines
Diff to previous 1.6 (colored)
update to 1.06.38 this switches to the "super stable" branch which is the only one where tarballs are distributed of, too many changes to list here, the most notable recent one is that the recent expat DOS vulnerability was fixed, as were some portability issues which caused problems on NetBSD
Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 20 21:15:44 2009 UTC (14 years ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
patching patches/patch-ab to work for FreeBSD, too
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 11 14:08:02 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Fix build with curl-7.19.x. Still builds with this patch and curl-7.18, so no PKGREVISION bump. Addresses PR 40369.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 20 19:55:01 2008 UTC (15 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Add support for OpenSolaris
Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 6 11:44:33 2007 UTC (16 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fixes build problem on NetBSD.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 26 14:56:30 2007 UTC (16 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
Fix pthread usage. Fix a number of libtool and C issues, that made me wonder how this ever compiled.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Feb 24 11:00:51 2007 UTC (16 years, 7 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20070224
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of xmlrpc-c-1.09.00: 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. This library provides a modular implementation of XML-RPC for C and C++. XXX: build system is custom-made (i.e. not using libtool), PLIST will be wrong for many OPSYS -- please fix!
Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 24 11:00:51 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
Initial revision