Skip to content

Commit 02ac445

Browse files
committed
bump libevent to 2.1.11 in depends
this doesn't need patches on Android anymore like 2.1.8 did.
1 parent fba574c commit 02ac445

File tree

3 files changed

+6
-81
lines changed

3 files changed

+6
-81
lines changed

depends/packages/libevent.mk

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
package=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

1811
define $(package)_set_vars
1912
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress --disable-samples

depends/patches/libevent/fix_android_arc4random_addrandom.patch

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

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | | |

0 commit comments

Comments
 (0)