summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heil2018-05-25 11:52:53 +0000
committerGitHub2018-05-25 11:52:53 +0000
commit074bb2166ecc4e764c87403e1f892b1b0af41ee3 (patch)
treece60c5e8df9dea1f2e1f26a880ea87faf01f302c
parent8d98c0501aa1f80ef1bc4f150851ccc1398083ca (diff)
parent27133d6866784a693f5e39f27155c7dff0b4a711 (diff)
downloadpackages-074bb2166ecc4e764c87403e1f892b1b0af41ee3.tar.gz
Merge pull request #6126 from wigyori/for-15.05-pcre_nginx
CC: pcre: bump to 8.41 and fix CVEs
-rw-r--r--libs/pcre/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile
index 1e041612b8..3171d2f4b2 100644
--- a/libs/pcre/Makefile
+++ b/libs/pcre/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcre
-PKG_VERSION:=8.39
-PKG_RELEASE:=1
+PKG_VERSION:=8.41
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
-PKG_MD5SUM:=e3fca7650a0556a2647821679d81f585
+PKG_MD5SUM:=c160d22723b1670447341b08c58981c1
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
PKG_LICENSE:=BSD-3-Clause
@@ -53,6 +53,7 @@ CONFIGURE_ARGS += \
--enable-utf8 \
--enable-unicode-properties \
--enable-pcre16 \
+ --with-match-limit-recursion=16000 \
ifneq ($(CONFIG_PACKAGE_libpcrecpp),)
CONFIGURE_ARGS+= --enable-cpp