From af4bce0de3f59d218ac1d7719c3bb95f6f87d57c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:25:30 +0800 Subject: [PATCH] md4c: upgrade 0.5.0 -> 0.5.2 Changes: =========== - The specification expands set of Unicode characters seen by Markdown parser as a punctuation. Namely all Unicode general categories P (punctuation) and S (symbols) are now seen as such. - The definition of HTML comment has been changed so that '' and '' are also recognized as HTML comments. - HTML tags recognized as HTML block starting condition of type 4 has been updated, namely a tag '' has been removed, whereas '' added. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/md4c/{md4c_0.5.0.bb => md4c_0.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/md4c/{md4c_0.5.0.bb => md4c_0.5.2.bb} (87%) diff --git a/meta-oe/recipes-support/md4c/md4c_0.5.0.bb b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb similarity index 87% rename from meta-oe/recipes-support/md4c/md4c_0.5.0.bb rename to meta-oe/recipes-support/md4c/md4c_0.5.2.bb index 755d5f50ff..6c409666fc 100644 --- a/meta-oe/recipes-support/md4c/md4c_0.5.0.bb +++ b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb @@ -12,6 +12,6 @@ SRC_URI = " \ git://github.com/mity/md4c.git;protocol=https;branch=master \ " -SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570" +SRCREV = "729e6b8b320caa96328968ab27d7db2235e4fb47" inherit cmake