From nobody Wed Sep 27 14:17:30 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rwdwz2W9mz4vWmy for ; Wed, 27 Sep 2023 14:17:39 +0000 (UTC) (envelope-from freebsd@quinteiro.org) Received: from mx2.quinteiro.org (mx2.quinteiro.org [71.19.154.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rwdwy6ldlz3Blt; Wed, 27 Sep 2023 14:17:38 +0000 (UTC) (envelope-from freebsd@quinteiro.org) Authentication-Results: mx1.freebsd.org; none Received: from www.quinteiro.org (www.quinteiro.org [204.109.56.22]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx2.quinteiro.org (Postfix) with ESMTPS id 33A2121D9A6; Wed, 27 Sep 2023 14:17:32 +0000 (UTC) (envelope-from freebsd@quinteiro.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=quinteiro.org; s=default; t=1695824252; bh=iKgP4yAbr5k7P2Oy1tEnMN7Kl+pddY3C0+gaPT03Hz4=; h=Date:Subject:To:References:From:In-Reply-To; b=vs8If8cS4tE5quda1csfkANContaPPJcV+/UgYb9e1D7bqM1UuSNdAwR1exPN/z/g zuR9UKM8w9H9K3NRicu0A6K8KuJT7cOwZwgniZvFlyq+INRMOkAr7UEp4DgY4IVfPH PqoWi8UrlOyEl60pzKSKoM8TYPMDfXEmyNrL+9Zw= Received: from [172.16.1.231] (157-131-78-27.fiber.dynamic.sonic.net [157.131.78.27]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by www.quinteiro.org (Postfix) with ESMTPSA id DA36230AE5; Wed, 27 Sep 2023 14:17:30 +0000 (UTC) Message-ID: <90ff4925-460c-d3a3-8640-c6bb2137400b@quinteiro.org> Date: Wed, 27 Sep 2023 07:17:30 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: dns/bind916 builds rust unexpectedly To: Charlie Li , ports@freebsd.org References: <1e05be67-cb15-964e-c78b-e74e714257a9@FreeBSD.org> <11aede54-89d0-9b46-28f8-1931571b8917@m5p.com> <0f15aeeb-54f0-e902-9eaa-0c22a17fbe97@quinteiro.org> Content-Language: en-US From: Jose Quinteiro In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:47066, ipnet:71.19.154.0/24, country:US] X-Rspamd-Queue-Id: 4Rwdwy6ldlz3Blt On 9/27/23 01:42, Charlie Li wrote: > Jose Quinteiro wrote: >> The sudden appearance of a Rust requirement broke at least some CI >> systems: >> https://github.com/pyca/cryptography/issues/5771#issuecomment-774997087 >> > And that's not py-cryptography's or anyone else's problem except for > those CI systems. > > cryptography switched from C to Rust for the non-SSL/TLS bits like > X.509. There were good technical reasons for the change from their point > of view despite all the ensuing backlash. > Sure, blame the victim. Thanks, Jose