forked from pool/libsrtp2
Accepting request 1164311 from home:pgajdos
- version update to 2.6.0 * remove use of pointers to 32bit values * Cleaning up cmake and enabled more warnings. * start using const on internal arguments * Some srtp_driver fixes * remove travis reference from README.md * meson.build: implement mbedtls support * iv length is constant so set only once * Add x86 SIMD optimizations to crypto datatypes * Add a missing typedef for stream list ctx * cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option * cmake: Support configuring as subproject OBS-URL: https://build.opensuse.org/request/show/1164311 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp2?expand=0&rev=23
This commit is contained in:
parent
4d1122558c
commit
7cd145912b
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 09:23:53 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.6.0
|
||||
* remove use of pointers to 32bit values
|
||||
* Cleaning up cmake and enabled more warnings.
|
||||
* start using const on internal arguments
|
||||
* Some srtp_driver fixes
|
||||
* remove travis reference from README.md
|
||||
* meson.build: implement mbedtls support
|
||||
* iv length is constant so set only once
|
||||
* Add x86 SIMD optimizations to crypto datatypes
|
||||
* Add a missing typedef for stream list ctx
|
||||
* cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option
|
||||
* cmake: Support configuring as subproject
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 12:33:30 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsrtp2
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libsrtp2
|
||||
%define lname libsrtp2-1
|
||||
Version: 2.5.0
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Secure Real-Time Transport Protocol (SRTP) library v2
|
||||
License: BSD-3-Clause
|
||||
|
BIN
v2.5.0.tar.gz
(Stored with Git LFS)
BIN
v2.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
v2.6.0.tar.gz
Normal file
3
v2.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf641aa654861be10570bfc137d1441283822418e9757dc71ebb69a6cf84ea6b
|
||||
size 640699
|
Loading…
Reference in New Issue
Block a user