From nobody Sun May 3 13:10:32 2026 X-Original-To: dev-commits-src-all@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 4g7lWY74C7z6RXMg; Sun, 03 May 2026 13:10:33 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g7lWY6ckxz3wnl; Sun, 03 May 2026 13:10:33 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777813833; 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=td0PBhpjuXK6vj7f0VZzQCI6khHeXGRjohSwYgIgsCs=; b=RCPHFd5LYY/UioZK9XXX4vds7yq5U4l8xmEaP1lKvaty+BBUTiEkDtCHJhTvAzPHBPnGNn mRY2v0Cy5fF4b+2FaDTPFzw7xwsGrWNrvO6fui9puYeq+JpdFGMG2mY/p3gARAJZpUomHO X32vzmdDON8yEoxW55OEqhXnD1nDvO3hucH7XjRDpxrkY8lSsVgOvmgIETxULkC6Jfe/zp Ymy71mfKEwJWn+xbOL+ynoNBUO6I98PC+siL5DdcggN/hFpqk4MB/nM2XDW4V3nQ/T82rI EPUXaBqZaFGc3jvN46PoX/0E7kHdLyLEAvfNmAwjPhKMnGSnEdLUJP7JxlqQng== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777813833; a=rsa-sha256; cv=none; b=VEY/EZ+RGaPxZj9DsfxutRp51ROT869c07zNLTqa/xzvTjeUMuiNNSG0VvywA6mnECZdTg 9b9Z6unNbpM9lFEptK4UrLWZrCxKyCYRTG+hTl0w4AYXfWI3hFwNFOcVgu/QslxPS6lIVp Akb+lcol9+v89EFCFumDdTlD1WYpKDHckYhiExPQTCjYzX1akehCdHzKnzM6isnn86fD5Q VPTBaHns7POb3JxDfMUkI6izKL18rsg7tu9a8wcHAk/aJauGGg6Z2K+fywGNcDL99DXku0 Ay+/+RP8QVEh116PXB3vbx3nL8qlmn9TzfBSCYfPvOGfer1GcDow4dk9KtF9yA== 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=1777813833; 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=td0PBhpjuXK6vj7f0VZzQCI6khHeXGRjohSwYgIgsCs=; b=gy96hehWjh1YGKiXZOuzj3pTK4az1omgiQSLgXIlFIUVqgiyL0zokjXDbxsRnXMU3qjQLn bCFTmaGqFp2e5j/vpp49uCAu0VPaqI8Tp5X3FPay78ZWhH757j+XbAyFMVIoiq5MhGKtsW JBWHPWhYHLOrib00hcBELkdH2VRpOEMOO/d5Xge2gM2KujZGe/UPHdgXdo/5YbC4TYrZqX 4fchyGaFBkPCmFjhBTgJjkaUX+HCldQyUIbo9GEFy1YCLDOEOUFOXjzodcqYgRXRae3b/z ZGdB4nXzJFn+xw0egUq0BHUvRyZ6IpxvZxbjXkZswyqMNVyEqWgl65AH0HTbog== Received: from ltc.des.dev (2a01cb0585070b00922e16fffef1acef.ipv6.abo.wanadoo.fr [IPv6:2a01:cb05:8507:b00:922e:16ff:fef1:acef]) (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) (Authenticated sender: des/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g7lWY56RXz13w0; Sun, 03 May 2026 13:10:33 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id 867338EA13; Sun, 03 May 2026 15:10:32 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Jose Luis Duran Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 5a6d9479ae22 - main - blocklistd: Fix RFC1918 typo In-Reply-To: <69f6de20.3297c.4f1f048a@gitrepo.freebsd.org> (Jose Luis Duran's message of "Sun, 03 May 2026 05:33:20 +0000") References: <69f6de20.3297c.4f1f048a@gitrepo.freebsd.org> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Sun, 03 May 2026 15:10:32 +0200 Message-ID: <86lde0wsdz.fsf@ltc.des.dev> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Jose Luis Duran writes: > commit 5a6d9479ae2271a97dd23ceee8ad284770302874 > Author: Jose Luis Duran > AuthorDate: 2026-05-03 05:31:51 +0000 > Commit: Jose Luis Duran > CommitDate: 2026-05-03 05:31:51 +0000 > > blocklistd: Fix RFC1918 typo >=20=20=20=20=20 > The address in the configuration file example was intended to be from > the 192.168.0.0/16 range of IPv4 private addresses (RFC1918). I'm sure it was but we should be using RFC 5737 addresses instead. At least the IPv6 examples are correct... > Reported on mastodon.social at > https://mastodon.social/@asmodai/116316630762241486. that's asmodai@freebsd.org >=20=20=20=20=20 > Fix submitted upstream by emaste@. Fixing locally first. >=20=20=20=20=20 > Reviewed by: emaste > MFC after: 1 week > Differential Revision: https://reviews.freebsd.org/D56773 DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org