oniguruma: bump to 6.9.5_rev1, switch to cmake
authorEneas U de Queiroz <redacted>
Wed, 6 May 2020 01:46:47 +0000 (22:46 -0300)
committerEneas U de Queiroz <redacted>
Fri, 8 May 2020 14:26:51 +0000 (11:26 -0300)
commitfdc23942abdda2165319eb12c5d38f91d915272e
tree970b76396f3fb4316506588db307ce90bfa591ad
parent8b06605d646479ffed90cf407acf7c268600141b
oniguruma: bump to 6.9.5_rev1, switch to cmake

Besides the version bump, this backports a patch so that cmake uses the
same so version information as the current autotools, allowing the
switch over to cmake.

6.9.5_rev1 Changelog:

- Look-behind bug: if the look-behind contains a branch with a character
  length of 0 and an anchor is included in the branch, the whole
  look-behind is ignored
- POSIX API disabled by default -- enabled in openwrt, as at least
  libevhtp needs it
- Update Unicode version 13.0.0
- NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...}
- NEW API: retry limit in search functions
- NEW API: maximum nesting level of subexp call
- Fixed behavior of isolated options in Perl and Java syntaxes.
  /...(?i).../

Signed-off-by: Eneas U de Queiroz <redacted>
libs/oniguruma/Makefile
libs/oniguruma/patches/0001-Add-SOVERSION-info-to-library-when-using-cmake.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT