Accepting request 513702 from home:jengelh:branches:network:telephony
- Update to new upstream release 1.6.0 this makes it compatible with libsrtp2 OBS-URL: https://build.opensuse.org/request/show/513702 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=19
This commit is contained in:
parent
e66d59e40a
commit
5d5ceca1c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0
|
|
||||||
size 1646184
|
|
BIN
libsrtp-1.6.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libsrtp-1.6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 1 12:28:27 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.6.0
|
||||||
|
* Fix incorrect result of rdb_increment on overflow
|
||||||
|
* Cipher type cleanup for AES.
|
||||||
|
When libSRTP is compiled with OpenSSL and the AES 256 ICM
|
||||||
|
cipher is used with RTCP, an incorrect initialization vector
|
||||||
|
is formed. This change will break backwards compatibility
|
||||||
|
with older versions (1.5, 2.0) of libSRTP when using the AES
|
||||||
|
256 ICM cipher with OpenSSL for RTCP.
|
||||||
|
* Sequence number incorrectly masked for AES GCM IV.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 23:10:26 UTC 2016 - jengelh@inai.de
|
Mon Nov 21 23:10:26 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsrtp
|
# spec file for package libsrtp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 1
|
%define soname 1
|
||||||
Name: libsrtp
|
Name: libsrtp
|
||||||
Version: 1.5.4
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Secure Real-Time Transport Protocol (SRTP) library
|
Summary: Secure Real-Time Transport Protocol (SRTP) library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user