Date: Wed, 5 Feb 2014 17:40:42 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342800 - head/devel/pcre Message-ID: <201402051740.s15HehBA059160@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Wed Feb 5 17:40:42 2014 New Revision: 342800 URL: http://svnweb.freebsd.org/changeset/ports/342800 QAT: https://qat.redports.org/buildarchive/r342800/ Log: Update to 8.34 Modified: head/devel/pcre/Makefile head/devel/pcre/distinfo Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Wed Feb 5 17:35:53 2014 (r342799) +++ head/devel/pcre/Makefile Wed Feb 5 17:40:42 2014 (r342800) @@ -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=${WI 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) Modified: head/devel/pcre/distinfo ============================================================================== --- head/devel/pcre/distinfo Wed Feb 5 17:35:53 2014 (r342799) +++ head/devel/pcre/distinfo Wed Feb 5 17:40:42 2014 (r342800) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051740.s15HehBA059160>