From owner-freebsd-ports@freebsd.org Wed Feb 10 19:37:24 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 174895288BB for ; Wed, 10 Feb 2021 19:37:24 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (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 4DbVQW1SJNz3DnQ for ; Wed, 10 Feb 2021 19:37:22 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-174-50-4-214.hsd1.ms.comcast.net [174.50.4.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 4DbVQN1SgLzSWP; Wed, 10 Feb 2021 13:37:16 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 4DbVQL3Mt6zHps; Wed, 10 Feb 2021 13:37:14 -0600 (CST) Date: Wed, 10 Feb 2021 13:37:14 -0600 From: "Matthew D. Fuller" To: Adam Jimerson Cc: freebsd-ports@freebsd.org Subject: Re: Building a port with poudriere that depends on a cargo crate that needs net access Message-ID: References: <1652337.MsCH1bHPGx@heimdall> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1652337.MsCH1bHPGx@heimdall> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/2.0.5 (2021-01-21) X-Rspamd-Queue-Id: 4DbVQW1SJNz3DnQ X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of fullermd@over-yonder.net designates 199.15.120.13 as permitted sender) smtp.mailfrom=fullermd@over-yonder.net X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[over-yonder.net]; ARC_NA(0.00)[]; SPAMHAUS_ZRD(0.00)[199.15.120.13:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[199.15.120.13:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33069, ipnet:199.15.120.0/22, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-ports]; RECEIVED_SPAMHAUS_PBL(0.00)[174.50.4.214:received] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2021 19:37:24 -0000 On Wed, Feb 10, 2021 at 08:24:46AM -0500 I heard the voice of Adam Jimerson, and lo! it spake thus: > > The crate in question is psl (https://crates.io/crates/psl). Note that the docs.rs build also blocks network access, so crates that require it tend to break there too, and people notice and complain about that. In this case, x-ref https://github.com/addr-rs/addr/issues/6 so apparently there's some way to point it at a manually pre-fetched list. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.