From nobody Tue Jul 8 14:32:27 2025 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 4bc3V35Jgsz614tq; Tue, 08 Jul 2025 14:32:27 +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 "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bc3V32SMwz49Ch; Tue, 08 Jul 2025 14:32:27 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1751985147; 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=qeots3caiepu2G9X8cuH6rjTF/mlI3VIREcUhR4bhvk=; b=NKekZvPKTCYSQhPJuyAnb2DMD/aaWxaQsRpVPW4bUWFTbs0F5198tTUsp0UE+O1J2tdo7U Cng77WQYWN68Ube80y4TC3GC1yKYXnS1iui97kduAY2laUKFvkLNqRN7RPzsasTCw0mphu raagbpdE+cgGht43xDDIIb6gWKsNJKfzKtWuxvzshg8W6pTk06dxeAEoz9QHobgjH8Duuv w6Mu4/ZUHGEsII/sAw11P/Q5G1TysoPfZElwu8Eh6uVNUor800wbKmL1lgzbWdGnMCE53q 7lFOWw63A7HW3YawUY7zwKt4k7Xum4Wv312KKZrzXHT7IJCv+fXRbG+Juxichg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1751985147; 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=qeots3caiepu2G9X8cuH6rjTF/mlI3VIREcUhR4bhvk=; b=xbTyHlZldS9o7zOuVV7pknB6tdWo4Pm/QIhkNqdiywEPP7qFlX+eHvwbyZ/5W8apv3qwqy TVD+a6r8wA8bCd91xejD+W4etpk2nINA3RIiBCshB3xGTBxxcUt2XIRr67iqc/g/wNzrnm 6HA6aRdrpbO5jD5yX8CUvWaQg6hEhqX0hM2PcQzeOCiwa39wObREsT1ntyCIQZALi8obz5 10AXN05GORH7EJuDhxY+45pP6k4RhKlaq7blBeFQETkPZpl4L3zT0yDcoO0wBUzPdRrfeW bcMtvn0DWpHD0LMxUao+HcBehg1OWzqJM26X2H6w9YHmphf1TJ2ENPJ5AL2iTw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1751985147; a=rsa-sha256; cv=none; b=uQ6Y9Bgv8KMB/l621XvYQEDH7NKDM//++WloE/hEeic17zrhtw0bEwdPiqN7xh6JQ+h816 z7xiv7A8Dh42j+cDaOra/o/uYjcCRE2JC6+INBVBCIP6JDWPudW7kvIb4PYcwv58WxM6/8 Zd+PSadJMnSgCsdk7XDJARIgvFane/fXF3YEKsWC5PWuJC41NBWcB2eBIa69aZFMTRzQdR T2T79/IkpO5/dsousf5xO25W1F0OzaDeES7Nv/wLaEs9h8sbLOffeKwv5IqfcyNQuxKWbR NBKD8m5P/zag93eBu1kS72btSUqGZ/YEF2w01romwyS5M4xzH5sVKPOor//oQQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 4bc3V3232gzhM5; Tue, 08 Jul 2025 14:32:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 568EWRtk073564; Tue, 8 Jul 2025 14:32:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 568EWRow073561; Tue, 8 Jul 2025 14:32:27 GMT (envelope-from git) Date: Tue, 8 Jul 2025 14:32:27 GMT Message-Id: <202507081432.568EWRow073561@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Baptiste Daroussin Subject: git: 8800003ecf9b - stable/14 - libyaml: add missing mtree entry 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 8800003ecf9bbee04fba4447645f94c2d15cb74f Auto-Submitted: auto-generated The branch stable/14 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=8800003ecf9bbee04fba4447645f94c2d15cb74f commit 8800003ecf9bbee04fba4447645f94c2d15cb74f Author: Baptiste Daroussin AuthorDate: 2025-06-26 11:31:12 +0000 Commit: Baptiste Daroussin CommitDate: 2025-07-08 14:31:47 +0000 libyaml: add missing mtree entry (cherry picked from commit 442472e1b72a8b540df3fe038ed96615fc0abd68) --- etc/mtree/BSD.usr.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 3ff04fe4e716..39e5d925a109 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -30,6 +30,8 @@ .. ucl .. + yaml + .. zstd .. ..