From owner-freebsd-ports-bugs@freebsd.org Wed Jul 1 13:31:55 2020 Return-Path: Delivered-To: freebsd-ports-bugs@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 4026B351CEA for ; Wed, 1 Jul 2020 13:31:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49xhwB6xK9z4VLT for ; Wed, 1 Jul 2020 13:31:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id EE0F535225F; Wed, 1 Jul 2020 13:31:54 +0000 (UTC) Delivered-To: ports-bugs@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 EDD0C352340 for ; Wed, 1 Jul 2020 13:31:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xhwB657Yz4VLS for ; Wed, 1 Jul 2020 13:31:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4524A212 for ; Wed, 1 Jul 2020 13:31:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 061DVsYw068873 for ; Wed, 1 Jul 2020 13:31:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 061DVs85068869 for ports-bugs@FreeBSD.org; Wed, 1 Jul 2020 13:31:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244600] dns/knot-resolver: [patch] fix critical cache space pre-allocation failure bug and add rc scripts Date: Wed, 01 Jul 2020 13:31:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@dns.company X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 13:31:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244600 --- Comment #5 from Leo Vandewoestijne --- Created attachment 216109 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216109&action= =3Dedit knot-resolver Took a very long time, but I finally have a patch that (hopefully) solves everything addressed here and more. 1. Thanks for the rc.d scripts! I did minor adjustments to them. Only "problem" I still have is being not able to set user/group, but it can= be done in kresd.conf 2. The dns/knot2-lib port is desired by those who wish to have only knot-resolver and not knot2. Consequence of that is that you need to install knot2 before knot-resolver = in case you wish to have both. 5. The `kresd.conf` overwrite problem should be solved using @sample (I hop= e). 6. I have not been able to replicate that exact same error, but clearly sti= ll needs attention. Problem I currently have in getting root.keys is because of missing lua modules. 7. Solved per PR 246578 - Before I remove lua-socket and lua-sec I still encountered errors with cqueues So I've also switched to `luajit` instead of `luajit-openresty` hoping it w= ould maybe help (still needs testing). In ports/dnsdist we switched from luajit luajit-openresty because it was to= ld to be faster, so maybe it better should remain unchanged? - Links in pkg-messages are removed/updated. - The `-Dmanaged_ta=3Denabled` issue got it's own knob also, hope it allows= you to run as desired - but to me looks not OK yet. Further also here I removed python as a requirement; I get 2 GB of software just to never ever regenerate a few tiny docs. Seems to be fine without. I'm using this patch myself, but please let me know what you think of it. --=20 You are receiving this mail because: You are the assignee for the bug.=