Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 59f236492c | |||
| 80f520bd77 |
@@ -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
3
sipp-3.7.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d202f562fcc9f5aee578d5e9383fb321a69e1b04f1785757eccfba2fc5eeefe
|
||||
size 934273
|
||||
20
sipp.changes
20
sipp.changes
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user