summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/flac/flac_1.3.3.bb
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2023-12-19 09:45:43 +0530
committerSteve Sakoman <steve@sakoman.com>2023-12-29 05:29:13 -1000
commit3433d043c7ecd8368400be5dcc3a9705b237dd57 (patch)
treedc87ab560c08ee6f8dd82b3bcccdf38f681894be /meta/recipes-multimedia/flac/flac_1.3.3.bb
parent39aad83070524ce9941e132cff08a3b83824ebdc (diff)
downloadpoky-3433d043c7ecd8368400be5dcc3a9705b237dd57.tar.gz
flac: Backport fix for CVE-2021-0561
Upstream-Status: Backport [https://github.com/xiph/flac/commit/e1575e4a7c5157cbf4e4a16dbd39b74f7174c7be] (From OE-Core rev: 9b2cd2d5e0dac297b3a1779e6720e0ee2a3de168) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-multimedia/flac/flac_1.3.3.bb')
-rw-r--r--meta/recipes-multimedia/flac/flac_1.3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/flac/flac_1.3.3.bb b/meta/recipes-multimedia/flac/flac_1.3.3.bb
index ca04f36d1a..e593727ac8 100644
--- a/meta/recipes-multimedia/flac/flac_1.3.3.bb
+++ b/meta/recipes-multimedia/flac/flac_1.3.3.bb
@@ -16,6 +16,7 @@ DEPENDS = "libogg"
16 16
17SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz \ 17SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz \
18 file://CVE-2020-22219.patch \ 18 file://CVE-2020-22219.patch \
19 file://CVE-2021-0561.patch \
19" 20"
20 21
21SRC_URI[md5sum] = "26703ed2858c1fc9ffc05136d13daa69" 22SRC_URI[md5sum] = "26703ed2858c1fc9ffc05136d13daa69"