diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-05-15 17:32:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-16 09:25:32 +0200 |
commit | 4ebd2fa277fdffecca146d07c78954653517eff4 (patch) | |
tree | 6e70eb1f1e4291132a237747a6f0e45a21c3dcb5 | |
parent | 4a146b933e7ab9c6d1b353f61a610c69bc95bc55 (diff) | |
download | buildroot-4ebd2fa277fdffecca146d07c78954653517eff4.tar.gz buildroot-4ebd2fa277fdffecca146d07c78954653517eff4.zip |
rtmpdump: security bump to current HEAD
Fixes:
- CVE-2015-8271: The AMF3CD_AddProp function in amf.c in RTMPDump 2.4 allows
remote RTMP Media servers to execute arbitrary code
https://www.talosintelligence.com/reports/TALOS-2016-0067/
- CVE-2015-8272: RTMPDump 2.4 allows remote attackers to trigger a denial of
service (NULL pointer dereference and process crash).
https://www.talosintelligence.com/reports/TALOS-2016-0068/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/rtmpdump/rtmpdump.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rtmpdump/rtmpdump.mk b/package/rtmpdump/rtmpdump.mk index 19d9b04a2e..f5d430ce36 100644 --- a/package/rtmpdump/rtmpdump.mk +++ b/package/rtmpdump/rtmpdump.mk @@ -4,7 +4,7 @@ # ################################################################################ -RTMPDUMP_VERSION = a107cef9b392616dff54fabfd37f985ee2190a6f +RTMPDUMP_VERSION = fa8646daeb19dfd12c181f7d19de708d623704c0 RTMPDUMP_SITE = git://git.ffmpeg.org/rtmpdump RTMPDUMP_INSTALL_STAGING = YES # Note that rtmpdump is GPL-2.0 but librtmp has its own license and since we only |