diff mbox series

[meta-oe] onig: upgrade 6.9.8 -> 6.9.9

Message ID 20240104084458.308808-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] onig: upgrade 6.9.8 -> 6.9.9 | expand

Commit Message

Alper Ak Jan. 4, 2024, 8:44 a.m. UTC
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>
---
 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%)

Comments

Khem Raj Jan. 8, 2024, 2:47 a.m. UTC | #1
On Thu, 04 Jan 2024 11:44:58 +0300, alperak wrote:
> 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
> 
> [...]

Applied, thanks!

[1/1] onig: upgrade 6.9.8 -> 6.9.9
      commit: a7bbf879b5a085199132d0b385161b8c5a29660e

Best regards,
diff mbox series

Patch

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 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 = "\
     file://run-ptest \
 "
 
-SRC_URI[sha256sum] = "28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e"
+SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
 
 BINCONFIG = "${bindir}/onig-config"