--- openethereum/Makefile 2021-01-15 23:02:25.586105000 +0000 +++ openethereum/Makefile 2021-01-15 23:03:45.025009000 +0000 @@ -3,7 +3,7 @@ PORTNAME= openethereum DISTVERSIONPREFIX= v DISTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MAINTAINER= ale@FreeBSD.org --- openethereum/Makefile.crates 2021-01-15 23:03:06.593060000 +0000 +++ openethereum/Makefile.crates 2021-01-15 09:04:28.430018000 +0000 @@ -167,7 +167,7 @@ lazycell-1.2.1 \ libc-0.2.65 \ libloading-0.5.2 \ - linked-hash-map-0.5.2 \ + linked-hash-map-0.5.3 \ local-encoding-0.2.0 \ lock_api-0.1.5 \ lock_api-0.3.4 \ --- openethereum/distinfo 2021-01-15 23:03:22.304065000 +0000 +++ openethereum/distinfo 2021-01-15 09:08:21.405471000 +0000 @@ -1,4 +1,4 @@ -TIMESTAMP = 1610751802 +TIMESTAMP = 1610701701 SHA256 (rust/crates/aes-0.3.2.tar.gz) = 54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9 SIZE (rust/crates/aes-0.3.2.tar.gz) = 84345 SHA256 (rust/crates/aes-ctr-0.3.0.tar.gz) = d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee @@ -325,8 +325,8 @@ SIZE (rust/crates/libc-0.2.65.tar.gz) = 439610 SHA256 (rust/crates/libloading-0.5.2.tar.gz) = f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753 SIZE (rust/crates/libloading-0.5.2.tar.gz) = 16420 -SHA256 (rust/crates/linked-hash-map-0.5.2.tar.gz) = ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83 -SIZE (rust/crates/linked-hash-map-0.5.2.tar.gz) = 16109 +SHA256 (rust/crates/linked-hash-map-0.5.3.tar.gz) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a +SIZE (rust/crates/linked-hash-map-0.5.3.tar.gz) = 16130 SHA256 (rust/crates/local-encoding-0.2.0.tar.gz) = e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66 SIZE (rust/crates/local-encoding-0.2.0.tar.gz) = 10531 SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c --- openethereum/files/patch-Cargo.lock 1970-01-01 00:00:00.000000000 +0000 +++ openethereum/files/patch-Cargo.lock 2021-01-15 09:10:48.668867000 +0000 @@ -0,0 +1,14 @@ +--- Cargo.lock.orig 2020-11-06 11:02:27.000000000 +0000 ++++ Cargo.lock 2021-01-15 09:09:38.566456000 +0000 +@@ -2438,9 +2438,9 @@ + + [[package]] + name = "linked-hash-map" +-version = "0.5.2" ++version = "0.5.3" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" ++checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" + + [[package]] + name = "local-encoding"