From nobody Sun May 10 01:00:40 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 4gCl0G2VZzz6d5hH for ; Sun, 10 May 2026 01:00:46 +0000 (UTC) (envelope-from git@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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gCl0G0lJBz3cF6 for ; Sun, 10 May 2026 01:00:46 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778374846; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=jrXF1HUsyhDRPoq+bCOMmGnUl8X3P86tdzWtuDc+7sc=; b=DAR6TyLRxEfjCHnQP3800vuv9b6B20vJYfksMtV15tFDHw+khZWKtza2xdS+gW03bLv4di /l7wIhY6peuog+8RqcJHpBdkVhWFbMRemW/uCzVYbNoA0sYsdB7atimjJ1REEsVnZZtNEY FClSx3G2jW+HA4xn/zyUV1YfHa+/1OPtxds3lVa1RQ6icw52dgEg5uY8ziJOoixEqDuK6i 5RLkEnsHKkB3A5GVyJ1FSAKXLJBSxJ3jRh/f+ghnhdq5jv7aHEXE2WLwRqoph75hMIKl3o Iuok1o8R12kU5viDn1USWTeF+TGG0Ae/XSQol9layAwgyj/rK7OXRy4ZY4NKkw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778374846; a=rsa-sha256; cv=none; b=bo5qtcZiBs3HJV7EoqOu/tvVqslWkf0MgKiosStjmC37bMn9L/zC2xBlzis6Rd2ixJemZ7 T2h4RzWRuYI/SeJZQoHHWgMT6YoYHyHjdDLcHy5VIj0qsSKp8giKAxJYRDSHm1P4aIOq96 sx23Y1Gd/XmjQC/d91YM6EInrvmLDKl9WrWddJMEN/1NpBvXbAFcQS2VJM73de7m0iUMxn qap03jK2z1H7bsRWvlj1DncXRqKwMWM0vbqBMR9fNqWVhxhKY7bEDHvCQnLBoqxNIABnsz yEAhdpUu/gpQwANfdZ7o//h30yKXNONzigm71Xd/RPYnT9koIppXE1fR3sc0IA== 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=1778374846; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=jrXF1HUsyhDRPoq+bCOMmGnUl8X3P86tdzWtuDc+7sc=; b=KAc+gLaqDHTe4kpuXPW0o8gTU5n0g708H7vNWrRJuTs4AzdiqALiLlLyuHc9Uy7N9Wivi1 0CxAjdHleeHKER2XHf8NS9PE2fxabSrHCsO+KoSk7SfJbf93e19rXGkzew1tmQgGOu8gvN BrCze+SgK0oD/Knj3In+8JJR4j0hE8w/e0CxczgzOx5ZlKn7OYH4Ok4ESK7Di4G6jj8AWA teXYYR4m6AhgR+7sCs59AWrmSmjToMfcAv4heUYG23fd7haq0XK94WGs32G4RMEceH8YSk bXHtKLPdac4QkmLWSN+vDaC4pfisnPToL151D4Q13VZOIaotPmc4kO+xd0WjjA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gCl0F6lKZz1MSV for ; Sun, 10 May 2026 01:00:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 45740 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 10 May 2026 01:00:40 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Jose Luis Duran Subject: git: 8fe76a3c1240 - stable/14 - blacklistd: Fix RFC1918 typo 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: 8bit X-Git-Committer: jlduran X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 8fe76a3c1240d2f8f759f9261ac15ec0cff76d32 Auto-Submitted: auto-generated Date: Sun, 10 May 2026 01:00:40 +0000 Message-Id: <69ffd8b8.45740.7650f9a6@gitrepo.freebsd.org> The branch stable/14 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=8fe76a3c1240d2f8f759f9261ac15ec0cff76d32 commit 8fe76a3c1240d2f8f759f9261ac15ec0cff76d32 Author: Jose Luis Duran AuthorDate: 2026-05-03 05:31:51 +0000 Commit: Jose Luis Duran CommitDate: 2026-05-10 00:58:35 +0000 blacklistd: Fix RFC1918 typo This is a direct commit to the stable/14 branch, partially cherry picked from commit 5a6d9479ae2271a97dd23ceee8ad284770302874, as the stable/14 branch only has blacklistd. The address in the configuration file example was intended to be from the 192.168.0.0/16 range of IPv4 private addresses (RFC1918). Reported on mastodon.social at https://mastodon.social/@asmodai/116316630762241486. Fix submitted upstream by emaste@. Fixing locally first. Reported by: asmodai Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D56773 --- usr.sbin/blacklistd/blacklistd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/blacklistd/blacklistd.conf b/usr.sbin/blacklistd/blacklistd.conf index b8dee6768cc7..35af9567df53 100644 --- a/usr.sbin/blacklistd/blacklistd.conf +++ b/usr.sbin/blacklistd/blacklistd.conf @@ -11,6 +11,6 @@ submission stream * * * 3 24h # adr/mask:port type proto owner name nfail disable [remote] -#129.168.0.0/16 * * * = * * +#192.168.0.0/16 * * * = * * #6161 = = = =/24 = = #* stream tcp * = = =