summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-07-19 12:34:06 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-19 07:15:45 -0700
commit18de7c1e14544976ef2e254143e24e9120b01bc5 (patch)
tree9eb9417d249b9800ab9976438fd5c42f7fbe62ca
parent60a250c7e2fc9824e913cb3b739a00641ba431ad (diff)
downloadmeta-openembedded-18de7c1e14544976ef2e254143e24e9120b01bc5.tar.gz
dav1d: update 1.4.2 -> 1.4.3
- set nobranch=1 to fix: This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Changes for 1.4.3 'Road Runner': -------------------------------- 1.4.3 is a small release focused on security issues - AArch64: Fix potential out of bounds access in DotProd H/HV filters - cli: Prevent buffer over-read Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb (renamed from meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.2.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb
index 4e8412303b..43056e9a46 100644
--- a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.2.bb
+++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb
@@ -6,8 +6,8 @@ LICENSE = "BSD-2-Clause"
6 6
7LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669" 7LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
8 8
9SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master" 9SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1"
10SRCREV = "805d9e5a8ffce3ef78cebde4bfedf3642907b2d3" 10SRCREV = "e9986de7f4264940af6fa1df1498fd2754077de4"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13