SHA256
1
0
forked from pool/xmlrpc-c

Accepting request 344892 from devel:libraries:c_c++

- Update to 1.3.18
  * Fix bug: infinite recursion if you try to format a floating 
		point value that was created from something other than a 
		finite number. Creation of a floating point XML-RPC value from 
		something other than a number now fails.

OBS-URL: https://build.opensuse.org/request/show/344892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlrpc-c?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2015-11-18 21:34:45 +00:00 committed by Git OBS Bridge
commit 2ce4b2b449
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 17 12:20:54 UTC 2015 - mpluskal@suse.com
- Update to 1.3.18
* Fix bug: infinite recursion if you try to format a floating
point value that was created from something other than a
finite number. Creation of a floating point XML-RPC value from
something other than a number now fails.
-------------------------------------------------------------------
Mon Apr 20 09:16:01 UTC 2015 - mpluskal@suse.com

View File

@ -19,7 +19,7 @@
%define soname 3
%define soname_cpp 8
Name: xmlrpc-c
Version: 1.33.17
Version: 1.33.18
Release: 0
Summary: Library implementing XML-based Remote Procedure Calls
License: BSD-3-Clause and MIT