Skip to content

Commit

Permalink
[backport] bump libevent to 2.1.11 in depends
Browse files Browse the repository at this point in the history
Summary
---

This is a backport of bitcoin/bitcoin#17008

this doesn't need patches on Android anymore like 2.1.8 did.

Test plan
---

* `ninja all check-all`
* Do a cross compilation build and test, see
  https://docs.bitcoincashnode.org/depends/#usage
  • Loading branch information
stefanwouldgo authored and EchterAgo committed Aug 20, 2023
1 parent 9a767b3 commit fc9c13e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions depends/packages/libevent.mk
@@ -1,8 +1,8 @@
package=libevent
$(package)_version=2.1.8-stable
$(package)_version=2.1.11-stable
$(package)_download_path=https://github.com/libevent/libevent/archive/
$(package)_file_name=release-$($(package)_version).tar.gz
$(package)_sha256_hash=316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d
$(package)_sha256_hash=229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e

define $(package)_preprocess_cmds
./autogen.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/dependencies.md
Expand Up @@ -19,7 +19,7 @@ These dependencies are required:
| HarfBuzz-NG | | | | | | | |
| help2man | | | | | | Manpages | Optional, used for building manpages |
| jemalloc | [5.2.1](https://github.com/jemalloc/jemalloc/releases) | | | | |
| libevent | [2.1.8-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | | Networking | OS independent asynchronous networking |
| libevent | [2.1.11-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | | Networking | OS independent asynchronous networking |
| libjpeg | | | | | Yes | | |
| libpng | | | | | Yes | | |
| MiniUPnPc | [2.0.20180203](http://miniupnp.free.fr/files) | 1.5 | No | | | UPnP Support | Firewall-jumping support |
Expand Down

0 comments on commit fc9c13e

Please sign in to comment.