aboutsummaryrefslogtreecommitdiff
path: root/libs/oniguruma
Commit message (Collapse)AuthorAge
* oniguruma: bump to version 6.9.4Eneas U de Queiroz2020-01-15
| | | | | | | | | | | This version adds a new RegSet API, and fixes the following: - CVE-2019-19012 - CVE-2019-19203 - CVE-2019-19204 - CVE-2019-19246 - some problems (found by libFuzzer test) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* oniguruma: update to release 6.9.3Eneas U de Queiroz2019-08-14
| | | | | | | This release incorporates fixes for CVE-2019-13224 and CVE-2019-13225, and "fixed many problems (found by libfuzzer programs)." Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* oniguruma: fix CVE-2019-13224 & CVE-2019-13225Eneas U de Queiroz2019-07-17
| | | | | | The patches were taken from upstream commits. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* oniguruma: change ${...} to $(...) in MakefileEneas U de Queiroz2019-05-27
| | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* oniguruma: add new packageEneas U de Queiroz2019-05-24
oniguruma is a regular expression library for different character encodings. It is a dependency of current version of libevhtp, and is currently only producing a static library, not generating an installable package. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>