All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libsrtp: security bump to version 1.5.4
@ 2016-04-07 22:09 Baruch Siach
  2016-04-08  2:34 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2016-04-07 22:09 UTC (permalink / raw)
  To: buildroot

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>
---
 package/libsrtp/libsrtp.hash | 2 ++
 package/libsrtp/libsrtp.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/libsrtp/libsrtp.hash

diff --git a/package/libsrtp/libsrtp.hash b/package/libsrtp/libsrtp.hash
new file mode 100644
index 000000000000..cb060d27b9a1
--- /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 bcf344fa55bf..40b85e69f3cf 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
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] libsrtp: security bump to version 1.5.4
  2016-04-07 22:09 [Buildroot] [PATCH] libsrtp: security bump to version 1.5.4 Baruch Siach
@ 2016-04-08  2:34 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-04-08  2:34 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  8 Apr 2016 01:09:37 +0300, Baruch Siach wrote:
> 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>
> ---
>  package/libsrtp/libsrtp.hash | 2 ++
>  package/libsrtp/libsrtp.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/libsrtp/libsrtp.hash

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-08  2:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-07 22:09 [Buildroot] [PATCH] libsrtp: security bump to version 1.5.4 Baruch Siach
2016-04-08  2:34 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.