diff --git a/libsrtp-1.5.4.tar.gz b/libsrtp-1.5.4.tar.gz deleted file mode 100644 index 3970567..0000000 --- a/libsrtp-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0 -size 1646184 diff --git a/libsrtp-1.6.0.tar.gz b/libsrtp-1.6.0.tar.gz new file mode 100644 index 0000000..9bbcfe3 --- /dev/null +++ b/libsrtp-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3e7904354d55e45b3c5c024ec0eab1b8fa76fdbf4dd2ea2625dad2b3c6edde +size 1648862 diff --git a/libsrtp.changes b/libsrtp.changes index 3b2581c..4ff8f60 100644 --- a/libsrtp.changes +++ b/libsrtp.changes @@ -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 diff --git a/libsrtp.spec b/libsrtp.spec index 9ede9b1..ee18313 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname 1 Name: libsrtp -Version: 1.5.4 +Version: 1.6.0 Release: 0 Summary: Secure Real-Time Transport Protocol (SRTP) library License: BSD-3-Clause