pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pack: Import pack-0.2.3 as wip/pack



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Mon Jul 8 13:15:09 2019 +0000
Changeset:	4d5adc062ad1fab1099570a62851591a6187f8bb

Modified Files:
	Makefile
Added Files:
	pack/DESCR
	pack/Makefile
	pack/PLIST
	pack/distinfo
	pack/patches/patch-Cargo_toml_openssl.patch

Log Message:
pack: Import pack-0.2.3 as wip/pack

Pack is a package manager for vim.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d5adc062ad1fab1099570a62851591a6187f8bb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                    |   1 +
 pack/DESCR                                  |   1 +
 pack/Makefile                               |  96 ++++++++++
 pack/PLIST                                  |   2 +
 pack/distinfo                               | 283 ++++++++++++++++++++++++++++
 pack/patches/patch-Cargo_toml_openssl.patch | 268 ++++++++++++++++++++++++++
 6 files changed, 651 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9d3bf7143c..90f6fc205d 100644
--- a/Makefile
+++ b/Makefile
@@ -2795,6 +2795,7 @@ SUBDIR+=	p6-test-mock
 SUBDIR+=	p6-uri
 SUBDIR+=	p6-xml-writer
 SUBDIR+=	p6-zef
+SUBDIR+=	pack
 SUBDIR+=	packer
 SUBDIR+=	packman
 SUBDIR+=	pacman
diff --git a/pack/DESCR b/pack/DESCR
new file mode 100644
index 0000000000..2141fa5fe6
--- /dev/null
+++ b/pack/DESCR
@@ -0,0 +1 @@
+Pack is a package manager for vim.
\ No newline at end of file
diff --git a/pack/Makefile b/pack/Makefile
new file mode 100644
index 0000000000..c149aad9dd
--- /dev/null
+++ b/pack/Makefile
@@ -0,0 +1,96 @@
+# $NetBSD$
+
+DISTNAME=	pack-0.2.3
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=maralla/}
+GITHUB_TAG=	v0.2.3
+
+MAINTAINER=	ng0%n0.is@localhost
+HOMEPAGE=	https://github.com/maralla/pack
+COMMENT=	Vim package manager
+LICENSE=	mit
+
+CARGO_CRATE_DEPENDS+=	adler32-1.0.3
+CARGO_CRATE_DEPENDS+=	ansi_term-0.10.2
+CARGO_CRATE_DEPENDS+=	argon2rs-0.2.5
+CARGO_CRATE_DEPENDS+=	arrayvec-0.4.10
+CARGO_CRATE_DEPENDS+=	atty-0.2.6
+CARGO_CRATE_DEPENDS+=	backtrace-0.3.11
+CARGO_CRATE_DEPENDS+=	backtrace-sys-0.1.28
+CARGO_CRATE_DEPENDS+=	bitflags-1.0.1
+CARGO_CRATE_DEPENDS+=	blake2-rfc-0.2.18
+CARGO_CRATE_DEPENDS+=	cc-1.0.25
+CARGO_CRATE_DEPENDS+=	cfg-if-0.1.6
+CARGO_CRATE_DEPENDS+=	chan-0.1.20
+CARGO_CRATE_DEPENDS+=	clap-2.30.0
+CARGO_CRATE_DEPENDS+=	cloudabi-0.0.3
+CARGO_CRATE_DEPENDS+=	constant_time_eq-0.1.3
+CARGO_CRATE_DEPENDS+=	dirs-1.0.5
+CARGO_CRATE_DEPENDS+=	failure-0.1.5
+CARGO_CRATE_DEPENDS+=	failure_derive-0.1.5
+CARGO_CRATE_DEPENDS+=	fuchsia-cprng-0.1.1
+CARGO_CRATE_DEPENDS+=	fuchsia-zircon-0.3.3
+CARGO_CRATE_DEPENDS+=	fuchsia-zircon-sys-0.3.3
+CARGO_CRATE_DEPENDS+=	git2-0.7.5
+CARGO_CRATE_DEPENDS+=	idna-0.1.4
+CARGO_CRATE_DEPENDS+=	kernel32-sys-0.2.2
+CARGO_CRATE_DEPENDS+=	lazy_static-0.1.16
+CARGO_CRATE_DEPENDS+=	libc-0.2.43
+CARGO_CRATE_DEPENDS+=	libgit2-sys-0.7.10
+CARGO_CRATE_DEPENDS+=	libssh2-sys-0.2.11
+CARGO_CRATE_DEPENDS+=	libz-sys-1.0.24
+CARGO_CRATE_DEPENDS+=	log-0.4.5
+CARGO_CRATE_DEPENDS+=	matches-0.1.6
+CARGO_CRATE_DEPENDS+=	nodrop-0.1.13
+CARGO_CRATE_DEPENDS+=	num_cpus-1.8.0
+CARGO_CRATE_DEPENDS+=	openssl-probe-0.1.2
+CARGO_CRATE_DEPENDS+=	openssl-sys-0.9.39
+CARGO_CRATE_DEPENDS+=	percent-encoding-1.0.1
+CARGO_CRATE_DEPENDS+=	pkg-config-0.3.14
+CARGO_CRATE_DEPENDS+=	proc-macro2-0.4.30
+CARGO_CRATE_DEPENDS+=	quote-0.6.12
+CARGO_CRATE_DEPENDS+=	rand-0.3.20
+CARGO_CRATE_DEPENDS+=	rand_core-0.3.1
+CARGO_CRATE_DEPENDS+=	rand_core-0.4.0
+CARGO_CRATE_DEPENDS+=	rand_os-0.1.3
+CARGO_CRATE_DEPENDS+=	rdrand-0.4.0
+CARGO_CRATE_DEPENDS+=	redox_syscall-0.1.37
+CARGO_CRATE_DEPENDS+=	redox_termios-0.1.1
+CARGO_CRATE_DEPENDS+=	redox_users-0.3.0
+CARGO_CRATE_DEPENDS+=	rustc-demangle-0.1.14
+CARGO_CRATE_DEPENDS+=	same-file-0.1.3
+CARGO_CRATE_DEPENDS+=	scoped_threadpool-0.1.9
+CARGO_CRATE_DEPENDS+=	strsim-0.7.0
+CARGO_CRATE_DEPENDS+=	syn-0.15.34
+CARGO_CRATE_DEPENDS+=	synstructure-0.10.2
+CARGO_CRATE_DEPENDS+=	termion-1.5.1
+CARGO_CRATE_DEPENDS+=	textwrap-0.9.0
+CARGO_CRATE_DEPENDS+=	unicode-bidi-0.3.4
+CARGO_CRATE_DEPENDS+=	unicode-normalization-0.1.5
+CARGO_CRATE_DEPENDS+=	unicode-width-0.1.4
+CARGO_CRATE_DEPENDS+=	unicode-xid-0.1.0
+CARGO_CRATE_DEPENDS+=	url-1.6.0
+CARGO_CRATE_DEPENDS+=	vcpkg-0.2.2
+CARGO_CRATE_DEPENDS+=	vec_map-0.8.0
+CARGO_CRATE_DEPENDS+=	walkdir-1.0.7
+CARGO_CRATE_DEPENDS+=	winapi-0.2.8
+CARGO_CRATE_DEPENDS+=	winapi-0.3.4
+CARGO_CRATE_DEPENDS+=	winapi-build-0.1.1
+CARGO_CRATE_DEPENDS+=	winapi-i686-pc-windows-gnu-0.4.0
+CARGO_CRATE_DEPENDS+=	winapi-x86_64-pc-windows-gnu-0.4.0
+CARGO_CRATE_DEPENDS+=	yaml-rust-0.3.5
+
+INSTALLATION_DIRS=	bin
+
+MAKE_ENV+=		OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
+
+do-build:
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/target/release/pack ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/rust/cargo.mk"
+.include "../../lang/rust/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pack/PLIST b/pack/PLIST
new file mode 100644
index 0000000000..9d67ed9ebd
--- /dev/null
+++ b/pack/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/pack
diff --git a/pack/distinfo b/pack/distinfo
new file mode 100644
index 0000000000..9a660d6c82
--- /dev/null
+++ b/pack/distinfo
@@ -0,0 +1,283 @@
+$NetBSD$
+
+SHA1 (adler32-1.0.3.crate) = d72a6705a1b94eb48c0fc7bd8ab357d4eb9c6ee6
+RMD160 (adler32-1.0.3.crate) = 2860e381b2c52325b1b8befb3b6db0727f0eb66b
+SHA512 (adler32-1.0.3.crate) = 2128cc34abc74a363b18eec5abf414b95e4d84bfd99b6508ac807e13c026ad0e37e67b5a8c429212b85e78071f03e0df24ee70db5995772c4bc78acfb0234459
+Size (adler32-1.0.3.crate) = 5734 bytes
+SHA1 (ansi_term-0.10.2.crate) = 4e4056e8b34d484aed6c8505398716485ce8e116
+RMD160 (ansi_term-0.10.2.crate) = f11adc9dd49c0e35655318dccfc0706968a06d71
+SHA512 (ansi_term-0.10.2.crate) = ad4572845913cb21fdd9d8c0bffc5fce1571ef62c32fe83fd41262f7955e918400a446077494038299c4c0dfb0bd030d089336b3f169e726a5e15ee5c78ea3b5
+Size (ansi_term-0.10.2.crate) = 16642 bytes
+SHA1 (argon2rs-0.2.5.crate) = 7b980e80f5e15a90278cc7f84a9489b328708bc3
+RMD160 (argon2rs-0.2.5.crate) = 50d84e37d2513e8fa2787f642327ac88a825b10e
+SHA512 (argon2rs-0.2.5.crate) = 09a47467d09ed5bb4efdc4b8392e6282da6f4434063f4352c225c6dd1b668b51623e7d8960deb56c7c18eaca890a3515c1dc833acac1c68dc999e56b63e9b04f
+Size (argon2rs-0.2.5.crate) = 353096 bytes
+SHA1 (arrayvec-0.4.10.crate) = b8c148dd6f7221a8823987fac9719df95c6725fc
+RMD160 (arrayvec-0.4.10.crate) = c9053ff76d759abd696ec0c3c0439da4f00bc7f4
+SHA512 (arrayvec-0.4.10.crate) = 8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
+Size (arrayvec-0.4.10.crate) = 26133 bytes
+SHA1 (atty-0.2.6.crate) = 5aff46b5870dc36cbe4beda3ae4b5dc450560e0d
+RMD160 (atty-0.2.6.crate) = 15be41a594e3efada859c63129819b81c57d4aaa
+SHA512 (atty-0.2.6.crate) = ae0aa91616571391eb4a2cc46b4765784dcd96b514fc7c3b64f756d1a180f95c83b9d14086f872fb7466be0e623f44a1a3170e786d7fbff5bdd949ef0cd88997
+Size (atty-0.2.6.crate) = 5617 bytes
+SHA1 (backtrace-0.3.11.crate) = a3a682dcc23282660006e35b152d5882149d586d
+RMD160 (backtrace-0.3.11.crate) = abeb06aca1cf26d5fc24d30ba8086de2cb27f2fb
+SHA512 (backtrace-0.3.11.crate) = 41758a2faded361fee7d7ba9e1805b96b5598c7621157f74d692b2f7fa84465e6c08d20b122c5d863ad739c95a4e33e159038b7636d3c62ed6bbed8bfd3e5dad
+Size (backtrace-0.3.11.crate) = 33703 bytes
+SHA1 (backtrace-sys-0.1.28.crate) = e6fca04e3b02f80a70df131bc018bc3d3ebf017c
+RMD160 (backtrace-sys-0.1.28.crate) = 3225ba5733d0c28f3175486b016c915d5377e8a8
+SHA512 (backtrace-sys-0.1.28.crate) = 4b16bc8500258d0e75db0c6cca3e2a68d9024106a0e8a4a46cf5865fe1e08304d9291a6723e4fd337b7d7f5bb14e9cec7b3aa2e40bbaa4642562764c803d345d
+Size (backtrace-sys-0.1.28.crate) = 522603 bytes
+SHA1 (bitflags-1.0.1.crate) = d7da06a6de58e9273dee5207734057bf722376ba
+RMD160 (bitflags-1.0.1.crate) = 92184075730d0601dc17ced504601b0ae55d64e2
+SHA512 (bitflags-1.0.1.crate) = 6ca3a06645534769fb5c5ad91958e9e802db5a4b49a2a11b0be5243d7e92e32e552183a7ba8d7052f8543f642bc0e4799ef0f36013f64e5c60f4e98bbb26e465
+Size (bitflags-1.0.1.crate) = 13451 bytes
+SHA1 (blake2-rfc-0.2.18.crate) = c589a13f99df1d6fb97a5634df48c92e9dc4635b
+RMD160 (blake2-rfc-0.2.18.crate) = 9c0e4ee7978a071709a9ab1e92dc585f70e582d8
+SHA512 (blake2-rfc-0.2.18.crate) = f89c1067febcd0ed04e86674a42ea7a96aa432ad255210180504f0dec97a10714110eb044fa5004cc48fd75eefac7af4dc12d8a4ad84dad82851ab6d7d916f8e
+Size (blake2-rfc-0.2.18.crate) = 15676 bytes
+SHA1 (cc-1.0.25.crate) = 1a62facd5f4fa6aaa9b4b272a49a7c7d08ae6f78
+RMD160 (cc-1.0.25.crate) = d91566aa8aacb84e3d3bd3def8a8974f26037612
+SHA512 (cc-1.0.25.crate) = 0ae0d47c9ceb67aa0ec25b7b98ab4d378bd7a58fb7bbcd9bcc804a0deadcfae904f9353c218d63b8e7046b388c67d5316248accf1f8b69822c0f58ff465652a3
+Size (cc-1.0.25.crate) = 43191 bytes
+SHA1 (cfg-if-0.1.6.crate) = e3b635b8ff3a8615385ce05d343b8ee105399f74
+RMD160 (cfg-if-0.1.6.crate) = f190c1846549b3ad88559ae471cf2828c0bf44d1
+SHA512 (cfg-if-0.1.6.crate) = e393816f659bb5b1e64ebc72a4b6e3e673afd00cba302c3c92c6f2e98db341a29197f6cf413107e569175a86aad85e74a93e2cd3a9fa9fa2d1b70b01c3fcf378
+Size (cfg-if-0.1.6.crate) = 7411 bytes
+SHA1 (chan-0.1.20.crate) = 4f6e2a6e7e8fbf97f2ecd798157d078caab02d38
+RMD160 (chan-0.1.20.crate) = 43213cb985412e1779f4e72fe856686b8025937a
+SHA512 (chan-0.1.20.crate) = af72f883ccb18e983ebc7c0f79afeb5538b0f1f122f67c5065db2ddc8a5b34582eadb39cdd696336b2c5ed2831fe6c6b62dd29ce92c553d992bbc32ac104f0c4
+Size (chan-0.1.20.crate) = 26413 bytes
+SHA1 (clap-2.30.0.crate) = b0b90d7a2cb47ea48429b585aae4531fb52f41e6
+RMD160 (clap-2.30.0.crate) = 93489305c2ed410f30c9249cc7f85353394860c5
+SHA512 (clap-2.30.0.crate) = 2a4af4035dd92adf00e183d15528ed658ce7dec6d9df592565fbcc86e94b1b41ce9f11996da64a655a85909fc89c9b9404ec9b717bbca78c14d96e85916480bb
+Size (clap-2.30.0.crate) = 190562 bytes
+SHA1 (cloudabi-0.0.3.crate) = 3686cb2aa6c559198711acc8b0c7b0b1494d70b9
+RMD160 (cloudabi-0.0.3.crate) = 4da7ab080c1d18e5881dbcb419d250d0c38387eb
+SHA512 (cloudabi-0.0.3.crate) = 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c
+Size (cloudabi-0.0.3.crate) = 22156 bytes
+SHA1 (constant_time_eq-0.1.3.crate) = 4e721faad7e5891c70ce09adfbf8b3d4de64f125
+RMD160 (constant_time_eq-0.1.3.crate) = 42322b052eba5c2311f41bdd60f98d385b981eac
+SHA512 (constant_time_eq-0.1.3.crate) = b605ef913ae39c4d9658e9240b9d3dc7736c8d668e83326fc3c68498ca177e40960047de1beee684a23ce96bdf3f80d5b76ef7db6f2758c7aeb14f7a2258a69e
+Size (constant_time_eq-0.1.3.crate) = 1279 bytes
+SHA1 (dirs-1.0.5.crate) = 7252775b85dc08ee01357f0bd8a6c3d907b94777
+RMD160 (dirs-1.0.5.crate) = 712f8807b991542b3d4947b92c8aa897b17979bc
+SHA512 (dirs-1.0.5.crate) = 12ebc3e92511373b11c2b7913b7bf74f8022344758057a2c71e36ec262e7ea6ac386bc75c323317406f1b25e965e047ddb308ff5017a1e607b48b978414e7416
+Size (dirs-1.0.5.crate) = 12908 bytes
+SHA1 (failure-0.1.5.crate) = e7cd68915667c140192920fcbc6e282b13867a2b
+RMD160 (failure-0.1.5.crate) = db061da9d21bf41b17ebe8e7445438b2ed885818
+SHA512 (failure-0.1.5.crate) = 8dcfff3b9f7ed03070cdd890e051bcd425535a4e18aec21d5a48383d2826528157ad51893cbaf320953d31752efb22f554ce974f8516706d87343537589433dc
+Size (failure-0.1.5.crate) = 36749 bytes
+SHA1 (failure_derive-0.1.5.crate) = a6b37b3478bec04a32cb3d33d49f55e0dbae7abb
+RMD160 (failure_derive-0.1.5.crate) = 3797dab2845007adbc45ab7362810fa45ced8e67
+SHA512 (failure_derive-0.1.5.crate) = c1a6896d986c126c35045c40a85b8cb8dd8842b9bd06918246205f2e79349e1df5dcdbe408024a0f9693d628e17bbd750a733a0a5cc24de4162b08790222729a
+Size (failure_derive-0.1.5.crate) = 4884 bytes
+SHA1 (fuchsia-cprng-0.1.1.crate) = 1182289713ae2ef9a909f17e0ee87f372972c23e
+RMD160 (fuchsia-cprng-0.1.1.crate) = fcb487cceb0781d879fd05d4e4ad74f3a5ff5411
+SHA512 (fuchsia-cprng-0.1.1.crate) = ea9f5beb0dfcb023c22cfc2b37ce52dfcf3a2cbbed0f79ffffc332878858386805c65dce8469a431002367562d857a6c064e075688540c27fcb4056a110059d2
+Size (fuchsia-cprng-0.1.1.crate) = 2950 bytes
+SHA1 (fuchsia-zircon-0.3.3.crate) = aed68761b67347c3ef3eda0059157def9eaaf7de
+RMD160 (fuchsia-zircon-0.3.3.crate) = 1c6ff549ecff64347e4b53dc8eb95d1444b78647
+SHA512 (fuchsia-zircon-0.3.3.crate) = a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93
+Size (fuchsia-zircon-0.3.3.crate) = 22565 bytes
+SHA1 (fuchsia-zircon-sys-0.3.3.crate) = 03629e778d972e3bed82d31a2b7b66e0c63c05b5
+RMD160 (fuchsia-zircon-sys-0.3.3.crate) = 4b9e5d77223362e647972d7ccc66f69236aa1e89
+SHA512 (fuchsia-zircon-sys-0.3.3.crate) = 978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386
+Size (fuchsia-zircon-sys-0.3.3.crate) = 7191 bytes
+SHA1 (git2-0.7.5.crate) = 376abfbae85abdd023071edd97a45b9e1357c33b
+RMD160 (git2-0.7.5.crate) = a4b48614e56d44c638595bab9504d4abe76afee8
+SHA512 (git2-0.7.5.crate) = 94d6ee17368a8476ff415dd4de61b02a19b756de44084a787d093323fb11692d17d30aadfc5c1037e7f70b0e5f94aa0d1b6639c9f9afa17c19d6638b7cdcee4e
+Size (git2-0.7.5.crate) = 145895 bytes
+SHA1 (idna-0.1.4.crate) = 1aa8a241b4a01edabb9c9500e4321fd19616da09
+RMD160 (idna-0.1.4.crate) = ebdf78a6e7ed1b446acd6de83de8b58bfc78a4ae
+SHA512 (idna-0.1.4.crate) = 45e04b1e4619be105866ed098e486700951e1765ebc4aa84122266fc3995ceb2a99f30465ca9202cc5f35db049c7a64711b77f347e9c983b11c0840f7654a9a0
+Size (idna-0.1.4.crate) = 289112 bytes
+SHA1 (kernel32-sys-0.2.2.crate) = cb00b1c052bc4497cd9593a8191d8d711e02f375
+RMD160 (kernel32-sys-0.2.2.crate) = c25a6cce8b38dad557b1c21e41e688d43406389f
+SHA512 (kernel32-sys-0.2.2.crate) = 682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b
+Size (kernel32-sys-0.2.2.crate) = 24537 bytes
+SHA1 (lazy_static-0.1.16.crate) = 371d8b150b39202db5bc5b145c59c0435d6d8bf2
+RMD160 (lazy_static-0.1.16.crate) = ac341a5ecc5aba86287120d00802a4ed49c7d45a
+SHA512 (lazy_static-0.1.16.crate) = ccac0125cb04b2e1109df7476850079f554f91dad4afb10bf902f7823609f0d9ea51d4ce02d31fb3f4df12c7e1a9e2888b5687e4da4dfe21dcdf3ca65ad0e029
+Size (lazy_static-0.1.16.crate) = 687730 bytes
+SHA1 (libc-0.2.43.crate) = 794bcf9b456cc3fcfd7428634d1f1f4ce1936a42
+RMD160 (libc-0.2.43.crate) = b401dc3bd4dfe6bdc8f24d2857e3aa2c735304fe
+SHA512 (libc-0.2.43.crate) = d53b9fc460c68ed77b9c1a23c093c927125c0946b5231c343cf239e706d859af42efc2c7a4b95fecb46ab6ea9dd8473f7de308176a7dbab18e220246c5a7a8fe
+Size (libc-0.2.43.crate) = 353810 bytes
+SHA1 (libgit2-sys-0.7.10.crate) = f7a961a065bc8104541da02d5d69f04ee70d81ab
+RMD160 (libgit2-sys-0.7.10.crate) = 099559346528ead6d1b65a5f5c3851b3fe93413f
+SHA512 (libgit2-sys-0.7.10.crate) = d8900f8ffd0588593942a21625cb5b12f75f63531612c57a32440db632d783167b570c288a1e94f0fe0fe818ec6d1afcbcda94d5dee3cae5603e43e1be4913e1
+Size (libgit2-sys-0.7.10.crate) = 1176435 bytes
+SHA1 (libssh2-sys-0.2.11.crate) = 8775870ddd405002cab63b38c68770a74bf41700
+RMD160 (libssh2-sys-0.2.11.crate) = b8b2c0053f39bc9fb5d1870c394ed3c871f6bdd7
+SHA512 (libssh2-sys-0.2.11.crate) = 4fee372cf5d546e6471177127041313291c7f1aa21777b1e9f0c6027052938fe4c6193b6925815b64248faf9086ea04014b6cdc0420135ca99403016700c15da
+Size (libssh2-sys-0.2.11.crate) = 458377 bytes
+SHA1 (libz-sys-1.0.24.crate) = b3ef36c2764b8a90566f8b8583b61dad68872992
+RMD160 (libz-sys-1.0.24.crate) = f10c3406da34ef5ef5fd5881958b44833ef349a3
+SHA512 (libz-sys-1.0.24.crate) = 4615f3acfad4285be4d80dd75346e16707230b16863a03eccb17c046917cc6c3dd7d3e8be3fe042bb527db4c25c2d6a9e8ed6a0df15570823506d21758cb0e30
+Size (libz-sys-1.0.24.crate) = 650076 bytes
+SHA1 (log-0.4.5.crate) = 754fe5c510214a1300dfd0b1360fe8c4666fbbdb
+RMD160 (log-0.4.5.crate) = 23941f35f12661a08a60d6e36e08b24429652491
+SHA512 (log-0.4.5.crate) = 19b1d82ccd929a63d661512dadbb0ce11f6e3679431a40f4c0139d0c2f68d77dcb05be71605eaa23c01c920a38d11e588339ab6d3982418ce61c9df55a4f2b11
+Size (log-0.4.5.crate) = 22221 bytes
+SHA1 (matches-0.1.6.crate) = 0c52df885352d5fe7ead15e43311b66e093fd4b5
+RMD160 (matches-0.1.6.crate) = 77e47f0c22b83a9b0bfd228f12fd86869492d865
+SHA512 (matches-0.1.6.crate) = 0a613c6daba26056da06cbc4a8a66751412b8e5709bf0e24e45caef76e308b918a2f6038342f3428633e388fe7631fc3978673560829b0842c9ceadb4037fa90
+Size (matches-0.1.6.crate) = 1916 bytes
+SHA1 (nodrop-0.1.13.crate) = df9cc479d751c277ea39a84f12369616ccdbaaa1
+RMD160 (nodrop-0.1.13.crate) = 6478a3dead0c72da1d32615205d0c2f4ab17734a
+SHA512 (nodrop-0.1.13.crate) = 2648c0aec970c99f001dbd8169939731610ccff6433acba8c71c669bea5078613b2a785d3ac5ce5a839fcec714b5bc55f2cc83522ab4cc09560c846f4cf8023e
+Size (nodrop-0.1.13.crate) = 7508 bytes
+SHA1 (num_cpus-1.8.0.crate) = c4cc00d886008f4bd15c088fc8a7c52eefc83aa4
+RMD160 (num_cpus-1.8.0.crate) = 98a3c4f2f1e5e0d7801fe583766f7062c6dd6510
+SHA512 (num_cpus-1.8.0.crate) = cd25a8da1a7c2639f33c3d36382580788d8056bce30f87b89993b92f39ea6ccce0527a907eb38dfdbe9219ae3a2bf86449dcb43ece978f834679dd4a8f8f2ea8
+Size (num_cpus-1.8.0.crate) = 10539 bytes
+SHA1 (openssl-probe-0.1.2.crate) = 6a622635f20be67eb1bacc7acd839426e806461e
+RMD160 (openssl-probe-0.1.2.crate) = 1c34c57af386e16d9fedf37664faad661753c595
+SHA512 (openssl-probe-0.1.2.crate) = 4001eeea5c4f859559475b4b1df8248611bd44273116b31e7ef775e02918cc989825989868f331f0f0e387787680c1e4ba721ac0fd4695f7363005ccc0815d9a
+Size (openssl-probe-0.1.2.crate) = 6427 bytes
+SHA1 (openssl-sys-0.9.39.crate) = d7b6c28576efcc9fdb81dae7b7b93fdc040c75c0
+RMD160 (openssl-sys-0.9.39.crate) = 1cb9b79ce193f516fa1533a106d8a10caa27fd52
+SHA512 (openssl-sys-0.9.39.crate) = f22bffd75a95a60358bdc1296f4d5dbe5f193b27f0de3f391e9a72e663881678b71a7f11145b2a0a4649273cb383f21a1bf86ed26dd9781869403b4036d76426
+Size (openssl-sys-0.9.39.crate) = 43147 bytes
+SHA1 (pack-0.2.3.tar.gz) = a67120652b0e63cbcd3f510fe8448782908e4359
+RMD160 (pack-0.2.3.tar.gz) = 5a2abb7cfff2e5e3f7c43bdc9686a080b66e2fba
+SHA512 (pack-0.2.3.tar.gz) = dd7ca154092928756ed5eca56e56dac9a070d2730a43baa5fd164b6da2ee3350782ce30c4953996c02573899aec27e579d294ff5f684c40da6ed984b89039a2b
+Size (pack-0.2.3.tar.gz) = 20314 bytes
+SHA1 (percent-encoding-1.0.1.crate) = f3ba1d540cf6265d76b8bd2947eddf3ab21f35f6
+RMD160 (percent-encoding-1.0.1.crate) = 68898d3983e831ac02ae8d440a5c6f5a8e395695
+SHA512 (percent-encoding-1.0.1.crate) = 6e884d7172e8cadcf6e39056c9f92b70252f56a8062af0e792179dcf990344f47553c04e2fce84841f20f5c28557d7768727f60c862b9876d29cabffd4ad19e9
+Size (percent-encoding-1.0.1.crate) = 10057 bytes
+SHA1 (pkg-config-0.3.14.crate) = 8a19fcfcba5f690a215fffb42d6418df24fef3a7
+RMD160 (pkg-config-0.3.14.crate) = 71db4ba8eb80a327f21fc2d689233fd4cf825ae0
+SHA512 (pkg-config-0.3.14.crate) = bf120f0694f44d7b83b431eb28fe14ef3aca4d08ae0c2c9edbf8f184c145ba3faa479a6ab25e2d7e9f9d9f2d9a3fc21674fd4ddfe88bcc4fadad40bd8285656d
+Size (pkg-config-0.3.14.crate) = 13565 bytes
+SHA1 (proc-macro2-0.4.30.crate) = 21bbe0ab3aeab5bb553f6ebc1b28f986e44c43e1
+RMD160 (proc-macro2-0.4.30.crate) = 43879e7551a9f3ccf5f7c99d93f1c06201690ac8
+SHA512 (proc-macro2-0.4.30.crate) = 73a8de3f1d76a8baf2d45afc1497bba8c0cbf231bf9b6750b9cee2473f492d5f3957ac149998da720acc8287c96d604971b51dcdfa629523bbdd97c297856ac0
+Size (proc-macro2-0.4.30.crate) = 34731 bytes
+SHA1 (quote-0.6.12.crate) = 3ee1f69ee4356853212830ba21a0b326cae5bae5
+RMD160 (quote-0.6.12.crate) = 9736e140114d204a224696aa4e5d4a1d6a6629e7
+SHA512 (quote-0.6.12.crate) = 5d58945b0c9b41e368458a1661ae7b2ceed2e3285d377088afe5fde38e1db945ab42326d096cd6d13d82f5f80fe73d204c5fbe3c7abdea149eb6d7ca7c5e6798
+Size (quote-0.6.12.crate) = 17541 bytes
+SHA1 (rand-0.3.20.crate) = 8508b908eee8f5a08cefe181b8a7a032e4476275
+RMD160 (rand-0.3.20.crate) = 0042b44c3071bc8ff4547d6e90839c0394a06da2
+SHA512 (rand-0.3.20.crate) = 2ce7534d5a3c962923427a011596938ba6ebea2d8f6ecbdb60bf56aa517c6f32f24efd4194bec955558c7071962b4f6803fab1d99fd63b682d7b4c92ed821657
+Size (rand-0.3.20.crate) = 57406 bytes
+SHA1 (rand_core-0.3.1.crate) = ded22dbd0544f368082d1e1f1329f43be44e7aa1
+RMD160 (rand_core-0.3.1.crate) = 151b865da8c059c878b5f248c53d0cc434af2536
+SHA512 (rand_core-0.3.1.crate) = 5a7ae601124502bede760fd3179c2b28059ebc3b5983bfcb6b8fa62fb58df95cedc1aeb2734e792d894dfa4620801c13c29702f9cbee64243121575d4b6b9114
+Size (rand_core-0.3.1.crate) = 15483 bytes
+SHA1 (rand_core-0.4.0.crate) = 2e03b6903dbe7e879c8472f78aea56d714f591b3
+RMD160 (rand_core-0.4.0.crate) = b7e2fc8530d7153ffa54ae73280950ce4ff7263d
+SHA512 (rand_core-0.4.0.crate) = f80e76dabd3308a12880a9aa8b7be83db39b02778c95bb63f862488789a2a67e2f08d4f2dd1ad803c61df0a9fc7f6620aa753b3bf394542ce27c89189a911845
+Size (rand_core-0.4.0.crate) = 20326 bytes
+SHA1 (rand_os-0.1.3.crate) = 07426849038cd02b227cc642dd6af6a6d3657def
+RMD160 (rand_os-0.1.3.crate) = 31464c2c79c6feef74efeeddd5e7c1bcd23e925b
+SHA512 (rand_os-0.1.3.crate) = 01e81a692b78df3b2bd65bc285e5052ccaf208c7d0ace414f251db4fcff7f9ae1502ee60ca5745c95e778d3d5efe15fa84153c17c422b6b6bfee829376c14575
+Size (rand_os-0.1.3.crate) = 18965 bytes
+SHA1 (rdrand-0.4.0.crate) = cb2bbe17a5a2a0626ce4cb0a6c277b1ceebbf90a
+RMD160 (rdrand-0.4.0.crate) = 7417f0430f8348d5aae1706d954092a01b2cbd27
+SHA512 (rdrand-0.4.0.crate) = 6476275d124bee28747191471e8d8f321a3b1c148c1f2a7ece4175f5244a7de90afe5f99d2eba5244d886b92e38232398864bf90e6d434b09494533942c8d894
+Size (rdrand-0.4.0.crate) = 6456 bytes
+SHA1 (redox_syscall-0.1.37.crate) = 83b89d278b40f76e70642b57eaf21c9c8c376b44
+RMD160 (redox_syscall-0.1.37.crate) = ab09d6a7a17c7ebbef7fab079e6d0098f590b888
+SHA512 (redox_syscall-0.1.37.crate) = 147e48d44227cfe8ea190d543f9f8ab1e49fe2336c80f7e2b83546e617d0eeb8a1e94ce6e4d6f633b92ca72241cbfe0aec082425bc5f7b63d5efd164b51d5e48
+Size (redox_syscall-0.1.37.crate) = 13980 bytes
+SHA1 (redox_termios-0.1.1.crate) = c077c0ef5380aa5b4054d0f403b1818a71e70bae
+RMD160 (redox_termios-0.1.1.crate) = 4403f32fb5435279446c9b6acc54792d655d4f72
+SHA512 (redox_termios-0.1.1.crate) = 201d051900e919e2c6c6769ef252e51979d90133df16b6605e2a2f424cfb2e6e505e21add75ef5854fe5e0cab1ed1f1c1451010f072ae4bc8703c585a4323981
+Size (redox_termios-0.1.1.crate) = 3227 bytes
+SHA1 (redox_users-0.3.0.crate) = 6ec7e11952869cb15452d996338146f787ef4c57
+RMD160 (redox_users-0.3.0.crate) = 918677b33b344ec2c6ed35e7511faed8b46f4c89
+SHA512 (redox_users-0.3.0.crate) = c58b608971a6c2f38272d864dbaa95a6bcbc7139db0de74afc949c238b8a0a48851cd167c219c3956e81efea46f035e162e0bbdac22cad444cb260cb168a0353
+Size (redox_users-0.3.0.crate) = 12766 bytes
+SHA1 (rustc-demangle-0.1.14.crate) = ec09f4f93d97124a9537a8ff4e0d0ec89191bed9
+RMD160 (rustc-demangle-0.1.14.crate) = 882c88684417c834da803471fb7443cc72f5a712
+SHA512 (rustc-demangle-0.1.14.crate) = 5c2b09c0e694aa2780fb66b20fe21dd82940254d005dfd518d88b9b363dedd80fb451aec183545ebf41b72b985a4b63bfc4c24247611d62bd7c6667a7b377a8c
+Size (rustc-demangle-0.1.14.crate) = 18721 bytes
+SHA1 (same-file-0.1.3.crate) = 9ef6fbe25e5d7f01c333d0f6ad158ee2a2e4f740
+RMD160 (same-file-0.1.3.crate) = 2de0e67a4423ea80565434fd2e7d06af4aa165ef
+SHA512 (same-file-0.1.3.crate) = 2d3d03ab0dd4add93cd32e7ca43041d541bee41000fd8d98575a58cbd192fe4498234ab80baa3c4791de9f3d4214feae90f628fd655e3510ede61f757be3a82c
+Size (same-file-0.1.3.crate) = 7078 bytes
+SHA1 (scoped_threadpool-0.1.9.crate) = b89a0cd9f679073eccc56c5833f34bd9f904c219
+RMD160 (scoped_threadpool-0.1.9.crate) = 64a6e9903a469630a2c664fbfece56a6d4add650
+SHA512 (scoped_threadpool-0.1.9.crate) = df8034b347fb489735895d75e5489c264aea1b50f46a8dd512963df05cb9ba9274317b26aeca63b9b4edcf792e796659bad435ad3f3446cb397340e2bf0a5f33
+Size (scoped_threadpool-0.1.9.crate) = 7800 bytes
+SHA1 (strsim-0.7.0.crate) = 4cf1b45a817297904edb358a1a2ec14d32361ac6
+RMD160 (strsim-0.7.0.crate) = 82c766cebe88a39e3058a21c730b43b3bf6e929d
+SHA512 (strsim-0.7.0.crate) = 3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983
+Size (strsim-0.7.0.crate) = 8435 bytes
+SHA1 (syn-0.15.34.crate) = 814b1c04e9f787046b35c947237a6bc1d88eb647
+RMD160 (syn-0.15.34.crate) = b874639cd0d23d8fc8dec5eb16bfff86819c0863
+SHA512 (syn-0.15.34.crate) = 3ecf0aec33732c8823ceb27bd1c5ac7e77c3736e45212a680c6cc2703ab3859e0907c09eac10a9540fb7188ad0d78edc82e7e783a01f064e5c11f84112c1963b
+Size (syn-0.15.34.crate) = 149802 bytes
+SHA1 (synstructure-0.10.2.crate) = 62f9000e2360905bd5ac37202ba5a2e669be2bfa
+RMD160 (synstructure-0.10.2.crate) = d27753b36318c9de9f331fb50ad6ae77a37ca364
+SHA512 (synstructure-0.10.2.crate) = 48da0daf778cd18547e51a080f1e86149534527f20026601b21423c9f89cf6adb7a121b01dd9bb0b680403eb728a92e75242e5ae31a725ea5b1f19c5f47f0458
+Size (synstructure-0.10.2.crate) = 17988 bytes
+SHA1 (termion-1.5.1.crate) = 04157e26c3ad9efa87401d7872a103ee791e284c
+RMD160 (termion-1.5.1.crate) = 1dd6b33cc0518b95da88648441807c210a2a498f
+SHA512 (termion-1.5.1.crate) = 1d1536f08600c7c1f414b4579a1a6e7eff91f4c105504125118d3cadf71c7886a352d1c5f7e07f3d7c28aa8b4752f07b51eddb4d9adc6a9286f7b6bade2bec76
+Size (termion-1.5.1.crate) = 20659 bytes
+SHA1 (textwrap-0.9.0.crate) = 57b8298306ff75807cef72bc045830e101e78787
+RMD160 (textwrap-0.9.0.crate) = a530153540ed92b8038ac3bfb4e65fe588447cd9
+SHA512 (textwrap-0.9.0.crate) = e176f703f971eefb5cfc1ecf9047858bd7610a58fa4103879fd963b292c79872bd8466ef8fc9742a428ac707400dade307e72fa965dc4d61da66e932e5b20c35
+Size (textwrap-0.9.0.crate) = 15795 bytes
+SHA1 (unicode-bidi-0.3.4.crate) = 2fb9ec8342ecbf429e8edbcd4e8ff38e50e62665
+RMD160 (unicode-bidi-0.3.4.crate) = 7c16a80cb62bef8cc6d73eb6126d496b46dbad1d
+SHA512 (unicode-bidi-0.3.4.crate) = 170ce083fa82bed13ecc62d85cb882fdd6491ae721e1633d3c1a5d3cee69422153afcf6695765c0e8fc7035440d0370d34afac9e978cb27f7506c07cba300e1e
+Size (unicode-bidi-0.3.4.crate) = 32228 bytes
+SHA1 (unicode-normalization-0.1.5.crate) = cfac81482ee307cf20f93a4398968465df21f3c9
+RMD160 (unicode-normalization-0.1.5.crate) = 10d37cf083eec10623a29f9086cc9ffcccb89c81
+SHA512 (unicode-normalization-0.1.5.crate) = e3a8d69080d7c85c140406fb7514c70c6af3c3c847d2a4d029d6494035d2a77f093b9d96e26bf59ad973187ccc8dfef1a4fadcc2eb2977b16ecad9f64bfca941
+Size (unicode-normalization-0.1.5.crate) = 290328 bytes
+SHA1 (unicode-width-0.1.4.crate) = 606f6c529abcef759e0ef57ac9e4ba1e9c1ec993
+RMD160 (unicode-width-0.1.4.crate) = b4bf85b49ebae6b6f89f6fe6c75785b7cf8e1984
+SHA512 (unicode-width-0.1.4.crate) = f06b243e533ab9c68d88ccd06a283dfff5fd13e9340cf11bfa74473fc9100bb704c34e7fb66919202a97e7d2ba2e7eed968eced02d557835a06e6a0166865ea3
+Size (unicode-width-0.1.4.crate) = 15283 bytes
+SHA1 (unicode-xid-0.1.0.crate) = 69f5cec3b7a1d1e62b522c4dec7a56a7f4c3aa0c
+RMD160 (unicode-xid-0.1.0.crate) = fc5a8141e55bf6e2660b8c588e1107f179d24bb8
+SHA512 (unicode-xid-0.1.0.crate) = cc5343e2166938322cfd7c73f1f918f2a9c46846ac0ef55933d1e44cdfaf6f7da2b7ff18b68e356c47b6d8ba5565eda0db42c347dcbde830683f341ac2b1849d
+Size (unicode-xid-0.1.0.crate) = 16000 bytes
+SHA1 (url-1.6.0.crate) = 7233f716a7cc514b02a5103c42e6d78c06501d25
+RMD160 (url-1.6.0.crate) = 176ed5246c0fe1b3292e7ca7d429ba312f122a74
+SHA512 (url-1.6.0.crate) = 7f355617afb1ef6c572f4d14aeaf26b184fcadf2c35ea9c5e0f5a76ff2096957b75b95c48449732c4c239b17932674a6fea525f04a77b3f8328ad37c5e143a98
+Size (url-1.6.0.crate) = 72377 bytes
+SHA1 (vcpkg-0.2.2.crate) = 5f772c0d0f7b55a933f471c6a78701bc2f426425
+RMD160 (vcpkg-0.2.2.crate) = b82dc0145fb31fc4eedf03b63dd5eae79ee57b0c
+SHA512 (vcpkg-0.2.2.crate) = e56ca76a699a6a857d77e9710c1b0b0ab7a64b6f7128a9221b9a3fafb7365b3a008c7eb2a2323de449ffd5287d4b5664b9e6d0e1204e9b5a722ee848bdcdcb18
+Size (vcpkg-0.2.2.crate) = 5870 bytes
+SHA1 (vec_map-0.8.0.crate) = 4c8c5913885efd0c4e672de6d39b04dece1741b3
+RMD160 (vec_map-0.8.0.crate) = ab6d765ed6484a7c8d933d3da18de40c9328d412
+SHA512 (vec_map-0.8.0.crate) = 7ce0c05c0b410577b489adb4d35376bc2a55c6041ce50e011b78415e952b5fb7fcff89fdd00b95e086de742f26ff057e99e55585824bbc0482e0ac2134406520
+Size (vec_map-0.8.0.crate) = 13742 bytes
+SHA1 (walkdir-1.0.7.crate) = 1fd10746c6a54b63747444e2d2a396e77f7ccea9
+RMD160 (walkdir-1.0.7.crate) = 71f33ba77ce75c5892b3e048ffe77ccec36ae0bd
+SHA512 (walkdir-1.0.7.crate) = d5752c39c055dcd163bd74db3495a16e1865fd32e3f0cd779455fb818e78106ee4bdf0cbbcd36331f860c5ca8de658f848988a47194c5b9e130f28a77c4576d3
+Size (walkdir-1.0.7.crate) = 17883 bytes
+SHA1 (winapi-0.2.8.crate) = ed26d16c66331aa1aaccb72df5bfa483200bf75c
+RMD160 (winapi-0.2.8.crate) = a30e4a3792706281d7940240df05d7ef60c53ef9
+SHA512 (winapi-0.2.8.crate) = 115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe
+Size (winapi-0.2.8.crate) = 455145 bytes
+SHA1 (winapi-0.3.4.crate) = 3513c546a732d8feb851358742669b972808fad4
+RMD160 (winapi-0.3.4.crate) = ccf5ba89fc27ec1d28848c74ee3a5f1716f34d65
+SHA512 (winapi-0.3.4.crate) = 4636ceea813181de46c0bb2f837982936a69376e2b3a58d541a982a494ab4e5b52f3baf820f714a81a2e742def2bf07a2d8313e31b45e51dc7e4d350a5b24579
+Size (winapi-0.3.4.crate) = 905247 bytes
+SHA1 (winapi-build-0.1.1.crate) = d74a38737db81113e3876a570830b716b64c10a2
+RMD160 (winapi-build-0.1.1.crate) = f1b6c5812fd6613c6e67e22c5f961963ae3ac5f2
+SHA512 (winapi-build-0.1.1.crate) = 8b0a239e205a5368892f41c870a8a7ea16e3468c364b03382bef7fa3a2e7159b09c07661e95b1227578f6d72c14879daa4444b28c51ae20ef15d985d59ca5a77
+Size (winapi-build-0.1.1.crate) = 669 bytes
+SHA1 (winapi-i686-pc-windows-gnu-0.4.0.crate) = cf2bc857823de6008e6da350ad2c97c7be564322
+RMD160 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a7d1e9e7f940d2e376a1b6dede7f0a50ad191ab8
+SHA512 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2
+Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes
+SHA1 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = eadfdb146024d37b6887b5b9cb6a69f61473ed8a
+RMD160 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 300417853d251d91cadb9650992a6aa98248619f
+SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513
+Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes
+SHA1 (yaml-rust-0.3.5.crate) = ce826110990fc010ef46a56331cd38410bab9ba8
+RMD160 (yaml-rust-0.3.5.crate) = bd42d0b20164b16ec0411dd3c8ec6842163e0177
+SHA512 (yaml-rust-0.3.5.crate) = 0cc2a0f0b308e13c16bb2c3fc797eb1a0bcbfc285f0b42446359099c58a290a545d1589c09a2c779d5dde4f8c1f4261bc117f2df0359e281b995c7a115e5994b
+Size (yaml-rust-0.3.5.crate) = 42087 bytes
+SHA1 (patch-Cargo_toml_openssl.patch) = 3c6297b6f6e713ce39ddf2ce551d4ec60c8e54a5
diff --git a/pack/patches/patch-Cargo_toml_openssl.patch b/pack/patches/patch-Cargo_toml_openssl.patch
new file mode 100644
index 0000000000..baa5f8dafb
--- /dev/null
+++ b/pack/patches/patch-Cargo_toml_openssl.patch
@@ -0,0 +1,268 @@
+From 8b4f729a836d44d037797eab073a2f6809b1fefb Mon Sep 17 00:00:00 2001
+From: Bjorn Neergaard <bjorn%neersighted.com@localhost>
+Date: Sun, 21 Oct 2018 16:19:00 -0600
+Subject: [PATCH] Update git2 dependency (fixes #28)
+
+---
+ Cargo.lock | 115 +++++++++++++++++++++++++++--------------------------
+ Cargo.toml |   2 +-
+ 2 files changed, 59 insertions(+), 58 deletions(-)
+
+diff --git a/Cargo.lock b/Cargo.lock
+index 380e6a7..294220e 100644
+--- Cargo.lock~
++++ Cargo.lock
+@@ -8,24 +8,24 @@ name = "atty"
+ version = "0.2.6"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
+  "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "bitflags"
+-version = "0.9.1"
++version = "1.0.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+-name = "bitflags"
+-version = "1.0.1"
++name = "cc"
++version = "1.0.25"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+-name = "cc"
+-version = "1.0.4"
++name = "cfg-if"
++version = "0.1.6"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+@@ -50,14 +50,6 @@ dependencies = [
+  "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+-[[package]]
+-name = "cmake"
+-version = "0.1.29"
+-source = "registry+https://github.com/rust-lang/crates.io-index";
+-dependencies = [
+- "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+-]
+-
+ [[package]]
+ name = "fuchsia-zircon"
+ version = "0.3.3"
+@@ -74,14 +66,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "git2"
+-version = "0.6.11"
++version = "0.7.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libgit2-sys 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "openssl-sys 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
++ "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
+  "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -111,46 +104,54 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "libc"
+-version = "0.2.36"
++version = "0.2.43"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "libgit2-sys"
+-version = "0.6.19"
++version = "0.7.10"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
+- "openssl-sys 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
+- "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
++ "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
++ "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "libssh2-sys"
+-version = "0.2.6"
++version = "0.2.11"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
+- "openssl-sys 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
+- "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
++ "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
++ "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
++ "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "libz-sys"
+-version = "1.0.18"
++version = "1.0.24"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+- "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
++ "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+  "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
++[[package]]
++name = "log"
++version = "0.4.5"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
+ [[package]]
+ name = "matches"
+ version = "0.1.6"
+@@ -161,7 +162,7 @@ name = "num_cpus"
+ version = "1.8.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -171,12 +172,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "openssl-sys"
+-version = "0.9.24"
++version = "0.9.39"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+- "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
++ "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+  "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -186,7 +187,7 @@ version = "0.2.3"
+ dependencies = [
+  "chan 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
+  "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "git2 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
++ "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
+  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -201,7 +202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "pkg-config"
+-version = "0.3.9"
++version = "0.3.14"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+@@ -210,7 +211,7 @@ version = "0.3.20"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -245,7 +246,7 @@ name = "termion"
+ version = "1.5.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
+  "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
+  "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -343,28 +344,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ [metadata]
+ "checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455"
+ "checksum atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8352656fd42c30a0c3c89d26dea01e3b77c0ab2af18230835c15e2e13cd51859"
+-"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
+ "checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
+-"checksum cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "deaf9ec656256bb25b404c51ef50097207b9cbb29c933d31f92cae5a8a0ffee0"
++"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
++"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
+ "checksum chan 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "ff4461b5d67544413e087a2d8ed94309f8ab2fc6dcfcdbd5e5f8df4a052d9fc6"
+ "checksum clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c07b9257a00f3fc93b7f3c417fc15607ec7a56823bc2c37ec744e266387de5b"
+-"checksum cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "56d741ea7a69e577f6d06b36b7dff4738f680593dc27a701ffa8506b73ce28bb"
+ "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
+ "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
+-"checksum git2 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ee5b4bb7cd2a44e6e5ee3a26ba6a9ca10d4ce2771cdc3839bbc54b47b7d1be84"
++"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
+ "checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
+ "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
+ "checksum lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
+-"checksum libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121"
+-"checksum libgit2-sys 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6eeae66e7b1c995de45cb4e65c5ab438a96a7b4077e448645d4048dc753ad357"
+-"checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75"
+-"checksum libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16"
++"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
++"checksum libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356"
++"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
++"checksum libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "4401fe74560a0d46fce3464625ac8aa7a79d291dd28cee021d18852d5191c280"
++"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
+ "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
+ "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
+ "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
+-"checksum openssl-sys 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "14ba54ac7d5a4eabd1d5f2c1fdeb7e7c14debfa669d94b983d01b465e767ba9e"
++"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106"
+ "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
+-"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
++"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
+ "checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
+ "checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
+ "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
+diff --git a/Cargo.toml b/Cargo.toml
+index d5fe354..38f93b7 100644
+--- Cargo.toml~
++++ Cargo.toml
+@@ -13,6 +13,6 @@ chan = "0.1.19"
+ clap = "2.*"
+ 
+ [dependencies.git2]
+-version = "0.6.8"
++version = "0.7"
+ default-features = false
+ features = ["ssh", "https"]



Home | Main Index | Thread Index | Old Index