about summary refs log tree commit diff
path: root/pkgs/development/libraries/xmlrpc-c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-06-30development: /s/name/pname&version/Felix Buehler1-2/+3
2021-03-20xmlrpc_c: 1.51.06 -> 1.51.07R. RyanTM1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-05-27xmlrpc_c: 1.39.12 -> 1.51.06R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-04-03xmlrpc-c: enable darwin buildMario Rodas1-1/+1
2018-03-25xmlrpc_c: 1.33.17 -> 1.39.12Ryan Mulligan1-2/+2
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
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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
2016-02-20xmlrpc_c: turn off format hardeningRobin Gloster1-0/+2
2015-04-10xmlrpc-c: 1.25.30 -> 1.33.17William A. Kennington III1-4/+8
2014-12-02xmlrpc-c: update from 1.25.27 to 1.25.30Bjørn Forsman1-2/+2
2014-04-13xmlrpc-c: bump 1.25.26 -> .27Bjørn Forsman1-2/+2
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).
2013-11-18xmlrpc-c: update 1.25.25 -> 1.25.26Bjørn Forsman1-2/+2
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).
2013-08-27xmlrpc-c: update old svn -> latest stable (v1.25.25)Bjørn Forsman1-9/+20
Also: - install the "xmlrpc" tool, similar to the Debian/Ubuntu package - add meta.* attributes
2012-02-23Fix cmake-2.6.4 build (add xmlrpc-c)Yury G. Kudryashov1-0/+16
svn path=/nixpkgs/trunk/; revision=32505