* [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0
@ 2016-01-26 13:57 Tobias Schmidl
2016-02-01 13:46 ` Michael Olbrich
2016-02-03 6:49 ` Tobias Schmidl
0 siblings, 2 replies; 4+ messages in thread
From: Tobias Schmidl @ 2016-01-26 13:57 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
---
rules/boost.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/boost.make b/rules/boost.make
index 3bc3efb..95887f6 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_BOOST) += boost
#
# Paths and names
#
-BOOST_VERSION := 1_59_0
-BOOST_MD5 := 6aa9a5c6a4ca1016edd0ed1178e3cb87
+BOOST_VERSION := 1_60_0
+BOOST_MD5 := 65a840e1a0b13a558ff19eeb2c4f0cbe
BOOST := boost_$(BOOST_VERSION)
BOOST_SUFFIX := tar.bz2
BOOST_URL := $(call ptx/mirror, SF, boost/$(BOOST).$(BOOST_SUFFIX))
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0
2016-01-26 13:57 [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0 Tobias Schmidl
@ 2016-02-01 13:46 ` Michael Olbrich
2016-02-03 6:49 ` Tobias Schmidl
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2016-02-01 13:46 UTC (permalink / raw)
To: ptxdist
On Tue, Jan 26, 2016 at 02:57:37PM +0100, Tobias Schmidl wrote:
>
> Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
We have one patch for 1_59_0. Please check if it was applied or is still
needed.
Michael
> ---
> rules/boost.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/boost.make b/rules/boost.make
> index 3bc3efb..95887f6 100644
> --- a/rules/boost.make
> +++ b/rules/boost.make
> @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_BOOST) += boost
> #
> # Paths and names
> #
> -BOOST_VERSION := 1_59_0
> -BOOST_MD5 := 6aa9a5c6a4ca1016edd0ed1178e3cb87
> +BOOST_VERSION := 1_60_0
> +BOOST_MD5 := 65a840e1a0b13a558ff19eeb2c4f0cbe
> BOOST := boost_$(BOOST_VERSION)
> BOOST_SUFFIX := tar.bz2
> BOOST_URL := $(call ptx/mirror, SF, boost/$(BOOST).$(BOOST_SUFFIX))
> --
> 2.1.4
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0
2016-01-26 13:57 [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0 Tobias Schmidl
2016-02-01 13:46 ` Michael Olbrich
@ 2016-02-03 6:49 ` Tobias Schmidl
2016-02-11 11:28 ` Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Tobias Schmidl @ 2016-02-03 6:49 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
Hello all,
>
> We have one patch for 1_59_0. Please check if it was applied or is still
> needed.
>
> Michael
>
yup, still applies. I've attached the corrected patch
Best regards,
Tobias Schmidl
[-- Attachment #2: boost-version-bump-1.59.0-1.60.0.patch --]
[-- Type: application/octet-stream, Size: 1781 bytes --]
From 7e1681070fdf23014abe9a79b763bd30f2fccf59 Mon Sep 17 00:00:00 2001
From: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
Date: Tue, 26 Jan 2016 14:56:04 +0100
Subject: [PATCH 1/2] boost: version bump 1.59.0 -> 1.60.0
Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
---
.../0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch | 0
patches/{boost_1_59_0 => boost_1_60_0}/series | 0
rules/boost.make | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{boost_1_59_0 => boost_1_60_0}/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch (100%)
rename patches/{boost_1_59_0 => boost_1_60_0}/series (100%)
diff --git a/patches/boost_1_59_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch b/patches/boost_1_60_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch
similarity index 100%
rename from patches/boost_1_59_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch
rename to patches/boost_1_60_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch
diff --git a/patches/boost_1_59_0/series b/patches/boost_1_60_0/series
similarity index 100%
rename from patches/boost_1_59_0/series
rename to patches/boost_1_60_0/series
diff --git a/rules/boost.make b/rules/boost.make
index 3bc3efb..95887f6 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_BOOST) += boost
#
# Paths and names
#
-BOOST_VERSION := 1_59_0
-BOOST_MD5 := 6aa9a5c6a4ca1016edd0ed1178e3cb87
+BOOST_VERSION := 1_60_0
+BOOST_MD5 := 65a840e1a0b13a558ff19eeb2c4f0cbe
BOOST := boost_$(BOOST_VERSION)
BOOST_SUFFIX := tar.bz2
BOOST_URL := $(call ptx/mirror, SF, boost/$(BOOST).$(BOOST_SUFFIX))
--
2.1.4
[-- Attachment #3: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0
2016-02-03 6:49 ` Tobias Schmidl
@ 2016-02-11 11:28 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2016-02-11 11:28 UTC (permalink / raw)
To: ptxdist
On Wed, Feb 03, 2016 at 07:49:29AM +0100, Tobias Schmidl wrote:
> Hello all,
>
> >
> > We have one patch for 1_59_0. Please check if it was applied or is still
> > needed.
> >
> > Michael
> >
>
> yup, still applies. I've attached the corrected patch
Thanks, applied.
Michael
>
> Best regards,
>
> Tobias Schmidl
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-11 11:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-26 13:57 [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0 Tobias Schmidl
2016-02-01 13:46 ` Michael Olbrich
2016-02-03 6:49 ` Tobias Schmidl
2016-02-11 11:28 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox