oniguruma: bump to version 6.9.4 11039/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 6 Dec 2019 20:26:40 +0000 (17:26 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 15 Jan 2020 19:47:18 +0000 (16:47 -0300)
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>
libs/oniguruma/Makefile

index f782705b514e6a675bd4246626c2df641a8ab298..f0c64476c4fec78cf5b32653f632fb91cbc7c644 100644 (file)
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=oniguruma
-PKG_VERSION:=6.9.3
+PKG_VERSION:=6.9.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=onig-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/kkos/oniguruma/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=dc6dec742941e24b761cea1b9a2f12e750879107ae69fd80ae1046459d4fb1db
+PKG_HASH:=aea68e5843b627f5fe6d3d6b598845b7f3622910e0568408e7cc2fa6b3690b87
 
 PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
 PKG_LICENSE:=BSD-2-Clause