From owner-freebsd-ports-bugs@freebsd.org Sat Sep 16 18:27:50 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1569E00347 for ; Sat, 16 Sep 2017 18:27:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFC3383DA5 for ; Sat, 16 Sep 2017 18:27:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8GIRoaW021107 for ; Sat, 16 Sep 2017 18:27:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222359] lang/rust: Update to 1.20.0 Date: Sat, 16 Sep 2017 18:27:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: w.schwarzenfeld@utanet.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2017 18:27:50 -0000 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 +=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.=