File tree Expand file tree Collapse file tree 3 files changed +6
-81
lines changed Expand file tree Collapse file tree 3 files changed +6
-81
lines changed Original file line number Diff line number Diff line change 11package =libevent
2- $(package)_version =2.1.8 -stable
2+ $(package)_version =2.1.11 -stable
33$(package)_download_path =https://github.com/libevent/libevent/archive/
44$(package)_file_name =release-$($(package ) _version) .tar.gz
5- $(package)_sha256_hash =316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d
6- $(package)_patches =fix_android_arc4random_addrandom.patch
5+ $(package)_sha256_hash =229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e
76
8- ifneq (,$(findstring android,$(host ) ) )
9- define $(package)_preprocess_cmds
10- ./autogen.sh && patch -p1 < $($(package)_patch_dir)/fix_android_arc4random_addrandom.patch
11- endef
12- else
13- define $(package)_preprocess_cmds
14- ./autogen.sh
15- endef
16- endif
7+ define $(package)_preprocess_cmds
8+ ./autogen.sh
9+ endef
1710
1811define $(package)_set_vars
1912 $(package ) _config_opts=--disable-shared --disable-openssl --disable-libevent-regress --disable-samples
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
1313| FreeType | [ 2.7.1] ( https://download.savannah.gnu.org/releases/freetype ) | | No | | |
1414| GCC | | [ 4.8+] ( https://gcc.gnu.org/ ) (C++11 support) | | | |
1515| HarfBuzz-NG | | | | | |
16- | libevent | [ 2.1.8 -stable] ( https://github.com/libevent/libevent/releases ) | 2.0.22 | No | | |
16+ | libevent | [ 2.1.11 -stable] ( https://github.com/libevent/libevent/releases ) | 2.0.22 | No | | |
1717| libpng | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
1818| librsvg | | | | | |
1919| MiniUPnPc | [ 2.0.20180203] ( http://miniupnp.free.fr/files ) | | No | | |
You can’t perform that action at this time.
0 commit comments