From nobody Sun Aug 16 02:25:35 2026 X-Original-To: dev-commits-src-main@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 4hN0Dv5fQVz6pFMm for ; Sun, 16 Aug 2026 02:25:35 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hN0Dv4pfcz3c7k for ; Sun, 16 Aug 2026 02:25:35 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786847135; 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=LSc2GStl77SDSp3//8IG0XzG8mxngdbkquMEg0wbeZs=; b=a9UyE9FkNe2+aOnQ2bEnmRDV5U0Z3gbNIuRDcHtBlKIyf9Ov3ojaM1y+wLSIf8iC9HAH/E 29A8AOsZk57Y6AsAjwL3z4EvRXt2OdAwM6MK//f+ospJp/VXfxBtcjMuEpvqwzIeaGhNlH fystweiACZH3DAV6ljIMiCit+Sb8iNkTI6pxVMUe4XW5pXJK8LKxeQCxdFumCazGXNhVGW y/sMBqKmDCA9fzON/+Pep27c90w+TJfGDniYZgMzGKqCPVnJj9NPEArWVqfVN3sqZSvHeC 1Te4hKXwEz+E5vZYLbG+HWsddyrb3g8vw5QF7/YwxN0ysg5YGu0OMGNyl2YzQA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786847135; a=rsa-sha256; cv=none; b=HIZeAgCb0YGWPiOTfX5sjvsQARJ0UuPWwJKfQAx6jGRgWqWRKPm1KgZqRnplO+q81j8fwp Kbdjrp7fvbHYIEU1KWGdb39hwqiwf18whinjAIubB3gKpbjre3e4n/h38K35z0JRhmycIS yellELa99BAI9PfGZOUJ7rKEieaYF2YvaZ5zE+ET/DNb9fVwGEmpwOp7s5/c/dF4d0dBU6 DZCYW/DLLQigr0gBD8eHCZGVsEtSV9gaj+Z1durqmIrqxiJm76+sW834qtcFXJHaLehnmi NLz47C8+Tlm4hnIXxY5pQsmkRPBRCr/xJg+EDGAsTBQZu+YJQNr959p3kIrncg== 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=1786847135; 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=LSc2GStl77SDSp3//8IG0XzG8mxngdbkquMEg0wbeZs=; b=RS+A5cMrCCEEdEAjnx/dQWZTONo6A7wz4VMTRFw4UELVMUOmPzzQ+X4cY15u0e9XjCWs4O SAA7pKrKJPSQ03RJ3mH0lEhhfHblItmOkV6vJ8ZeJy1/qVIVfxzBIah38uNFcZVxbpVYju 32edoda/Gp9eykNwU+/I76wrOqrJBgPU9/A80pboypd14vfk2k8/bmdbfLZwD/TAXm0UBe Cr4egNFz9e8eKnkmU+LpfBJTO7I/rh2f5jhtN1j9g6e4hseFo0nDC2FQSZIjLNWLSJAKJD j3dXdn85z0nwoRDwt4a/40wkxgBgMF5WkrHeIx/jLxUcI6MLW89KEIPXiFEHtw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hN0Dv3mqnz17Y5 for ; Sun, 16 Aug 2026 02:25:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 42257 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 16 Aug 2026 02:25:35 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Philip Paeps Subject: git: 5e6c894510fc - main - libexpat: update AUTHORS section of libbsdxml.3 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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: philip X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5e6c894510fc66c18d69164d591184a2d23b16e5 Auto-Submitted: auto-generated Date: Sun, 16 Aug 2026 02:25:35 +0000 Message-Id: <6a811f9f.42257.5456b50d@gitrepo.freebsd.org> The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=5e6c894510fc66c18d69164d591184a2d23b16e5 commit 5e6c894510fc66c18d69164d591184a2d23b16e5 Author: Philip Paeps AuthorDate: 2026-08-16 02:24:29 +0000 Commit: Philip Paeps CommitDate: 2026-08-16 02:24:29 +0000 libexpat: update AUTHORS section of libbsdxml.3 The eXpat project has changed maintainers since this section was written in 2002. Update it to reflect reality. Discussed with: Sebastian Pipping Reviewed by: bcr MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D58835 --- lib/libexpat/libbsdxml.3 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/libexpat/libbsdxml.3 b/lib/libexpat/libbsdxml.3 index 912078d2465a..e4267b66c4d1 100644 --- a/lib/libexpat/libbsdxml.3 +++ b/lib/libexpat/libbsdxml.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\"/ -.Dd August 10, 2026 +.Dd August 16, 2026 .Dt LIBBSDXML 3 .Os .Sh NAME @@ -56,12 +56,15 @@ For full documentation, please see the eXpat webpage at .Pa http://www.libexpat.org/ . .Sh AUTHORS .An -nosplit -The original eXpat was written by +The original eXpat was written in 1997 by .An James Clark Aq Mt jjc@jclark.com . .Pp -Subsequently eXpat maintenance and development been taken up by a group -of people under the leadership of -.An Fred Drake Aq Mt fdrake@acm.com , +Subsequently eXpat maintenance and development was taken up in 2000 by a +group of people under the leadership of +.An Fred Drake , .An Paul Prescod , and .An Clark Cooper . +.Pp +.An Sebastian Pipping Aq Mt sebastian@pipping.org +took over maintenance of eXpat in 2016.