From nobody Wed Aug 19 02:54:41 2026 X-Original-To: dev-commits-src-branches@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 4hPrl54DcPz6pLZh for ; Wed, 19 Aug 2026 02:54:41 +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 4hPrl537nZz4B7W for ; Wed, 19 Aug 2026 02:54:41 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787108081; 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=npGUYdHN3X65t9X8K1v0dThs662YI2qVgaWlZZbK4ZM=; b=IykSTSgp1Ozcy4I6Cta24sHnfUoW8NhtciYNPpHkEq4fwjHIOfe31bxHp/GvSKkAeH8O8m eEsMZ6NhJEvKKVjFGvp0LoDlNT8h2euYiWxk3COYI8XwU5NY6113qhRHsWzWV5Fa1q2jLy hd7ALIZetJurkC2JS1k/799DG2dGClUm6bMEt0NuWYloWwLjZDVPvEcFSUjEoYBSsrk9pZ oHu42zH3GsgToaZV+OLu0bbr64LHnb10x3QZDT764USafyW5DzuVJRf4T4iyXzphK8UORH bIvnrZemEACMvE9cuNcaHLI9dKzlxzW1ZZ8SK1b/ihndWxErGDrqhrir9Wnr9w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787108081; a=rsa-sha256; cv=none; b=h7yCDa4H75lPWthq6kjSYS5pkNAFQFnpoMn5uLPa5VY1Ueruedy3va0avGMPPjaBJ0rUD5 4R9984CmG+iZRiRe8ei+7b/0+sBGrc3Ga/n5AkMKh9kuzaTs0Tncz4bkfUcsXHIwcVu180 h3Fl+0IFP+FkniGh0oIhSODymcgzuVEX1tNNLWElPVyfHAuRyQ6+/FR9Cm8cU4eSavTttR /KuUJcDrMzW3kqxfKPD95Bmnhu8YQQww+/GyjSwbCHiBjehubDcLaVz0CIaic2MObKV/cM 13X6ttfhadWwnAQ95Ner5fBItiWxTOskQyHXXYtOAg/yJCDzVt7zvClMGFY5yA== 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=1787108081; 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=npGUYdHN3X65t9X8K1v0dThs662YI2qVgaWlZZbK4ZM=; b=gV+Tcx7R4IVGF+0bpr+k59C/sS9Ft8aKZDOgUupW4OcS2YRfU+NL5ej9w4s4ThZsYxYxZt akGx1RtYTlG1BdCHQi9UJBNPxec8kUa94zcACNVdXD0LZ5OWUmvKlbVIc4Fi9dgG9o/9Vl ZOFS87AZ5CN23FoMEHEEFjIB/IEhOQH7MkR9LDJmNKmk75A/MvMNZLlD09ajFM5XZD4ccd zF02icjkDr8VPH6o5dIFsk6Ay78L6s5TmS5ATPdNVHLLOZg6EVcAJ6zYZIiYkmnBJmCw8n 5h/MEW10iyrFsBZugw0/wfnI7fPfS3NPUSWQjVXDOPKtREp31Y+TUZ7dpUIUOw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hPrl528gdz1BBX for ; Wed, 19 Aug 2026 02:54:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 23aab by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 19 Aug 2026 02:54:41 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Philip Paeps Subject: git: 051cfda25114 - stable/15 - libexpat: update AUTHORS section of libbsdxml.3 List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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/stable/15 X-Git-Reftype: branch X-Git-Commit: 051cfda25114b191e305e8c33b4d838812a7960b Auto-Submitted: auto-generated Date: Wed, 19 Aug 2026 02:54:41 +0000 Message-Id: <6a851af1.23aab.2d6af79c@gitrepo.freebsd.org> The branch stable/15 has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=051cfda25114b191e305e8c33b4d838812a7960b commit 051cfda25114b191e305e8c33b4d838812a7960b Author: Philip Paeps AuthorDate: 2026-08-16 02:24:29 +0000 Commit: Philip Paeps CommitDate: 2026-08-19 01:22:32 +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 Differential Revision: https://reviews.freebsd.org/D58835 (cherry picked from commit 5e6c894510fc66c18d69164d591184a2d23b16e5) --- 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.