diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2016-04-08 01:09:37 +0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-08 04:33:16 +0200 |
| commit | 6c67a6d7c50f9e02ac942259771c594303ca882e (patch) | |
| tree | 56fcb6b6f38f5f4ddd86a269b8c34b454a9c8833 | |
| parent | ddc27df28fdcf5f5635f71544421b8183d629559 (diff) | |
| download | buildroot-6c67a6d7c50f9e02ac942259771c594303ca882e.tar.gz buildroot-6c67a6d7c50f9e02ac942259771c594303ca882e.zip | |
libsrtp: security bump to version 1.5.4
Fixes CVE-2015-6360: Prevent potential DoS attack due to lack of bounds
checking on RTP header CSRC count and extension header length.
Also, add a hash file.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/libsrtp/libsrtp.hash | 2 | ||||
| -rw-r--r-- | package/libsrtp/libsrtp.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/libsrtp/libsrtp.hash b/package/libsrtp/libsrtp.hash new file mode 100644 index 0000000000..cb060d27b9 --- /dev/null +++ b/package/libsrtp/libsrtp.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0 libsrtp-v1.5.4.tar.gz diff --git a/package/libsrtp/libsrtp.mk b/package/libsrtp/libsrtp.mk index bcf344fa55..40b85e69f3 100644 --- a/package/libsrtp/libsrtp.mk +++ b/package/libsrtp/libsrtp.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBSRTP_VERSION = v1.5.2 +LIBSRTP_VERSION = v1.5.4 LIBSRTP_SITE = $(call github,cisco,libsrtp,$(LIBSRTP_VERSION)) LIBSRTP_INSTALL_STAGING = YES LIBSRTP_LICENSE = BSD-3c |

