Date: Sat, 16 Sep 2017 18:27:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222359] lang/rust: Update to 1.20.0 Message-ID: <bug-222359-13-gdZjFlyXL7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222359-13@https.bugs.freebsd.org/bugzilla/> References: <bug-222359-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222359 w.schwarzenfeld@utanet.at changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.schwarzenfeld@utanet.at --- Comment #2 from w.schwarzenfeld@utanet.at --- It does not know libressl 2.5.5. I solved it with Index: files/patch-vendor_openssl-sys_build_rs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-vendor_openssl-sys_build_rs (nonexistent) +++ files/patch-vendor_openssl-sys_build_rs (working copy) @@ -0,0 +1,24 @@ +--- src/vendor/openssl-sys/build.rs.prig 2017-09-16 13:08:12 UTC ++++ src/vendor/openssl-sys/build.rs +@@ -241,7 +241,7 @@ fn validate_headers(include_dirs: &[Path + #include <openssl/opensslconf.h> +=20 + #if LIBRESSL_VERSION_NUMBER >=3D 0x20505000 +-RUST_LIBRESSL_NEW ++RUST_LIBRESSL_255 + #elif LIBRESSL_VERSION_NUMBER >=3D 0x20504000 + RUST_LIBRESSL_254 + #elif LIBRESSL_VERSION_NUMBER >=3D 0x20503000 +@@ -347,6 +347,12 @@ See rust-openssl README for more informa : but I have problems with the REINPLACE_CMD to replace the checksum for build.rs in src/vendor/openssl-sys/.cargo-checksum.json. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222359-13-gdZjFlyXL7>