diff --git a/xmlrpc-c-1.51.06.tgz b/xmlrpc-c-1.51.06.tgz deleted file mode 100644 index db75f34..0000000 --- a/xmlrpc-c-1.51.06.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06dcd87d9c88374559369ffbe83b3139cf41418c1a2d03f20e08808085f89fd0 -size 933161 diff --git a/xmlrpc-c-1.51.07.tgz b/xmlrpc-c-1.51.07.tgz new file mode 100644 index 0000000..023c4d5 --- /dev/null +++ b/xmlrpc-c-1.51.07.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d20ae33f927582f821d61c0b9194aefbf1d7924590a13fa9da5ae1698aded9 +size 933164 diff --git a/xmlrpc-c.changes b/xmlrpc-c.changes index 2652c9d..d3391ca 100644 --- a/xmlrpc-c.changes +++ b/xmlrpc-c.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 31 20:03:01 UTC 2021 - Dirk Müller + +- update to 1.51.07: + * fix bug: wild memory reference when server times out waiting for request header. + ------------------------------------------------------------------- Thu Aug 20 12:37:37 UTC 2020 - Dirk Mueller diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 63e7317..a678ecf 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -1,7 +1,7 @@ # # spec file for package xmlrpc-c # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define soname 3 %define soname_cpp 8 Name: xmlrpc-c -Version: 1.51.06 +Version: 1.51.07 Release: 0 Summary: Library implementing XML-based Remote Procedure Calls License: BSD-3-Clause AND MIT Group: Development/Libraries/C and C++ URL: http://xmlrpc-c.sourceforge.net/ -Source: https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/%{version}/xmlrpc-c-%{version}.tgz +Source: https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%{20}Super%{20}Stable/%{version}/xmlrpc-c-%{version}.tgz BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++