All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] boost: bump to version 1.67.0
@ 2018-06-24 10:03 Fabrice Fontaine
  2018-06-24 13:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-06-24 10:03 UTC (permalink / raw)
  To: buildroot

Remove fifth patch (already in version)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/boost/0005-fix-build-with-g-5.patch | 32 -----------------------------
 package/boost/boost.hash                    |  4 ++--
 package/boost/boost.mk                      |  2 +-
 3 files changed, 3 insertions(+), 35 deletions(-)
 delete mode 100644 package/boost/0005-fix-build-with-g-5.patch

diff --git a/package/boost/0005-fix-build-with-g-5.patch b/package/boost/0005-fix-build-with-g-5.patch
deleted file mode 100644
index 49149e6ebf..0000000000
--- a/package/boost/0005-fix-build-with-g-5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From da2793fcde5c4e3ff448b4b21348ef8b1482c678 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Tue, 16 Jan 2018 14:51:32 +0100
-Subject: [PATCH] fix build with g++5
-
-Patch needed to build domoticz
-
-Patch fetch from one of the answer of
- https://github.com/domoticz/domoticz/issues/2034:
- workaround suggested to the boost developers
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- boost/asio/detail/consuming_buffers.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/boost/asio/detail/consuming_buffers.hpp b/boost/asio/detail/consuming_buffers.hpp
-index a429f97..b7a887c 100644
---- a/boost/asio/detail/consuming_buffers.hpp
-+++ b/boost/asio/detail/consuming_buffers.hpp
-@@ -102,7 +102,7 @@ public:
- 
-     std::advance(next, next_elem_);
-     std::size_t elem_offset = next_elem_offset_;
--    while (next != end && max_size > 0 && result.count < result.max_buffers)
-+    while (next != end && max_size > 0 && (result.count) < result.max_buffers)
-     {
-       Buffer next_buf = Buffer(*next) + elem_offset;
-       result.elems[result.count] = boost::asio::buffer(next_buf, max_size);
--- 
-2.7.4
-
diff --git a/package/boost/boost.hash b/package/boost/boost.hash
index 7eb675d5b1..fb1eb4291f 100644
--- a/package/boost/boost.hash
+++ b/package/boost/boost.hash
@@ -1,5 +1,5 @@
-# From http://www.boost.org/users/history/version_1_66_0.html
-sha256 5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9  boost_1_66_0.tar.bz2
+# From http://www.boost.org/users/history/version_1_67_0.html
+sha256 2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba  boost_1_67_0.tar.bz2
 
 # Locally computed
 sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE_1_0.txt
diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index 9ad83d5aeb..981d701bdf 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BOOST_VERSION = 1.66.0
+BOOST_VERSION = 1.67.0
 BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
 BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
 BOOST_INSTALL_STAGING = YES
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] boost: bump to version 1.67.0
  2018-06-24 10:03 [Buildroot] [PATCH 1/1] boost: bump to version 1.67.0 Fabrice Fontaine
@ 2018-06-24 13:56 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-06-24 13:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 24 Jun 2018 12:03:37 +0200, Fabrice Fontaine wrote:
> Remove fifth patch (already in version)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/boost/0005-fix-build-with-g-5.patch | 32 -----------------------------
>  package/boost/boost.hash                    |  4 ++--
>  package/boost/boost.mk                      |  2 +-
>  3 files changed, 3 insertions(+), 35 deletions(-)
>  delete mode 100644 package/boost/0005-fix-build-with-g-5.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-24 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-24 10:03 [Buildroot] [PATCH 1/1] boost: bump to version 1.67.0 Fabrice Fontaine
2018-06-24 13:56 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.