SHA256
1
0
forked from pool/xmlrpc-c

Accepting request 993852 from home:dirkmueller:Factory

- update to 1.54.05:
  * Fix handling of error on pipe used to interrupt the wait for a client connection.
  * Build of client libraries: fix failure to find Curl stuff
  * fix bug: wild memory reference when server times out waiting for request header
  * fix bug: won't compile with --enable-libxml2
  * fix bug: ignores LDFLAGS_FOR_BUILD, LDFLAGS_PERSONAL, and LDFLAGS_PTHREAD
    when building the build tool Gennmtab
  * Fix bug: 'toValue' won't compile for vector of vectors or map of vectors. Thanks Yang Bo .
  * Fix tiny memory leak in virtually impossible low memory situation.
  * Build: fix missing xmlrpc-c/config.h include file in separate build tree build

OBS-URL: https://build.opensuse.org/request/show/993852
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=86
This commit is contained in:
Martin Pluskal 2022-08-11 07:56:01 +00:00 committed by Git OBS Bridge
parent 89eca52637
commit 86021272ad
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84d20ae33f927582f821d61c0b9194aefbf1d7924590a13fa9da5ae1698aded9
size 933164

3
xmlrpc-c-1.54.05.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae96bf3ea2e9f532f1658ad9581a89639a8ebec6ee023dd72e2b21dd15ce8583
size 933228

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 8 20:47:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.54.05:
* Fix handling of error on pipe used to interrupt the wait for a client connection.
* Build of client libraries: fix failure to find Curl stuff
* fix bug: wild memory reference when server times out waiting for request header
* fix bug: won't compile with --enable-libxml2
* fix bug: ignores LDFLAGS_FOR_BUILD, LDFLAGS_PERSONAL, and LDFLAGS_PTHREAD
when building the build tool Gennmtab
* Fix bug: 'toValue' won't compile for vector of vectors or map of vectors. Thanks Yang Bo .
* Fix tiny memory leak in virtually impossible low memory situation.
* Build: fix missing xmlrpc-c/config.h include file in separate build tree build
-------------------------------------------------------------------
Mon May 31 20:03:01 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xmlrpc-c
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define soname 3
%define soname_cpp 8
Name: xmlrpc-c
Version: 1.51.07
Version: 1.54.05
Release: 0
Summary: Library implementing XML-based Remote Procedure Calls
License: BSD-3-Clause AND MIT