From nobody Sun Sep 17 12:53:27 2023 X-Original-To: freebsd-current@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 4RpSXX4nRKz4sdNY; Sun, 17 Sep 2023 12:53:32 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RpSXX4ML0z3Kjl; Sun, 17 Sep 2023 12:53:32 +0000 (UTC) (envelope-from kp@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1694955212; 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=XPgmVX/6PcXzMurmEYn5SQ69IgRl9Nrl5encvKuXyi8=; b=P11VWjPvz4oFSw4G3lolBSEnU0gBgo/0I3/MFgXReXA32JYYZ4QhlLvzFv/Fv1pGG1keqW tPfK/Mdv/PcVsiDlqnQPr3An1S9paEjyVzWhVQ3gz6nr3t5oEVSkM7Zv+rQbq8mp8hMj09 mZV23DVJeNY/uhSlOH/tQYCbt63MZoyf200HKhaEYeIgpHIZQP/LwazncRcbiJEgZLIS0+ SRxBPFg9i6mMQ1LODGHEy9VIb2q7kqBZk6BLBfzIMlX5wqxASXC6Ehi1hP59ilixRombm4 PsHfnS/g3IdOxNmYHOR3DmP2kmmAjJR9ujbv91jo7ibSgHEt9/OZez/pUfUxjQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1694955212; a=rsa-sha256; cv=none; b=LR4wbia+4CAHhkGKmo6wOCaFPtBEkKoIX6uFsLSuvyNlaS/+AmdI1WoNzZt5PbKQKNfW7N mMtfWvcFE/7pvvMHPBex2ajSEWyFYBMEbGvPDVYlHYGqCO0ilCmd9IoCRaXYaNdW2rlzhY dg1dAIQWVsWtzuUFQVS5IVWUbZxaMaDDWl7ZoToLL1pkYrdTo6K9CvTxE+DNpukaSOJAPk Yc2Mht61KMEG6gnkw17/rr5cTI14zfEJq8HpjqIRrdLTqwVA0xRqh8jknQ8op3rsXKnBQZ S4z8HwIPxY5Ee5aLXrSjK1L3qFxOQ09kiV2VrSfvbvITd2tzGbvk5dGtfx/Hvg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1694955212; 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=XPgmVX/6PcXzMurmEYn5SQ69IgRl9Nrl5encvKuXyi8=; b=XCbtSrLSSInnIKnIjlfeHFareFJ2K87G7+fAOepTzrY+dx+DY5/CM8vL8pfTTpOqGjOr8N B5dZTeeLaTwp1ZBUbCn0bp3EaN0nfCrjJjzAh+g/HT7bOucdPIE1UgKokS2YQmu72kzk+0 BCNDwRG/XLMDl1EGt43fjvJYBIoNDVJ9yd0V64x/RU+I4M+iYwdqfW7EoMTg6/6FOTjC0i BRluQQUUxsHyJC+th3Z3wMhaQFS1ImfEUXLL75FefTsxPjdRHMAolkPKia9kIUVVQHA4di Y6WMq7UvvKkCazixexnXYGiQIQJnC+96hcKhuf4YGI7N/MtR6xQamvKCe+oQLw== Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (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 (2048 bits) client-digest SHA256) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4RpSXX2kRyzp3H; Sun, 17 Sep 2023 12:53:32 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 80D36DDA5; Sun, 17 Sep 2023 14:53:29 +0200 (CEST) From: Kristof Provost To: Mark Millard Cc: bofh@FreeBSD.org, eugen@FreeBSD.org, FreeBSD Mailing List , Current FreeBSD Subject: Re: git: 8d49fd7331bc - main - pf: remove DIOCGETRULE and DIOCGETSTATUS : net/py-libdnet and net/scapy now broken, kyua test suite damaged Date: Sun, 17 Sep 2023 13:53:27 +0100 X-Mailer: MailMate (1.14r5937) Message-ID: <125F72E9-A597-4213-8E50-FB8EF0F9B80E@FreeBSD.org> In-Reply-To: <56BB4EAF-E9C8-42E3-A7FB-3F6988D745B0@yahoo.com> References: <9A0C699C-78DA-4EB9-945D-A7C3B29EF31D@FreeBSD.org> <56BB4EAF-E9C8-42E3-A7FB-3F6988D745B0@yahoo.com> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 14 Sep 2023, at 15:34, Mark Millard wrote: > [I've cc'd a couple of folks that have dealt with fixing > breakage in the past.] > I=E2=80=99ve submitted a fix for libdnet in https://bugs.freebsd.org/bugz= illa/show_bug.cgi?id=3D273899 because it blocks net/scapy, which we rely = on for tests. I do not plan to fix other ports as well. Best regards, Kristof