summary refs log tree commit diff
path: root/pkgs/development/libraries/xmlrpc-c
Commit message (Collapse)AuthorAge
* xmlrpc-c: enable darwin buildMario Rodas2018-04-03
|
* xmlrpc_c: 1.33.17 -> 1.39.12Ryan Mulligan2018-03-25
| | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12/bin/xmlrpc-c-config --help` got 0 exit code - ran `/nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12/bin/xmlrpc-c-config --version` and found version 1.39.12 - ran `/nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12/bin/xmlrpc-c-config --help` and found version 1.39.12 - found 1.39.12 with grep in /nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12 - directory tree listing: https://gist.github.com/02ef530309005ffeedbc4af16ffd467c
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* xmlrpc_c: turn off format hardeningRobin Gloster2016-02-20
|
* xmlrpc-c: 1.25.30 -> 1.33.17William A. Kennington III2015-04-10
|
* xmlrpc-c: update from 1.25.27 to 1.25.30Bjørn Forsman2014-12-02
|
* xmlrpc-c: bump 1.25.26 -> .27Bjørn Forsman2014-04-13
| | | | | | | | Release 1.25.27 (released March 15, 2014): 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-c: update 1.25.25 -> 1.25.26Bjørn Forsman2013-11-18
| | | | | | | | | | | | From http://xmlrpc-c.sourceforge.net/change_super_stable.html: Release 1.25.26, released September 29, 2013. 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-c: update old svn -> latest stable (v1.25.25)Bjørn Forsman2013-08-27
| | | | | | Also: - install the "xmlrpc" tool, similar to the Debian/Ubuntu package - add meta.* attributes
* Fix cmake-2.6.4 build (add xmlrpc-c)Yury G. Kudryashov2012-02-23
svn path=/nixpkgs/trunk/; revision=32505