From c4cdad4b30ec327a422b355ecc4b850a2747a547 Mon Sep 17 00:00:00 2001 From: Cen Zhao Date: Thu, 25 Apr 2019 15:47:48 -0700 Subject: [PATCH] add handshake events handling Summary: zmq4.3 bring up 4 more handshake events, add proper handling in sock monitor Reviewed By: saifhhasan Differential Revision: D15058676 fbshipit-source-id: d2553c7e32471a2403857741cbb77a40e50d353e --- build/fbcode_builder/specs/fbzmq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/fbcode_builder/specs/fbzmq.py b/build/fbcode_builder/specs/fbzmq.py index b4e392b1e..588b34967 100644 --- a/build/fbcode_builder/specs/fbzmq.py +++ b/build/fbcode_builder/specs/fbzmq.py @@ -15,7 +15,7 @@ from shell_quoting import ShellQuoted def fbcode_builder_spec(builder): - builder.add_option('zeromq/libzmq:git_hash', 'v4.2.5') + builder.add_option('zeromq/libzmq:git_hash', 'v4.2.2') return { 'depends_on': [folly, fbthrift, gmock, sodium, sigar], 'steps': [