mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] protobuf: version bump 3.3.1 -> 3.3.2
@ 2017-07-27 20:31 jon
  2017-09-20 14:19 ` David Jander
  0 siblings, 1 reply; 3+ messages in thread
From: jon @ 2017-07-27 20:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Jon Ringle

From: Jon Ringle <jringle@gridpoint.com>

This fixes unused parameter 'deterministic' issue:
src/backend-common/backend_ipc.pb.cc:32994:10: error: unused parameter 'deterministic' [-Werror=unused-parameter]
     bool deterministic, ::google::protobuf::uint8* target) const {
          ^

Signed-off-by: Jon Ringle <jringle@gridpoint.com>
---
 patches/{protobuf-3.3.1 => protobuf-3.3.2}/autogen.sh | 0
 rules/protobuf.make                                   | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{protobuf-3.3.1 => protobuf-3.3.2}/autogen.sh (100%)

diff --git a/patches/protobuf-3.3.1/autogen.sh b/patches/protobuf-3.3.2/autogen.sh
similarity index 100%
rename from patches/protobuf-3.3.1/autogen.sh
rename to patches/protobuf-3.3.2/autogen.sh
diff --git a/rules/protobuf.make b/rules/protobuf.make
index 35d065b..97761d7 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf
 #
 # Paths and names
 #
-PROTOBUF_VERSION	:= 3.3.1
-PROTOBUF_MD5		:= 20c685147753b515ce380421442044b5
+PROTOBUF_VERSION	:= 3.3.2
+PROTOBUF_MD5		:= 19ed45d0cbbb88de2c4922978235d314
 PROTOBUF		:= protobuf-$(PROTOBUF_VERSION)
 PROTOBUF_SUFFIX		:= tar.gz
 PROTOBUF_URL		:= https://github.com/google/protobuf/archive/v$(PROTOBUF_VERSION).$(PROTOBUF_SUFFIX)
-- 
1.9.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2017-09-22 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27 20:31 [ptxdist] [PATCH] protobuf: version bump 3.3.1 -> 3.3.2 jon
2017-09-20 14:19 ` David Jander
2017-09-22 13:50   ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox