From patchwork Sat Apr 14 20:59:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 152561 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 61606B7001 for ; Sun, 15 Apr 2012 07:53:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BABD28F9E9; Sat, 14 Apr 2012 21:53:14 +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 62GPhDrJrL75; Sat, 14 Apr 2012 21:53:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B65228FA7E; Sat, 14 Apr 2012 21:53:05 +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 09DFF8F75B for ; Sat, 14 Apr 2012 21:52:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DBDDF8FA7E for ; Sat, 14 Apr 2012 21:52:35 +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 R2U7P4qVIdSH for ; Sat, 14 Apr 2012 21:52:33 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id C78328F973 for ; Sat, 14 Apr 2012 21:52:33 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id C070E96AC0; Sat, 14 Apr 2012 21:52:33 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Sat, 14 Apr 2012 22:59:04 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: f2201e3044384494f6e865c2e5e8aa783a639475 X-Git-Newrev: fb61e7be19741cb64ec33eb3d61e773d86966dec X-Patchwork-Hint: ignore Message-Id: <20120414215233.C070E96AC0@busybox.osuosl.org> Subject: [Buildroot] [git commit] 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 commit: http://git.buildroot.net/buildroot/commit/?id=fb61e7be19741cb64ec33eb3d61e773d86966dec branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- 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