From af4bce0de3f59d218ac1d7719c3bb95f6f87d57c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:25:30 +0800 Subject: 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 | 17 ----------------- meta-oe/recipes-support/md4c/md4c_0.5.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/md4c/md4c_0.5.0.bb create mode 100644 meta-oe/recipes-support/md4c/md4c_0.5.2.bb (limited to 'meta-oe/recipes-support/md4c') diff --git a/meta-oe/recipes-support/md4c/md4c_0.5.0.bb b/meta-oe/recipes-support/md4c/md4c_0.5.0.bb deleted file mode 100644 index 755d5f50ff..0000000000 --- a/meta-oe/recipes-support/md4c/md4c_0.5.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Markdown for C" -DESCRIPTION = "MD4C is Markdown parser implementation in C." -HOMEPAGE = "http://github.com/mity/md4c" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378" - - -S = "${WORKDIR}/git" - -SRC_URI = " \ - git://github.com/mity/md4c.git;protocol=https;branch=master \ -" - -SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570" - -inherit cmake diff --git a/meta-oe/recipes-support/md4c/md4c_0.5.2.bb b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb new file mode 100644 index 0000000000..6c409666fc --- /dev/null +++ b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb @@ -0,0 +1,17 @@ +SUMMARY = "Markdown for C" +DESCRIPTION = "MD4C is Markdown parser implementation in C." +HOMEPAGE = "http://github.com/mity/md4c" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378" + + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/mity/md4c.git;protocol=https;branch=master \ +" + +SRCREV = "729e6b8b320caa96328968ab27d7db2235e4fb47" + +inherit cmake -- cgit v1.2.3-54-g00ecf