From: spdawson at gmail.com <spdawson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] zmqpp: bump git snapshot
Date: Thu, 2 Jan 2014 21:54:21 +0000 [thread overview]
Message-ID: <1388699661-24441-1-git-send-email-spdawson@gmail.com> (raw)
From: Simon Dawson <spdawson@gmail.com>
Also remove a patch which is no longer required.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/zmqpp/zmqpp-fix-typos-in-code.patch | 46 -----------------------------
package/zmqpp/zmqpp.mk | 2 +-
2 files changed, 1 insertion(+), 47 deletions(-)
delete mode 100644 package/zmqpp/zmqpp-fix-typos-in-code.patch
diff --git a/package/zmqpp/zmqpp-fix-typos-in-code.patch b/package/zmqpp/zmqpp-fix-typos-in-code.patch
deleted file mode 100644
index a873de9..0000000
--- a/package/zmqpp/zmqpp-fix-typos-in-code.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Fix a couple of typos in the zmqpp source code.
-
-Signed-off-by: Simon Dawson <spdawson@gmail.com>
-
-diff -Nurp a/src/zmqpp/socket.cpp b/src/zmqpp/socket.cpp
---- a/src/zmqpp/socket.cpp 2012-12-11 11:06:23.000000000 +0000
-+++ b/src/zmqpp/socket.cpp 2013-03-18 17:32:01.464761776 +0000
-@@ -587,7 +587,7 @@ void socket::get(socket_option const& op
- }
- }
-
--socket::socket(socket&& source) noexcept
-+socket::socket(socket& source) noexcept
- : _socket(source._socket)
- , _type(source._type)
- , _recv_buffer()
-@@ -601,7 +601,7 @@ socket::socket(socket&& source) noexcept
- source._socket = nullptr;
- }
-
--socket& socket::operator=(socket&& source) noexcept
-+socket& socket::operator=(socket& source) noexcept
- {
- _socket = source._socket;
- source._socket = nullptr;
-diff -Nurp a/src/zmqpp/socket.hpp b/src/zmqpp/socket.hpp
---- a/src/zmqpp/socket.hpp 2012-12-11 11:06:23.000000000 +0000
-+++ b/src/zmqpp/socket.hpp 2013-03-18 17:31:53.556790457 +0000
-@@ -400,7 +400,7 @@ public:
- *
- * \param source target socket to steal internals from
- */
-- socket(socket&& source) noexcept;
-+ socket(socket& source) noexcept;
-
- /*!
- * Move operator
-@@ -413,7 +413,7 @@ public:
- * \param source target socket to steal internals from
- * \return socket reference to this
- */
-- socket& operator=(socket&& source) noexcept;
-+ socket& operator=(socket& source) noexcept;
-
- /*!
- * Check the socket is still valid
diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk
index 53c58c3..cfd6f13 100644
--- a/package/zmqpp/zmqpp.mk
+++ b/package/zmqpp/zmqpp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ZMQPP_VERSION = 31220ca4a0fb43a0848d78f5e4f23fce39945777
+ZMQPP_VERSION = 30d72d95f2cfdf9c5cedfd56747f549d65e65847
ZMQPP_SITE = git://github.com/benjamg/zmqpp.git
ZMQPP_INSTALL_STAGING = YES
ZMQPP_DEPENDENCIES = zeromq
--
1.8.3.2
next reply other threads:[~2014-01-02 21:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-02 21:54 spdawson at gmail.com [this message]
2014-01-03 19:48 ` [Buildroot] [PATCH] zmqpp: bump git snapshot Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1388699661-24441-1-git-send-email-spdawson@gmail.com \
--to=spdawson@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox