SHA256
8
0
forked from pool/xmlrpc-c

3 Commits

Author SHA256 Message Date
Martin Pluskal
a9188a5d75 - Update descriptions for some component library subpackages
- Simpler download URL

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=97
2025-04-10 15:46:47 +00:00
Martin Pluskal
49fd279d2c - Update to 1.60.05
* Fix crash when memory allocation fails in XML parsing, when
    built to use libxml2 XML parser. Broken in Xmlrpc-c 1.57
    (December 2019).
  * Build: fix failure to install interface header files when
    using separate build directory.
- from version 1.60.04
  * CGI server: fix crash when client does not send content
    type header field.
- from version 1.60.03
  * Fix always incorrect results, wild memory reference with
    xmlrpc_value_new of array or structure. Always broken
    (xmlrpc_value_new was new in Xmlrpc-c 1.43 (September 2015))
- from version 1.60.02
  * Build: fix compiler warning about format not being a string literal.
- from version 1.60.01
  * Build: fix missing options on compile of openssl.o.
- from version 1.60
  * Abyss HTTP server: use MSG_MORE to cause OS to send larger,
    logically complete TCP packets.
  * Use PKG_CONFIG environment variable for the name of the
    pkg-config program.
  * Abyss HTTP server: Fix memory corruption in processing of
    "authorization" header field. Broken in Xmlrpc-c 1.41 (March 2015).
- Add new libxmlrpc_openssl binary package

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=96
2025-04-10 10:37:42 +00:00
Martin Pluskal
0b9f9a9069 add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=94
2025-04-08 07:08:24 +00:00