diff options
Diffstat (limited to 'finance/electrs/Makefile')
-rw-r--r-- | finance/electrs/Makefile | 51 |
1 files changed, 18 insertions, 33 deletions
diff --git a/finance/electrs/Makefile b/finance/electrs/Makefile index d83e48866056..baeb4927e961 100644 --- a/finance/electrs/Makefile +++ b/finance/electrs/Makefile @@ -1,7 +1,6 @@ PORTNAME= electrs DISTVERSIONPREFIX= v -DISTVERSION= 0.10.8 -PORTREVISION= 5 +DISTVERSION= 0.10.10 CATEGORIES= finance net-p2p MAINTAINER= yuri@FreeBSD.org @@ -29,21 +28,20 @@ CARGO_CRATES= aho-corasick-1.1.2 \ base64-0.13.1 \ bech32-0.11.0 \ bindgen-0.63.0 \ - bitcoin-0.32.5 \ + bitcoin-0.32.6 \ bitcoin-internals-0.3.0 \ bitcoin-io-0.1.2 \ bitcoin-test-data-0.2.0 \ bitcoin-units-0.1.1 \ bitcoin_hashes-0.14.0 \ - bitcoin_slices-0.9.1 \ + bitcoin_slices-0.10.0 \ bitcoincore-rpc-0.19.0 \ bitcoincore-rpc-json-0.19.0 \ bitflags-1.3.2 \ bitflags-2.4.1 \ block-buffer-0.10.4 \ - byteorder-1.5.0 \ bzip2-sys-0.1.11+1.0.8 \ - cargo_toml-0.15.0 \ + cargo_toml-0.14.1 \ cc-1.0.83 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -52,7 +50,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ configure_me-0.4.0 \ configure_me_codegen-0.4.8 \ cpufeatures-0.2.11 \ - crossbeam-channel-0.5.14 \ + crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.4 \ crossbeam-epoch-0.9.16 \ crossbeam-utils-0.8.18 \ @@ -65,43 +63,40 @@ CARGO_CRATES= aho-corasick-1.1.2 \ electrs-librocksdb-sys-0.9.0-e3+7.8.3 \ electrs-rocksdb-0.19.0-e3 \ env_logger-0.10.2 \ - errno-0.3.8 \ + errno-0.3.10 \ fastrand-2.1.1 \ fmt2io-1.0.0 \ fnv-1.0.7 \ generic-array-0.14.7 \ getrandom-0.2.11 \ + getrandom-0.3.1 \ glob-0.3.1 \ - hashbrown-0.12.3 \ hermit-abi-0.3.3 \ hex-0.4.3 \ hex-conservative-0.2.0 \ hex_lit-0.1.1 \ httpdate-1.0.3 \ humantime-2.1.0 \ - indexmap-1.9.3 \ - io-lifetimes-1.0.11 \ is-terminal-0.4.9 \ itoa-1.0.10 \ jobserver-0.1.26 \ jsonrpc-0.18.0 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.162 \ + libc-0.2.171 \ libloading-0.7.4 \ libredox-0.0.1 \ libz-sys-1.1.12 \ - linux-raw-sys-0.1.4 \ linux-raw-sys-0.4.14 \ + linux-raw-sys-0.9.3 \ lock_api-0.4.11 \ - log-0.4.22 \ + log-0.4.27 \ memchr-2.6.4 \ memoffset-0.9.0 \ minimal-lexical-0.2.1 \ minreq-2.11.2 \ nix-0.27.1 \ nom-7.1.3 \ - nom8-0.2.0 \ once_cell-1.19.0 \ parking_lot-0.12.1 \ parking_lot_core-0.9.9 \ @@ -110,8 +105,9 @@ CARGO_CRATES= aho-corasick-1.1.2 \ pkg-config-0.3.28 \ ppv-lite86-0.2.17 \ proc-macro2-1.0.71 \ - procfs-0.14.2 \ - prometheus-0.13.3 \ + procfs-0.16.0 \ + procfs-core-0.16.0 \ + prometheus-0.13.4 \ protobuf-2.28.0 \ quote-1.0.33 \ rand-0.8.5 \ @@ -125,8 +121,8 @@ CARGO_CRATES= aho-corasick-1.1.2 \ regex-automata-0.3.9 \ regex-syntax-0.7.5 \ rustc-hash-1.1.0 \ - rustix-0.36.17 \ rustix-0.38.40 \ + rustix-1.0.2 \ ryu-1.0.16 \ scopeguard-1.2.0 \ secp256k1-0.29.0 \ @@ -134,23 +130,19 @@ CARGO_CRATES= aho-corasick-1.1.2 \ serde-1.0.171 \ serde_derive-1.0.171 \ serde_json-1.0.109 \ - serde_spanned-0.6.1 \ sha2-0.10.8 \ shlex-1.3.0 \ - signal-hook-0.3.17 \ + signal-hook-0.3.18 \ signal-hook-registry-1.4.1 \ smallvec-1.13.1 \ syn-1.0.109 \ syn-2.0.42 \ - tempfile-3.14.0 \ + tempfile-3.20.0 \ termcolor-1.4.1 \ thiserror-1.0.55 \ thiserror-impl-1.0.55 \ tiny_http-0.12.0 \ toml-0.5.11 \ - toml-0.7.1 \ - toml_datetime-0.6.1 \ - toml_edit-0.19.1 \ typenum-1.17.0 \ unicode-ident-1.0.12 \ unicode-segmentation-1.10.1 \ @@ -158,39 +150,32 @@ CARGO_CRATES= aho-corasick-1.1.2 \ version_check-0.9.4 \ void-1.0.2 \ wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.13.3+wasi-0.2.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.6 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ - windows-targets-0.42.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ - windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ - windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ - windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ + wit-bindgen-rt-0.33.0 \ zstd-sys-2.0.8+zstd.1.5.5 MAKE_ENV= LIBCLANG_PATH=${LLVM_PREFIX}/lib |