From a7bbf879b5a085199132d0b385161b8c5a29660e Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 4 Jan 2024 11:44:58 +0300 Subject: [PATCH] onig: upgrade 6.9.8 -> 6.9.9 Changelog: * Update Unicode version 15.1.0 * NEW API: ONIG_OPTION_MATCH_WHOLE_STRING * Fixed: (?I) option was not enabled for character classes (Issue #264). * Changed specification to check for incorrect POSIX bracket (Issue #253). * Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue #268) * Fixed: ONIG_OPTION_FIND_LONGEST behavior Signed-off-by: alperak Signed-off-by: Khem Raj --- meta-oe/recipes-support/onig/{onig_6.9.8.bb => onig_6.9.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/onig/{onig_6.9.8.bb => onig_6.9.9.bb} (92%) diff --git a/meta-oe/recipes-support/onig/onig_6.9.8.bb b/meta-oe/recipes-support/onig/onig_6.9.9.bb similarity index 92% rename from meta-oe/recipes-support/onig/onig_6.9.8.bb rename to meta-oe/recipes-support/onig/onig_6.9.9.bb index 21445922861..b29437db1e5 100644 --- a/meta-oe/recipes-support/onig/onig_6.9.8.bb +++ b/meta-oe/recipes-support/onig/onig_6.9.9.bb @@ -14,7 +14,7 @@ SRC_URI = "\ file://run-ptest \ " -SRC_URI[sha256sum] = "28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e" +SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf" BINCONFIG = "${bindir}/onig-config"