* [PATCH] ffmpeg: update from 4.2 to 4.2.1
@ 2019-09-23 14:01 Randy MacLeod
2019-09-23 14:32 ` Randy MacLeod
0 siblings, 1 reply; 2+ messages in thread
From: Randy MacLeod @ 2019-09-23 14:01 UTC (permalink / raw)
To: openembedded-core
This update corresponds to 68 commits to the ffmpeg git repo.
52 of these commits are oss-fuzz bug fixes. The remainder include
improved codex handling and some rpi performance tweaks.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
.../ffmpeg/{ffmpeg_4.2.bb => ffmpeg_4.2.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.2.bb => ffmpeg_4.2.1.bb} (98%)
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
similarity index 98%
rename from meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb
rename to meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
index 307e37e3fe..7f1452e6d0 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
@@ -26,8 +26,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
file://mips64_cpu_detection.patch \
"
-SRC_URI[md5sum] = "fb33a9110251873002869664686b2a3f"
-SRC_URI[sha256sum] = "023f10831a97ad93d798f53a3640e55cd564abfeba807ecbe8524dac4fedecd5"
+SRC_URI[md5sum] = "67da904cf9fddeeb10a1308fc0dc39de"
+SRC_URI[sha256sum] = "cec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4"
# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
ARM_INSTRUCTION_SET_armv4 = "arm"
--
2.22.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ffmpeg: update from 4.2 to 4.2.1
2019-09-23 14:01 [PATCH] ffmpeg: update from 4.2 to 4.2.1 Randy MacLeod
@ 2019-09-23 14:32 ` Randy MacLeod
0 siblings, 0 replies; 2+ messages in thread
From: Randy MacLeod @ 2019-09-23 14:32 UTC (permalink / raw)
To: openembedded-core
On 9/23/19 10:01 AM, Randy MacLeod wrote:
> This update corresponds to 68 commits to the ffmpeg git repo.
> 52 of these commits are oss-fuzz bug fixes. The remainder include
> improved codex handling and some rpi performance tweaks.
*codecs ?
Also FYI, this includes a fix for CVE-2019-15942
https://nvd.nist.gov/vuln/detail/CVE-2019-15942
as tracked by:
https://trac.ffmpeg.org/ticket/8093
$ git log -1 c1dc4d2d501
commit c1dc4d2d501cd926ce698df86a8cf1d0b77606eb
Author: James Almer <jamrial@gmail.com>
Date: Mon Aug 26 00:54:20 2019 -0300
avcodec/h2645_parse: zero initialize the rbsp buffer
Fixes ticket #8093
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit af70bfbeadc0c9b9215cf045ff2a6a31e8ac3a71)
$ git tag --contains c1dc4d2d501
n4.2.1
../Randy
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
> .../ffmpeg/{ffmpeg_4.2.bb => ffmpeg_4.2.1.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.2.bb => ffmpeg_4.2.1.bb} (98%)
>
> diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
> similarity index 98%
> rename from meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb
> rename to meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
> index 307e37e3fe..7f1452e6d0 100644
> --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb
> +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
> @@ -26,8 +26,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
> file://mips64_cpu_detection.patch \
> "
> -SRC_URI[md5sum] = "fb33a9110251873002869664686b2a3f"
> -SRC_URI[sha256sum] = "023f10831a97ad93d798f53a3640e55cd564abfeba807ecbe8524dac4fedecd5"
> +SRC_URI[md5sum] = "67da904cf9fddeeb10a1308fc0dc39de"
> +SRC_URI[sha256sum] = "cec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4"
>
> # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
> ARM_INSTRUCTION_SET_armv4 = "arm"
>
--
# Randy MacLeod
# Wind River Linux
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-23 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 14:01 [PATCH] ffmpeg: update from 4.2 to 4.2.1 Randy MacLeod
2019-09-23 14:32 ` Randy MacLeod
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.