Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package belle-sip for openSUSE:Factory checked in at 2025-02-17 20:56:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/belle-sip (Old) and /work/SRC/openSUSE:Factory/.belle-sip.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "belle-sip" Mon Feb 17 20:56:09 2025 rev:42 rq:1246360 version:5.3.105 Changes: -------- --- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes 2024-11-12 19:22:02.725037512 +0100 +++ /work/SRC/openSUSE:Factory/.belle-sip.new.8181/belle-sip.changes 2025-02-17 20:56:26.821278692 +0100 @@ -1,0 +2,10 @@ +Mon Feb 17 08:15:28 UTC 2025 - Paolo Stivanin <[email protected]> + +- Update to 5.3.105 (no changelog). + +------------------------------------------------------------------- +Wed Feb 12 05:16:42 UTC 2025 - ming li <[email protected]> + +- Update to 5.3.96 (no changelog). + +------------------------------------------------------------------- Old: ---- belle-sip-5.3.95.tar.bz2 New: ---- belle-sip-5.3.105.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belle-sip.spec ++++++ --- /var/tmp/diff_new_pack.ryHD2G/_old 2025-02-17 20:56:28.637354398 +0100 +++ /var/tmp/diff_new_pack.ryHD2G/_new 2025-02-17 20:56:28.637354398 +0100 @@ -1,7 +1,7 @@ # # spec file for package belle-sip # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define soname libbelle-sip %define sover 1 Name: belle-sip -Version: 5.3.95 +Version: 5.3.105 Release: 0 Summary: C object-oriented SIP Stack License: GPL-3.0-or-later ++++++ belle-sip-5.3.95.tar.bz2 -> belle-sip-5.3.105.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/belle-sip-5.3.95/src/bodyhandler.c new/belle-sip-5.3.105/src/bodyhandler.c --- old/belle-sip-5.3.95/src/bodyhandler.c 2024-10-22 14:26:40.000000000 +0200 +++ new/belle-sip-5.3.105/src/bodyhandler.c 2024-12-13 10:44:26.000000000 +0100 @@ -270,6 +270,11 @@ BELLE_SIP_MEMORY_BODY_HANDLER_MINIMUM_DEFLATE_INPUT_SIZE)) return -1; + if (encoding == NULL) { + belle_sip_warning("%s: encoding is NULL", __FUNCTION__); + return -1; + } + #ifdef HAVE_ZLIB if (strcmp(encoding, "deflate") == 0) { z_stream strm; ++++++ set_current_version.patch ++++++ --- /var/tmp/diff_new_pack.ryHD2G/_old 2025-02-17 20:56:29.589394085 +0100 +++ /var/tmp/diff_new_pack.ryHD2G/_new 2025-02-17 20:56:29.593394251 +0100 @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.22) -project(BelleSIP VERSION 5.3.0 LANGUAGES C CXX) -+project(BelleSIP VERSION 5.3.95 LANGUAGES C CXX) ++project(BelleSIP VERSION 5.3.105 LANGUAGES C CXX) set(PACKAGE "${PROJECT_NAME}") set(PACKAGE_NAME "${PROJECT_NAME}")
