From nobody Mon Aug 17 09:50:22 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 4hNp3f6bqcz6p3F4 for ; Mon, 17 Aug 2026 09:50:22 +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 4hNp3f3MrCz3tLk for ; Mon, 17 Aug 2026 09:50:22 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786960222; 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=f0X5LnAJRaxQj/M9OgpEx2ygtGyIqUJf6PEBMAXEhf0=; b=KHOllUeIseB6Hc3PHHKSmtg9H2e4gaIrPGcgz1UoMYm4d1CwVZPIl/3SpSQJfvOXt9MwoN 1Thav1ROTsogUhII83DUgTVPzqLaGuuzxyDr3L4kQsykAtMlq1k4aEYNb/g6WSYRRyAHAM IkS71hxpZYBBFQgC6JHVRtgIXPmOoEdNUl/CI1LEQvc3DV80lMuvaCQ/8Gei/P10OHYaoQ 8gkGhufBF0bBrNDz7RW5Swgb/zGeQDpFoA2Owu8CkMdJm3VQzuw4gX7MBiCnfwXr4Vg5pn DQ69CuhBVbY+4/pGXLiTk+dFrchPLGyv8Ml6DhWskk42lUycfSrZASGu2fL+0A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786960222; a=rsa-sha256; cv=none; b=v/pa9kJyKuwY2mSz7f8L3LRC8glhM41Hj1mSkHn7S81w0EUUe5SvBqYN2gI5LN8LwRaxxx VxAN22dL6UeVfSLHwGou4T6mamUoCtB15TgqCx0QvVS2qqKnxPRq5H5C/xNkp4YYf3XhZw 8x1x/FP1Iy7ix58ppkTLapjY+iY+gpqM2Pyy1rVFZOdI4X1x3Tw/rjsGsf7VHnM58ghEq2 hfOBQzyD8uDbXKc3FyuOliEmunsCp+ZcO8wixIiW0n0rJbz4o5r873t41hI27BGT+JgnDK Tw3j6Cm0WRQb+KgAVMTlP/P6AoJYKBbOo2EkU4Et+amwU9rBjyNDfUBCUfWRnQ== 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=1786960222; 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=f0X5LnAJRaxQj/M9OgpEx2ygtGyIqUJf6PEBMAXEhf0=; b=vrSL4jjy7FAnDzDqeGWe1Qm2MofETPjESKRFTjpP89uU7FaAwjs7SIc0auQlqrNCNRBZZV k50Kf6WsM0u+6uI7hAk9qOpTJaJaOJS+cRHCkoy4mHduWPC4ZgetbkdquuGDk3cIK6E0N5 WCG1cnLBa4rug/EXQwLtZAecKhbAdrJyPU+YGLqisHlqQrG1XLQF8CgqiYvKTYKqs8E6we JNe3OHfwAwHgtwnPz+59W1I3EQAd9FWSWbbfW2g8xrQiBgL43KqcLuSSjQPEcfLt5ERrfd iw1fAr/jV9nCvuBHkUZX1XAEzycpGCEQb6zuz+iJP/+kyYp8gVs6HThPYAsE6g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hNp3f1x56z180l for ; Mon, 17 Aug 2026 09:50:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 25a89 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 17 Aug 2026 09:50:22 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org From: Enji Cooper Subject: git: 6609c5a5e6a9 - Create tag vendor/atf/atf-0.24-rc1 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: ngie X-Git-Repository: src X-Git-Refname: refs/tags/vendor/atf/atf-0.24-rc1 X-Git-Reftype: annotated tag X-Git-Commit: 6609c5a5e6a965821a1b9e54dc541176ca7e3ad7 Auto-Submitted: auto-generated Date: Mon, 17 Aug 2026 09:50:22 +0000 Message-Id: <6a82d95e.25a89.782b3ee@gitrepo.freebsd.org> The annotated tag vendor/atf/atf-0.24-rc1 has been created by ngie: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/atf/atf-0.24-rc1 tag vendor/atf/atf-0.24-rc1 Tagger: Enji Cooper TaggerDate: 2026-08-17 09:49:59 +0000 Tag atf-0.24-rc1 commit 0c9bf043d6892725fd76cd2026949405c9381663 Author: Enji Cooper AuthorDate: 2026-08-17 09:41:49 +0000 Commit: Enji Cooper CommitDate: 2026-08-17 09:41:49 +0000 vendor/atf: import atf-0.24-rc1 This release candidate will likely serve as the actual upstream release tag for version 0.24, but for now it should be considered a release-candidate worthy tag as this code has not gone through a full FreeBSD test suite run or been built with `make tinderbox` yet on all supported architectures. Obtained from: https://github.com/freebsd/atf/releases/tag/atf-0.24-rc1