diff options
author | Slater, Joseph <joe.slater@windriver.com> | 2019-09-17 11:16:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-17 20:47:11 -0700 |
commit | 53e12287ba4421dec5a46e007b14e4afead4b094 (patch) | |
tree | e6acdc6d1499d345bbad82de7ad37d06196e7976 | |
parent | ef1b17f4ef537325f212d847ec7e5f7bd3447066 (diff) | |
download | meta-openembedded-53e12287ba4421dec5a46e007b14e4afead4b094.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-multimedia/live555/live555.inc | 4 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/live555/live555_20190306.bb | 8 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/live555/live555_20190828.bb | 11 |
3 files changed, 13 insertions, 10 deletions
diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc index 4fe744c1a..a88f7eb34 100644 --- a/meta-oe/recipes-multimedia/live555/live555.inc +++ b/meta-oe/recipes-multimedia/live555/live555.inc | |||
@@ -8,10 +8,10 @@ LICENSE = "LGPLv3" | |||
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | 9 | ||
10 | URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}" | 10 | URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}" |
11 | SRC_URI = "http://www.live555.com/live.${URLV}.tar.gz \ | 11 | SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \ |
12 | file://config.linux-cross" | 12 | file://config.linux-cross" |
13 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older | 13 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older |
14 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.org/ports-distfiles/ \n" | 14 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n" |
15 | 15 | ||
16 | S = "${WORKDIR}/live" | 16 | S = "${WORKDIR}/live" |
17 | TARGET_CC_ARCH += "${LDFLAGS}" | 17 | TARGET_CC_ARCH += "${LDFLAGS}" |
diff --git a/meta-oe/recipes-multimedia/live555/live555_20190306.bb b/meta-oe/recipes-multimedia/live555/live555_20190306.bb deleted file mode 100644 index fa6057dc2..000000000 --- a/meta-oe/recipes-multimedia/live555/live555_20190306.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require live555.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
4 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
5 | " | ||
6 | SRC_URI[md5sum] = "a84ca3946d899f5592c7d31012ed2fe3" | ||
7 | SRC_URI[sha256sum] = "0bd0c26d980425d9a419d835193e292a08a968f175da1902da4b495f126d5abd" | ||
8 | |||
diff --git a/meta-oe/recipes-multimedia/live555/live555_20190828.bb b/meta-oe/recipes-multimedia/live555/live555_20190828.bb new file mode 100644 index 000000000..1da61c0cf --- /dev/null +++ b/meta-oe/recipes-multimedia/live555/live555_20190828.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require live555.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
4 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
5 | " | ||
6 | # SRC_URI[md5sum] = "a84ca3946d899f5592c7d31012ed2fe3" | ||
7 | # SRC_URI[sha256sum] = "0bd0c26d980425d9a419d835193e292a08a968f175da1902da4b495f126d5abd" | ||
8 | |||
9 | SRC_URI[md5sum] = "a593f915664793b3ba41299b17b8bedc" | ||
10 | SRC_URI[sha256sum] = "a3dcd157865186cf883c3a80b4bb09637e91fff96b234b2c780a7f7dcc7a35dc" | ||
11 | |||