diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2014-02-05 17:40:42 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2014-02-05 17:40:42 +0000 |
commit | 3162f7bc6bc7aaf0dc9854a88f8f44c8737d7b14 (patch) | |
tree | b115f3fb448764500c780c5268262eb5bb120a62 /devel/pcre | |
parent | db33716fd37da22501b2b174a9e8312660f83f3c (diff) | |
download | ports-3162f7bc6bc7aaf0dc9854a88f8f44c8737d7b14.tar.gz ports-3162f7bc6bc7aaf0dc9854a88f8f44c8737d7b14.zip |
Notes
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 8 | ||||
-rw-r--r-- | devel/pcre/distinfo | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index bedad394ed8b..6aee04348ad3 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcre -PORTVERSION= 8.33 +PORTVERSION= 8.34 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ @@ -73,6 +73,12 @@ CONFIGURE_ARGS+= --with-match-limit=${WITH_MATCH_LIMIT} CONFIGURE_ARGS+= --with-match-limit-recursion=${WITH_MATCH_LIMIT_RECURSION} .endif +# Control PCRE resource use by limiting the nesting depth of parentheses in +# patterns compiled with pcre_compile() (default: 250): +.if defined(WITH_PARENS_NEST_LIMIT) +CONFIGURE_ARGS+= --with-parens-nest-limit=${WITH_PARENS_NEST_LIMIT} +.endif + # Adjust the default maximum number of substrings that will be stored on the stack # when the 8-bit library is called via the POSIX interface (default: 10): .if defined(WITH_POSIX_MALLOC_THRESHOLD) diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 81a7a256b1bc..722e2f8d85dc 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcre-8.33.tar.bz2) = c603957a4966811c04af5f6048c71cfb4966ec93312d7b3118116ed9f3bc0478 -SIZE (pcre-8.33.tar.bz2) = 1440869 +SHA256 (pcre-8.34.tar.bz2) = b6043ae1ff2720be665ffa28dc22b7c637cdde96f389a116c0c3020caeae583f +SIZE (pcre-8.34.tar.bz2) = 1468794 |