aboutsummaryrefslogtreecommitdiff
path: root/libs/oniguruma/Makefile
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2019-07-17 09:50:41 -0300
committerEneas U de Queiroz <cotequeiroz@gmail.com>2019-07-17 16:55:32 -0300
commite841d74b774f4ad4c16fdca99b3fac8da8e85891 (patch)
treea863227b89f5e03b3db569981d15812d21ca329f /libs/oniguruma/Makefile
parent83fddf30c3a1f575a0d8da5c0b612140a89242b7 (diff)
oniguruma: fix CVE-2019-13224 & CVE-2019-13225
The patches were taken from upstream commits. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'libs/oniguruma/Makefile')
-rw-r--r--libs/oniguruma/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/oniguruma/Makefile b/libs/oniguruma/Makefile
index 62ba644b8..ab92aff78 100644
--- a/libs/oniguruma/Makefile
+++ b/libs/oniguruma/Makefile
@@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=oniguruma
PKG_VERSION:=6.9.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=onig-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/kkos/oniguruma/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=3b568a9050839e7828b2f2d5bc9cd3650979b6b54a080f54c515320dddda06b0
-PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com.br>
+PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:oniguruma_project:oniguruma
@@ -27,7 +27,6 @@ define Package/oniguruma
CATEGORY:=Libraries
TITLE:=Regular expression library for different character encodings
URL:=https://github.com/kkos/oniguruma
- DEPENDS:=
ABI_VERSION:=5
endef