From 6f36a120186af8a137857a8216bd77624f41e83a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Aug 2022 14:31:42 +0800 Subject: [PATCH] hunspell: upgrade 1.7.0 -> 1.7.1 Changelog: ========== Merge chromium fix for OOB string write in hunspell Merge firefox fix for various issues parsing incomplete aff files Fix crash with hunspell -l -r Merge in weblate translations Includes fix for CVE-2019-16707 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../hunspell/{hunspell_1.7.0.bb => hunspell_1.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/hunspell/{hunspell_1.7.0.bb => hunspell_1.7.1.bb} (90%) diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.1.bb similarity index 90% rename from meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb rename to meta-oe/recipes-support/hunspell/hunspell_1.7.1.bb index 8d4dd5254e..54bbc2f22c 100644 --- a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb +++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ file://COPYING.LESSER;md5=c96ca6c1de8adc025adfada81d06fba5 \ " -SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f" +SRCREV = "1180421f50f211984211e968eb6801ffd3390b8f" SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https" S = "${WORKDIR}/git"