2 Commits

Author SHA256 Message Date
59f236492c Accepting request 1319078 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/1319078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sipp?expand=0&rev=7
2025-11-24 13:08:06 +00:00
80f520bd77 - Update to version 3.7.5
Features
  * Enable a mixture of server-mode and client-mode operation
    simultaneously.
  * Support for regexp matching on response codes.
  * Support RFC3339 timestamp format and timezone offset.
  Bugs fixed
  * Fix RTPCHECK functionality regressions.
  * Fix SRTPCheck testing on unlimited number of calls.
  * Use random SSRC for SRTP instead of hardcoded value.
  * Fix RTPStream crash on thread exit and reduce mutex scope.
  * Fix memory leaks and file handle leaks.
  * Fix CSV reports to use fixed precision for floats.
  * Fix quit behavior to properly terminate.
  * Mark aborted calls as failed.
  * Various stability and build fixes.

OBS-URL: https://build.opensuse.org/package/show/network:telephony/sipp?expand=0&rev=17
2025-11-21 12:00:56 +00:00
4 changed files with 25 additions and 5 deletions

View File

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

3
sipp-3.7.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Nov 20 15:25:57 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.7.5
Features
* Enable a mixture of server-mode and client-mode operation
simultaneously.
* Support for regexp matching on response codes.
* Support RFC3339 timestamp format and timezone offset.
Bugs fixed
* Fix RTPCHECK functionality regressions.
* Fix SRTPCheck testing on unlimited number of calls.
* Use random SSRC for SRTP instead of hardcoded value.
* Fix RTPStream crash on thread exit and reduce mutex scope.
* Fix memory leaks and file handle leaks.
* Fix CSV reports to use fixed precision for floats.
* Fix quit behavior to properly terminate.
* Mark aborted calls as failed.
* Various stability and build fixes.
-------------------------------------------------------------------
Mon Sep 9 13:41:58 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package sipp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: sipp
Version: 3.7.3
Version: 3.7.5
Release: 0
Summary: A SIP protocol testing tool
License: GPL-2.0-or-later