Skip to content

Commit 954db5e

Browse files
committed
[depends] Update to latest librustzcash with sapling-crypto dependencies.
Coming from a560c24d6b6557f549ac5a4d256169c4eb0683ae.
1 parent 1d6e808 commit 954db5e

28 files changed

+390
-9
lines changed

depends/funcs.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ $(1)_config_env+=$($(1)_config_env_$(host_arch)_$(host_os)) $($(1)_config_env_$(
149149

150150
$(1)_config_env+=PKG_CONFIG_LIBDIR=$($($(1)_type)_prefix)/lib/pkgconfig
151151
$(1)_config_env+=PKG_CONFIG_PATH=$($($(1)_type)_prefix)/share/pkgconfig
152-
$(1)_config_env+=PATH=$(build_prefix)/bin:$(PATH)
153-
$(1)_build_env+=PATH=$(build_prefix)/bin:$(PATH)
154-
$(1)_stage_env+=PATH=$(build_prefix)/bin:$(PATH)
152+
$(1)_config_env+=PATH="$(build_prefix)/bin:$(PATH)"
153+
$(1)_build_env+=PATH="$(build_prefix)/bin:$(PATH)"
154+
$(1)_stage_env+=PATH="$(build_prefix)/bin:$(PATH)"
155155
$(1)_autoconf=./configure --host=$($($(1)_type)_host) --disable-dependency-tracking --prefix=$($($(1)_type)_prefix) $$($(1)_config_opts) CC="$$($(1)_cc)" CXX="$$($(1)_cxx)"
156156

157157
ifneq ($($(1)_nm),)

depends/packages/crate_arrayvec.mk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_arrayvec
2+
$(package)_crate_name=arrayvec
3+
$(package)_version=0.4.7
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef

depends/packages/crate_bellman.mk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_bellman
2+
$(package)_crate_name=bellman
3+
$(package)_version=0.1.0
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=eae372472c7ea8f7c8fc6a62f7d5535db8302de7f1aafda2e13a97c4830d3bcf
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef

depends/packages/crate_bit_vec.mk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_bit_vec
2+
$(package)_crate_name=bit-vec
3+
$(package)_version=0.4.4
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef

depends/packages/crate_bitflags.mk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_bitflags
2+
$(package)_crate_name=bitflags
3+
$(package)_version=1.0.1
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package=crate_blake2_rfc
2+
$(package)_crate_name=blake2-rfc
3+
$(package)_download_path=https://github.com/gtank/$($(package)_crate_name)/archive/
4+
$(package)_file_name=$(package)-$($(package)_git_commit).tar.gz
5+
$(package)_download_file=$($(package)_git_commit).tar.gz
6+
$(package)_sha256_hash=8a873cc41f02e669e8071ab5919931dd4263f050becf0c19820b0497c07b0ca3
7+
$(package)_git_commit=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9
8+
$(package)_crate_versioned_name=$($(package)_crate_name)
9+
10+
define $(package)_preprocess_cmds
11+
$(call generate_unpackaged_crate_checksum,$(package))
12+
endef
13+
14+
define $(package)_stage_cmds
15+
$(call vendor_crate_source,$(package))
16+
endef
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_byteorder
2+
$(package)_crate_name=byteorder
3+
$(package)_version=1.2.2
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_constant_time_eq
2+
$(package)_crate_name=constant_time_eq
3+
$(package)_version=0.1.3
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_crossbeam
2+
$(package)_crate_name=crossbeam
3+
$(package)_version=0.3.2
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef

depends/packages/crate_digest.mk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package=crate_digest
2+
$(package)_crate_name=digest
3+
$(package)_version=0.7.2
4+
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
5+
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
6+
$(package)_sha256_hash=00a49051fef47a72c9623101b19bd71924a45cca838826caae3eaa4d00772603
7+
$(package)_crate_versioned_name=$($(package)_crate_name)
8+
9+
define $(package)_preprocess_cmds
10+
$(call generate_crate_checksum,$(package))
11+
endef
12+
13+
define $(package)_stage_cmds
14+
$(call vendor_crate_source,$(package))
15+
endef

0 commit comments

Comments
 (0)