From patchwork Fri Oct 12 09:43:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Khryukin X-Patchwork-Id: 191084 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id E6C572C008A for ; Fri, 12 Oct 2012 20:40:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0C03A10037C; Fri, 12 Oct 2012 09:39:58 +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 S96wGoLZ5npW; Fri, 12 Oct 2012 09:39:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3434910038D; Fri, 12 Oct 2012 09:39:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 74B5B8F74A for ; Fri, 12 Oct 2012 09:40:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 99D568EDAF for ; Fri, 12 Oct 2012 09:39:58 +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 0V4vp1jsl-CQ for ; Fri, 12 Oct 2012 09:39:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1CFCF829A0 for ; Fri, 12 Oct 2012 09:39:55 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id i5so2284571lah.16 for ; Fri, 12 Oct 2012 02:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=HIm8lUMpxi2DyMDV66OkAxPBwB+s5Xrvkqijfkh3Bfo=; b=S1IdQrzIWGd2QgEpfWPT8mTFjUQpVjQ8st13ZnkcE3oD28Da6IW3oD1o5Rt/r9aG1J SXYxRbnPrgE7hNCZKwIHH0/DpZaOagwhfv6bPbT6MjlCEK62xaniZlxeEFZq/c88gHhN L4qcb59sTQBjvz3qWA5r03JRK/Ray7ulsQJlNzmuoP4DvgcaQZ3jsVj39IdhDHpdZYKv sl3SDGL+Pj+lMNc1wsL5VKl+pneZqS8IaygQGnxxSJ/ToUb4tHeyfta3MoiG7mUTKZ2x q9zmrSwVamM9F3EjU5Dah9kq4jYAg/i+95Wi8O4dSXdYcKecVufUyQrgMbG2ysNUgrxB +bFA== Received: by 10.112.8.226 with SMTP id u2mr1476176lba.22.1350034793741; Fri, 12 Oct 2012 02:39:53 -0700 (PDT) Received: from kvm-host.mezon.local (gate-obit.mezon.ru. [37.77.135.198]) by mx.google.com with ESMTPS id s2sm2093839lbl.11.2012.10.12.02.39.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Oct 2012 02:39:53 -0700 (PDT) From: Alexander Khryukin To: buildroot@busybox.net Date: Fri, 12 Oct 2012 09:43:52 +0000 Message-Id: <1350035032-10549-1-git-send-email-alexander@mezon.ru> X-Mailer: git-send-email 1.7.11.3 Subject: [Buildroot] [PATCH] version update pcre 8.31 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 Signed-off-by: Alexander Khryukin --- package/pcre/pcre.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index 8fd6b21..9947c4b 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.30 +PCRE_VERSION = 8.31 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_LICENSE = BSD-3c PCRE_LICENSE_FILES = LICENCE