From nobody Sat Oct 07 15:03:09 2023 X-Original-To: freebsd-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 4S2pT2689bz4wdt0; Sat, 7 Oct 2023 15:03:18 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (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-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2pT14T6pz4lx4; Sat, 7 Oct 2023 15:03:17 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=gMPw+ajb; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 2a01:4f8:13b:240c::25 as permitted sender) smtp.mailfrom=herbert@gojira.at; dmarc=none Date: Sat, 7 Oct 2023 17:03:09 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1696690989; bh=eXjA5wICADvKSBslDhwqqlfmrQ4bamZQlkLMiDlpa0A=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=gMPw+ajb08pKPpu85WurSIVTgLnWaMSY4RO801guAboO1MCpCvms5jSBGMzeHgfV9 3JPSJz9FGEU6hoppcmP+e6u5R3X0t8qKvhygF1oeVg4eaKvcc40F7yCLn1f9sngjwg HF/yeyHX88uhaJH73DbxfFBOupn97/4UqDwfwe37ZNr8llZBAn2Ch2jRJlFFkLrwjj Or5IK6VETev95/hFaQ6uQT6mOMUEd+X8eairAHfaIUTLix+jHKwqDGaA1nlXfbirFz agSi+OuerGKOEVpU3nwtjagxpkV8CUhuMfO4m7a70FntXRj5CxaABYQZhb9lAANa65 4uTbplPmhaIrg== From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org, freebsd-security@freebsd.org Subject: Re: net/openntpd with constraint stops working after recent security/ca_root_nss upgrade Message-ID: References: <123E9280-CBF1-4E00-B803-86AE4438C9D7@ellael.org> 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 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <123E9280-CBF1-4E00-B803-86AE4438C9D7@ellael.org> X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.49 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.994]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:240c::25]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org,freebsd-security@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_TWO(0.00)[2]; DMARC_NA(0.00)[gojira.at]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[gojira.at:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Queue-Id: 4S2pT14T6pz4lx4 On Sat, Oct 07, 2023 at 04:59:31PM +0200, Michael Grimm wrote: > Hi > > I am running net/openntpd with a constraint: > > … > constraint from "9.9.9.9" > > After the recent upgrade of security/ca_root_nss to 3.93_1 I noticed a lot of warning messages (see end of mail). > > Now, net/openntpd 6.8p1_7,2 stopped working: > > Oct 7 09:39:53 kaan-bock ntpd[932]: constraints configured but none available > Oct 7 09:39:53 kaan-bock ntpd[934]: constraint: failed to load constraint ca > > I had to remove that constraint from ntpd.conf in order to get ntpd working again. > > Is this a bug or feature with recent security/ca_root_nss? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274322 -- Herbert