Skip to content

Commit f152c1a

Browse files
committed
build: libevent 2.1.12-stable
1 parent 6d1d33d commit f152c1a

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

depends/packages/libevent.mk

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
package=libevent
2-
$(package)_version=2.1.11-stable
3-
$(package)_download_path=https://github.com/libevent/libevent/archive/
4-
$(package)_file_name=release-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e
6-
$(package)_patches=0001-fix-windows-getaddrinfo.patch
7-
8-
define $(package)_preprocess_cmds
9-
patch -p1 < $($(package)_patch_dir)/0001-fix-windows-getaddrinfo.patch && \
10-
./autogen.sh
11-
endef
2+
$(package)_version=2.1.12-stable
3+
$(package)_download_path=https://github.com/libevent/libevent/releases/download/release-$($(package)_version)/
4+
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
126

137
# When building for Windows, we set _WIN32_WINNT to target the same Windows
148
# version as we do in configure. Due to quirks in libevents build system, this

depends/patches/libevent/0001-fix-windows-getaddrinfo.patch

Lines changed: 0 additions & 15 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 | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Android only) |
1414
| GCC | | [7+](https://gcc.gnu.org/) (C++17 support) | | | |
1515
| HarfBuzz-NG | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
16-
| libevent | [2.1.11-stable](https://github.com/libevent/libevent/releases) | [2.0.21](https://github.com/bitcoin/bitcoin/pull/18676) | No | | |
16+
| libevent | [2.1.12-stable](https://github.com/libevent/libevent/releases) | [2.0.21](https://github.com/bitcoin/bitcoin/pull/18676) | No | | |
1717
| libnatpmp | git commit [4536032...](https://github.com/miniupnp/libnatpmp/tree/4536032ae32268a45c073a4d5e91bbab4534773a) | | No | | |
1818
| libpng | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
1919
| librsvg | | | | | |

0 commit comments

Comments
 (0)