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 1
1
package =libevent
2
- $(package)_version =2.1.8 -stable
2
+ $(package)_version =2.1.11 -stable
3
3
$(package)_download_path =https://github.com/libevent/libevent/archive/
4
4
$(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
7
6
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
17
10
18
11
define $(package)_set_vars
19
12
$(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
13
13
| FreeType | [ 2.7.1] ( https://download.savannah.gnu.org/releases/freetype ) | | No | | |
14
14
| GCC | | [ 4.8+] ( https://gcc.gnu.org/ ) (C++11 support) | | | |
15
15
| 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 | | |
17
17
| libpng | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
18
18
| librsvg | | | | | |
19
19
| MiniUPnPc | [ 2.0.20180203] ( http://miniupnp.free.fr/files ) | | No | | |
You can’t perform that action at this time.
0 commit comments