From nobody Sun Feb 25 17:15:58 2024 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 4TjVlH3rJ6z5Bd45 for ; Sun, 25 Feb 2024 17:16:11 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.41.56]) (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 4TjVlH1fsZz4snl; Sun, 25 Feb 2024 17:16:11 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (p200300fB4f0E120120391a3a224C28cB.dip0.t-ipconnect.de [IPv6:2003:fb:4f0e:1201:2039:1a3a:224c:28cb]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 4TjVlD6fyRzr6p; Sun, 25 Feb 2024 18:16:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1708881369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VZlpD3GPad2LUpX68EkJW0tyM/qF9LCtk2/oO2vzv+M=; b=f9PhrWpP3qr7B4LN3sVjllg7mXFiXoYOAQ7sbw5bmaPJf0VoQYCGx/G3CUP2T7TMW9EhD7 Zq+AEbg/UTtzlZPM2qLD9u1ehCV5eitztZwQKxGDCgj9EhLkYpkk5PuvV63EjSav9w97iT 4KmYh6K6eGieRYaoEENl6iFxy5D9M8R2BPU/qx2kT9UAHa2rmF3bsqtk/yeZ/ppUjh4/rh 4Dc3JY50GVmMoEOBe4PsIxAXmLmEOfeJktErjsLMBF12B0VmXgMgrN5uVJBZ3SZmi3/DNV SklJoSU2FM9xweq2PN3wWFb9OISBT+PIG0YALKglrvh8yWB/WaIPABxzehE3WA== Content-Type: text/plain; charset=utf-8 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 \(3774.400.31\)) Subject: dns/knot-resolver security update to 5.7.1 (was: dns/knot3 update to 3.3.4) From: Michael Grimm In-Reply-To: <232E3D69-782B-49A7-9B82-AA59765DA98B@freebsd.org> Date: Sun, 25 Feb 2024 18:15:58 +0100 Cc: freebsd-ports@freebsd.org, freebsd@dns.company Content-Transfer-Encoding: quoted-printable Message-Id: <689E4249-F841-4B39-94E0-F2725518BFA0@ellael.org> References: <14DA84EE-3CC0-454E-967A-CBFF40C06ABD@ellael.org> <232E3D69-782B-49A7-9B82-AA59765DA98B@freebsd.org> To: Moin Rahman X-Mailer: Apple Mail (2.3774.400.31) 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:16276, ipnet:91.121.0.0/16, country:FR] X-Rspamd-Queue-Id: 4TjVlH1fsZz4snl Moin Rahman wrote: >> On Feb 25, 2024, at 5:04 PM, Michael Grimm = wrote: >>=20 >> a new version of this port has been released two month ago. >>=20 >> The maintainer normally updates knot3 shortly after the release of a = new version. He didn't react on a mail of mine. No pun intended, there = are numerous reasons for that. >>=20 >> I do have a git-diff patch at hand, successfully compiling with = poudriere, and running well for 1 month now. >>=20 >> What can I do to get this patch committed? >> Shall I create a PR like = https://cgit.freebsd.org/ports/commit/?id=3D11f44f375254e07a262455aaf8311b= fd4bbedb67 > It's best to create a PR and awaiting for maintainer-timeout. Done, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277305 > However on certain cases like security or vulnerability issues the = update > can be committed without the maintainer-approval. So if this is a = release > related to the recent dnssec security issue let me know. dns/knot3 as an authoritative DNS server isn't affected by = CVE-2023-50868, if I am not mistaken. Ain't no DNS expert =E2=80=A6 BUT, dns/knot-resolver is affected: = https://gitlab.nic.cz/knot/knot-resolver/-/releases/v5.7.1 I do not use that port, yet.=20 But I opened another PR on that security update to dns/knot-resolver: = https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277306 All I can say is: dns/knot-resolver 5.7.1 compiles with poudriere. HTH, Michael P.S. Please forgive my lack in experience with PRs ;-) Please let me know, what to correct if neccessary=