Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlrpc-c for openSUSE:Factory checked in at 2021-06-01 10:40:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlrpc-c (Old) and /work/SRC/openSUSE:Factory/.xmlrpc-c.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlrpc-c" Tue Jun 1 10:40:01 2021 rev:7 rq:896536 version:1.51.07 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlrpc-c/xmlrpc-c.changes 2020-08-21 19:08:37.980515040 +0200 +++ /work/SRC/openSUSE:Factory/.xmlrpc-c.new.1898/xmlrpc-c.changes 2021-06-01 10:41:37.281237955 +0200 @@ -1,0 +2,6 @@ +Mon May 31 20:03:01 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.51.07: + * fix bug: wild memory reference when server times out waiting for request header. + +------------------------------------------------------------------- Old: ---- xmlrpc-c-1.51.06.tgz New: ---- xmlrpc-c-1.51.07.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlrpc-c.spec ++++++ --- /var/tmp/diff_new_pack.i1cQJk/_old 2021-06-01 10:41:37.769238786 +0200 +++ /var/tmp/diff_new_pack.i1cQJk/_new 2021-06-01 10:41:37.773238793 +0200 @@ -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++ ++++++ xmlrpc-c-1.51.06.tgz -> xmlrpc-c-1.51.07.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmlrpc-c-1.51.06/lib/abyss/src/sessionReadRequest.c new/xmlrpc-c-1.51.07/lib/abyss/src/sessionReadRequest.c --- old/xmlrpc-c-1.51.06/lib/abyss/src/sessionReadRequest.c 2019-03-29 04:43:43.000000000 +0100 +++ new/xmlrpc-c-1.51.07/lib/abyss/src/sessionReadRequest.c 2021-02-20 23:18:09.000000000 +0100 @@ -422,7 +422,8 @@ *requestLineP = line; } } - } + } else + *errorP = NULL; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmlrpc-c-1.51.06/version.mk new/xmlrpc-c-1.51.07/version.mk --- old/xmlrpc-c-1.51.06/version.mk 2019-12-29 17:08:03.000000000 +0100 +++ new/xmlrpc-c-1.51.07/version.mk 2021-02-20 23:18:09.000000000 +0100 @@ -8,4 +8,4 @@ ############################################################################### XMLRPC_MAJOR_RELEASE = 1 XMLRPC_MINOR_RELEASE = 51 -XMLRPC_POINT_RELEASE = 6 +XMLRPC_POINT_RELEASE = 7