Skip to content

Commit

Permalink
onig: upgrade 6.9.8 -> 6.9.9
Browse files Browse the repository at this point in the history
Changelog:

* Update Unicode version 15.1.0
* NEW API: ONIG_OPTION_MATCH_WHOLE_STRING
* Fixed: (?I) option was not enabled for character classes (Issue openembedded#264).
* Changed specification to check for incorrect POSIX bracket (Issue openembedded#253).
* Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue openembedded#268)
* Fixed: ONIG_OPTION_FIND_LONGEST behavior

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
alperak authored and kraj committed Jan 5, 2024
1 parent 65116b2 commit a7bbf87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI = "\
file://run-ptest \
"

SRC_URI[sha256sum] = "28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e"
SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"

BINCONFIG = "${bindir}/onig-config"

Expand Down

0 comments on commit a7bbf87

Please sign in to comment.