File tree Expand file tree Collapse file tree 3 files changed +5
-26
lines changed Expand file tree Collapse file tree 3 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 1
1
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
12
6
13
7
# When building for Windows, we set _WIN32_WINNT to target the same Windows
14
8
# version as we do in configure. Due to quirks in libevents build system, this
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 | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) (Android only) |
14
14
| GCC | | [ 7+] ( https://gcc.gnu.org/ ) (C++17 support) | | | |
15
15
| 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 | | |
17
17
| libnatpmp | git commit [ 4536032...] ( https://github.com/miniupnp/libnatpmp/tree/4536032ae32268a45c073a4d5e91bbab4534773a ) | | No | | |
18
18
| libpng | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
19
19
| librsvg | | | | | |
You can’t perform that action at this time.
0 commit comments