From patchwork Thu Mar 22 20:33:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 148334 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 E2C88B6EF3 for ; Fri, 23 Mar 2012 07:40:17 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 19B228F0D3; Thu, 22 Mar 2012 20:40:02 +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 7istOrTJ-V2j; Thu, 22 Mar 2012 20:39:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4E13F8F09B; Thu, 22 Mar 2012 20:39:52 +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 26A0E8F753 for ; Thu, 22 Mar 2012 20:39:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1983F8D29F for ; Thu, 22 Mar 2012 20:39:49 +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 YzF-lxiZAftc for ; Thu, 22 Mar 2012 20:39:47 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id 693D08ED5A for ; Thu, 22 Mar 2012 20:39:47 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 4D60C9693C; Thu, 22 Mar 2012 20:39:47 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Thu, 22 Mar 2012 21:33:24 +0100 X-Git-Refname: refs/heads/master X-Git-Oldrev: 78f5ac2908b30aa6f67583a355e058d6703755ac X-Git-Newrev: f3354649819e5012538217c8aea842b36846534d Message-Id: <20120322203947.4D60C9693C@busybox.osuosl.org> Subject: [Buildroot] [git commit] poco: bump to 1.4.3p1 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=f3354649819e5012538217c8aea842b36846534d branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- package/poco/poco.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/poco/poco.mk b/package/poco/poco.mk index 5d07972..ddb5b25 100644 --- a/package/poco/poco.mk +++ b/package/poco/poco.mk @@ -3,7 +3,7 @@ # poco # ############################################################# -POCO_VERSION = 1.4.2p1 +POCO_VERSION = 1.4.3p1 POCO_SOURCE = poco-$(POCO_VERSION)-all.tar.gz POCO_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/poco POCO_INSTALL_STAGING = YES