2013-12-02 00:25:31 by Benny Siegert | Files touched by this commit (4) |
Log message: 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. |
2013-11-14 09:01:11 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 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). |
2013-09-12 20:52:54 by Adam Ciarcinski | Files touched by this commit (13) |
Log message: 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. |
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message: PKGREVISION bumps for the security/openssl 1.0.1d update. |
2012-12-15 19:33:28 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.16.44: Server: fix method add failure when signature string contains "I" (for \ 64 bit integer). |
2012-11-14 17:43:10 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.16.43: * Bug fixes. |
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2012-07-25 22:08:17 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.16.42: Fix crash due to bogus memory free when xmlrpc_parse_value() fails. Broken in 1.07 |
2012-07-25 17:49:34 by Jonathan Perkin | Files touched by this commit (3) |
Log message: Use correct linker flags on Solaris with GCC. Fixes relocation issues. Bump PKGREVISION. |
2012-05-04 13:18:22 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 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. |