aboutsummaryrefslogtreecommitdiff
path: root/libs/oniguruma
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-10-09 22:59:26 -0300
committerRosen Penev <rosenp@gmail.com>2021-10-11 19:56:05 -0700
commit307f36834a52dd9f2a72e43c483916866ba5e98c (patch)
treed1c2b861c367069cffa6853dfffbf86cd6ecc1e1 /libs/oniguruma
parent382cac225363e2d538e759183000796da86d4d11 (diff)
oniguruma: bump to 6.9.7.1
Changelog: * NEW API: ONIG_OPTION_CALLBACK_EACH_MATCH * NEW API: ONIG_OPTION_IGNORECASE_IS_ASCII * NEW API: ONIG_SYNTAX_PYTHON * Fixed some problems found by OSS-Fuzz * fix: replace UChar to OnigUChar in oniguruma.h Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'libs/oniguruma')
-rw-r--r--libs/oniguruma/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/oniguruma/Makefile b/libs/oniguruma/Makefile
index 4ff3a662f..eb07af832 100644
--- a/libs/oniguruma/Makefile
+++ b/libs/oniguruma/Makefile
@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=oniguruma
-PKG_VERSION:=6.9.6
+PKG_VERSION:=6.9.7.1
PKG_RELEASE:=1
PKG_SOURCE:=onig-v$(subst _,-,$(PKG_VERSION)).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/kkos/oniguruma/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=aec9f6902ad8b7bb53b2c55d04686ea75da89a06694836b0362cb206578dfe89
+PKG_HASH:=8f9a75b7d90dde0942c30a8b3c17889b2fecf190690988cc381c4e525cbbd22b
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
PKG_LICENSE:=BSD-2-Clause