oniguruma: bump to 6.9.9
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 5 Feb 2024 13:04:31 +0000 (10:04 -0300)
committerRosen Penev <rosenp@gmail.com>
Mon, 5 Feb 2024 19:26:18 +0000 (11:26 -0800)
commitd1324db153a409e107ae988e37a10ac18cba02dd
tree066c5bb251272cc3e9a0f1e35b001917321dbda1
parentd8e2857a740438a637417e3cb48f8b41ab8a9d1c
oniguruma: bump to 6.9.9

Featured changes:
- 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
--- 6.9.8
- Whole options
  - (?C) : ONIG_OPTION_DONT_CAPTURE_GROUP
  - (?I) : ONIG_OPTION_IGNORECASE_IS_ASCII
  - (?L) : ONIG_OPTION_FIND_LONGEST
- Fixed some problems found by OSS-Fuzz

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
libs/oniguruma/Makefile