diff options
Diffstat (limited to 'testing')
1818 files changed, 55624 insertions, 27801 deletions
diff --git a/testing/6cord/APKBUILD b/testing/6cord/APKBUILD index ec995375d8..4007ee8748 100644 --- a/testing/6cord/APKBUILD +++ b/testing/6cord/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Danct12 <danct12@disroot.org> # Maintainer: Danct12 <danct12@disroot.org> pkgname="6cord" -pkgver="9.6" -pkgrel=6 +pkgver=9.6 +pkgrel=8 pkgdesc="Discord TUI + SIXEL client" url="https://gitlab.com/diamondburned/6cord" arch="all" @@ -13,6 +13,10 @@ source="https://gitlab.com/diamondburned/6cord/-/archive/stable-$pkgver/6cord-st options="!check" # no testsuite builddir="$srcdir/6cord-stable-$pkgver" +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" + build() { go build -o bin/6cord } diff --git a/testing/a2jmidid/APKBUILD b/testing/a2jmidid/APKBUILD index f6c5024a2e..7d540a52a0 100644 --- a/testing/a2jmidid/APKBUILD +++ b/testing/a2jmidid/APKBUILD @@ -1,14 +1,14 @@ -# Contributor: Kevin Thomas <me@kevinthomas.dev> -# Maintainer: Kevin Thomas <me@kevinthomas.dev> +# Contributor: Kay Thomas <kaythomas@pm.me> +# Maintainer: Kay Thomas <kaythomas@pm.me> pkgname=a2jmidid pkgver=9 -pkgrel=1 +pkgrel=3 pkgdesc="ALSA sequencer to JACK MIDI bridging" url="https://github.com/jackaudio/a2jmidid" arch="all" license="GPL-2.0-or-later" depends="py3-dbus" -makedepends="meson libexecinfo-dev jack-dev alsa-lib-dev dbus-dev" +makedepends="meson jack-dev alsa-lib-dev dbus-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/jackaudio/a2jmidid/archive/$pkgver.tar.gz check-for-libc-backtrace.patch diff --git a/testing/aaaaxy/APKBUILD b/testing/aaaaxy/APKBUILD new file mode 100644 index 0000000000..b06a97c68a --- /dev/null +++ b/testing/aaaaxy/APKBUILD @@ -0,0 +1,64 @@ +# Contributor: Rudolf Polzer <divVerent@gmail.com> +# Maintainer: Rudolf Polzer <divVerent@gmail.com> +pkgname=aaaaxy +pkgver=1.2.265 +pkgrel=0 +pkgdesc="A nonlinear puzzle platformer taking place in impossible spaces" +url="https://divVerent.github.io/aaaaxy/" +arch="all !s390x !armhf !armv7 !riscv64" +license="Apache-2.0" +makedepends=" + alsa-lib-dev + go + libx11-dev + libxcursor-dev + libxinerama-dev + libxi-dev + libxrandr-dev + mesa-dev +" +checkdepends="xvfb-run mesa-dri-gallium" +source=" + https://github.com/divVerent/aaaaxy/archive/v$pkgver/aaaaxy-$pkgver.tar.gz + https://github.com/divVerent/aaaaxy/releases/download/v$pkgver/sdl-gamecontrollerdb-for-aaaaxy-v$pkgver.zip +" +options="net" # Needed for go mod download. + +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" + +prepare() { + default_prepare + + mv "$srcdir"/third_party/SDL_GameControllerDB/assets/input/* \ + third_party/SDL_GameControllerDB/assets/input/ + go mod download +} + +build() { + export AAAAXY_BUILD_USE_VERSION_FILE=true + make BUILDTYPE=release +} + +check() { + xvfb-run sh scripts/regression-test-demo.sh aaaaxy \ + "on track for Any%, All Paths and No Teleports" \ + ./aaaaxy benchmark.dem +} + +package() { + install -Dm644 io.github.divverent.aaaaxy.metainfo.xml \ + "$pkgdir"/usr/share/metainfo/io.github.divverent.aaaaxy.metainfo.xml + install -Dm644 aaaaxy.png \ + "$pkgdir"/usr/share/icons/hicolor/128x128/apps/aaaaxy.png + install -Dm644 aaaaxy.desktop \ + "$pkgdir"/usr/share/applications/aaaaxy.desktop + install -Dm755 aaaaxy \ + "$pkgdir"/usr/bin/aaaaxy +} + +sha512sums=" +0dd71c6907dbab821eb090b7840003190e9b752b89eaa12f84f4e055f29ec0f37ddd81b333dc2b12cbd8f8a806abeed5086e5da9976ef9d7b458f63e0c8c543e aaaaxy-1.2.265.tar.gz +b5599a50ddb49876f44b57e6be5c4342c6de8f818c13cd8e694b30cecbe3a576bf7a778691305b9b6d6981a6c4df88bc72541d63d7e6480c1d98d905461efcf5 sdl-gamecontrollerdb-for-aaaaxy-v1.2.265.zip +" diff --git a/testing/acmed/APKBUILD b/testing/acmed/APKBUILD index ad19c4f535..58c063f5d0 100644 --- a/testing/acmed/APKBUILD +++ b/testing/acmed/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=acmed pkgver=0.20.0 -pkgrel=0 +pkgrel=1 pkgdesc="ACME (RFC 8555) client daemon" url="https://github.com/breard-r/acmed" # s390x, riscv64: blocked by cargo @@ -10,7 +10,7 @@ arch="all !s390x !riscv64" license="MIT" pkgusers="acmed" pkggroups="acmed" -makedepends="cargo openssl-dev" +makedepends="cargo openssl-dev>3" subpackages="$pkgname-doc $pkgname-openrc $pkgname-tacd $pkgname-tacd-doc:tacd_doc" install="acmed.pre-install" source="https://github.com/breard-r/acmed/archive/refs/tags/v$pkgver/acmed-$pkgver.tar.gz diff --git a/testing/acmetool/APKBUILD b/testing/acmetool/APKBUILD index 0ac280c113..9e40538ce2 100644 --- a/testing/acmetool/APKBUILD +++ b/testing/acmetool/APKBUILD @@ -2,16 +2,16 @@ # Maintainer: kpcyrd <git@rxv.cc> pkgname=acmetool pkgver=0.0.67 -pkgrel=7 +pkgrel=10 pkgdesc="An easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)" -url="https://github.com/hlandau/acme" +url="https://github.com/hlandau/acmetool" arch="all" license="MIT" makedepends="go libcap-dev" subpackages="$pkgname-doc" # no test suite available options="!check net" -source="$pkgname-$pkgver.tar.gz::https://github.com/hlandau/acme/archive/v$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/hlandau/acmetool/archive/v$pkgver.tar.gz go.mod go.sum " @@ -19,6 +19,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/hlandau/acme/archive/v$pkgve export GOPATH="$srcdir/go" export GOCACHE="$srcdir/go-build" export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" export GOFLAGS="$GOFLAGS -modcacherw" diff --git a/testing/adw-gtk3/APKBUILD b/testing/adw-gtk3/APKBUILD new file mode 100644 index 0000000000..4e332d2b78 --- /dev/null +++ b/testing/adw-gtk3/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: knuxify <knuxify@gmail.com> +# Maintainer: knuxify <knuxify@gmail.com> +pkgname=adw-gtk3 +pkgver=3.6 +pkgrel=0 +pkgdesc="The theme from libadwaita ported to GTK-3" +url="https://github.com/lassekongo83/adw-gtk3" +arch="noarch" +license="LGPL-2.1-or-later" +makedepends="meson sassc" +source="https://github.com/lassekongo83/adw-gtk3/archive/refs/tags/v$pkgver/adw-gtk3-$pkgver.tar.gz" +options="!check" # no test suite + +build() { + abuild-meson \ + . output + meson compile ${JOBS:+-j ${JOBS}} -C output +} + +check() { + meson test --no-rebuild -v -C output +} + +package() { + DESTDIR="$pkgdir" meson install --no-rebuild -C output +} + +sha512sums=" +26f981df20dd37121814acea7f92069660e086f90b652a592df026442dbe0546e9812ad8b61c67d13830a5caeb54acf256a0d1f50fbbeef73bcd1efd6b64d7d4 adw-gtk3-3.6.tar.gz +" diff --git a/testing/adwaita-xfce-icon-theme/APKBUILD b/testing/adwaita-xfce-icon-theme/APKBUILD new file mode 100644 index 0000000000..7975d62c3c --- /dev/null +++ b/testing/adwaita-xfce-icon-theme/APKBUILD @@ -0,0 +1,26 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=adwaita-xfce-icon-theme +pkgver=0.0.1 +pkgrel=0 +pkgdesc="Adwaita missing icons that are used in Xfce" +url="https://github.com/shimmerproject/adwaita-xfce-icon-theme" +arch="noarch !s390x !riscv64" # adwaita-icon-theme +license="GPL-2.0-only" +options="!check" # no testsuite. just icons +depends="adwaita-icon-theme" +source="https://github.com/shimmerproject/adwaita-xfce-icon-theme/archive/refs/tags/$pkgver/adwaita-xfce-icon-theme-$pkgver.tar.gz" +builddir="$srcdir/adwaita-xfce-icon-theme-$pkgver" + +build() { + ./configure \ + --prefix=/usr + make +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums=" +78d76e28935e72f1b7e66f7ea4d29508b097054352ab01df0fc85a823a8559c76c692cbabef94a7d632348904364b2f14def6f27c61e4526389c9e46a9a2fea2 adwaita-xfce-icon-theme-0.0.1.tar.gz +" diff --git a/testing/air/APKBUILD b/testing/air/APKBUILD new file mode 100644 index 0000000000..0164faa8de --- /dev/null +++ b/testing/air/APKBUILD @@ -0,0 +1,32 @@ +# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com> +pkgname=air +pkgver=1.40.4 +pkgrel=1 +pkgdesc="Live reload for Go apps" +url="https://github.com/cosmtrek/air" +arch="all" +license="GPL-3.0-or-later" +makedepends="go" +source="$pkgname-$pkgver.tar.gz::https://github.com/cosmtrek/air/archive/refs/tags/v$pkgver.tar.gz" +options="!check" # failed to build, error: open /dev/ptmx: no such device + +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" + +build() { + mkdir -v build + local goldflags=" + -X main.airVersion=$pkgver + -X main.goVersion=$(go env GOVERSION | sed 's/^go//') + " + go build -v -o build -ldflags "$goldflags" . +} + +package() { + install -Dm755 build/$pkgname -t "$pkgdir"/usr/bin +} + +sha512sums=" +da7851ce80a80683a7bbb57f7d1c3fddaca0b5ad5401b5eb5540a4a98dc43647610548cbabf2d80749ba1c46189dc1f3b216ddc929368742583b2d6e35c72b72 air-1.40.4.tar.gz +" diff --git a/testing/airsonic-advanced/APKBUILD b/testing/airsonic-advanced/APKBUILD index ab5d141fc5..30d2f94f50 100644 --- a/testing/airsonic-advanced/APKBUILD +++ b/testing/airsonic-advanced/APKBUILD @@ -1,10 +1,9 @@ -# Contributor: Kevin Thomas <me@kevinthomas.dev> -# Maintainer: Kevin Thomas <me@kevinthomas.dev> +# Contributor: Kay Thomas <kaythomas@pm.me> +# Maintainer: Kay Thomas <kaythomas@pm.me> pkgname=airsonic-advanced -# This commit fixes a bug that causes a build failure -_sha=a2b8bfa72bf46ebdc3d9153f5580f0398c6b3aad -pkgver=11.0.0_git20210504 -pkgrel=0 +_sha=89e6fe9aec80daf8224c6696f8f86bfcf22c6e0a +pkgver=11.0.0_git20220624 +pkgrel=1 pkgdesc="Modern implementation of the Airsonic fork with several key performance and feature enhancements" url="https://github.com/airsonic-advanced/airsonic-advanced" # inconsistent test and build failures on other arches @@ -42,6 +41,6 @@ package() { } sha512sums=" -c7220318f7a1c94732b9be8f0f94a83e3f5fd1aa6dc989223b36bb3521e76b5a3a5d4f3837200b960e9c77852ab69fc9e228801c8a77df72d54ac88d13490636 airsonic-advanced-11.0.0_git20210504.tar.gz +b794e6e6264613423fc2c7dec383d9a14a74a45a13efe7347c02b51a46e8debdd92fae35a6711540f04fa624ded77b9f377d54c3468c8c419380f1b133d4e3cd airsonic-advanced-11.0.0_git20220624.tar.gz ca87e6a7199950e6ac52aeb076a03f831d60ee9d4ceed47366bbd78443765d205796d895ebb244051d8033e5b2e9ccd648d20434039c854b8b50e766cc5cd10d airsonic-advanced.initd " diff --git a/testing/alpine-lift/APKBUILD b/testing/alpine-lift/APKBUILD index 842009cc7a..01793d50a3 100644 --- a/testing/alpine-lift/APKBUILD +++ b/testing/alpine-lift/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=alpine-lift pkgver=0.2.0 -pkgrel=0 +pkgrel=2 pkgdesc="Basic cloud-init-like for Alpine Linux" url="https://github.com/bjwschaap/alpine-lift" license="MIT" @@ -13,6 +13,10 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/bjwschaap/alpine-lift/archiv makefile.patch " +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" + build() { export CGO_CPPFLAGS="$CPPFLAGS" export CGO_CFLAGS="$CFLAGS" diff --git a/testing/amdgpu-fan/APKBUILD b/testing/amdgpu-fan/APKBUILD new file mode 100644 index 0000000000..cc0fc31fb2 --- /dev/null +++ b/testing/amdgpu-fan/APKBUILD @@ -0,0 +1,35 @@ +# Contributor: Anjandev Momi <anjan@momi.ca> +# Maintainer: Anjandev Momi <anjan@momi.ca> +pkgname=amdgpu-fan +pkgver=0.1.0 +pkgrel=0 +pkgdesc="Fan controller for AMD graphics cards running the amdgpu driver on Linux" +url="https://github.com/zzkW35/amdgpu-fan" +arch="noarch" +license="GPL-2.0-or-later" +depends="python3 py3-yaml py3-numpy" +makedepends="py3-setuptools" +checkdepends="py3-pytest" +source="$pkgname-$pkgver.tar.gz::https://github.com/zzkW35/amdgpu-fan/archive/refs/tags/$pkgver.tar.gz" + +prepare() { + default_prepare + + sed -i "s/PROJECTVERSION/$pkgver/g" setup.py +} + +build() { + python3 setup.py build +} + +check() { + PYTHONPATH="$PWD/build/lib" pytest +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums=" +b21d8e413d44a263fdbef37fff11a496fe5e46a1f4d1e7ade161dde36750cf0dc02dfd2ccaebc455dac5aa023150101a65a255a38e6d9b70a6bba39da8f26378 amdgpu-fan-0.1.0.tar.gz +" diff --git a/testing/ampy/APKBUILD b/testing/ampy/APKBUILD index 7e1389a009..6261b8b63c 100644 --- a/testing/ampy/APKBUILD +++ b/testing/ampy/APKBUILD @@ -3,9 +3,9 @@ pkgname=ampy _pkgname=adafruit-ampy pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Utility to interact with a MicroPython board over a serial connection" -url="https://github.com/adafruit/ampy" +url="https://github.com/scientifichackers/ampy" arch="noarch" license="MIT" depends=" diff --git a/testing/amule/APKBUILD b/testing/amule/APKBUILD index 28c8a7102f..b1e9c157cd 100644 --- a/testing/amule/APKBUILD +++ b/testing/amule/APKBUILD @@ -3,10 +3,10 @@ pkgname=amule _pkgname=aMule pkgver=2.3.3 -pkgrel=4 +pkgrel=7 pkgdesc="eMule-like client for the eD2k and Kademlia networks" url="https://www.amule.org/" -arch="all" +arch="all !x86" # crypto++ license="GPL-2.0-or-later" makedepends="bison boost-dev crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk3-dev" diff --git a/testing/android-udev-rules/APKBUILD b/testing/android-udev-rules/APKBUILD index ffcffbc73e..e1543cac49 100644 --- a/testing/android-udev-rules/APKBUILD +++ b/testing/android-udev-rules/APKBUILD @@ -1,20 +1,28 @@ # Contributor: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=android-udev-rules -pkgver=20220102 -pkgrel=0 +pkgver=20220611 +pkgrel=1 pkgdesc="Android udev rules list" url="https://github.com/M0Rf30/android-udev-rules" arch="noarch" license="GPL-3.0-only" depends="udev" +install="$pkgname.pre-install" source="https://github.com/M0Rf30/android-udev-rules/archive/$pkgver/android-udev-rules-$pkgver.tar.gz" options="!check" # no testsuite provided +prepare() { + default_prepare + + # use plugdev as the group permitted to use adb devices + sed -i 's/adbusers/plugdev/' 51-android.rules +} + package() { install -Dm644 51-android.rules -t "$pkgdir"/usr/lib/udev/rules.d/ } sha512sums=" -563b9abab05e84e3461589fa1aaa1dc360bbb99f7df836b55e15717094aee2fa7f07d571d9c10b5c9fd28e8e6641fe7eee8eabec28d4249ec5994018a83014de android-udev-rules-20220102.tar.gz +df72283626b9674d63afec0c285f4159b5269b3a1ed13271065d3080b1ba1045ace7f4c972377212b42f0fd132b15ed49fe413505563c716be8b49741e773b64 android-udev-rules-20220611.tar.gz " diff --git a/testing/android-udev-rules/android-udev-rules.pre-install b/testing/android-udev-rules/android-udev-rules.pre-install new file mode 100644 index 0000000000..5a15192d39 --- /dev/null +++ b/testing/android-udev-rules/android-udev-rules.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh + +addgroup -S plugdev diff --git a/testing/anime4kcpp/APKBUILD b/testing/anime4kcpp/APKBUILD index 795feafcb3..492269bedc 100644 --- a/testing/anime4kcpp/APKBUILD +++ b/testing/anime4kcpp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=anime4kcpp pkgver=2.5.0 -pkgrel=0 +pkgrel=3 _cmdline=98ec5a291ce824ba6315537ae13e81a45d374e7c pkgdesc="High performance anime upscaler" url="https://github.com/TianZerL/Anime4KCPP" diff --git a/testing/anki/APKBUILD b/testing/anki/APKBUILD index 5b9f21cd55..8dad3ff490 100644 --- a/testing/anki/APKBUILD +++ b/testing/anki/APKBUILD @@ -3,7 +3,7 @@ pkgname=anki pkgver=2.1.49 -pkgrel=0 +pkgrel=1 # Remember to update the following lines when updating the pkgver _core_i18n_commit="56d46d658a8badb9f13f48d89ee074419b181f69" _qtftl_i18n_commit="5359f84328c1484c5db69edbb6b851acc4160095" @@ -58,11 +58,11 @@ makedepends=" rust cargo py3-installer + pythonispython3 npm nodejs yarn openssl-dev - python2 " depends=" py3-beautifulsoup4 diff --git a/testing/antibody/APKBUILD b/testing/antibody/APKBUILD index 492a22c031..5e0c1572c1 100644 --- a/testing/antibody/APKBUILD +++ b/testing/antibody/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Aleks Bunin <alpinelinux@compuix.com> pkgname=antibody pkgver=6.1.1 -pkgrel=5 +pkgrel=7 pkgdesc="The fastest zsh shell plugin manager." url="https://github.com/getantibody/antibody" license="MIT" @@ -13,6 +13,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/getantibody/antibody/archive options="!check" # uses removed github api export GOFLAGS="$GOFLAGS -modcacherw" +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" build() { go build -o antibody -ldflags "-X main.version=$pkgver" -trimpath diff --git a/testing/apache-mod-auth-gssapi/APKBUILD b/testing/apache-mod-auth-gssapi/APKBUILD index fb80a32b13..db8d6726f9 100644 --- a/testing/apache-mod-auth-gssapi/APKBUILD +++ b/testing/apache-mod-auth-gssapi/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=apache-mod-auth-gssapi pkgver=1.6.3 -pkgrel=0 +pkgrel=1 pkgdesc="GSSAPI authentication for Apache" url="https://github.com/gssapi/mod_auth_gssapi" arch="all" license="MIT" depends="apache2" -makedepends="apache2-dev krb5-dev openssl-dev +makedepends="apache2-dev krb5-dev openssl-dev>3 automake autoconf m4 libtool flex bison" options="!check" # some packages missing from Alpine, see: https://github.com/gssapi/mod_auth_gssapi/ on "Tests" paragraph source="$pkgname-$pkgver.zip::https://github.com/gssapi/mod_auth_gssapi/archive/v$pkgver.zip diff --git a/testing/apache-mod-auth-openidc/APKBUILD b/testing/apache-mod-auth-openidc/APKBUILD index a3d0ed4db4..1b22982e67 100644 --- a/testing/apache-mod-auth-openidc/APKBUILD +++ b/testing/apache-mod-auth-openidc/APKBUILD @@ -2,7 +2,7 @@ pkgname=apache-mod-auth-openidc _pkgname=mod_auth_openidc pkgver=2.4.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="OpenID Connect Relying Party implementation for Apache HTTP Server 2.x" url="https://www.mod-auth-openidc.org" arch="all !s390x" # tests fails on s390x from cjose @@ -41,4 +41,6 @@ package() { install -Dm644 README.md "$pkgdir"/usr/share/doc/"$pkgname"/README.md } -sha512sums="fd551ba709221cbe20d1ed3eb80023a03b8d9e793f41cdfc6ab8e0cc165a3580632c31035a6cd43950b20e16b3da941d8f8e9c7f6b580c89b82f02ccb42d7e92 mod_auth_openidc-2.4.4.1.tar.gz" +sha512sums=" +fd551ba709221cbe20d1ed3eb80023a03b8d9e793f41cdfc6ab8e0cc165a3580632c31035a6cd43950b20e16b3da941d8f8e9c7f6b580c89b82f02ccb42d7e92 mod_auth_openidc-2.4.4.1.tar.gz +" diff --git a/testing/apache-mod-md/APKBUILD b/testing/apache-mod-md/APKBUILD index b1e8c4ce50..6ec83f9f03 100644 --- a/testing/apache-mod-md/APKBUILD +++ b/testing/apache-mod-md/APKBUILD @@ -1,16 +1,22 @@ # Contributor: SÃle Ekaterin Liszka <sheila@vulpine.house> # Maintainer: SÃle Ekaterin Liszka <sheila@vulpine.house> pkgname=apache-mod-md -pkgver=2.4.10 -pkgrel=0 +pkgver=2.4.18 +pkgrel=1 pkgdesc="Integrated Acme protocol support for apache2" url="https://github.com/icing/mod_md" arch="all" license="Apache-2.0" makedepends="apache2-dev curl-dev jansson-dev" +checkdepends=" + py3-cryptography + py3-filelock + py3-openssl + " subpackages="$pkgname-doc" source="https://github.com/icing/mod_md/releases/download/v$pkgver/mod_md-$pkgver.tar.gz" builddir="$srcdir/mod_md-$pkgver" +options="!check" # TODO build() { ./configure \ @@ -24,7 +30,7 @@ build() { } check() { - make check + make test } package() { @@ -32,5 +38,5 @@ package() { } sha512sums=" -e2fa9207997c1ea9309bb942855f10dc823cb243c1a39f6f4d5a8dd5cbb9e093b19fce7a201752aefa240a3d040667717ca748accbafa18d89dacb0bfabd6dce mod_md-2.4.10.tar.gz +8ceed97f61e2f5565524b1362b2c31c1dd65e8f0f00b5778f13237c1ac1e9727a5f3c6223289109d74ab844ec009c6de07d911937745974949000d09c51341b1 mod_md-2.4.18.tar.gz " diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD index 3bf0159db9..6a9c5fc6f1 100644 --- a/testing/apache2-mod-perl/APKBUILD +++ b/testing/apache2-mod-perl/APKBUILD @@ -4,7 +4,7 @@ pkgname=apache2-mod-perl _pkgreal=mod_perl pkgver=2.0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Perl Module for Apache2" url="https://perl.apache.org/" arch="all" diff --git a/testing/apko/APKBUILD b/testing/apko/APKBUILD index 16a044af58..8a7e37ba4b 100644 --- a/testing/apko/APKBUILD +++ b/testing/apko/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Ariadne Conill <ariadne@dereferenced.org> pkgname=apko -pkgver=0.3.2 -pkgrel=1 +pkgver=0.5.0 +pkgrel=2 pkgdesc="declarative APK-based container building tool with support for Sigstore signatures" url="https://github.com/chainguard-dev/apko" arch="all" @@ -16,6 +16,10 @@ subpackages=" " source="https://github.com/chainguard-dev/apko/archive/v$pkgver/apko-$pkgver.tar.gz" +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" + build() { mkdir build go build -o build/ -tags -tags=pivkey,pkcs11key "$builddir"/... @@ -38,5 +42,5 @@ package() { } sha512sums=" -950c73f5beebe991608a5a75fea0dbd85f64b9ae9e9a9e9fd47f65d4d9254da1bb53ec87c425f07bcc59b47b29a8a2f2719d2ecc9708fca14faea51aa19f3be7 apko-0.3.2.tar.gz +7560b11f9e58dd644df817a95a166c0d5f5b3e414a3554fc0c5c797401893fc888ca1a840461a11dfdcf202b5b7acb71bd282aec959cd4173a2424bf39922cf3 apko-0.5.0.tar.gz " diff --git a/testing/apmpkg/APKBUILD b/testing/apmpkg/APKBUILD index 35ad37c1ab..c027e9ca76 100644 --- a/testing/apmpkg/APKBUILD +++ b/testing/apmpkg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: kedap <kedap.dev@protonmail.com> pkgname=apmpkg pkgver=1.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Package Manager as a model: PKGBUILD" url="https://github.com/kedap/apmpkg" # armhf: test timeout @@ -10,7 +10,7 @@ url="https://github.com/kedap/apmpkg" arch="all !s390x !armhf !riscv64" license="Apache-2.0" depends="git fakeroot wget ruby-bundler py3-pip bash ruby-dev npm" -makedepends="cargo openssl-dev patchutils" +makedepends="cargo openssl-dev>3 patchutils" subpackages=" $pkgname-doc $pkgname-bash-completion diff --git a/testing/aports-glmr/APKBUILD b/testing/aports-glmr/APKBUILD index cd83953910..83ede18bae 100644 --- a/testing/aports-glmr/APKBUILD +++ b/testing/aports-glmr/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=aports-glmr pkgver=0.2 -pkgrel=5 +pkgrel=7 pkgdesc="CLI tool to search open merge requests for aports" url="https://gitlab.alpinelinux.org/ncopa/aports-glmr" license="MIT" @@ -10,6 +10,10 @@ makedepends="go" source="https://gitlab.alpinelinux.org/ncopa/aports-glmr/-/archive/$pkgver/aports-glmr-$pkgver.tar.gz" options="!check" # no checks +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" + build() { make } diff --git a/testing/apptainer/APKBUILD b/testing/apptainer/APKBUILD index 5e58a35c91..8645e800c1 100644 --- a/testing/apptainer/APKBUILD +++ b/testing/apptainer/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=apptainer -pkgver=1.0.2 -pkgrel=1 +pkgver=1.0.3 +pkgrel=2 pkgdesc="Apptainer - application containers for Linux" url="https://apptainer.org/" # aarch64: segmentation fault during build @@ -23,6 +23,9 @@ source="https://github.com/apptainer/apptainer/releases/download/v$pkgver/apptai export GOPATH="$srcdir" export GOFLAGS="$GOFLAGS -modcacherw -trimpath" +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" prepare() { default_prepare @@ -49,5 +52,5 @@ package() { } sha512sums=" -c29d04eff3a2ee7126c9bbb65664540a446fe695efc9c4662a6da151b2e809d55c1f5a7b5bddb82ba4fdd41a49ceb538c00a72778a4ed1d0306ff5f49d2f4d53 apptainer-1.0.2.tar.gz +93ebe5abce32f35d56fe7d0f818703961cb7f7115965bad387fc895a275d45b569efeecf57ab5778457732233caa57651cd011a3bcac5ed5aaf2dd665082d959 apptainer-1.0.3.tar.gz " diff --git a/testing/apt-dater/APKBUILD b/testing/apt-dater/APKBUILD index f21315c001..cadaf8bc0f 100644 --- a/testing/apt-dater/APKBUILD +++ b/testing/apt-dater/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Henrik Riomar <henrik.riomar@gmail.com> pkgname=apt-dater pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="terminal-based remote package update manager" url="https://github.com/DE-IBH/apt-dater" arch="all" license="GPL-2.0-or-later" -depends="lockfile-progs screen openssh-client util-linux" +depends="lockfile-progs screen openssh-client util-linux-misc" makedepends="automake popt-dev glib-dev ncurses-dev tcl-dev libconfig-dev libxml2-dev xxd" subpackages="$pkgname-doc $pkgname-lang" diff --git a/testing/archiso/APKBUILD b/testing/archiso/APKBUILD index 9a41f91e0c..b691ba5170 100644 --- a/testing/archiso/APKBUILD +++ b/testing/archiso/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Clayton Craft <clayton@craftyguy.net> # Maintainer: Clayton Craft <clayton@craftyguy.net> pkgname=archiso -pkgver=59 +pkgver=65 pkgrel=0 pkgdesc="tools for creating Arch Linux live and install iso images" url="https://gitlab.archlinux.org/archlinux/archiso" @@ -31,5 +31,5 @@ package() { } sha512sums=" -daf69ec778a5c4769cd46a23935dc50366a140667e1a97d097ad9b651a6c86845cde33c50915853849de3ebcb74e79c52ecdf803c99aa02866887c6ec3afc770 archiso-v59.tar.gz +6e68ed2efbbbe4d581ccf6fd36d70b84ffdf4f2d8ba418bfa73bb278de12d4f3f93740ddda4f2c82a4f035b0a096f0dd30d4934bd86442cd5a386c95df547b6f archiso-v65.tar.gz " diff --git a/testing/ardour/APKBUILD b/testing/ardour/APKBUILD index 3fc63262f3..185e31a417 100644 --- a/testing/ardour/APKBUILD +++ b/testing/ardour/APKBUILD @@ -2,12 +2,10 @@ # Maintainer: David Demelier <markand@malikania.fr> pkgname=ardour pkgver=6.9.0 -pkgrel=0 +pkgrel=4 pkgdesc="professional-grade digital audio workstation" url="https://ardour.org/" -#arch="all !ppc64le" # Does not build on ppc64le. -# source is gone even though this is the current version -arch="" # Source is volatile (upstream deletes old distfiles) +arch="all !ppc64le" # Does not build on ppc64le. license="GPL-2.0-or-later" makedepends=" alsa-lib-dev @@ -20,7 +18,6 @@ makedepends=" itstool jack-dev libarchive-dev - libexecinfo-dev liblo-dev libpng-dev libsamplerate-dev @@ -41,9 +38,9 @@ makedepends=" fluidsynth-dev hidapi-dev " -source="https://community.ardour.org/src/Ardour-$pkgver.tar.bz2 - disable-backtrace.patch - always-link-execinfo.patch" +# the tarballs get randomly removed- ping someone in #alpine-devel to update +# this +source="https://dev.alpinelinux.org/archive/ardour/Ardour-$pkgver.tar.bz2" builddir="$srcdir/Ardour-$pkgver" build() { @@ -70,6 +67,4 @@ package() { sha512sums=" ace45f5bfe6d0c9e4bb1712ae53ebaee2f15f883045650cae3ddcae251d4fd2f645ba745effb739b47c73a0568ae9e8ae443b711dd610584e04575fd9046b234 Ardour-6.9.0.tar.bz2 -6f41e58e94f39831493467571f75566f02b31ef1bbdf7e65bd100ee846c9d2bb56ce8b6ce653d0ed362571935f333e3d276f047c471548c6f85453d2f5af80db disable-backtrace.patch -ac93e7761aac490ed0675d24ac544cacc7ba4579490baf5f7da6c2cdf218f929d0bada39a3689a62affcf759d070359cdcc1a5b919aa225fcf6cde3b419e7e7b always-link-execinfo.patch " diff --git a/testing/ardour/always-link-execinfo.patch b/testing/ardour/always-link-execinfo.patch deleted file mode 100644 index 02d2dc080d..0000000000 --- a/testing/ardour/always-link-execinfo.patch +++ /dev/null @@ -1,13 +0,0 @@ -Upstream: not yet, need proper alternative. ---- a/libs/pbd/wscript 2020-05-27 15:46:59.641983074 +0200 -+++ b/libs/pbd/wscript 2020-05-27 15:47:08.208661970 +0200 -@@ -181,8 +181,7 @@ - obj.install_path = bld.env['LIBDIR'] - obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ] - -- if sys.platform.startswith('netbsd'): -- obj.linkflags = '-lexecinfo' -+ obj.ldflags = '-lexecinfo' - - if bld.env['build_target'] == 'x86_64': - obj.defines += [ 'USE_X86_64_ASM' ] diff --git a/testing/ardour/disable-backtrace.patch b/testing/ardour/disable-backtrace.patch deleted file mode 100644 index 7d8fc61bb3..0000000000 --- a/testing/ardour/disable-backtrace.patch +++ /dev/null @@ -1,13 +0,0 @@ -Disable use of execinfo backtrace because it causes a crash. - -Upstream bug report: https://tracker.ardour.org/view.php?id=8211 ---- a/libs/pbd/wscript 2020-06-10 14:33:53.822160367 +0200 -+++ b/libs/pbd/wscript 2020-06-10 14:34:03.742215341 +0200 -@@ -109,7 +109,6 @@ - autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.32.0', mandatory=True) - autowaf.check_pkg(conf, 'giomm-2.4', uselib_store='GIOMM', atleast_version='2.2', mandatory=True) - -- conf.check(header_name='execinfo.h', define_name='HAVE_EXECINFO',mandatory=False) - conf.check(header_name='unistd.h', define_name='HAVE_UNISTD',mandatory=False) - if not Options.options.ppc: - conf.check_cc( diff --git a/testing/arti/APKBUILD b/testing/arti/APKBUILD new file mode 100644 index 0000000000..5f307e493b --- /dev/null +++ b/testing/arti/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: omni <omni+alpine@hack.org> +# Maintainer: omni <omni+alpine@hack.org> +pkgname=arti +pkgver=0.6.0 +pkgrel=0 +pkgdesc="An implementation of Tor, in Rust" +# ppc64le & s390x blocked by ring crate +arch="all !ppc64le !s390x !riscv64" +url="https://docs.rs/arti/latest/arti/" +license="GPL-3.0-or-later" +makedepends="cargo openssl-dev>3 sqlite-dev zstd-dev xz-dev" +source="$pkgname-$pkgver.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v$pkgver/arti-arti-v$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgname-v$pkgver" + +prepare() { + default_prepare + cargo fetch --locked +} + +build() { + cargo build --release --frozen +} + +check() { + cargo test --frozen +} + +package() { + install -Dm0755 target/release/arti -t "$pkgdir"/usr/bin +} + +sha512sums=" +a8e58672ced0a053315ed066219d712e5bf225212c14d9e5e7cc4fd66391f6c0cf5d417de7f755a52ca380a4887a14496c7ea12344e56a978edf409cfdcc22b1 arti-0.6.0.tar.gz +" diff --git a/testing/asciinema-rs/APKBUILD b/testing/asciinema-rs/APKBUILD index 0c806f7312..34fe4be037 100644 --- a/testing/asciinema-rs/APKBUILD +++ b/testing/asciinema-rs/APKBUILD @@ -2,25 +2,30 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=asciinema-rs pkgver=0.5.1 -pkgrel=0 +pkgrel=2 pkgdesc="A reimplementation of the asciinema command line program written in Rust." url="https://github.com/LegNeato/asciinema-rs" arch="x86_64" # Limited by cargo license="Apache-2.0 MIT" -provides="asciinema" makedepends="cargo openssl-dev" -source="https://github.com/LegNeato/asciinema-rs/archive/v$pkgver/$pkgname-v$pkgver.tar.gz" +source="https://github.com/LegNeato/asciinema-rs/archive/v$pkgver/asciinema-rs-v$pkgver.tar.gz + openssl3.patch + " +options="!check" # fail on 'home' build() { - cargo build --release --locked + cargo build --release --locked } check() { - cargo test --release --locked + cargo test --release --locked } package() { - install -Dt "$pkgdir"/usr/bin target/release/asciinema + install -Dt "$pkgdir"/usr/bin target/release/asciinema } -sha512sums="59a786a6a82122c33200bc7eb30e96e38548e45eb478eae259fa8ccd601b0bd596d4d9066ce75a5dc95abdaa97554f4a05cc2218b4c228566a65ed510d35c600 asciinema-rs-v0.5.1.tar.gz" +sha512sums=" +59a786a6a82122c33200bc7eb30e96e38548e45eb478eae259fa8ccd601b0bd596d4d9066ce75a5dc95abdaa97554f4a05cc2218b4c228566a65ed510d35c600 asciinema-rs-v0.5.1.tar.gz +0618071301549fa61965c2644a0f6b717caa54ab3ec60c4d345e182b89180a6ab03956f9a027f9e72c7ea99d9212689ab24e9b7f70e924d6d45e3efc17496812 openssl3.patch +" diff --git a/testing/asciinema-rs/openssl3.patch b/testing/asciinema-rs/openssl3.patch new file mode 100644 index 0000000000..0133cb1664 --- /dev/null +++ b/testing/asciinema-rs/openssl3.patch @@ -0,0 +1,2546 @@ +diff --git a/Cargo.lock b/Cargo.lock +index 82e57ee..e4acba8 100644 +--- a/Cargo.lock ++++ b/Cargo.lock +@@ -1,1843 +1,1911 @@ ++# This file is automatically @generated by Cargo. ++# It is not intended for manual editing. ++version = 3 ++ + [[package]] + name = "adler32" + version = "1.0.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" + + [[package]] + name = "aho-corasick" + version = "0.6.9" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" + dependencies = [ +- "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "memchr 2.1.1", + ] + + [[package]] + name = "ansi_term" + version = "0.11.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" + dependencies = [ +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "winapi 0.3.6", + ] + + [[package]] + name = "arrayvec" + version = "0.4.7" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" + dependencies = [ +- "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ++ "nodrop", + ] + + [[package]] + name = "asciicast" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "4521e5a844fab4639ec32b21de3a2639f7c2783ba6bb9daead2672b6a298ed7b" + dependencies = [ +- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", ++ "chrono", ++ "serde 1.0.80", ++ "serde_derive", ++ "serde_json", + ] + + [[package]] + name = "asciinema" + version = "0.5.1" + dependencies = [ +- "asciicast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "config 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "os_type 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "pty-shell 0.3.0", +- "reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", +- "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", +- "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "asciicast", ++ "chrono", ++ "config", ++ "derive_builder", ++ "failure", ++ "libc", ++ "openssl-probe", ++ "os_type", ++ "pty-shell", ++ "reqwest", ++ "serde 1.0.80", ++ "serde_derive", ++ "serde_json", ++ "structopt", ++ "tempfile", ++ "termcolor", ++ "termion", ++ "url", ++ "url_serde", ++ "uuid 0.6.5", + ] + + [[package]] + name = "atty" + version = "0.2.11" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" + dependencies = [ +- "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.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", ++ "termion", ++ "winapi 0.3.6", + ] + ++[[package]] ++name = "autocfg" ++version = "1.1.0" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" ++ + [[package]] + name = "backtrace" + version = "0.3.9" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" + dependencies = [ +- "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "backtrace-sys", ++ "cfg-if 0.1.6", ++ "libc", ++ "rustc-demangle", ++ "winapi 0.3.6", + ] + + [[package]] + name = "backtrace-sys" + version = "0.1.24" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0" + dependencies = [ +- "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)", ++ "cc", ++ "libc", + ] + + [[package]] + name = "base64" + version = "0.9.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" + dependencies = [ +- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "byteorder", ++ "safemem", + ] + + [[package]] + name = "bitflags" + version = "0.4.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" + + [[package]] + name = "bitflags" + version = "1.0.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" + + [[package]] + name = "build_const" + version = "0.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" + + [[package]] + name = "byteorder" + version = "1.2.7" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" + + [[package]] + name = "bytes" + version = "0.3.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27" + + [[package]] + name = "bytes" + version = "0.4.10" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62" + dependencies = [ +- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "byteorder", ++ "iovec", + ] + + [[package]] + name = "cc" + version = "1.0.25" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" + + [[package]] + name = "cfg-if" + version = "0.1.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" ++ ++[[package]] ++name = "cfg-if" ++version = "1.0.0" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + + [[package]] + name = "chrono" + version = "0.4.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" + dependencies = [ +- "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", +- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", ++ "num-integer", ++ "num-traits 0.2.6", ++ "serde 1.0.80", ++ "time", + ] + + [[package]] + name = "clap" + version = "2.32.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" + dependencies = [ +- "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", +- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "ansi_term", ++ "atty", ++ "bitflags 1.0.4", ++ "strsim", ++ "textwrap", ++ "unicode-width", ++ "vec_map", + ] + + [[package]] + name = "cloudabi" + version = "0.0.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" + dependencies = [ +- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bitflags 1.0.4", + ] + + [[package]] + name = "config" + version = "0.8.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e595d1735d8ab6b04906bbdcfc671cce2a5e609b6f8e92865e67331cc2f41ba4" + dependencies = [ +- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", +- "toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "lazy_static 1.2.0", ++ "nom", ++ "serde 1.0.80", ++ "serde-hjson", ++ "serde_json", ++ "toml", ++ "yaml-rust", + ] + + [[package]] + name = "core-foundation" + version = "0.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" + dependencies = [ +- "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "core-foundation-sys", ++ "libc", + ] + + [[package]] + name = "core-foundation-sys" + version = "0.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", + ] + + [[package]] + name = "crc" + version = "1.8.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" + dependencies = [ +- "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "build_const", + ] + + [[package]] + name = "crossbeam-deque" + version = "0.6.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1" + dependencies = [ +- "crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "crossbeam-epoch", ++ "crossbeam-utils", + ] + + [[package]] + name = "crossbeam-epoch" + version = "0.5.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9" + dependencies = [ +- "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ++ "arrayvec", ++ "cfg-if 0.1.6", ++ "crossbeam-utils", ++ "lazy_static 1.2.0", ++ "memoffset", ++ "scopeguard", + ] + + [[package]] + name = "crossbeam-utils" + version = "0.5.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" + + [[package]] + name = "derive_builder" + version = "0.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8c998e6ab02a828dd9735c18f154e14100e674ed08cb4e1938f0e4177543f439" + dependencies = [ +- "derive_builder_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", +- "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", ++ "derive_builder_core", ++ "quote 0.3.15", ++ "syn 0.11.11", + ] + + [[package]] + name = "derive_builder_core" + version = "0.2.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "735e24ee9e5fa8e16b86da5007856e97d592e11867e45d76e0c0d0a164a0b757" + dependencies = [ +- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", +- "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", ++ "quote 0.3.15", ++ "syn 0.11.11", + ] + + [[package]] + name = "dtoa" + version = "0.4.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" + + [[package]] + name = "encoding_rs" + version = "0.8.10" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "065f4d0c826fdaef059ac45487169d918558e3cf86c9d89f6e81cf52369126e5" + dependencies = [ +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "cfg-if 0.1.6", + ] + + [[package]] + name = "errno" + version = "0.1.8" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2" + dependencies = [ +- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ++ "kernel32-sys", ++ "libc", ++ "winapi 0.2.8", + ] + + [[package]] + name = "failure" + version = "0.1.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" + dependencies = [ +- "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ++ "backtrace", ++ "failure_derive", + ] + + [[package]] + name = "failure_derive" + version = "0.1.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596" + dependencies = [ +- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", +- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", +- "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "proc-macro2 0.4.20", ++ "quote 0.6.9", ++ "syn 0.15.18", ++ "synstructure", + ] + + [[package]] + name = "fnv" + version = "1.0.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" + + [[package]] + name = "foreign-types" + version = "0.3.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" + dependencies = [ +- "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "foreign-types-shared", + ] + + [[package]] + name = "foreign-types-shared" + version = "0.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + + [[package]] + name = "fuchsia-zircon" + version = "0.3.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" + dependencies = [ +- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bitflags 1.0.4", ++ "fuchsia-zircon-sys", + ] + + [[package]] + name = "fuchsia-zircon-sys" + version = "0.3.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" + + [[package]] + name = "futures" + version = "0.1.25" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" + + [[package]] + name = "futures-cpupool" + version = "0.1.8" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" + dependencies = [ +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "futures", ++ "num_cpus", + ] + + [[package]] + name = "gcc" + version = "0.3.55" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" + + [[package]] + name = "h2" + version = "0.1.13" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed" + dependencies = [ +- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", +- "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ++ "byteorder", ++ "bytes 0.4.10", ++ "fnv", ++ "futures", ++ "http", ++ "indexmap", ++ "log 0.4.6", ++ "slab 0.4.1", ++ "string", ++ "tokio-io", + ] + + [[package]] + name = "heck" + version = "0.3.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82" + dependencies = [ +- "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "unicode-segmentation", + ] + + [[package]] + name = "http" + version = "0.1.13" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "fnv", ++ "itoa", + ] + + [[package]] + name = "httparse" + version = "1.3.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" + + [[package]] + name = "hyper" + version = "0.12.13" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "95ffee0d1d30de4313fdaaa485891ce924991d45bbc18adfc8ac5b1639e62fbb" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", +- "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", +- "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", +- "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "futures-cpupool", ++ "h2", ++ "http", ++ "httparse", ++ "iovec", ++ "itoa", ++ "log 0.4.6", ++ "net2", ++ "time", ++ "tokio", ++ "tokio-executor", ++ "tokio-io", ++ "tokio-reactor", ++ "tokio-tcp", ++ "tokio-threadpool", ++ "tokio-timer", ++ "want", + ] + + [[package]] + name = "hyper-tls" + version = "0.3.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)", +- "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "hyper", ++ "native-tls", ++ "tokio-io", + ] + + [[package]] + name = "idna" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" + dependencies = [ +- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ++ "matches", ++ "unicode-bidi", ++ "unicode-normalization", + ] + + [[package]] + name = "indexmap" + version = "1.0.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" + + [[package]] + name = "iovec" + version = "0.1.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", ++ "winapi 0.2.8", + ] + + [[package]] + name = "itoa" + version = "0.4.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" + + [[package]] + name = "kernel32-sys" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" + dependencies = [ +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "winapi 0.2.8", ++ "winapi-build", + ] + + [[package]] + name = "lazy_static" + version = "0.2.11" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" + + [[package]] + name = "lazy_static" + version = "1.2.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" + + [[package]] + name = "lazycell" + version = "1.2.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" + + [[package]] + name = "libc" + version = "0.2.43" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" + + [[package]] + name = "libflate" + version = "0.1.18" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936" + dependencies = [ +- "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "adler32", ++ "byteorder", ++ "crc", + ] + + [[package]] + name = "linked-hash-map" + version = "0.3.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" + dependencies = [ +- "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", ++ "serde 0.8.23", ++ "serde_test", + ] + + [[package]] + name = "linked-hash-map" + version = "0.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" + + [[package]] + name = "lock_api" + version = "0.1.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" + dependencies = [ +- "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ++ "owning_ref", ++ "scopeguard", + ] + + [[package]] + name = "log" + version = "0.3.9" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" + dependencies = [ +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "log 0.4.6", + ] + + [[package]] + name = "log" + version = "0.4.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" + dependencies = [ +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "cfg-if 0.1.6", + ] + + [[package]] + name = "matches" + version = "0.1.8" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" + + [[package]] + name = "memchr" + version = "1.0.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", + ] + + [[package]] + name = "memchr" + version = "2.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" + dependencies = [ +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "cfg-if 0.1.6", ++ "libc", ++ "version_check", + ] + + [[package]] + name = "memoffset" + version = "0.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" + + [[package]] + name = "mime" + version = "0.3.12" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0a907b83e7b9e987032439a387e187119cddafc92d5c2aaeb1d92580a793f630" + dependencies = [ +- "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "unicase 2.2.0", + ] + + [[package]] + name = "mime_guess" + version = "2.0.0-alpha.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed" + dependencies = [ +- "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", +- "phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", +- "phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "mime", ++ "phf", ++ "phf_codegen", ++ "unicase 1.4.2", + ] + + [[package]] + name = "mio" + version = "0.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e" + dependencies = [ +- "bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", +- "nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.3.0", ++ "libc", ++ "log 0.3.9", ++ "miow 0.1.5", ++ "net2", ++ "nix 0.5.1", ++ "slab 0.1.3", ++ "time", ++ "winapi 0.2.8", + ] + + [[package]] + name = "mio" + version = "0.6.16" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" + dependencies = [ +- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", +- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ++ "fuchsia-zircon", ++ "fuchsia-zircon-sys", ++ "iovec", ++ "kernel32-sys", ++ "lazycell", ++ "libc", ++ "log 0.4.6", ++ "miow 0.2.1", ++ "net2", ++ "slab 0.4.1", ++ "winapi 0.2.8", + ] + + [[package]] + name = "mio-uds" + version = "0.6.7" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" + dependencies = [ +- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", ++ "iovec", ++ "libc", ++ "mio 0.6.16", + ] + + [[package]] + name = "miow" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1" + dependencies = [ +- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "kernel32-sys", ++ "net2", ++ "winapi 0.2.8", ++ "ws2_32-sys", + ] + + [[package]] + name = "miow" + version = "0.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" + dependencies = [ +- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "kernel32-sys", ++ "net2", ++ "winapi 0.2.8", ++ "ws2_32-sys", + ] + + [[package]] + name = "native-tls" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" + dependencies = [ +- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "openssl 0.10.15 (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.39 (registry+https://github.com/rust-lang/crates.io-index)", +- "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", +- "security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ++ "lazy_static 1.2.0", ++ "libc", ++ "log 0.4.6", ++ "openssl", ++ "openssl-probe", ++ "openssl-sys", ++ "schannel", ++ "security-framework", ++ "security-framework-sys", ++ "tempfile", + ] + + [[package]] + name = "net2" + version = "0.2.33" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" + dependencies = [ +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "cfg-if 0.1.6", ++ "libc", ++ "winapi 0.3.6", + ] + + [[package]] + name = "nix" + version = "0.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79" + dependencies = [ +- "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bitflags 0.4.0", ++ "libc", + ] + + [[package]] + name = "nix" + version = "0.10.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f" + dependencies = [ +- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bitflags 1.0.4", ++ "bytes 0.4.10", ++ "cfg-if 0.1.6", ++ "gcc", ++ "libc", ++ "void", + ] + + [[package]] + name = "nodrop" + version = "0.1.12" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" + + [[package]] + name = "nom" + version = "3.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" + dependencies = [ +- "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "memchr 1.0.2", + ] + + [[package]] + name = "num-integer" + version = "0.1.39" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" + dependencies = [ +- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "num-traits 0.2.6", + ] + + [[package]] + name = "num-traits" + version = "0.1.43" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" + dependencies = [ +- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "num-traits 0.2.6", + ] + + [[package]] + name = "num-traits" + version = "0.2.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" + + [[package]] + name = "num_cpus" + version = "1.8.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", + ] + + [[package]] +-name = "openssl" +-version = "0.10.15" ++name = "once_cell" ++version = "1.13.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" ++ ++[[package]] ++name = "openssl" ++version = "0.10.41" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" + dependencies = [ +- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bitflags 1.0.4", ++ "cfg-if 1.0.0", ++ "foreign-types", ++ "libc", ++ "once_cell", ++ "openssl-macros", ++ "openssl-sys", ++] ++ ++[[package]] ++name = "openssl-macros" ++version = "0.1.0" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" ++dependencies = [ ++ "proc-macro2 1.0.43", ++ "quote 1.0.21", ++ "syn 1.0.99", + ] + + [[package]] + name = "openssl-probe" + version = "0.1.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" + + [[package]] + name = "openssl-sys" +-version = "0.9.39" ++version = "0.9.75" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" + dependencies = [ +- "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.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "autocfg", ++ "cc", ++ "libc", ++ "pkg-config", ++ "vcpkg", + ] + + [[package]] + name = "os_type" + version = "2.2.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7edc011af0ae98b7f88cf7e4a83b70a54a75d2b8cb013d6efd02e5956207e9eb" + dependencies = [ +- "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "regex", + ] + + [[package]] + name = "owning_ref" + version = "0.3.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" + dependencies = [ +- "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "stable_deref_trait", + ] + + [[package]] + name = "parking_lot" + version = "0.6.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" + dependencies = [ +- "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "lock_api", ++ "parking_lot_core", + ] + + [[package]] + name = "parking_lot_core" + version = "0.3.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", ++ "rand 0.5.5", ++ "rustc_version", ++ "smallvec", ++ "winapi 0.3.6", + ] + + [[package]] + name = "percent-encoding" + version = "1.0.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" + + [[package]] + name = "phf" + version = "0.7.23" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6" + dependencies = [ +- "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", ++ "phf_shared", + ] + + [[package]] + name = "phf_codegen" + version = "0.7.23" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7d187f00cd98d5afbcd8898f6cf181743a449162aeb329dcd2f3849009e605ad" + dependencies = [ +- "phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", +- "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", ++ "phf_generator", ++ "phf_shared", + ] + + [[package]] + name = "phf_generator" + version = "0.7.23" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "03dc191feb9b08b0dc1330d6549b795b9d81aec19efe6b4a45aec8d4caee0c4b" + dependencies = [ +- "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "phf_shared", ++ "rand 0.5.5", + ] + + [[package]] + name = "phf_shared" + version = "0.7.23" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93" + dependencies = [ +- "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "siphasher", ++ "unicase 1.4.2", + ] + + [[package]] + name = "pkg-config" + version = "0.3.14" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" + + [[package]] + name = "proc-macro2" + version = "0.4.20" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee" + dependencies = [ +- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "unicode-xid 0.1.0", ++] ++ ++[[package]] ++name = "proc-macro2" ++version = "1.0.43" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" ++dependencies = [ ++ "unicode-ident", + ] + + [[package]] + name = "pty" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8" + dependencies = [ +- "errno 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "errno", ++ "libc", + ] + + [[package]] + name = "pty-shell" + version = "0.3.0" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "pty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", ++ "mio 0.5.1", ++ "nix 0.10.0", ++ "pty", ++ "termios", + ] + + [[package]] + name = "quote" + version = "0.3.15" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" + + [[package]] + name = "quote" + version = "0.6.9" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b" + dependencies = [ +- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", ++ "proc-macro2 0.4.20", ++] ++ ++[[package]] ++name = "quote" ++version = "1.0.21" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" ++dependencies = [ ++ "proc-macro2 1.0.43", + ] + + [[package]] + name = "rand" + version = "0.4.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" + dependencies = [ +- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "fuchsia-zircon", ++ "libc", ++ "winapi 0.3.6", + ] + + [[package]] + name = "rand" + version = "0.5.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" + dependencies = [ +- "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "cloudabi", ++ "fuchsia-zircon", ++ "libc", ++ "rand_core 0.2.2", ++ "winapi 0.3.6", + ] + + [[package]] + name = "rand_core" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" + dependencies = [ +- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rand_core 0.3.0", + ] + + [[package]] + name = "rand_core" + version = "0.3.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" + + [[package]] + name = "redox_syscall" + version = "0.1.40" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" + + [[package]] + name = "redox_termios" + version = "0.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" + dependencies = [ +- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", ++ "redox_syscall", + ] + + [[package]] + name = "regex" + version = "1.0.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467" + dependencies = [ +- "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "aho-corasick", ++ "memchr 2.1.1", ++ "regex-syntax", ++ "thread_local", ++ "utf8-ranges", + ] + + [[package]] + name = "regex-syntax" + version = "0.6.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" + dependencies = [ +- "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "ucd-util", + ] + + [[package]] + name = "remove_dir_all" + version = "0.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" + dependencies = [ +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "winapi 0.3.6", + ] + + [[package]] + name = "reqwest" + version = "0.9.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "00a5870d8edc74fc6e1eb58edbd2815d2243e1a2255d6bf9c82a7a875901b5db" + dependencies = [ +- "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", +- "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)", +- "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", +- "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "base64", ++ "bytes 0.4.10", ++ "encoding_rs", ++ "futures", ++ "http", ++ "hyper", ++ "hyper-tls", ++ "libflate", ++ "log 0.4.6", ++ "mime", ++ "mime_guess", ++ "native-tls", ++ "serde 1.0.80", ++ "serde_json", ++ "serde_urlencoded", ++ "tokio", ++ "tokio-io", ++ "url", ++ "uuid 0.7.1", + ] + + [[package]] + name = "rustc-demangle" + version = "0.1.9" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" + + [[package]] + name = "rustc_version" + version = "0.2.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" + dependencies = [ +- "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "semver", + ] + + [[package]] + name = "ryu" + version = "0.2.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" + + [[package]] + name = "safemem" + version = "0.3.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" + + [[package]] + name = "schannel" + version = "0.1.14" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56" + dependencies = [ +- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "lazy_static 1.2.0", ++ "winapi 0.3.6", + ] + + [[package]] + name = "scopeguard" + version = "0.3.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" + + [[package]] + name = "security-framework" + version = "0.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0" + dependencies = [ +- "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "core-foundation", ++ "core-foundation-sys", ++ "libc", ++ "security-framework-sys", + ] + + [[package]] + name = "security-framework-sys" + version = "0.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf" + dependencies = [ +- "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "core-foundation-sys", ++ "libc", + ] + + [[package]] + name = "semver" + version = "0.9.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" + dependencies = [ +- "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "semver-parser", + ] + + [[package]] + name = "semver-parser" + version = "0.7.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" + + [[package]] + name = "serde" + version = "0.8.23" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" + + [[package]] + name = "serde" + version = "1.0.80" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" + + [[package]] + name = "serde-hjson" + version = "0.8.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" + dependencies = [ +- "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", +- "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", ++ "lazy_static 0.2.11", ++ "linked-hash-map 0.3.0", ++ "num-traits 0.1.43", ++ "regex", ++ "serde 0.8.23", + ] + + [[package]] + name = "serde_derive" + version = "1.0.80" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" + dependencies = [ +- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", +- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", ++ "proc-macro2 0.4.20", ++ "quote 0.6.9", ++ "syn 0.15.18", + ] + + [[package]] + name = "serde_json" + version = "1.0.32" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" + dependencies = [ +- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ++ "itoa", ++ "ryu", ++ "serde 1.0.80", + ] + + [[package]] + name = "serde_test" + version = "0.8.23" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" + dependencies = [ +- "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", ++ "serde 0.8.23", + ] + + [[package]] + name = "serde_urlencoded" + version = "0.5.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "aaed41d9fb1e2f587201b863356590c90c1157495d811430a0c0325fe8169650" + dependencies = [ +- "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "dtoa", ++ "itoa", ++ "serde 1.0.80", ++ "url", + ] + + [[package]] + name = "siphasher" + version = "0.2.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" + + [[package]] + name = "slab" + version = "0.1.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e" + + [[package]] + name = "slab" + version = "0.4.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d" + + [[package]] + name = "smallvec" + version = "0.6.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" + dependencies = [ +- "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "unreachable", + ] + + [[package]] + name = "stable_deref_trait" + version = "1.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" + + [[package]] + name = "string" + version = "0.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970" + + [[package]] + name = "strsim" + version = "0.7.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" + + [[package]] + name = "structopt" + version = "0.2.13" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "41c4a2479a078509940d82773d90ff824a8c89533ab3b59cd3ce8b0c0e369c02" + dependencies = [ +- "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ++ "clap", ++ "structopt-derive", + ] + + [[package]] + name = "structopt-derive" + version = "0.2.13" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "5352090cfae7a2c85e1a31146268b53396106c88ca5d6ccee2e3fae83b6e35c2" + dependencies = [ +- "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", +- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", ++ "heck", ++ "proc-macro2 0.4.20", ++ "quote 0.6.9", ++ "syn 0.15.18", + ] + + [[package]] + name = "syn" + version = "0.11.11" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" + dependencies = [ +- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", +- "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ++ "quote 0.3.15", ++ "synom", ++ "unicode-xid 0.0.4", + ] + + [[package]] + name = "syn" + version = "0.15.18" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430" + dependencies = [ +- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", +- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "proc-macro2 0.4.20", ++ "quote 0.6.9", ++ "unicode-xid 0.1.0", ++] ++ ++[[package]] ++name = "syn" ++version = "1.0.99" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" ++dependencies = [ ++ "proc-macro2 1.0.43", ++ "quote 1.0.21", ++ "unicode-ident", + ] + + [[package]] + name = "synom" + version = "0.11.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" + dependencies = [ +- "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ++ "unicode-xid 0.0.4", + ] + + [[package]] + name = "synstructure" + version = "0.10.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" + dependencies = [ +- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", +- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", +- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "proc-macro2 0.4.20", ++ "quote 0.6.9", ++ "syn 0.15.18", ++ "unicode-xid 0.1.0", + ] + + [[package]] + name = "tempfile" + version = "3.0.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b" + dependencies = [ +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", +- "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "cfg-if 0.1.6", ++ "libc", ++ "rand 0.5.5", ++ "redox_syscall", ++ "remove_dir_all", ++ "winapi 0.3.6", + ] + + [[package]] + name = "termcolor" + version = "0.3.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83" + dependencies = [ +- "wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "wincolor", + ] + + [[package]] + name = "termion" + version = "1.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", +- "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", ++ "redox_syscall", ++ "redox_termios", + ] + + [[package]] + name = "termios" + version = "0.3.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", + ] + + [[package]] + name = "textwrap" + version = "0.10.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" + dependencies = [ +- "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "unicode-width", + ] + + [[package]] + name = "thread_local" + version = "0.3.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" + dependencies = [ +- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "lazy_static 1.2.0", + ] + + [[package]] + name = "time" + version = "0.1.40" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" + dependencies = [ +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc", ++ "redox_syscall", ++ "winapi 0.3.6", + ] + + [[package]] + name = "tokio" + version = "0.1.11" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "mio 0.6.16", ++ "tokio-codec", ++ "tokio-current-thread", ++ "tokio-executor", ++ "tokio-fs", ++ "tokio-io", ++ "tokio-reactor", ++ "tokio-tcp", ++ "tokio-threadpool", ++ "tokio-timer", ++ "tokio-udp", ++ "tokio-uds", + ] + + [[package]] + name = "tokio-codec" + version = "0.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "tokio-io", + ] + + [[package]] + name = "tokio-current-thread" + version = "0.1.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" + dependencies = [ +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "futures", ++ "tokio-executor", + ] + + [[package]] + name = "tokio-executor" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" + dependencies = [ +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ++ "futures", + ] + + [[package]] + name = "tokio-fs" + version = "0.1.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75" + dependencies = [ +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ++ "futures", ++ "tokio-io", ++ "tokio-threadpool", + ] + + [[package]] + name = "tokio-io" + version = "0.1.10" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "log 0.4.6", + ] + + [[package]] + name = "tokio-reactor" + version = "0.1.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" + dependencies = [ +- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", +- "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", +- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ++ "crossbeam-utils", ++ "futures", ++ "lazy_static 1.2.0", ++ "log 0.4.6", ++ "mio 0.6.16", ++ "num_cpus", ++ "parking_lot", ++ "slab 0.4.1", ++ "tokio-executor", ++ "tokio-io", + ] + + [[package]] + name = "tokio-tcp" + version = "0.1.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "iovec", ++ "mio 0.6.16", ++ "tokio-io", ++ "tokio-reactor", + ] + + [[package]] + name = "tokio-threadpool" + version = "0.1.8" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68" + dependencies = [ +- "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "crossbeam-deque", ++ "crossbeam-utils", ++ "futures", ++ "log 0.4.6", ++ "num_cpus", ++ "rand 0.5.5", ++ "tokio-executor", + ] + + [[package]] + name = "tokio-timer" + version = "0.2.7" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" + dependencies = [ +- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "crossbeam-utils", ++ "futures", ++ "slab 0.4.1", ++ "tokio-executor", + ] + + [[package]] + name = "tokio-udp" + version = "0.1.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "log 0.4.6", ++ "mio 0.6.16", ++ "tokio-codec", ++ "tokio-io", ++ "tokio-reactor", + ] + + [[package]] + name = "tokio-uds" + version = "0.2.3" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70" + dependencies = [ +- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", +- "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "bytes 0.4.10", ++ "futures", ++ "iovec", ++ "libc", ++ "log 0.4.6", ++ "mio 0.6.16", ++ "mio-uds", ++ "tokio-io", ++ "tokio-reactor", + ] + + [[package]] + name = "toml" + version = "0.4.8" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65" + dependencies = [ +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ++ "serde 1.0.80", + ] + + [[package]] + name = "try-lock" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" + + [[package]] + name = "ucd-util" + version = "0.1.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444" + + [[package]] + name = "unicase" + version = "1.4.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" + dependencies = [ +- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "version_check", + ] + + [[package]] + name = "unicase" + version = "2.2.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" + dependencies = [ +- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "version_check", + ] + + [[package]] + name = "unicode-bidi" + version = "0.3.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" + dependencies = [ +- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ++ "matches", + ] + ++[[package]] ++name = "unicode-ident" ++version = "1.0.3" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" ++ + [[package]] + name = "unicode-normalization" + version = "0.1.7" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" + + [[package]] + name = "unicode-segmentation" + version = "1.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" + + [[package]] + name = "unicode-width" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" + + [[package]] + name = "unicode-xid" + version = "0.0.4" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" + + [[package]] + name = "unicode-xid" + version = "0.1.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" + + [[package]] + name = "unreachable" + version = "1.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" + dependencies = [ +- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "void", + ] + + [[package]] + name = "url" + version = "1.7.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" + dependencies = [ +- "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "idna", ++ "matches", ++ "percent-encoding", + ] + + [[package]] + name = "url_serde" + version = "0.2.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" + dependencies = [ +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", +- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "serde 1.0.80", ++ "url", + ] + + [[package]] + name = "utf8-ranges" + version = "1.0.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" + + [[package]] + name = "uuid" + version = "0.6.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" + dependencies = [ +- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ++ "cfg-if 0.1.6", ++ "rand 0.4.3", ++ "serde 1.0.80", + ] + + [[package]] + name = "uuid" + version = "0.7.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6" + dependencies = [ +- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rand 0.5.5", + ] + + [[package]] + name = "vcpkg" +-version = "0.2.6" ++version = "0.2.15" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + + [[package]] + name = "vec_map" + version = "0.8.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" + + [[package]] + name = "version_check" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" + + [[package]] + name = "void" + version = "1.0.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" + + [[package]] + name = "want" + version = "0.0.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" + dependencies = [ +- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ++ "futures", ++ "log 0.4.6", ++ "try-lock", + ] + + [[package]] + name = "winapi" + version = "0.2.8" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" + + [[package]] + name = "winapi" + version = "0.3.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" + dependencies = [ +- "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "winapi-i686-pc-windows-gnu", ++ "winapi-x86_64-pc-windows-gnu", + ] + + [[package]] + name = "winapi-build" + version = "0.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" + + [[package]] + name = "winapi-i686-pc-windows-gnu" + version = "0.4.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + + [[package]] + name = "winapi-x86_64-pc-windows-gnu" + version = "0.4.0" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + + [[package]] + name = "wincolor" + version = "0.1.6" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767" + dependencies = [ +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++ "winapi 0.3.6", + ] + + [[package]] + name = "ws2_32-sys" + version = "0.2.1" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" + dependencies = [ +- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "winapi 0.2.8", ++ "winapi-build", + ] + + [[package]] + name = "yaml-rust" + version = "0.4.2" + source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e" + dependencies = [ +- "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "linked-hash-map 0.5.1", + ] +- +-[metadata] +-"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" +-"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" +-"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" +-"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" +-"checksum asciicast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4521e5a844fab4639ec32b21de3a2639f7c2783ba6bb9daead2672b6a298ed7b" +-"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" +-"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" +-"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0" +-"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" +-"checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" +-"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" +-"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" +-"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" +-"checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27" +-"checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62" +-"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 chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" +-"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" +-"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" +-"checksum config 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e595d1735d8ab6b04906bbdcfc671cce2a5e609b6f8e92865e67331cc2f41ba4" +-"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" +-"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" +-"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" +-"checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1" +-"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9" +-"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" +-"checksum derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c998e6ab02a828dd9735c18f154e14100e674ed08cb4e1938f0e4177543f439" +-"checksum derive_builder_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "735e24ee9e5fa8e16b86da5007856e97d592e11867e45d76e0c0d0a164a0b757" +-"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" +-"checksum encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)" = "065f4d0c826fdaef059ac45487169d918558e3cf86c9d89f6e81cf52369126e5" +-"checksum errno 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2" +-"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" +-"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596" +-"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" +-"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +-"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" +-"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 futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" +-"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" +-"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" +-"checksum h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed" +-"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82" +-"checksum http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581" +-"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" +-"checksum hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)" = "95ffee0d1d30de4313fdaaa485891ce924991d45bbc18adfc8ac5b1639e62fbb" +-"checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661" +-"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" +-"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" +-"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" +-"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" +-"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" +-"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" +-"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" +-"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" +-"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" +-"checksum libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936" +-"checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" +-"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" +-"checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" +-"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" +-"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" +-"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" +-"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" +-"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" +-"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" +-"checksum mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0a907b83e7b9e987032439a387e187119cddafc92d5c2aaeb1d92580a793f630" +-"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed" +-"checksum mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e" +-"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" +-"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" +-"checksum miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1" +-"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +-"checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" +-"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" +-"checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f" +-"checksum nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79" +-"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" +-"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" +-"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" +-"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" +-"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" +-"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" +-"checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613" +-"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" +-"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106" +-"checksum os_type 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7edc011af0ae98b7f88cf7e4a83b70a54a75d2b8cb013d6efd02e5956207e9eb" +-"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" +-"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" +-"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" +-"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" +-"checksum phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6" +-"checksum phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "7d187f00cd98d5afbcd8898f6cf181743a449162aeb329dcd2f3849009e605ad" +-"checksum phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "03dc191feb9b08b0dc1330d6549b795b9d81aec19efe6b4a45aec8d4caee0c4b" +-"checksum phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93" +-"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" +-"checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee" +-"checksum pty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8" +-"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" +-"checksum quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b" +-"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" +-"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" +-"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" +-"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" +-"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" +-"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" +-"checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467" +-"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" +-"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" +-"checksum reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "00a5870d8edc74fc6e1eb58edbd2815d2243e1a2255d6bf9c82a7a875901b5db" +-"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" +-"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" +-"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" +-"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" +-"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56" +-"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" +-"checksum security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0" +-"checksum security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf" +-"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" +-"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +-"checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" +-"checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" +-"checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" +-"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" +-"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" +-"checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" +-"checksum serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aaed41d9fb1e2f587201b863356590c90c1157495d811430a0c0325fe8169650" +-"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" +-"checksum slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e" +-"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d" +-"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" +-"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" +-"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970" +-"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" +-"checksum structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "41c4a2479a078509940d82773d90ff824a8c89533ab3b59cd3ce8b0c0e369c02" +-"checksum structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5352090cfae7a2c85e1a31146268b53396106c88ca5d6ccee2e3fae83b6e35c2" +-"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" +-"checksum syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)" = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430" +-"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" +-"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" +-"checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b" +-"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83" +-"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" +-"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" +-"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" +-"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" +-"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" +-"checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895" +-"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" +-"checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" +-"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" +-"checksum tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75" +-"checksum tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21" +-"checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" +-"checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" +-"checksum tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68" +-"checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" +-"checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" +-"checksum tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70" +-"checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65" +-"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" +-"checksum ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444" +-"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" +-"checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" +-"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" +-"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" +-"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" +-"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" +-"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" +-"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" +-"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" +-"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" +-"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" +-"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" +-"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" +-"checksum uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6" +-"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" +-"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" +-"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" +-"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +-"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" +-"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" +-"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" +-"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" +-"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" +-"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +-"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767" +-"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" +-"checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e" diff --git a/testing/asuran-cli/APKBUILD b/testing/asuran-cli/APKBUILD index 03ce453ad2..746981fb01 100644 --- a/testing/asuran-cli/APKBUILD +++ b/testing/asuran-cli/APKBUILD @@ -2,14 +2,15 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=asuran-cli pkgver=0.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Asuran is a new archive format and rust implementation" url="https://gitlab.com/asuran-rs/asuran" arch="all !s390x !riscv64" license="BSD-2-Clause-Patent" -# TODO: Replace openssl1.1-compat-dev with openssl-dev after upgrade -makedepends="cargo openssl1.1-compat-dev" -source="https://gitlab.com/asuran-rs/asuran/-/archive/v$pkgver/asuran-v$pkgver.tar.gz" +makedepends="cargo openssl-dev" +source="https://gitlab.com/asuran-rs/asuran/-/archive/v$pkgver/asuran-v$pkgver.tar.gz + openssl3.patch + " builddir="$srcdir/asuran-v$pkgver" build() { @@ -38,4 +39,7 @@ package() { rm "$pkgdir"/usr/.crates2.json } -sha512sums="2345b9ad0daedc4b21707bcdae72f7678f8e8d7adb470f78088ceb88f8ca18d1661bc5126d6199d5e904b528c7b5b50e9f8c3d770b28b72fcad64c17e9b87add asuran-v0.1.6.tar.gz" +sha512sums=" +2345b9ad0daedc4b21707bcdae72f7678f8e8d7adb470f78088ceb88f8ca18d1661bc5126d6199d5e904b528c7b5b50e9f8c3d770b28b72fcad64c17e9b87add asuran-v0.1.6.tar.gz +d2a9d1415bf7caf95448d3068298d162359c76b27faf5ea2c62c7da9854f536bdcc7f0a3eabe95474a5f11926109978ba47a2b1aaf2dfa5d8d529c8e535457e0 openssl3.patch +" diff --git a/testing/asuran-cli/openssl3.patch b/testing/asuran-cli/openssl3.patch new file mode 100644 index 0000000000..ca08bd6da4 --- /dev/null +++ b/testing/asuran-cli/openssl3.patch @@ -0,0 +1,24 @@ +diff --git a/Cargo.lock b/Cargo.lock +index 37a048c..af29ddc 100644 +--- a/Cargo.lock ++++ b/Cargo.lock +@@ -1,5 +1,7 @@ + # This file is automatically @generated by Cargo. + # It is not intended for manual editing. ++version = 3 ++ + [[package]] + name = "aes-soft" + version = "0.4.0" +@@ -1071,9 +1073,9 @@ dependencies = [ + + [[package]] + name = "openssl-sys" +-version = "0.9.58" ++version = "0.9.75" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" ++checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" + dependencies = [ + "autocfg", + "cc", diff --git a/testing/async-profiler/APKBUILD b/testing/async-profiler/APKBUILD deleted file mode 100644 index 4ea1917d09..0000000000 --- a/testing/async-profiler/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: Andrey Pustovetov <andrey.pustovetov@gmail.com> -# Maintainer: -pkgname=async-profiler -pkgver=1.5 -pkgrel=2 -pkgdesc="Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events" -url="https://github.com/jvm-profiling-tools/async-profiler" -#arch="x86 x86_64" -license="Apache-2.0" -depends="bash" -makedepends="linux-headers java-jdk" -source="$pkgname-$pkgver.tar.gz::https://github.com/jvm-profiling-tools/async-profiler/archive/v$pkgver.tar.gz - thread-smoke-test_should_do_some_real_work.patch - " - -build() { - make -} - -check() { - # exclude tests depended to modify /proc/sys/kernel/perf_event_paranoid - JAVA_HOME="/usr/lib/jvm/default-jvm" \ - test/alloc-smoke-test.sh - echo "All tests passed" -} - -package() { - local homedir="/usr/share/$pkgname" - local destdir="$pkgdir/$homedir" - mkdir -p "$destdir" - install -Dm0644 "$builddir"/build/libasyncProfiler.so "$destdir"/build/libasyncProfiler.so - install -Dm0755 "$builddir"/build/jattach "$destdir"/build/jattach - install -Dm0755 "$builddir"/profiler.sh "$destdir"/profiler.sh - mkdir -p "$pkgdir"/usr/bin - ln -sf "$homedir"/profiler.sh "$pkgdir"/usr/bin/profiler.sh -} - -sha512sums="a127f6c676e2f06c2690ea04da660e36a5c127dc22b9f2edec801bd1829bcd3fb608572a8e38fcfa1e27067da27b16f77d2cb1fa7848e6afdf4bdda361f47e86 async-profiler-1.5.tar.gz -180d5a4231eab62399888491ae80338f38f0ebbfbd1157bea2d58bfc1f6c344d9ba144aa87deb11c2143a9df5dd21531fdcf98f2d5d9ce8f715e8caeb2b2ac2e thread-smoke-test_should_do_some_real_work.patch" diff --git a/testing/async-profiler/thread-smoke-test_should_do_some_real_work.patch b/testing/async-profiler/thread-smoke-test_should_do_some_real_work.patch deleted file mode 100644 index 3f0e4e83aa..0000000000 --- a/testing/async-profiler/thread-smoke-test_should_do_some_real_work.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/test/ThreadsTarget.java b/test/ThreadsTarget.java -index cc6289c..89b2ba9 100644 ---- a/test/ThreadsTarget.java -+++ b/test/ThreadsTarget.java -@@ -1,3 +1,5 @@ -+import java.math.BigInteger; -+ - public class ThreadsTarget { - public static void main(String[] args) { - new Thread(new Runnable() { -@@ -17,17 +19,17 @@ public class ThreadsTarget { - - static void methodForThreadEarlyEnd() { - long now = System.currentTimeMillis(); -- long counter = 0; -+ BigInteger counter = BigInteger.ZERO; - while (System.currentTimeMillis() - now < 300) { -- counter++; -+ counter = counter.nextProbablePrime(); - } - } - - static void methodForRenamedThread() { - long now = System.currentTimeMillis(); -- long counter = 0; -+ BigInteger counter = BigInteger.ZERO; - while (System.currentTimeMillis() - now < 1000) { -- counter++; -+ counter = counter.nextProbablePrime(); - } - } - } diff --git a/testing/atari800/APKBUILD b/testing/atari800/APKBUILD index 0820eca305..8faa8d88d5 100644 --- a/testing/atari800/APKBUILD +++ b/testing/atari800/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Paul Bredbury <brebs@sent.com> pkgname=atari800 -pkgver=4.2.0 -pkgrel=1 +pkgver=5.0.0 +pkgrel=0 pkgdesc="Atari 8-bit computer emulator" url="https://atari800.github.io/" arch="x86_64" @@ -26,4 +26,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="b27326182bacd8e1951d052f57fcd3ba4d25bb4db569bf1a1fa69556b454d3d02a1986c36141a5470249ef30c8b37e34a508deafde64d1b710712ff8fcfc8e55 ATARI800_4_2_0.tar.gz" +sha512sums=" +60ffc8a0abc06887f98af7c6447ce7d2841cb8dbceef0b8bf22e5a1448bb3553f680c7d2a26d6fdebd5ac443c7c96159f81f4bcc1586d8c3614fabdb3946a490 ATARI800_5_0_0.tar.gz +" diff --git a/testing/authenticator-rs/APKBUILD b/testing/authenticator-rs/APKBUILD new file mode 100644 index 0000000000..5a965b6e90 --- /dev/null +++ b/testing/authenticator-rs/APKBUILD @@ -0,0 +1,40 @@ +# Contributor: 3nodeproblem <git@3n.anonaddy.com> +# Maintainer: 3nodeproblem <git@3n.anonaddy.com> +pkgname=authenticator-rs +pkgver=0.7.1 +pkgrel=2 +pkgdesc="TOTP MFA/2FA application written in Rust and GTK3" +url="https://github.com/grumlimited/authenticator-rs" +arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust and cargo +license="GPL-3.0-or-later" +subpackages="$pkgname-lang" +makedepends=" + cargo + curl-dev + gtk+3.0-dev + meson + openssl-dev>3 + sqlite-dev + zlib-dev + " +source="https://github.com/grumlimited/authenticator-rs/archive/refs/tags/$pkgver/authenticator-rs-$pkgver.tar.gz" +options="net !check" # No tests + +# size optimisations +export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 +export CARGO_PROFILE_RELEASE_LTO=true +export CARGO_PROFILE_RELEASE_OPT_LEVEL="s" +export CARGO_PROFILE_RELEASE_PANIC="abort" + +build() { + RELEASE_VERSION=$pkgver make release-version + make release +} + +package() { + DESTDIR="$pkgdir" make install +} + +sha512sums=" +7480faf4b057f4af9d111a7a8c78d3b8c893ac2562e3dc5a2d70e2f3fe76a9d0ceefd24a0f8ffb75fc0a91d68cb528a36dd7fdc6613396bdaa3a9e53b8a5e0a4 authenticator-rs-0.7.1.tar.gz +" diff --git a/testing/autorandr/APKBUILD b/testing/autorandr/APKBUILD new file mode 100644 index 0000000000..dcb1eb32cd --- /dev/null +++ b/testing/autorandr/APKBUILD @@ -0,0 +1,52 @@ +# Contributor: Alex Denes <caskd@redxen.eu> +# Maintainer: Alex Denes <caskd@redxen.eu> +pkgname="autorandr" +pkgver=1.12.1 +pkgrel=1 +pkgdesc="Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr" +url="https://github.com/phillipberndt/autorandr" +arch="all" +license="GPL-3.0" +depends=" + python3 + py3-packaging + xdpyinfo + xrandr +" +makedepends=" + py3-setuptools_scm + libxcb-dev + bash-completion +" +source="$pkgname-$pkgver.tar.gz::https://github.com/phillipberndt/autorandr/archive/$pkgver.tar.gz" +options="!check" +builddir="$srcdir/$pkgname-$pkgver" +subpackages=" + $pkgname-udev + $pkgname-doc + $pkgname-launcher + $pkgname-bash-completion +" + +package() { + make DESTDIR="$pkgdir" \ + UDEV_RULES_DIR="/etc/udev/rules.d" install_udev \ + install_manpage \ + install_bash_completion \ + install_launcher \ + install_autorandr +} + +udev() { + install_if="$pkgname udev" + amove etc/udev/rules.d/ +} + +launcher() { + amove usr/bin/autorandr-launcher + amove etc/xdg/autostart/autorandr-launcher.desktop +} + +sha512sums=" +a7e095eb96e7e0d3a5b3b2122d68a3d3a5121d8be7a86ddd9f837ad42b7a53ed5ee45151f23861c5b900e214a4dfc0c575f45fe70c8c5587562a4035458137a0 autorandr-1.12.1.tar.gz +" diff --git a/testing/avdl/APKBUILD b/testing/avdl/APKBUILD index b67c3750e7..a8c97f8cd9 100644 --- a/testing/avdl/APKBUILD +++ b/testing/avdl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Tom Tsagk <tomtsagk@darkdimension.org> # Maintainer: Tom Tsagk <tomtsagk@darkdimension.org> pkgname=avdl -pkgver=0.3.2 +pkgver=0.4.3 pkgrel=0 pkgdesc="Abstract video-game development language compiler" url="https://darkdimension.org/avdl.html" @@ -25,5 +25,5 @@ package() { } sha512sums=" -ad7b04bf5955034f2a4b33ebef66f7565c9a83c57500ae8813855ccbb8dfbada11bdf665f5553f6179eb52ec1d29226a50f84daac4985c53b0fc59e72c51fec8 avdl-0.3.2.tar.gz +0c0f4b80810ff8575169fce3601cd93813f9e54763d0e4b4b3d447204b8560b17a34d3f69ed861a6712841abb5fc1426868f175b84008054d95b5c26fb024faf avdl-0.4.3.tar.gz " diff --git a/testing/awscli-plugin-endpoint/APKBUILD b/testing/awscli-plugin-endpoint/APKBUILD new file mode 100644 index 0000000000..e066db138b --- /dev/null +++ b/testing/awscli-plugin-endpoint/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks> +# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks> +pkgname=awscli-plugin-endpoint +pkgver=0.4 +pkgrel=0 +pkgdesc="Allows overriding endpoints in AWS CLI" +url="https://github.com/wbingli/awscli-plugin-endpoint/" +arch="noarch" +license="Apache-2.0" +depends="aws-cli python3" +makedepends="py3-setuptools" +options="!check" # no tests +source="https://github.com/wbingli/awscli-plugin-endpoint/archive/refs/tags/$pkgver/awscli-plugin-endpoint-$pkgver.tar.gz" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --root="$pkgdir" --skip-build +} + +sha512sums=" +0e81130ac6baf7b43a77e37213cbc042dca0cefd4a43db92cd6d7fe53d0f81e902d35ea055669477001158ee2cb5e898f5ea9474167a18203ecb7392f183d14a awscli-plugin-endpoint-0.4.tar.gz +" diff --git a/testing/awslogs/APKBUILD b/testing/awslogs/APKBUILD index 01069b27d5..bf0545239e 100644 --- a/testing/awslogs/APKBUILD +++ b/testing/awslogs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=awslogs pkgver=0.14.0 -pkgrel=0 +pkgrel=1 pkgdesc="AWS CloudWatch log retriever" url="https://github.com/jorgebastida/awslogs" arch="noarch" @@ -21,6 +21,8 @@ check() { package() { python3 setup.py install --root="$pkgdir" + + rm -rf "$pkgdir"/usr/lib/python3*/site-packages/tests } sha512sums=" diff --git a/testing/b3sum/APKBUILD b/testing/b3sum/APKBUILD index 4b365727a2..0d12dcb109 100644 --- a/testing/b3sum/APKBUILD +++ b/testing/b3sum/APKBUILD @@ -2,30 +2,45 @@ # Maintainer: pkgname=b3sum pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Command line implementation of the BLAKE3 hash function" url="https://blake3.io" -# armhf: 'vaddq_u32': target specific option mismatch -arch="all !s390x !armhf !riscv64" +arch="all !s390x !riscv64" license="CC0-1.0 OR Apache-2.0" makedepends="cargo" source="b3sum-$pkgver.tar.gz::https://crates.io/api/v1/crates/b3sum/$pkgver/download" case "$CARCH" in - arm*) _features="neon" ;; +armhf) + # hang forever, probably due to non-native hardware + options="$options !check" + ;; +aarch64|armv7) + _features="neon" + ;; esac +export CARGO_PROFILE_RELEASE_LTO="true" +export CARGO_PROFILE_RELEASE_PANIC="abort" +export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 +export CARGO_PROFILE_RELEASE_OPT_LEVEL="s" + +prepare() { + default_prepare + + cargo fetch --locked +} + build() { - cargo build --release --locked --no-default-features ${_features:+--features="$_features"} + cargo build --release --frozen ${_features:+--features $_features} } check() { - cargo test --release --locked --no-default-features ${_features:+--features="$_features"} + cargo test --frozen ${_features:+--features $_features} } package() { - cargo install --locked --path . --root="$pkgdir/usr" --no-default-features ${_features:+--features "$_features"} - rm "$pkgdir"/usr/.crates* + install -Dm755 target/release/b3sum -t "$pkgdir"/usr/bin } sha512sums=" diff --git a/testing/barman/APKBUILD b/testing/barman/APKBUILD index 47fb2cdb9f..cc3798f70d 100644 --- a/testing/barman/APKBUILD +++ b/testing/barman/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=barman -pkgver=2.19 +pkgver=3.0.1 pkgrel=0 pkgdesc="Backup and recovery manager for PostgreSQL" url="http://www.pgbarman.org" @@ -33,5 +33,5 @@ package() { } sha512sums=" -39dacf6e4f2b3262cfce73c0cc38026412494c4469c745e164aa3b4ae188c1f4b741e217f9fc50a101d71d8a9aa9546a1d106b69f1c514c83f80aa00addf7e0a barman-2.19.tar.gz +4934bd7b54b4fefbf88d8fed9dafa73a165dca26d34b018695bf5efe42f6929979651bca87b27e59f58875301898eceed9af41d571f7b0b1d05f5638d0b41ef9 barman-3.0.1.tar.gz " diff --git a/testing/barrier/APKBUILD b/testing/barrier/APKBUILD index 4b094db5cf..154459878f 100644 --- a/testing/barrier/APKBUILD +++ b/testing/barrier/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Sean McAvoy <seanmcavoy@gmail.com> pkgname=barrier pkgver=2.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="share keyboard and mouse between systems over network" url="https://github.com/debauchee/barrier" arch="all" license="GPL-2.0-only" -options="!check" depends="hicolor-icon-theme" -makedepends="qt5-qtbase-dev cmake avahi-dev libxtst-dev curl-dev gtest-dev" +makedepends="qt5-qtbase-dev cmake avahi-dev libxtst-dev curl-dev gtest-dev samurai" subpackages="$pkgname-doc" _filesystemver=614bbe87b80435d87ab8791564370e0c1d13627d source="$pkgname-$pkgver.tar.gz::https://github.com/debauchee/barrier/archive/v$pkgver.tar.gz @@ -26,7 +25,7 @@ prepare() { } build() { - cmake -B build \ + cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBARRIER_REVISION:STRING=00000000 \ @@ -35,6 +34,11 @@ build() { cmake --build build } +check() { + PATH="$PATH:$PWD/build/bin" \ + ctest --output-on-failure --test-dir build +} + package() { DESTDIR="$pkgdir" cmake --build build --target install diff --git a/testing/bazel2/APKBUILD b/testing/bazel2/APKBUILD deleted file mode 100644 index fedc80b10d..0000000000 --- a/testing/bazel2/APKBUILD +++ /dev/null @@ -1,90 +0,0 @@ -# Contributor: Oleg Titov <oleg.titov@gmail.com> -# Maintainer: Oleg Titov <oleg.titov@gmail.com> -pkgname=bazel2 -pkgver=2.2.0 -pkgrel=1 -pkgdesc="A fast, scalable, multi-language and extensible build system" -url="https://bazel.build/" -#arch="x86_64" -license="Apache-2.0" -depends="bash libarchive java-jdk zip unzip" -makedepends="python3 linux-headers protobuf coreutils" -options="!strip" -replaces="bazel" -provides="bazel=$pkgver-r$pkgrel" -subpackages=" - $pkgname-doc - $pkgname-bash-completion - $pkgname-zsh-completion - $pkgname-examples::noarch - " -source="https://github.com/bazelbuild/bazel/releases/download/$pkgver/bazel-$pkgver-dist.zip" - -build() { - # based on - # https://github.com/vbatts/copr-build-bazel/blob/master/bazel.spec - export EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" - export JAVA_HOME="/usr/lib/jvm/default-jvm/jre" - - # horrible of horribles, just to have python in the PATH - # https://github.com/bazelbuild/bazel/issues/8665 - mkdir -p ./bin-hack - ln -s /usr/bin/python3 ./bin-hack/python - export PATH=$(pwd)/bin-hack:$PATH - - bash ./compile.sh - - ./output/bazel shutdown - - ./scripts/generate_bash_completion.sh \ - --bazel=output/bazel \ - --output=output/bazel-complete.bash \ - --prepend=scripts/bazel-complete-header.bash \ - --prepend=scripts/bazel-complete-template.bash - - echo startup --server_javabase=$JAVA_HOME \ - >> scripts/packages/bazel.bazelrc -} - -check() { - ./output/bazel test \ - --verbose_failures \ - --spawn_strategy=standalone \ - --genrule_strategy=standalone \ - --verbose_test_summary \ - --test_verbose_timeout_warnings \ - examples/cpp:hello-success_test - - ./output/bazel shutdown -} - -package() { - install -Dm755 ./scripts/packages/bazel.sh "$pkgdir"/usr/bin/bazel - install -Dm755 ./output/bazel "$pkgdir"/usr/bin/bazel-real - install -Dm755 ./scripts/packages/bazel.bazelrc \ - "$pkgdir"/etc/bazel.bazelrc - - mkdir -p "$pkgdir"/usr/share/bash-completion/completions - mv "$builddir"/output/bazel-complete.bash \ - "$pkgdir"/usr/share/bash-completion/completions/bazel - - mkdir -p "$pkgdir"/usr/share/zsh/site-functions - mv "$builddir"/scripts/zsh_completion/_bazel \ - "$pkgdir"/usr/share/zsh/site-functions/_bazel - - install -m644 -D -t "$pkgdir"/usr/share/doc/$pkgname README.md -} - -examples() { - mkdir -p "$subpkgdir"/usr/share/doc/"$pkgname" - for d in examples third_party tools; do - mv "$builddir/$d" "$subpkgdir/usr/share/doc/$pkgname" - done -} - -unpack() { - mkdir -p "$builddir" - unzip "$srcdir"/bazel-$pkgver-dist.zip -d "$builddir" > /dev/null -} - -sha512sums="67011c3a045c0fd74cdcb98eef1c3ead6902a3bd65a629fe49911f9dbb4c39508bd91eb63c1fae68284136ad4994afb42a01c7f10983614e432f8be22a1c566e bazel-2.2.0-dist.zip" diff --git a/testing/bazel3/APKBUILD b/testing/bazel3/APKBUILD deleted file mode 100644 index 9724e01227..0000000000 --- a/testing/bazel3/APKBUILD +++ /dev/null @@ -1,99 +0,0 @@ -# Contributor: Oleg Titov <oleg.titov@gmail.com> -# Maintainer: Oleg Titov <oleg.titov@gmail.com> -pkgname=bazel3 -pkgver=3.7.2 -pkgrel=1 -pkgdesc="A fast, scalable, multi-language and extensible build system" -url="https://bazel.build/" -arch="" -arch="$arch !x86 !s390x" # fatal error: jni_md.h: No such file or directory -arch="$arch !armhf !armv7" # java virtual machine runs out of resources -arch="$arch !ppc64le" # build timeouts in CI -arch="$arch !riscv64" # no jvm -license="Apache-2.0" -depends="bash libarchive java-jdk zip unzip" -makedepends="python3 linux-headers protobuf coreutils" -options="!strip" -subpackages=" - $pkgname-doc - $pkgname-bash-completion - $pkgname-zsh-completion - " -source="https://github.com/bazelbuild/bazel/releases/download/$pkgver/bazel-$pkgver-dist.zip - patch_TEMP_FAILURE_RETRY.patch - backport-java11-support.patch" - -build() { - # based on - # https://github.com/vbatts/copr-build-bazel/blob/master/bazel.spec - export EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk --sandbox_debug --verbose_failures" - export JAVA_HOME="/usr/lib/jvm/default-jvm" - - case "$CARCH" in - aarch64) - export EXTRA_BAZEL_ARGS="$EXTRA_BAZEL_ARGS --nokeep_state_after_build --notrack_incremental_state --nokeep_state_after_build" ;; - arm*) - # increase heap size to addess arm* build failures - export BAZEL_JAVAC_OPTS="-J-Xmx2g -J-Xms512m" ;; - s390x) - # increase heap size to addess s390x build failures - export BAZEL_JAVAC_OPTS="-J-Xmx4g -J-Xms512m" ;; - esac - - # horrible of horribles, just to have python in the PATH - # https://github.com/bazelbuild/bazel/issues/8665 - mkdir -p ./bin-hack - ln -s /usr/bin/python3 ./bin-hack/python - export PATH=$(pwd)/bin-hack:$PATH - - bash ./compile.sh - - ./output/bazel shutdown - - ./scripts/generate_bash_completion.sh \ - --bazel=output/bazel \ - --output=output/bazel-complete.bash \ - --prepend=scripts/bazel-complete-header.bash \ - --prepend=scripts/bazel-complete-template.bash - - echo startup --server_javabase=$JAVA_HOME \ - >> scripts/packages/bazel.bazelrc -} - -check() { - ./output/bazel test \ - --verbose_failures \ - --spawn_strategy=standalone \ - --genrule_strategy=standalone \ - --verbose_test_summary \ - --test_verbose_timeout_warnings \ - examples/cpp:hello-success_test - - ./output/bazel shutdown -} - -package() { - install -Dm755 ./scripts/packages/bazel.sh "$pkgdir"/usr/bin/bazel - install -Dm755 ./output/bazel "$pkgdir"/usr/bin/bazel-real - install -Dm755 ./scripts/packages/bazel.bazelrc \ - "$pkgdir"/etc/bazel.bazelrc - - install -m644 -D -t "$pkgdir"/usr/share/doc/$pkgname README.md - - mkdir -p "$pkgdir"/usr/share/bash-completion/completions - mv "$builddir"/output/bazel-complete.bash \ - "$pkgdir"/usr/share/bash-completion/completions/bazel - - mkdir -p "$pkgdir"/usr/share/zsh/site-functions - mv "$builddir"/scripts/zsh_completion/_bazel \ - "$pkgdir"/usr/share/zsh/site-functions/_bazel -} - -unpack() { - mkdir -p "$builddir" - unzip "$srcdir"/bazel-$pkgver-dist.zip -d "$builddir" > /dev/null -} - -sha512sums="e8746ef5ec22feb95e9dbbddb3fb56cf8f49c80f326fc2a4e0ce2619607826fac22f46bfb995daee55bf9ffabb9d646b8454be2bce7b479da5cf2a7e5b3be62b bazel-3.7.2-dist.zip -b9e54443431fd0523831a777ab193515151402e61fd74bb2bbf5362136c5bf0fdc3072609a6b52d43b3ff3778759250d81c888c4e158d3d54f78f5a7ff6337c7 patch_TEMP_FAILURE_RETRY.patch -42847bd3cb19c39d7ca1e9220b0efac66893e5c94c802e438093ea96d5b4977b913fcb6f54fb038c175254c9906cad4b16f76cff02485d15f8f2e54f0864c7ee backport-java11-support.patch" diff --git a/testing/bazel3/backport-java11-support.patch b/testing/bazel3/backport-java11-support.patch deleted file mode 100644 index 008474a3b4..0000000000 --- a/testing/bazel3/backport-java11-support.patch +++ /dev/null @@ -1,600 +0,0 @@ -From 0d2d95cd7e34b4061c8e5fdfd21ba0ab8818c685 Mon Sep 17 00:00:00 2001 -From: Ivo List <ilist@google.com> -Date: Mon, 7 Dec 2020 14:26:51 +0100 -Subject: [PATCH] Update to java_tools javac11 release 10.5 (#12647) -Upstream: yes (https://github.com/bazelbuild/bazel/commit/0d2d95cd7e34b4061c8e5fdfd21ba0ab8818c685) - -* Java_tools javac11 v10.5 rc1. - -* Regression tests for https://github.com/bazelbuild/bazel/issues/12605 - -* Java_tools javac11 v10.5 release. ---- - WORKSPACE | 72 ++++++------- - .../build/lib/bazel/rules/java/jdk.WORKSPACE | 18 ++-- - src/test/shell/bazel/bazel_java14_test.sh | 100 +++++++++++++++++ - src/test/shell/bazel/bazel_java15_test.sh | 102 ++++++++++++++++++ - src/test/shell/bazel/bazel_java_test.sh | 101 +++++++++++++++++ - .../shell/bazel/testdata/jdk_http_archives | 12 +-- - 6 files changed, 354 insertions(+), 51 deletions(-) - -diff --git a/WORKSPACE b/WORKSPACE -index 070b97616d2c..0878e18507ae 100644 ---- a/WORKSPACE -+++ b/WORKSPACE -@@ -146,9 +146,9 @@ distdir_tar( - # Keep in sync with the archives fetched as part of building bazel. - archives = [ - "e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip", -- "java_tools_javac11_linux-v10.4.zip", -- "java_tools_javac11_windows-v10.4.zip", -- "java_tools_javac11_darwin-v10.4.zip", -+ "java_tools_javac11_linux-v10.5.zip", -+ "java_tools_javac11_windows-v10.5.zip", -+ "java_tools_javac11_darwin-v10.5.zip", - "coverage_output_generator-v2.5.zip", - # bazelbuid/stardoc - "1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.tar.gz", -@@ -187,9 +187,9 @@ distdir_tar( - dirname = "derived/distdir", - sha256 = { - "e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip": "fe2e04f91ce8c59d49d91b8102edc6627c6fa2906c1b0e7346f01419ec4f419d", -- "java_tools_javac11_linux-v10.4.zip": "7debb49457db2f10990f759b6984c6d4ccb4917a9a9fd402a6f224b5fb0e8e36", -- "java_tools_javac11_windows-v10.4.zip": "3a7d802ccefffa6ecf6e190aaae081cf27fc0275e2a8dad7d3a943c63a4d0edc", -- "java_tools_javac11_darwin-v10.4.zip": "587a7bc34c95a217a941b01a5a1f8ee48114fbe87e05872a41b7e019e5297a8a", -+ "java_tools_javac11_linux-v10.5.zip": "355c27c603e8fc64bb0e2d7f809741f42576d5f4540f9ce28fd55922085af639", -+ "java_tools_javac11_windows-v10.5.zip": "0b4469ca1a9b3f26cb82fb0f4fd00096f0d839ec2fae097e7bdbb982e3a95a59", -+ "java_tools_javac11_darwin-v10.5.zip": "95aae0a32a170c72a68abb0b9dd6bac7ea3e08c504a5d8c6e8bf7ac51628c98f", - "coverage_output_generator-v2.5.zip": "cd14f1cb4559e4723e63b7e7b06d09fcc3bd7ba58d03f354cdff1439bd936a7d", - # bazelbuild/stardoc - "1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.tar.gz": "5a725b777976b77aa122b707d1b6f0f39b6020f66cd427bb111a585599c857b1", -@@ -230,14 +230,14 @@ distdir_tar( - "https://mirror.bazel.build/github.com/google/desugar_jdk_libs/archive/e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip", - "https://github.com/google/desugar_jdk_libs/archive/e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip", - ], -- "java_tools_javac11_linux-v10.4.zip": [ -- "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v10.4/java_tools_javac11_linux-v10.4.zip", -+ "java_tools_javac11_linux-v10.5.zip": [ -+ "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v10.5/java_tools_javac11_linux-v10.5.zip", - ], -- "java_tools_javac11_windows-v10.4.zip": [ -- "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v10.4/java_tools_javac11_windows-v10.4.zip", -+ "java_tools_javac11_windows-v10.5.zip": [ -+ "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v10.5/java_tools_javac11_windows-v10.5.zip", - ], -- "java_tools_javac11_darwin-v10.4.zip": [ -- "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v10.4/java_tools_javac11_darwin-v10.4.zip", -+ "java_tools_javac11_darwin-v10.5.zip": [ -+ "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v10.5/java_tools_javac11_darwin-v10.5.zip", - ], - "coverage_output_generator-v2.5.zip": [ - "https://mirror.bazel.build/bazel_coverage_output_generator/releases/coverage_output_generator-v2.5.zip", -@@ -545,9 +545,9 @@ http_archive( - distdir_tar( - name = "test_WORKSPACE_files", - archives = [ -- "java_tools_javac11_linux-v10.4.zip", -- "java_tools_javac11_windows-v10.4.zip", -- "java_tools_javac11_darwin-v10.4.zip", -+ "java_tools_javac11_linux-v10.5.zip", -+ "java_tools_javac11_windows-v10.5.zip", -+ "java_tools_javac11_darwin-v10.5.zip", - "coverage_output_generator-v2.5.zip", - "zulu11.37.17-ca-jdk11.0.6-linux_x64.tar.gz", - "zulu11.37.48-ca-jdk11.0.6-linux_aarch64.tar.gz", -@@ -579,9 +579,9 @@ distdir_tar( - ], - dirname = "test_WORKSPACE/distdir", - sha256 = { -- "java_tools_javac11_linux-v10.4.zip": "7debb49457db2f10990f759b6984c6d4ccb4917a9a9fd402a6f224b5fb0e8e36", -- "java_tools_javac11_windows-v10.4.zip": "3a7d802ccefffa6ecf6e190aaae081cf27fc0275e2a8dad7d3a943c63a4d0edc", -- "java_tools_javac11_darwin-v10.4.zip": "587a7bc34c95a217a941b01a5a1f8ee48114fbe87e05872a41b7e019e5297a8a", -+ "java_tools_javac11_linux-v10.5.zip": "355c27c603e8fc64bb0e2d7f809741f42576d5f4540f9ce28fd55922085af639", -+ "java_tools_javac11_windows-v10.5.zip": "0b4469ca1a9b3f26cb82fb0f4fd00096f0d839ec2fae097e7bdbb982e3a95a59", -+ "java_tools_javac11_darwin-v10.5.zip": "95aae0a32a170c72a68abb0b9dd6bac7ea3e08c504a5d8c6e8bf7ac51628c98f", - "coverage_output_generator-v2.5.zip": "cd14f1cb4559e4723e63b7e7b06d09fcc3bd7ba58d03f354cdff1439bd936a7d", - "zulu11.37.17-ca-jdk11.0.6-linux_x64.tar.gz": "360626cc19063bc411bfed2914301b908a8f77a7919aaea007a977fa8fb3cde1", - "zulu11.37.48-ca-jdk11.0.6-linux_aarch64.tar.gz": "a452f1b9682d9f83c1c14e54d1446e1c51b5173a3a05dcb013d380f9508562e4", -@@ -612,9 +612,9 @@ distdir_tar( - "df3ea785d8c30a9503 |