summaryrefslogtreecommitdiff
path: root/development/cargo-vendor/cargo-vendor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/cargo-vendor/cargo-vendor.SlackBuild')
-rw-r--r--development/cargo-vendor/cargo-vendor.SlackBuild82
1 files changed, 42 insertions, 40 deletions
diff --git a/development/cargo-vendor/cargo-vendor.SlackBuild b/development/cargo-vendor/cargo-vendor.SlackBuild
index 917b7989c1..68d4ef9549 100644
--- a/development/cargo-vendor/cargo-vendor.SlackBuild
+++ b/development/cargo-vendor/cargo-vendor.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cargo-vendor
-VERSION=${VERSION:-0.1.8}
+VERSION=${VERSION:-0.1.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -83,89 +83,91 @@ else
mkdir vendor
(
cd vendor
+
for dependency in advapi32-sys=0.2.0 \
aho-corasick=0.6.3 \
- bitflags=0.7.0 \
- bitflags=0.8.2 \
- cargo=0.18.0 \
- cfg-if=0.1.0 \
+ bitflags=0.9.1 \
+ cargo=0.19.0 \
+ cfg-if=0.1.1 \
chrono=0.2.25 \
- cmake=0.1.22 \
- crates-io=0.7.0 \
+ cmake=0.1.24 \
+ crates-io=0.8.0 \
crossbeam=0.2.10 \
curl=0.4.6 \
- curl-sys=0.3.11 \
+ curl-sys=0.3.12 \
docopt=0.7.0 \
dtoa=0.4.1 \
- env_logger=0.4.2 \
+ env_logger=0.4.3 \
filetime=0.1.10 \
flate2=0.2.19 \
foreign-types=0.2.0 \
- fs2=0.4.1 \
- gcc=0.3.45 \
- gdi32-sys=0.2.0 \
- git2=0.6.4 \
+ fs2=0.4.2 \
+ gcc=0.3.51 \
+ git2=0.6.6 \
git2-curl=0.7.0 \
glob=0.2.11 \
- idna=0.1.1 \
+ idna=0.1.2 \
itoa=0.3.1 \
kernel32-sys=0.2.2 \
lazy_static=0.2.8 \
- libc=0.2.22 \
- libgit2-sys=0.6.9 \
- libssh2-sys=0.2.5 \
- libz-sys=1.0.13 \
- log=0.3.7 \
- matches=0.1.4 \
+ libc=0.2.24 \
+ libgit2-sys=0.6.12 \
+ libssh2-sys=0.2.6 \
+ libz-sys=1.0.16 \
+ log=0.3.8 \
+ matches=0.1.6 \
memchr=1.0.1 \
miniz-sys=0.1.9 \
miow=0.2.1 \
- net2=0.2.27 \
- num=0.1.37 \
+ net2=0.2.29 \
+ num=0.1.39 \
num-integer=0.1.34 \
num-iter=0.1.33 \
- num-traits=0.1.37 \
- num_cpus=1.4.0 \
- openssl=0.9.11 \
+ num-traits=0.1.39 \
+ num_cpus=1.5.1 \
+ openssl=0.9.14 \
openssl-probe=0.1.1 \
- openssl-sys=0.9.11 \
+ openssl-sys=0.9.14 \
+ percent-encoding=1.0.0 \
pkg-config=0.3.9 \
psapi-sys=0.1.0 \
quote=0.3.15 \
rand=0.3.15 \
- redox_syscall=0.1.17 \
- regex=0.2.1 \
- regex-syntax=0.4.0 \
+ redox_syscall=0.1.18 \
+ regex=0.2.2 \
+ regex-syntax=0.4.1 \
rustc-serialize=0.3.24 \
semver=0.6.0 \
semver-parser=0.7.0 \
serde=0.9.15 \
+ serde=1.0.8 \
serde_codegen_internals=0.14.2 \
serde_derive=0.9.15 \
serde_ignored=0.0.2 \
serde_json=0.9.10 \
+ serde_json=1.0.2 \
shell-escape=0.1.3 \
strsim=0.6.0 \
syn=0.11.11 \
synom=0.11.3 \
- tar=0.4.11 \
+ tar=0.4.13 \
tempdir=0.3.5 \
term=0.4.5 \
- thread-id=3.0.0 \
+ thread-id=3.1.0 \
thread_local=0.3.3 \
time=0.1.37 \
toml=0.3.2 \
- unicode-bidi=0.2.5 \
- unicode-normalization=0.1.4 \
+ unicode-bidi=0.3.3 \
+ unicode-normalization=0.1.5 \
unicode-xid=0.0.4 \
unreachable=0.1.1 \
- url=1.4.0 \
- user32-sys=0.2.0 \
+ url=1.5.0 \
utf8-ranges=1.0.0 \
+ vcpkg=0.2.2 \
void=1.0.2 \
winapi=0.2.8 \
winapi-build=0.1.1 \
- ws2_32-sys=0.2.1 ; do
+ ws2_32-sys=0.2.1; do
dep="$(echo "$dependency" | cut -d= -f1)"
ver="$(echo "$dependency" | cut -d= -f2)"
@@ -196,10 +198,10 @@ fi
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cargo build --release