From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Khryukin Date: Fri, 09 Nov 2012 20:51:43 +0400 Subject: [Buildroot] [PATCH] boost version update 1.52.0 In-Reply-To: References: <1352464603-22886-1-git-send-email-alexander@mezon.ru> Message-ID: <1352479903.811.0.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net ? ??., 09/11/2012 ? 17:48 +0100, Samuel Martin ?????: > Hi Alexander, > > 2012/11/9 Alexander Khryukin : > > > > Signed-off-by: Alexander Khryukin > > --- > > package/boost/boost.mk | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/package/boost/boost.mk b/package/boost/boost.mk > > index 64856bc..e03c81d 100644 > > --- a/package/boost/boost.mk > > +++ b/package/boost/boost.mk > > @@ -4,7 +4,7 @@ > > # > > ############################################################# > > > > -BOOST_VERSION = 1.49.0 > > +BOOST_VERSION = 1.52.0 > > BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION)) > > BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2 > > BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION) > > -- > > 1.7.11.3 > > > > Some patch has already been sent to the ml, but not yet reviewed nor tested. > > See: > http://lists.busybox.net/pipermail/buildroot/2012-November/061084.html > or: > http://patchwork.ozlabs.org/patch/197508/ > > > Regards, > Ok, i hope it will be applied soon.