mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
live555: update to version 20190828
Includes fix for CVE-2019-7733. Also adjust SRC_URI and use different mirror. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,10 +8,10 @@ LICENSE = "LGPLv3"
|
||||
SECTION = "devel"
|
||||
|
||||
URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}"
|
||||
SRC_URI = "http://www.live555.com/live.${URLV}.tar.gz \
|
||||
SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \
|
||||
file://config.linux-cross"
|
||||
# only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older
|
||||
MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.org/ports-distfiles/ \n"
|
||||
MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n"
|
||||
|
||||
S = "${WORKDIR}/live"
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
require live555.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
SRC_URI[md5sum] = "a84ca3946d899f5592c7d31012ed2fe3"
|
||||
SRC_URI[sha256sum] = "0bd0c26d980425d9a419d835193e292a08a968f175da1902da4b495f126d5abd"
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
require live555.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
# SRC_URI[md5sum] = "a84ca3946d899f5592c7d31012ed2fe3"
|
||||
# SRC_URI[sha256sum] = "0bd0c26d980425d9a419d835193e292a08a968f175da1902da4b495f126d5abd"
|
||||
|
||||
SRC_URI[md5sum] = "a593f915664793b3ba41299b17b8bedc"
|
||||
SRC_URI[sha256sum] = "a3dcd157865186cf883c3a80b4bb09637e91fff96b234b2c780a7f7dcc7a35dc"
|
||||
|
||||
Reference in New Issue
Block a user