From nobody Tue Sep 19 12:02:32 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 4RqgK44ZCxz4tqjt for ; Tue, 19 Sep 2023 12:02:48 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (host64.shmhost.net [IPv6:2a01:4f8:a0:51d3::107:1]) (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 4RqgK427m1z4Hn9; Tue, 19 Sep 2023 12:02:48 +0000 (UTC) (envelope-from franco@lastsummer.de) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (p200300cd872302f8d527b075644b0bf4.dip0.t-ipconnect.de [IPv6:2003:cd:8723:2f8:d527:b075:644b:bf4]) by host64.shmhost.net (Postfix) with ESMTPSA id 4RqgK02HZVzP2V3; Tue, 19 Sep 2023 14:02:44 +0200 (CEST) Content-Type: text/plain; charset=us-ascii 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 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: Re: security/ca_root_nss: Remove duplicate PLIST entry From: Franco Fichtner In-Reply-To: <44a681dd-71cf-4946-bcdc-4928aeb02fd5@FreeBSD.org> Date: Tue, 19 Sep 2023 14:02:32 +0200 Cc: ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <70575F09-E22B-4631-8180-E9CFFF418A5F@lastsummer.de> References: <44a681dd-71cf-4946-bcdc-4928aeb02fd5@FreeBSD.org> To: Renato Botelho X-Mailer: Apple Mail (2.3731.600.7) X-Virus-Scanned: clamav-milter 0.103.10 at host64.shmhost.net X-Virus-Status: Clean 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:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Queue-Id: 4RqgK427m1z4Hn9 > On 19. Sep 2023, at 1:42 PM, Renato Botelho wrote: >=20 > According to the commit log, those files are already handled by = @sample entries on pkg-plist so nothing is gonna change on final = package. Reading the commit message and discarding the bug report link aside, I think the point was the ambiguity between ETCSYMLINK turned on and off, and actually processing the resulting link as a file in the package to ensure consistency between the three symlinks provided (and not just the sample files). I'm still missing an argument for the change, best one backed up by a bug report raised. I'm sure "the lint pass told us it's not needed" tailored to an ideal world assumption where sample files are always considered their non-sample counter parts is an argument in the way that ca_root_nss tries to provide multiple files strapped over a sample keyword as a single point of truth. Cheers, Franco=