From patchwork Mon Apr 2 21:19:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 150256 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id B3BDCB6F6E for ; Tue, 3 Apr 2012 07:30:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2F4538B77E; Mon, 2 Apr 2012 21:30:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ufPBT1aZRiaM; Mon, 2 Apr 2012 21:30:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 627298D120; Mon, 2 Apr 2012 21:30:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4205D8F753 for ; Mon, 2 Apr 2012 21:29:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3A8F2FF8CC for ; Mon, 2 Apr 2012 21:29:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HmiA-9terJBW for ; Mon, 2 Apr 2012 21:29:46 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by fraxinus.osuosl.org (Postfix) with ESMTP id 82F2DFF8A4 for ; Mon, 2 Apr 2012 21:29:46 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 7642C969DD; Mon, 2 Apr 2012 21:29:46 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Mon, 2 Apr 2012 23:19:18 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 90759a663629d3c936c0e4392088a4e618aaf5fe X-Git-Newrev: 60a395708d99b1787800bedd983450d0097ce6af X-Patchwork-Hint: ignore Message-Id: <20120402212946.7642C969DD@busybox.osuosl.org> Subject: [Buildroot] [git commit] pcre: bump to 8.30 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=60a395708d99b1787800bedd983450d0097ce6af branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Luca Ceresoli Acked-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/pcre/pcre.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index d64106e..db896fd 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.20 +PCRE_VERSION = 8.30 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES