summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/onig
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-04 11:44:58 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-04 22:47:07 -0800
commita7bbf879b5a085199132d0b385161b8c5a29660e (patch)
tree065e09c9dcbb43d7566032195ba7d832b971997b /meta-oe/recipes-support/onig
parent65116b253bf4692c8232f50d2007a924f522aff7 (diff)
downloadmeta-openembedded-a7bbf879b5a085199132d0b385161b8c5a29660e.tar.gz
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 <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/onig')
-rw-r--r--meta-oe/recipes-support/onig/onig_6.9.9.bb (renamed from meta-oe/recipes-support/onig/onig_6.9.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/onig/onig_6.9.8.bb b/meta-oe/recipes-support/onig/onig_6.9.9.bb
index 214459228..b29437db1 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 = "\
14 file://run-ptest \ 14 file://run-ptest \
15" 15"
16 16
17SRC_URI[sha256sum] = "28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e" 17SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
18 18
19BINCONFIG = "${bindir}/onig-config" 19BINCONFIG = "${bindir}/onig-config"
20 20