From nobody Sat Feb 04 19:31:36 2023 X-Original-To: bugs@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 4P8N1h4cmxz3nm9w for ; Sat, 4 Feb 2023 19:31:36 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P8N1h3cZGz3N2q for ; Sat, 4 Feb 2023 19:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675539096; 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: in-reply-to:in-reply-to:references:references; bh=8ZL4U+HrYcdeQ9IKGndm6Ug+BI/Rr1on+g+Oo9SZqpU=; b=DnysQurKB6ZlHuAPbQMOSNJioiq+fJtvGoy8UI1SS6RFaDcmJ5NJh3qVpdv7ctLlPiqFYB /V5I8VEu9+uAiQQd/pX7tFa+K2ZF4N2a2d74eFWQfZcJYandcFh4Mp9hroBOxOgGllytp3 Y9fstQ2u4XNl4IbsAQlUJcNTj3TTqqWHLtJvPqv9IlQDMU2ThLqfORQUYxInlmbvOtkofV CiHUnaph1xvOTrN/ufSGa0rQFAXzhKzjYnDvRuvOjrnD3k28rAsGQ/W3XVjXR5fuwjfcAO IhFxTCvyCrAYew6Fq8qrmGNk9Jl1Rdccxgx13Bg85bDOXmSOCZE/g3/Ko0MPig== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1675539096; a=rsa-sha256; cv=none; b=q8XwR0al3BI7yeZsz3IBD3t9ZWHovhrFHDBkq34c6N4DA0KABkb8HMFhsGI7dzOHOOPqC6 7yoFMYvg6Lk7UbUQZCiSjhXeoYzhoE54/3AWPBwT25YLYTawlKkVzO28Dblwugy6hlaKjB n81ykJxPwCoyvWtsN9/cAqcr2fsdPl6c0cwTIEfCvBeB47IVZGYx5dv5afyN2pPEhL72N6 3PA3fA18ZImZnrqdf+n0ncccEjvt6MPefrUq6U/X31HPn7NLWGMw7f9lCsvkTia+P8WHZ/ g/ZUmgaupkb8YU1nJa1pIsCIWvXX3j5L08LISuTy7koKuCFLd4n+qlVA4NnkZA== 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 4P8N1h2j31zRNg for ; Sat, 4 Feb 2023 19:31:36 +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 314JVaxS006305 for ; Sat, 4 Feb 2023 19:31:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 314JVaIM006304 for bugs@FreeBSD.org; Sat, 4 Feb 2023 19:31:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 269270] Fix a few typos in libxo.3 Date: Sat, 04 Feb 2023 19:31:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269270 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch 2023Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D495ee8c05bfff86255e706d2cd2ebab= e7d467981 commit 495ee8c05bfff86255e706d2cd2ebabe7d467981 Author: Pavel Timofeev AuthorDate: 2023-02-03 12:43:11 +0000 Commit: Fernando Apestegu=C3=ADa CommitDate: 2023-02-04 19:26:39 +0000 net/kafka: update to 3.3.2 ChangeLog: https://downloads.apache.org/kafka/3.3.2/RELEASE_NOTES.html PR: 269270 Reported by: 0x1eef@protonmail.com (maintainer) MFH: 2023Q1 (security fixes) Security: CVE-2018-25032 (cherry picked from commit dbde71f335327288f1342260fba1d34f224fcdc8) net/kafka/Makefile | 3 +-- net/kafka/distinfo | 6 +++--- net/kafka/pkg-plist | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 15 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=