From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 17:40:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76BA2FD; Wed, 5 Feb 2014 17:40:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E66B13DF; Wed, 5 Feb 2014 17:40:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15HehW0059162; Wed, 5 Feb 2014 17:40:43 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15HehBA059160; Wed, 5 Feb 2014 17:40:43 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201402051740.s15HehBA059160@svn.freebsd.org> From: Brendan Fabeny Date: Wed, 5 Feb 2014 17:40:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342800 - head/devel/pcre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 17:40:43 -0000 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