Skip to content

Commit d53400e

Browse files
committed
Merge bitcoin#28627: depends: zeromq 4.3.5
986d7fe depends: zeromq 4.3.5 (fanquake) Pull request description: First new point release of zeromq in two and a half years. Mostly bug fixes; the project also completed a relicense to the "Mozilla Public License". See https://github.com/zeromq/libzmq/releases/tag/v4.3.5. ACKs for top commit: hebasto: ACK 986d7fe, I have reviewed the code and it looks OK. TheCharlatan: ACK 986d7fe Tree-SHA512: cdd6abfbbe10873c1ca267fed648c2e6ff17a4aff50c414924006e63fa39d501e803f8893a5cd966a2078b5c077f2578e482483e6723ea6f5760f16211d40998
2 parents ba0313d + 986d7fe commit d53400e

File tree

2 files changed

+4
-62
lines changed

2 files changed

+4
-62
lines changed

depends/packages/zeromq.mk

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package=zeromq
2-
$(package)_version=4.3.4
2+
$(package)_version=4.3.5
33
$(package)_download_path=https://github.com/zeromq/libzmq/releases/download/v$($(package)_version)/
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336295c3e5
6-
$(package)_patches=remove_libstd_link.patch netbsd_kevent_void.patch
5+
$(package)_sha256_hash=6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
6+
$(package)_patches=remove_libstd_link.patch
77

88
define $(package)_set_vars
99
$(package)_config_opts = --without-docs --disable-shared --disable-valgrind
@@ -19,8 +19,7 @@ define $(package)_set_vars
1919
endef
2020

2121
define $(package)_preprocess_cmds
22-
patch -p1 < $($(package)_patch_dir)/remove_libstd_link.patch && \
23-
patch -p1 < $($(package)_patch_dir)/netbsd_kevent_void.patch
22+
patch -p1 < $($(package)_patch_dir)/remove_libstd_link.patch
2423
endef
2524

2625
define $(package)_config_cmds

depends/patches/zeromq/netbsd_kevent_void.patch

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)