From patchwork Wed Mar 13 08:15:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 227183 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 329BD2C0292 for ; Wed, 13 Mar 2013 19:16:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E1D778C3A3; Wed, 13 Mar 2013 08:16:56 +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 mlqFdaHi9wl3; Wed, 13 Mar 2013 08:16:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9FF9E8C3DF; Wed, 13 Mar 2013 08:16:55 +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 A1B2A8F7A4 for ; Wed, 13 Mar 2013 08:17:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DDF018C3A3 for ; Wed, 13 Mar 2013 08:16:54 +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 4BcoCpKdRrYM for ; Wed, 13 Mar 2013 08:16:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sivan.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTP id 175628C4CE for ; Wed, 13 Mar 2013 08:16:50 +0000 (UTC) Received: from sapphire.tkos.co.il (taragon.tkos.co.il [10.0.4.3]) by sivan.tkos.co.il (Postfix) with ESMTP id 4C6C6B4FA6; Wed, 13 Mar 2013 10:16:48 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Wed, 13 Mar 2013 10:15:49 +0200 Message-Id: <439e183cec4684ac540ea8b697cddf94ea698b5c.1363162371.git.baruch@tkos.co.il> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <00f6f81991bf095cfd67cff42e32a4881435236b.1363162371.git.baruch@tkos.co.il> References: <00f6f81991bf095cfd67cff42e32a4881435236b.1363162371.git.baruch@tkos.co.il> Subject: [Buildroot] [PATCH 2/2] poco: bump to 1.4.6p1 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/poco/poco.mk b/package/poco/poco.mk index 942b9b2..32a026b 100644 --- a/package/poco/poco.mk +++ b/package/poco/poco.mk @@ -3,8 +3,8 @@ # poco # ############################################################# -POCO_VERSION_MAJOR = 1.4.4 -POCO_VERSION = $(POCO_VERSION_MAJOR) +POCO_VERSION_MAJOR = 1.4.6 +POCO_VERSION = $(POCO_VERSION_MAJOR)p1 POCO_SOURCE = poco-$(POCO_VERSION)-all.tar.gz POCO_SITE = http://downloads.sourceforge.net/project/poco/sources/poco-$(POCO_VERSION_MAJOR) POCO_LICENSE = Boost-v1.0