From patchwork Thu Apr 12 14:39:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 152084 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 D755EB7088 for ; Fri, 13 Apr 2012 00:40:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A30DA8F5BC; Thu, 12 Apr 2012 14:40:37 +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 20y5esk8m5cu; Thu, 12 Apr 2012 14:40:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6E3698F4E4; Thu, 12 Apr 2012 14:40:21 +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 4DA448F75B for ; Thu, 12 Apr 2012 14:40:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 24B618F0BD for ; Thu, 12 Apr 2012 14:40:20 +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 JLvPZkPUvjN5 for ; Thu, 12 Apr 2012 14:40:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id A11B38D36D for ; Thu, 12 Apr 2012 14:40:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 7DE9B29F442; Thu, 12 Apr 2012 16:40:14 +0200 (CEST) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29686-09; Thu, 12 Apr 2012 16:39:59 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 7D22929D458; Thu, 12 Apr 2012 16:39:59 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 12 Apr 2012 16:39:57 +0200 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Thu, 12 Apr 2012 16:39:52 +0200 Message-Id: <1334241592-3024-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 12 Apr 2012 14:39:57.0010 (UTC) FILETIME=[21966320:01CD18BA] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] boost: bump to 1.49.0 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 From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/boost/boost.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/boost/boost.mk b/package/boost/boost.mk index 4577f2d..e25e24d 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -4,7 +4,7 @@ # ############################################################# -BOOST_VERSION = 1.47.0 +BOOST_VERSION = 1.49.0 BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION)) BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2 BOOST_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/boost