From 307f36834a52dd9f2a72e43c483916866ba5e98c Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Sat, 9 Oct 2021 22:59:26 -0300 Subject: [PATCH] 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 --- libs/oniguruma/Makefile | 4 ++-- 1 file 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 PKG_LICENSE:=BSD-2-Clause