From 4d7e134cfa36b2e4c2be3f533294a600badd74b4 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 9 Dec 2014 12:16:09 +1000 Subject: [PATCH] Update rust-openssl to add static linking for android. --- components/servo/Cargo.lock | 4 ++-- ports/android/glut_app/Cargo.lock | 8 ++++---- ports/cef/Cargo.lock | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 74694f61fbd..ade8b873593 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "openssl" version = "0.0.1" -source = "git+https://github.com/servo/rust-openssl#0a3cace0265fe286b505508aa6e5096fc94a6896" +source = "git+https://github.com/servo/rust-openssl#82b520100532dba9a4cdd4588709eaedb37c7a77" dependencies = [ "libressl-pnacl-sys 2.0.2 (git+https://github.com/DiamondLovesYou/libressl-pnacl-sys.git)", "openssl-sys 0.0.1 (git+https://github.com/servo/rust-openssl)", @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "openssl-sys" version = "0.0.1" -source = "git+https://github.com/servo/rust-openssl#0a3cace0265fe286b505508aa6e5096fc94a6896" +source = "git+https://github.com/servo/rust-openssl#82b520100532dba9a4cdd4588709eaedb37c7a77" dependencies = [ "pkg-config 0.1.0 (git+https://github.com/alexcrichton/pkg-config-rs)", ] diff --git a/ports/android/glut_app/Cargo.lock b/ports/android/glut_app/Cargo.lock index e4aaeb488c1..dddf42fec3e 100644 --- a/ports/android/glut_app/Cargo.lock +++ b/ports/android/glut_app/Cargo.lock @@ -72,7 +72,7 @@ name = "cookie" version = "0.0.1" source = "git+https://github.com/servo/cookie-rs#30520767a95b92e39265aaf6822db515b2418f1d" dependencies = [ - "openssl 0.0.1 (git+https://github.com/servo/rust-openssl.git)", + "openssl 0.0.1 (git+https://github.com/servo/rust-openssl)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] @@ -294,7 +294,7 @@ dependencies = [ "cookie 0.0.1 (git+https://github.com/servo/cookie-rs)", "mime 0.0.1 (git+https://github.com/hyperium/mime.rs)", "move-acceptor 0.0.1 (git+https://github.com/reem/rust-move-acceptor)", - "openssl 0.0.1 (git+https://github.com/servo/rust-openssl.git)", + "openssl 0.0.1 (git+https://github.com/servo/rust-openssl)", "typeable 0.0.3 (git+https://github.com/reem/rust-typeable)", "unsafe-any 0.1.1 (git+https://github.com/reem/rust-unsafe-any)", "url 0.1.0 (git+https://github.com/servo/rust-url)", @@ -431,7 +431,7 @@ source = "git+https://github.com/servo/rust-opengles#7f025f0069fbf6fefef4ed383b9 [[package]] name = "openssl" version = "0.0.1" -source = "git+https://github.com/servo/rust-openssl.git#0a3cace0265fe286b505508aa6e5096fc94a6896" +source = "git+https://github.com/servo/rust-openssl#82b520100532dba9a4cdd4588709eaedb37c7a77" dependencies = [ "libressl-pnacl-sys 2.0.2 (git+https://github.com/DiamondLovesYou/libressl-pnacl-sys.git)", "openssl-sys 0.0.1 (git+https://github.com/servo/rust-openssl)", @@ -440,7 +440,7 @@ dependencies = [ [[package]] name = "openssl-sys" version = "0.0.1" -source = "git+https://github.com/servo/rust-openssl#0a3cace0265fe286b505508aa6e5096fc94a6896" +source = "git+https://github.com/servo/rust-openssl#82b520100532dba9a4cdd4588709eaedb37c7a77" dependencies = [ "pkg-config 0.1.0 (git+https://github.com/alexcrichton/pkg-config-rs)", ] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 4859a539d38..e1b04196d67 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "openssl" version = "0.0.1" -source = "git+https://github.com/servo/rust-openssl#0a3cace0265fe286b505508aa6e5096fc94a6896" +source = "git+https://github.com/servo/rust-openssl#82b520100532dba9a4cdd4588709eaedb37c7a77" dependencies = [ "libressl-pnacl-sys 2.0.2 (git+https://github.com/DiamondLovesYou/libressl-pnacl-sys.git)", "openssl-sys 0.0.1 (git+https://github.com/servo/rust-openssl)", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "openssl-sys" version = "0.0.1" -source = "git+https://github.com/servo/rust-openssl#0a3cace0265fe286b505508aa6e5096fc94a6896" +source = "git+https://github.com/servo/rust-openssl#82b520100532dba9a4cdd4588709eaedb37c7a77" dependencies = [ "pkg-config 0.1.0 (git+https://github.com/alexcrichton/pkg-config-rs)", ]