From patchwork Thu Mar 22 05:13:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 148163 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 8DA24B6F13 for ; Thu, 22 Mar 2012 16:14:10 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 50A008AA70; Thu, 22 Mar 2012 05:14:06 +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 tgn+Kl4N6Mj9; Thu, 22 Mar 2012 05:14:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AD33A8A9B7; Thu, 22 Mar 2012 05:14:04 +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 A7A038F753 for ; Thu, 22 Mar 2012 05:14:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 926438A9B7 for ; Thu, 22 Mar 2012 05:14: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 PSI82okIQGZP for ; Thu, 22 Mar 2012 05:13:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from tango.tkos.co.il (tango.tkos.co.il [62.219.50.35]) by whitealder.osuosl.org (Postfix) with ESMTPS id 63F9589846 for ; Thu, 22 Mar 2012 05:13:58 +0000 (UTC) Received: from sapphire.alvarion.com (guitar.tcltek.co.il [192.115.133.116]) (authenticated bits=0) by tango.tkos.co.il (8.14.4/8.12.11) with ESMTP id q2M5DpnH008725; Thu, 22 Mar 2012 07:13:54 +0200 From: Baruch Siach To: buildroot@busybox.net Date: Thu, 22 Mar 2012 07:13:36 +0200 Message-Id: X-Mailer: git-send-email 1.7.9.1 X-Scanned-By: MIMEDefang 2.62 on 62.219.50.35 Subject: [Buildroot] [PATCH] 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 Signed-off-by: Baruch Siach --- 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