From nobody Tue Sep 17 09:07:56 2024 X-Original-To: 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 4X7GCX1MGnz5X20S for ; Tue, 17 Sep 2024 09:08:08 +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 "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X7GCV4Wf9z3xrl; Tue, 17 Sep 2024 09:08:06 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=i8GM5dYA; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 2a01:4f8:13b:240c::25 as permitted sender) smtp.mailfrom=herbert@gojira.at Date: Tue, 17 Sep 2024 11:07:56 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1726564076; bh=2pLsehiLIbbQ4CSggZjRa9/Mm6z0achDu05oZ/V/k54=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=i8GM5dYACtgjxz2rSsXj9hvFdLGEeO88XlLebpzzxopjSdOotdAaWCNcQDsnzEFYD DfGasgqsRxGhXauI5EfTdumNS3uyYzAOX5VIZPee6ZhgTADtL6YC0LdyDfCqpNVXIl GT5caUCwFJRKJjWLv8CLfS+3IVq0s8DpusVst0shD/sghYUWXl9zawquXjoyr/sIIW UUW81CCfGjyhj6GSspdOPo16gWPZXrvltHRl83xilDgbQrR/3rp7OXA1uGBhp1uKji 4cHDPDoFWFq3tdapPbaSI8Fz/Ys3yfd8ah3L/uq//+B/CVQhk96JBezR49u/NyqPZ7 VZUPcKyb1f5TA== From: "Herbert J. Skuhra" To: Kristof Provost Cc: current@freebsd.org Subject: Re: git: 80eb861dc2a7 - main - pfctl: lex <=, >=, and != into a single token Message-ID: References: <202409161305.48GD5SMG020938@gitrepo.freebsd.org> <87wmja3csl.wl-herbert@gojira.at> 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=us-ascii Content-Disposition: inline In-Reply-To: <87wmja3csl.wl-herbert@gojira.at> X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; 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]; MISSING_XM_UA(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; DMARC_NA(0.00)[gojira.at]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[current@freebsd.org]; SUBJECT_HAS_EXCLAIM(0.00)[]; DKIM_TRACE(0.00)[gojira.at:+] X-Rspamd-Queue-Id: 4X7GCV4Wf9z3xrl On Tue, Sep 17, 2024 at 10:27:38AM +0200, Herbert J. Skuhra wrote: > On Mon, 16 Sep 2024 15:05:28 +0200, > Kristof Provost wrote: > > > > The branch main has been updated by kp: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=80eb861dc2a7960e1acc74796cf0c937472a5dba > > > > commit 80eb861dc2a7960e1acc74796cf0c937472a5dba > > Author: Kristof Provost > > AuthorDate: 2024-08-29 10:08:32 +0000 > > Commit: Kristof Provost > > CommitDate: 2024-09-16 11:48:58 +0000 > > > > pfctl: lex <=, >=, and != into a single token > > > > lex <=, >=, and != into a single token for correctness and to reduce the > > lookahead in the parser > > ok henning otto > > > > Reviewed by: zlei > > Obtained from: OpenBSD, deraadt , e6e3ecf338 > > Sponsored by: Rubicon Communications, LLC ("Netgate") > > Differential Revision: https://reviews.freebsd.org/D46582 > > --- > > sbin/pfctl/parse.y | 20 ++++++++++++++------ > > 1 file changed, 14 insertions(+), 6 deletions(-) > > Does this commit break pf on arm64? > > # pfctl -f /etc/pf.conf > pfctl: failed to add host: Invalid argument > > Simple pf.conf loads but > > # pfctl -s rules > pass in all flags S/SA keep state > pass out all flags S/SA keep state > Abort trap (core dumped) Sorry, please ignore (for now)! Probably a build issue (META_MODE?). I am trying a clean build now. -- Herbert