From nobody Mon Jun  8 10:34:46 2026
X-Original-To: dev-commits-doc-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 4gYpMC02F0z6fnvY
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Mon, 08 Jun 2026 10:34:47 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gYpMB6R79z3t4C
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 10:34:46 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1780914886;
	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=wcQ2V/8+He5AFIv8YQxtzpwx9k0lm8AxmSTD/CsQau0=;
	b=nM6EMP+CiXgut5zQJhp6V+KEGf372yk31d5surIYDY+X91d8WZpIBTCztWvLsgEBZ0vck2
	kK9ZCzkZ2QnEHyoBVRpZulUFR68DmvFtDTMS88wh8GHYRhenwCDd8HU443XtaWRt7TRf2p
	7d1N2Zd3bb6vMgzDlL6VszSJtQWFWuihDspZjalGCwowvoMB6fp/fVXmuN8r4pIzbAnfVW
	fIbHd8cAsNUcHpRwIa1PogXyf3Csu5fWd+am7NeXG7piv7EssABOSRFrMa4O8REYwRdFk/
	hT2egCl1ds38DexxC4M39QRUbs7bbkxrSN72gJSU0Bv+/c+IRFGwDinMD0JciA==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780914886; a=rsa-sha256; cv=none;
	b=oVvPXeM4J/P7jLe8oMQEqEJnMhHGXCoQbmqjAXol4edT5pfknsSHInQa00VK/8CWohc1Ka
	dfIEyg325nKbFOnb828UvrSMLig72PvEWt8mBQdFb8gmQSIImOk/ErUPEkusrpCqVuOVd3
	KhjiQdqXvJQXVzFCbrrkSVhQkRLj+n9UEpSgSQgRx92SGK5hshtAVgePrYuZIqzbD3NDoL
	Nub+lEF1Om08hTiU7K01GoZ0eUGU+bNF4nkBG+57YnbA+2a9utSckGP6n91cgVZiTjJ8YF
	I7aVAKicPtto8IE54WHwv31awx0kNG4T4sUYGrQvq6H97sx27FD2LXvKRo+plA==
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=1780914886;
	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=wcQ2V/8+He5AFIv8YQxtzpwx9k0lm8AxmSTD/CsQau0=;
	b=oo9S5wFj8AV5grNvVn7/NuPYla0JC2mbgZ0qtX53P6+q4C71KMdON32IPxDfFLiabrnkZl
	sZb4NxwjmoXGByNYlCJKNk9ONMRxmSCHKsRLTNMtK6+/tyia2ZMvpZciB2iDwSiRCWG3aw
	nq7Q5nlffvrqSbXF7smGnh8+WajaWhgP4SMWADwIMBqNLS0sEa0WPREViyOFCy5pBfjVbh
	AiDf6CIo9WOxjRAKRs6zUbCt78P5svmYl6zY4Flk29Dv157bdCfDGJJxWJMsAfjoAwqKis
	f9entWaSWQZB1LNMzXwA1kFsHR2qv5N4He2FCob/f6sVuft8AdRVZ8KaD0Vdsw==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gYpMB5hqYzlBR
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 10:34:46 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 243fe
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Mon, 08 Jun 2026 10:34:46 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Wolfram Schneider <wosch@FreeBSD.org>
Subject: git: bdc75311fa - main - configure forgotten FreeBSD 14.4-RELEASE
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: wosch
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: bdc75311fa529fdbb330321e3cc587af44cf9b9f
Auto-Submitted: auto-generated
Date: Mon, 08 Jun 2026 10:34:46 +0000
Message-Id: <6a269ac6.243fe.59a08c7b@gitrepo.freebsd.org>

The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=bdc75311fa529fdbb330321e3cc587af44cf9b9f

commit bdc75311fa529fdbb330321e3cc587af44cf9b9f
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-06-08 10:34:34 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-06-08 10:34:34 +0000

    configure forgotten FreeBSD 14.4-RELEASE
    
    Reported by: Graham Perrin
---
 website/content/en/cgi/man.cgi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index f80852b5e4..4a95b4a040 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -464,13 +464,15 @@ $manPathDefault = 'FreeBSD 15.0-RELEASE and Ports.quarterly';
     'FreeBSD 16.0-CURRENT',
 "$manLocalDir/FreeBSD-16.0-CURRENT/man:$manLocalDir/FreeBSD-16.0-CURRENT/openssl/man",
 
+    'FreeBSD 15.0-STABLE',
+"$manLocalDir/FreeBSD-15.0-STABLE/man:$manLocalDir/FreeBSD-15.0-STABLE/openssl/man",
     'FreeBSD 15.0-RELEASE',
 "$manLocalDir/FreeBSD-15.0-RELEASE/man:$manLocalDir/FreeBSD-15.0-RELEASE/openssl/man",
 
-    'FreeBSD 15.0-STABLE',
-"$manLocalDir/FreeBSD-15.0-STABLE/man:$manLocalDir/FreeBSD-15.0-STABLE/openssl/man",
     'FreeBSD 14.4-STABLE',
 "$manLocalDir/FreeBSD-14.4-STABLE/man:$manLocalDir/FreeBSD-14.4-STABLE/openssl/man",
+    'FreeBSD 14.4-RELEASE',
+"$manLocalDir/FreeBSD-14.4-RELEASE/man:$manLocalDir/FreeBSD-14.4-RELEASE/openssl/man",
     'FreeBSD 14.3-RELEASE',
 "$manLocalDir/FreeBSD-14.3-RELEASE/man:$manLocalDir/FreeBSD-14.3-RELEASE/openssl/man",
     'FreeBSD 14.2-RELEASE',

From nobody Mon Jun  8 15:49:11 2026
X-Original-To: dev-commits-doc-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 4gYxL439Jvz6gGr0
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Mon, 08 Jun 2026 15:49:16 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gYxL42fw8z4Ntk
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 15:49:16 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1780933756;
	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=FoFeZMsCvQ9Dz1k+uFlgcNvjumPyJJw2JosUwhux5wA=;
	b=prpGxLvGjzOpencNCHymPBHY3Kzhk+GZVu/YA99IHw39dk3+RprQpQORwxYC8PItEtgi8Y
	Aqc16YTtwraClfTGPGrGP4d3TNy/DVPThsTZf1vdAdpBXB5LMt5piPZzwQ+98mC/Qjaipi
	Ke3vwlaXe+JVENDo8RbCAqXN3T51jQFIs6qZnsxtrSMY4Y6eAVRcjlIITIzHZ3o72psgoL
	wq0EWVaro/gvKrZsPWMTsW/BqgtQxXs1krULRPzIRGbyVqNvC2JRo/R+gn48zn0OOQtBhb
	OE0N6/iuvlu5iEmkUScor7es/MG9CfxCQAyenh/xrs497VhqavyycWN17PrENw==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780933756; a=rsa-sha256; cv=none;
	b=MNWPtdhMYgWD7OSnCKONs2bQbUUBrM+BdjnMM8XgNtxMtWxtUIUbvE1LhtMpbC7LeT0DkQ
	Zo3Af5WO/CWHEdjLD96+AuSBdEVX3b91A4L0LQfdQsSB/zUgS13ygdWxITcTvMKPnDVO32
	1q7+LYiaCgLbwEqQN6SxdRPd86eZRplbpEi4SEiWteAmCGB1RchduyPnJr6bRrdmNahyGC
	MQqN7Eq5Npc1QPSqqf5fBNTD7c0HD6RNTYRhWXsB/eKt/k2qiTPS1C1FmWVfKRezKgIhXR
	n8p17gXzPQ4RqLXiWpbHFDajDwanKzyWY6+gRKvwCJRcjPUGzdbW5IMN+OIVlg==
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=1780933756;
	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=FoFeZMsCvQ9Dz1k+uFlgcNvjumPyJJw2JosUwhux5wA=;
	b=iXySqjQ0w7STOLpbvxof+aYCSbyLjEhgEZtHdYnUqY1NfWXTvEBhaKbcPbQzEeNyZPH7C4
	oMkcEK+HBY+XG3D4ccUE9xLil8wXL6+R+tFrxPVhdG7jY1kDqhgiw3xbPhkyqn7Sxc0urP
	EEKn/AzP7GbKiahMExL2Yubdr9hLP3lAANBEyGdgz6mqwo6fZl6ohcAC+LKSKyD/HguvEB
	yNkvJkiRa/81dOdWwXAISRi3IS/qpF5ljfUX/nd3g+NfKc0GL2N0SgQDaJSwnF/Za4FQTi
	N5GvkpwW1OLFH7C7MPhjjE2hBvcBxhrt7SVSmy2fCc30j/BH3eshtwvRlZgiOw==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gYxL42CFszv8W
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 15:49:16 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 1e0c7
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Mon, 08 Jun 2026 15:49:11 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Mateusz Piotrowski <0mp@FreeBSD.org>
Subject: git: df5dc4f571 - main - handbook: Fix header capitalization
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: 0mp
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: df5dc4f5717854795d4cc5bed2c4cb1018138272
Auto-Submitted: auto-generated
Date: Mon, 08 Jun 2026 15:49:11 +0000
Message-Id: <6a26e477.1e0c7.201ace25@gitrepo.freebsd.org>

The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=df5dc4f5717854795d4cc5bed2c4cb1018138272

commit df5dc4f5717854795d4cc5bed2c4cb1018138272
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2026-06-08 15:46:44 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-06-08 15:48:42 +0000

    handbook: Fix header capitalization
---
 documentation/content/en/books/handbook/cutting-edge/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index 118a0b8237..da1175717f 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -1282,7 +1282,7 @@ pkg prime-origins | sort -u > /var/tmp/pkg-prime-origins.txt
 ....
 
 [[pkgbase-major-zfs]]
-===== major upgrade with zfs
+===== Major Upgrade With ZFS
 Create a boot environment using man:bectl[8] and name it according to the version upgrading to
 [source,shell]
 ....
@@ -1352,7 +1352,7 @@ bectl activate 15.0-RELEASE
 ....
 
 [[pkgbase-major-non-zfs]]
-===== major upgrade without zfs
+===== Major Upgrade Without ZFS
 Set the environment variable ABI to upgrade the major version (replace amd64 with the architecture and 15 with the targeted version).
 
 [source,shell]

From nobody Mon Jun  8 19:33:36 2026
X-Original-To: dev-commits-doc-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 4gZ2K16y7Fz6gcsj
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Mon, 08 Jun 2026 19:33: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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZ2K15Zhgz3hGw
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 19:33:41 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1780947221;
	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=yK78yhMrPwr15xdatl+OGPpKBcpwSarqfnJB7GWhUg0=;
	b=MHyr5tIpNF59ytDt2YU+S2qmTA7Frv4BWtiv663p9cNxpTUOYteE+u136pxYyoOEsb3bIj
	QFfuq+inrJuuygcdDYZ+tRW7MOkfh0Fa3EqjH7zsg78Uzp8pb1ldzSbs+0j1z6Qwst+F5l
	xHhowAAQ+RskNYeXCiP0TwWHuwraRbTEjJxdpTxa5OKtimLjDb7Q9/5vsSEPqhw4ltiyNt
	bkd6ApjIvki0q032GCFH7JQVwNCNCKQi+QZALL8774M6DahsucyY9jTGKv+YUlSlIZi4NR
	3hloZ+rnW5ZKEBwBHpa92xIQ9ctTWfbMhi3jz8BcGfRdKSLeBVXMrclyDde+ow==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780947221; a=rsa-sha256; cv=none;
	b=c0hnzHJ7nrf+fvuNUiw/pnqiyyZPdfDP9lHVL6wunkRwuQdAg9Y2uIHeHM+YeVGJ1rBWtS
	Pelj29fKUcOQy2h8lQ/wpyPUKZOQflAfLrzXNDIs6r014xps96bxHnv9NtIZpPmTc5H7Uj
	dzx8EnxbSUDwiHKaSszX13/pDOf1mTcWKY8Fv6eu1KP93eLvfFoBx//0DimZzydA/xSPKv
	YU4daPLc5fAx7TPkKJA5k2VaHIWQZ5ebgRzz1UXB9i4+xACUhaQ0ZxgIhsYgaZLr1g5ckU
	Q0a7klUf7EBlalgYogA05e56mTepPKr+5DzMwPiDkl6V/JKATZ5o96zqtmrroA==
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=1780947221;
	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=yK78yhMrPwr15xdatl+OGPpKBcpwSarqfnJB7GWhUg0=;
	b=p1ditdknhAwrQVlHLayi43ibKQzPFlaGJeRgMx5FqkUd5GRDSyVap5wR6ZQ+mDyolLWH5U
	RhDupSgHnnmm7H0UDNqxbmI9Hv111bFFBoGd15HW708Vn8kCvWEdNIFx6RpLnwBtiw3FEq
	266dss/bIBjfcQIEJBKcA+bHusHxO1DRjF6WfaUEFBFs0TzMdobj1TJcQTGRgcRl/1KNpm
	KtIPOeJ5Vjb28CDrdlDqHaYbta4PevnNZJjpbaGeK0tLnO2RFusrCE+uFtWH0s0uU1Zi6U
	JLqexN62sbTtSUGMrC93SX52O3Nx6QGLaOWJ00vnipWjFRPhr7ujjCXeA6d7Sg==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZ2K150Lmz12Qs
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 19:33:41 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 3e61a
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Mon, 08 Jun 2026 19:33:36 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Andrey Zakhvatov <andy@FreeBSD.org>
Subject: git: 6fc8d63d5d - main - website/ru: Update releases/15.1R/schedule.adoc
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: andy
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 6fc8d63d5da907e3cf493323eaf595a2e00d8b0c
Auto-Submitted: auto-generated
Date: Mon, 08 Jun 2026 19:33:36 +0000
Message-Id: <6a271910.3e61a.1f3620c5@gitrepo.freebsd.org>

The branch main has been updated by andy:

URL: https://cgit.FreeBSD.org/doc/commit/?id=6fc8d63d5da907e3cf493323eaf595a2e00d8b0c

commit 6fc8d63d5da907e3cf493323eaf595a2e00d8b0c
Author:     Andrey Zakhvatov <andy@FreeBSD.org>
AuthorDate: 2026-06-08 19:32:15 +0000
Commit:     Andrey Zakhvatov <andy@FreeBSD.org>
CommitDate: 2026-06-08 19:32:15 +0000

    website/ru: Update releases/15.1R/schedule.adoc
    
    Update to EN 52f1192217518dc8897809f9c6fd897c9b097019
---
 website/content/ru/releases/15.1R/schedule.adoc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/website/content/ru/releases/15.1R/schedule.adoc b/website/content/ru/releases/15.1R/schedule.adoc
index d293369b44..20fd0c6176 100644
--- a/website/content/ru/releases/15.1R/schedule.adoc
+++ b/website/content/ru/releases/15.1R/schedule.adoc
@@ -41,9 +41,10 @@ include::shared/ru/urls.adoc[]
 |Начало сборок BETA3 |15 мая 2026 |15 мая 2026 |Третья промежуточная бета-версия для тестирования.
 |Начало сборок RC1 |22 мая 2026 |22 мая 2026 |Первый кандидат для релиза.
 |Начало сборок RC2 |29 мая 2026 |30 мая 2026 |Второй кандидат для релиза.
+|Начало сборок RC3 |5 июня 2026 |6 июня 2026 |Третий кандидат для релиза.
 // Нужно было указать "29 мая" и "2 июня" в следующих строках, однако новый дизайн веб-сайта отображает такое форматирование некорректно
-|Начало сборок RELEASE |5 июня 2026 |- |Начало сборок {localRel}-RELEASE.
-|Объявление о RELEASE |9 июня 2026 |- |Пресс-релиз о {localRel}-RELEASE.
+|Начало сборок RELEASE |12 июня 2026 |- |Начало сборок {localRel}-RELEASE.
+|Объявление о RELEASE |16 июня 2026 |- |Пресс-релиз о {localRel}-RELEASE.
 |{localRelPrev} EoL |30 сентября 2026 |- |{localRelPrev}-RELEASE больше не поддерживается.
 |{localRel} EoL |31 марта 2027 |- |{localRel}-RELEASE больше не поддерживается.
 |{localBranchStable} EoL |31 декабря 2029 |- |{localBranchStable} больше не поддерживается.
@@ -63,5 +64,5 @@ link:todo/[Страница TODO Команды подготовки релиз
 //
 // The FreeBSD Russian Documentation Project
 //
-// Original EN revision (31.05.2026): 65e6f6a7c8ad8ce4d48915be8e311bcf46069b09
+// Original EN revision (06.06.2026): 52f1192217518dc8897809f9c6fd897c9b097019
 //

From nobody Mon Jun  8 20:14:18 2026
X-Original-To: dev-commits-doc-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 4gZ3Cz4F2qz6ggcW
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Mon, 08 Jun 2026 20:14:23 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZ3Cz3L0kz3rRG
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 20:14:23 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1780949663;
	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=7yiP2OP1jQ31+0xsEweRwaaMTI3otd/6w+UW6rwan1Q=;
	b=wIabxyZYoiE3+NJMm54E+nM3nPjgQU4e0YLnpoiB5cfAR7QuQn37sEBF7W9tlFnM+fX3so
	ZAhQodT/hw+rpUGjueYTfeaI3A7H8AyGvHaagGkukujYj5xiAYl6mDzMe8F8FLtub3w3we
	R7+jAEDokzXetlQ2skvPLd0n0/47SmCIm/uB+jotBidpVZKiIgmXeIN1CTBMIdHSQ4Zk2l
	zjke/lc2N3hOYz2zVnDdg36hvuddrRFU6U3eh4FQqLMD5Tjqq9Kh+06YG/O+fjmpmeYlG/
	PyZBIfu75/nGBCNsHTF/0Cy8fE6uzBX+NO04iN3JWgmEjk3sWZKE7X+3kYYx8g==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780949663; a=rsa-sha256; cv=none;
	b=Kj/jCb1r928HOigEpm7XmNgZ5RzcTbvEHd+73wwwMql+XWJiS/PE91fCg5DG4CjXbhj3eR
	zZI2Ws5wBzAZVURvLweSImCYEAbwYVk5soHGE2iMPPWosQpInt+EcoS7U6Rua9bJ9/U86W
	4dXBkya1d3d4lzQvYbQxusdxyrHvAmOyWld9hGLA/imDwPgcsKQWOtU39FU9+3B+CxPN9i
	r+5bSK8FaptOuFCg+NuBuFkUKnK1OmrT0I1M5qIVQ9s2QD0BkwhsG5tqoVJnesamTmmdV3
	n4rQRIFJnhZfTg+LZ98UiFHua6+rRTSqdasi9cqWUDZPwIF7h8X5YUDjD+7EFQ==
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=1780949663;
	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=7yiP2OP1jQ31+0xsEweRwaaMTI3otd/6w+UW6rwan1Q=;
	b=L6lnlNa1MNcINguCvi6LE9/sB87Y3o5KV8MUAdjD1wcj0B1Oah8K5Vby3EFZI1wzWry9XI
	fDlSzIUMfhHVrk4CYiLfLK0fexy4d8RWGYZQmNFB8bTV5oQJK4BrwNsLjorPmxqIajaXpO
	cqdRz14MrPPGqqRH/GRSJMprz6IFK6ofs9svhimXiw11FFvfkinD12UUFqdm8g8reQmgZP
	u/O2sQkAVt8jQqDw92D0O0Xj80bMS41+ipLZXvGPC0azVleTyCbvOC8/6ySbOtunRQesIG
	eog6N/URh4OhqqkLp5b1iXm/K1YSlAZC3mcUbrCQNhEXwTrqcIcct5Dpud1GqQ==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZ3Cz2xLMz13Df
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 20:14:23 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 42dc1
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Mon, 08 Jun 2026 20:14:18 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Andrey Zakhvatov <andy@FreeBSD.org>
Subject: git: b03cd3f860 - main - website/ru: Update data/ru/news/news.toml
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: andy
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: b03cd3f86038279155fda9d7189066b216c3dc98
Auto-Submitted: auto-generated
Date: Mon, 08 Jun 2026 20:14:18 +0000
Message-Id: <6a27229a.42dc1.56113771@gitrepo.freebsd.org>

The branch main has been updated by andy:

URL: https://cgit.FreeBSD.org/doc/commit/?id=b03cd3f86038279155fda9d7189066b216c3dc98

commit b03cd3f86038279155fda9d7189066b216c3dc98
Author:     Andrey Zakhvatov <andy@FreeBSD.org>
AuthorDate: 2026-06-08 20:13:09 +0000
Commit:     Andrey Zakhvatov <andy@FreeBSD.org>
CommitDate: 2026-06-08 20:13:09 +0000

    website/ru: Update data/ru/news/news.toml
    
    Update to EN 410e84632a8e5269e7a3e138db00730962133f02
---
 website/data/ru/news/news.toml | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/website/data/ru/news/news.toml b/website/data/ru/news/news.toml
index 3dd79ac915..5378b255c6 100644
--- a/website/data/ru/news/news.toml
+++ b/website/data/ru/news/news.toml
@@ -1,5 +1,15 @@
 # Новости сортируются по году, месяцу и дню
 
+[[news]]
+date = "2026-06-06"
+title = "Опубликована версия FreeBSD 15.1-RC3"
+description = "В рамках цикла подготовки релиза FreeBSD 15.1 опубликована третья предрелизная сборка. Образы ISO для архитектур amd64, armv7, aarch64, powerpc64, powerpc64le и riscv64 <a href=\"https://lists.freebsd.org/archives/freebsd-stable/2026-June/004124.html\">доступны</a> на большинстве наших <a href=\"https://docs.freebsd.org/ru/books/handbook/mirrors/#mirrors-ftp\">зеркалирующих сайтов FreeBSD</a>."
+
+[[news]]
+date = "2026-05-31"
+title = "Опубликована версия FreeBSD 15.1-RC2"
+description = "В рамках цикла подготовки релиза FreeBSD 15.1 опубликована вторая предрелизная сборка. Образы ISO для архитектур amd64, armv7, aarch64, powerpc64, powerpc64le и riscv64 <a href=\"https://lists.freebsd.org/archives/freebsd-stable/2026-May/004119.html\">доступны</a> на большинстве наших <a href=\"https://docs.freebsd.org/ru/books/handbook/mirrors/#mirrors-ftp\">зеркалирующих сайтов FreeBSD</a>."
+
 [[news]]
 date = "2026-05-23"
 title = "Доступна версия FreeBSD 15.1-RC1"
@@ -28,7 +38,7 @@ description = "<a href=\"/security/advisories/FreeBSD-SA-26:21.ptrace.asc\">Бю
 [[news]]
 date = "2026-05-20"
 title = "Устранена уязвимость переполнения памяти в fusefs при обработке FUSE_LISTXATTR"
-description = "<a href=\"/security/advisories/FreeBSD-SA-26:20.fusefs.asc\">Бюллетень безопасности</a>. Устранена уязвимость в fusefs. Модуль ядра fusefs при запросе списка расширенных атрибутов не проверяет, что полученный от демона список строк оканчивается нулём. Злонамеренный демон может отправить специально сформированный ответ, что приведёт к чтению за пределами одного буфера в памяти и переполнению второго буфера. Результат — утечка до 253 байт памяти ядра или запись до 250 контролируемых байт в нераспределённую область памяти. Уязвимость затрагивает все поддерживае
мые версии FreeBSD, но только при загруженном модуле fusefs и включённом параметре vfs.usermount=1. Временное решение отсутствует. Необходимо обновить систему до исправленных релизов (15.0-p9, 14.4-p5, 14.3-p14) и перезагрузиться."
+description = "<a href=\"/security/advisories/FreeBSD-SA-26:20.fusefs.asc\">Бюллетень безопасности</a>. Устранена уязвимость в fusefs. Модуль ядра fusefs при запросе списка расширенных атрибутов не проверяет, что полученный от даемона список строк оканчивается нулём. Злонамеренный даемон может отправить специально сформированный ответ, что приведёт к чтению за пределами одного буфера в памяти и переполнению второго буфера. Результат — утечка до 253 байт памяти ядра или запись до 250 контролируемых байт в нераспределённую область памяти. Уязвимость затрагивает все поддержив
аемые версии FreeBSD, но только при загруженном модуле fusefs и включённом параметре vfs.usermount=1. Временное решение отсутствует. Необходимо обновить систему до исправленных релизов (15.0-p9, 14.4-p5, 14.3-p14) и перезагрузиться."
 
 [[news]]
 date = "2026-05-20"
@@ -73,7 +83,7 @@ description = "<a href=\"/security/advisories/FreeBSD-EN-26:11.dhclient.asc\">У
 [[news]]
 date = "2026-04-29"
 title = "Устранена уязвимость в библиотеке libnv: обращение за пределы выделенной памяти"
-description = "<a href=\"/security/advisories/FreeBSD-SA-26:17.libnv.asc\">Бюллетень безопасности</a>. Устранена уязвимость во всех поддерживаемых версиях FreeBSD в библиотеке libnv, используемой для межпроцессного обмена данными и файловыми дескрипторами. libnv некорректно проверяла размер заголовка входящего сообщения. Отсутствие валидации позволяло злонамеренной программе выполнить запись за пределами области выделенной памяти. Это могло привести к краху системы или аваррийной остановке ядра, а также дать возможность непривилегированному пользователю повысить свои
 привилегии. Временное решение отсутствует. Необходимо обновить систему через pkg, freebsd-update или исправление в исходных текстах с перезагрузкой."
+description = "<a href=\"/security/advisories/FreeBSD-SA-26:17.libnv.asc\">Бюллетень безопасности</a>. Устранена уязвимость во всех поддерживаемых версиях FreeBSD в библиотеке libnv, используемой для межпроцессного обмена данными и файловыми дескрипторами. libnv некорректно проверяла размер заголовка входящего сообщения. Отсутствие валидации позволяло злонамеренной программе выполнить запись за пределами области выделенной памяти. Это могло привести к краху системы или аварийной остановке ядра, а также дать возможность непривилегированному пользователю повысить свои 
ривилегии. Временное решение отсутствует. Необходимо обновить систему через pkg, freebsd-update или исправление в исходных текстах с перезагрузкой."
 
 [[news]]
 date = "2026-04-29"
@@ -169,6 +179,10 @@ date = "2026-03-26"
 title = "Устранена уязвимость в TCP FreeBSD, позволявшая удалённую DoS-атаку через утечку mbuf"
 description = "<a href=\"/security/advisories/FreeBSD-SA-26:06.tcp.asc\">Бюллетень безопасности</a>. Устранена уязвимость в стеке TCP. Проблема позволяет злоумышленнику (в том числе \"на пути\" соединения) вызывать утечку системной памяти (mbuf) при отправке специально сформированных пакетов, что приводит к отказу в обслуживании. Уязвимость затрагивает FreeBSD 14.x и 15.0. Временное решение — отключить ограничение частоты отправки challenge ACK через sysctl. Рекомендуется немедленно установить исправление из обновлений freebsd-update или pkg."
 
+[[news]]
+date = "2026-03-17"
+description = "Новый коммиттер: <a href=\"mailto:smyru@FreeBSD.org\">Piotr Smyrak</a> (ports)"
+
 [[news]]
 date = "2026-03-10"
 title = "Доступна версия FreeBSD 14.4-RELEASE"
@@ -219,7 +233,7 @@ description = "Опубликована вторая BETA-сборка для ц
 [[news]]
 date = "2026-02-10"
 title = "Устранена утечка сокетов в blocklistd, позволявшая отключить защиту (CVE-2026-2261)"
-description = "<a href=\"/security/advisories/FreeBSD-SA-26:03.blocklistd.asc\">Бюллетень безопасности</a>. Обнаружена уязвимость в службе blocklistd(8) в FreeBSD 15.0. Из-за программной ошибки демон допускает утечку файловых дескрипторов сокетов при обработке событий (например, неудачных входов по SSH). По мере накопления утечек blocklistd сначала перестаёт блокировать и разблокировать IP-адреса, а затем полностью прекращает приём новых событий. Атакующий может намеренно сгенерировать большое число событий с разных адресов и фактически вывести механизм блокировок из строя. Рекомендует
ся срочно установить обновления безопасности."
+description = "<a href=\"/security/advisories/FreeBSD-SA-26:03.blocklistd.asc\">Бюллетень безопасности</a>. Обнаружена уязвимость в службе blocklistd(8) в FreeBSD 15.0. Из-за программной ошибки даемон допускает утечку файловых дескрипторов сокетов при обработке событий (например, неудачных входов по SSH). По мере накопления утечек blocklistd сначала перестаёт блокировать и разблокировать IP-адреса, а затем полностью прекращает приём новых событий. Атакующий может намеренно сгенерировать большое число событий с разных адресов и фактически вывести механизм блокировок из строя. Рекомендуе
тся срочно установить обновления безопасности."
 
 [[news]]
 date = "2026-02-10"
@@ -3662,5 +3676,5 @@ description = "Отчёт о состоянии работ за октябрь-
 #
 # The FreeBSD Russian Documentation Project
 #
-# Original EN revision (04.04.2026): 93638e3a34527b82b05221edf993c55761e77a7c
+# Original EN revision (06.06.2026): 410e84632a8e5269e7a3e138db00730962133f02
 #

From nobody Mon Jun  8 21:28:19 2026
X-Original-To: dev-commits-doc-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 4gZ4sN4JFDz6gmBQ
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Mon, 08 Jun 2026 21:28:24 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZ4sN3c3Mz41MK
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 21:28:24 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1780954104;
	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=8qYId+indVpnLn/b38gZ4iA/EjNPMh1Qp/swDoxitX0=;
	b=USJKUP59LlhDJMCHi0K6YhbwFqX8qAWPMBAssuumdF0ZQ5t7IF0yEyEa17Q2Aj25w66dVn
	DcNhlCG+vDZ9BJ+UXit7eBVDPZWTrn7BA6M0GbB7qz9Sc+Stbe7fm9UHkd3wjU5CCwa2vR
	4SwU1reFRWvQv9ZOVkyHNaQhABNbMlpJ1o4HGjHNPGMQzyB88xWdmyaWzIRwb4yP+vuv3t
	TGI1l3z6E1GXu53gwoJPLDpinWtBcchMESbe0LcIGR23Dw+O3meB2sfaigifGFuTVgtgKY
	PGxXi3Rb8UrtTUbtc+lP5R+eUrvf5mCtHDEHsCv4SHt5QKK6IUvkhJnVkWfxDA==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780954104; a=rsa-sha256; cv=none;
	b=w6K7xMO3dCxtMNH/FTR7UF16itretq3a7Cy0CodoMMsRcQS3ebN0JYSFUQc4b749gmhssr
	l5bhMowL6lj5/mDrJj5IfzXlSAgHdjlw7ktj4bzUVdip/2wEhOEc0JC92Ho1uX6VX1yIaL
	MgRMNN5kUQL/uriWB/ApsnBtjGtLsa2DykMX3S4nLaLjApHK7mOdxzMrC0XUerTM9DHplN
	7f2gOJmA+1U7/pSMUUNl/mhpNjGLX0IhhkEeVfNWMl93fRaoj7xhOBtUAOTTYtgBEpUmJZ
	IFr2K8WhNTu8RCz6Oiy5JNut00A7tpv8fT/7A1iNFqdi0+yA9WrogjA1/zkdJQ==
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=1780954104;
	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=8qYId+indVpnLn/b38gZ4iA/EjNPMh1Qp/swDoxitX0=;
	b=Fy0qT1otB9uSd4rsYvRpAQzVq5tIP+pti/gLQZaPg8C6hLuFB5HESjQ9PtJaFotOAJdTi0
	k13jbxX523iApe0BIyGwF5730lputaDcDkS2XbxMbqXX3IwGQH3LRzwjHWNMdKye6Y7Ey7
	2bubPnvx7k7bnItHcFtZST93lVbc1qeJTeRSVg9oItmQ+JDxX9v1zX3PVIBrgvmRZXWZ+u
	VzdVTAZLzR0q6KKcUuanJYjI1xfWyAzS10/fk1q+vZzs8D0dnZGMHZu9DNzvggccFFLPM+
	75POR/wW55/0lCBLZxRvAYT9U6+gyQHc7chL3Usqy5IQOoxl+xMfxL/TEkAB5Q==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZ4sN3Cg5z14Z5
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 21:28:24 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 19fda
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Mon, 08 Jun 2026 21:28:19 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Mateusz Piotrowski <0mp@FreeBSD.org>
Subject: git: 8597a76f4b - main - 15.0/relnotes: Clarify that FreeBSD-base has to be enabled
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: 0mp
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 8597a76f4bf50a0f5f5b7165c4c1db878a93033a
Auto-Submitted: auto-generated
Date: Mon, 08 Jun 2026 21:28:19 +0000
Message-Id: <6a2733f3.19fda.1aa4537c@gitrepo.freebsd.org>

The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8597a76f4bf50a0f5f5b7165c4c1db878a93033a

commit 8597a76f4bf50a0f5f5b7165c4c1db878a93033a
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2026-06-08 21:26:08 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-06-08 21:27:44 +0000

    15.0/relnotes: Clarify that FreeBSD-base has to be enabled
---
 website/content/en/releases/15.0R/relnotes.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index ab5cc5ecd6..14611ba001 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -95,6 +95,12 @@ ab261a3b84ffc11654ac0bafbb7d6b3f1b6afc30bfabab3bcff64259678eac26 /etc/pkg/FreeBS
 529c79e85a6ca152faa9d57ead85fe0111ffada8d0a0fa2f11fc510999fa50df /usr/share/keys/pkgbase-15/trusted/awskms-15
 c368ec8d05654bdaad34742c1d75b9b150bfc3892838cef32f6e5b036b0c0605 /usr/share/keys/pkgbase-15/trusted/backup-signing-15
 # mkdir -p /usr/local/etc/pkg/repos
+....
+
+Both methods require the FreeBSD-base repository to be enabled afterwards.
+One way of enabling it is by running the following command:
+
+....
 # echo "FreeBSD-base: { enabled: yes }" > /usr/local/etc/pkg/repos/FreeBSD.conf
 ....
 

From nobody Mon Jun  8 22:28:38 2026
X-Original-To: dev-commits-doc-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 4gZ6Bz4plcz6grKj
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Mon, 08 Jun 2026 22:28:43 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZ6Bz3wxWz46wx
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 22:28:43 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1780957723;
	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=K4UI6fsuHvefq2CrOfB5X+cjr2Tu6ceuJLIUz/CF/rk=;
	b=qlx9ii8WS4HPL5+7Ons50RHY3xZ1dFe74EhNh3weJq4Cz2WZL3zdR3P49XlAJtjgCLe6RU
	E/vg0HZtwZ0qvFxBf+3j8ip1uH0xwKv/IEVmzLyWFIW+2l0GFwD5BOd1M9NTsBMBEK+pIM
	JNEkDUxt1kDiB5sGXxVOoXn0SxsscPJrw4HlUw7kvjJcqQWdEL7PIBlag4cpyCeb0wGyG7
	+PWEtu7HVvJQ6+0zCRig/M+sV8BiVbY5hc5bM9vAPK2Ns5QPv9CuJ21fB9kfw0AxbZpvA9
	rT5d55k7+pbxJGP1S9oedBMEJUiYA5uA5YFEPV+njvKGIU9PfMKjQYqD5FkN7w==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780957723; a=rsa-sha256; cv=none;
	b=oKL2SpIodOxkiyIoxFR7UeF349UiXmKSClr4Prtl79a/pRkq7lAWtx7XSMcKFlcRPc/aJW
	vSJughZhnBKfThIMp4ZlIbt3NZCZksXDq1ENJ9YAsJMbeFBqy/rpgjsQMWOetwDTPjhLyq
	h2eKCj2lCOOu7NJTAFJgCxcGMf9xZqgXL9O8mIGcoTvmB3DVLMAb1qKGh3cz3Xd+KTgEVh
	K7jP8lLzqz3P9cNBorCVMClIzx6uJpRNeVaSTfpht3TQjO1FNA+5/xCysSQLcfl/8HGShS
	oZZ5nRBwoVXc0oGyIubdsUjjzn+8LImIjbZ9h6JDGu2R38YMbBBa970UI8c/Fw==
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=1780957723;
	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=K4UI6fsuHvefq2CrOfB5X+cjr2Tu6ceuJLIUz/CF/rk=;
	b=CD4z3hMtLK/dyXzNRdqHtheUBJrQiHxinPGxwCSgN24Jc7xfy+kSKdGxaNDACs8b56i2Ti
	nQDhL0bFnaAxcaTHQN5Myda1fUaMut5MWdcqGOqIYmfrx/52ut/nNQpzcLqjiETchyzFv9
	z0sXUwSdbXEQxK4WpGckWhzoUXQebE+1i87wRvBmDaz1wfo6GWtwwRIetaULd8xkXsIROm
	9kxGBYxaF0oBIAU88y1FxlE/6i+vsYlrBSdlN+RHpLXGG0tXgzqINQ8TmhiyibOM5F8VPs
	LFzx4N9ZkjNf65QzO5ZnEDzF2CMyX/tsCywPFcmbtYh2qSt5RqgAO+wWQ8zwCg==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZ6Bz3VgDz16fY
	for <dev-commits-doc-all@FreeBSD.org>; Mon, 08 Jun 2026 22:28:43 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 22780
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Mon, 08 Jun 2026 22:28:38 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Alexander Ziaee <ziaee@FreeBSD.org>
Subject: git: 7493960ce2 - main - handbook/disks: Fix fdformat section number
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: ziaee
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 7493960ce2dc92685fc0b1f940ebdd73bfebfccc
Auto-Submitted: auto-generated
Date: Mon, 08 Jun 2026 22:28:38 +0000
Message-Id: <6a274216.22780.54ae090c@gitrepo.freebsd.org>

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7493960ce2dc92685fc0b1f940ebdd73bfebfccc

commit 7493960ce2dc92685fc0b1f940ebdd73bfebfccc
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-06-08 22:28:09 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-06-08 22:28:09 +0000

    handbook/disks: Fix fdformat section number
---
 documentation/content/en/books/handbook/disks/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc
index 968e84e81f..199a53cde9 100644
--- a/documentation/content/en/books/handbook/disks/_index.adoc
+++ b/documentation/content/en/books/handbook/disks/_index.adoc
@@ -1108,7 +1108,7 @@ This section explains how to format a 3.5 inch floppy disk in FreeBSD.
 
 A floppy disk needs to be low-level formatted before it can be used.
 This is usually done by the vendor, but formatting is a good way to check media integrity.
-To low-level format the floppy disk on FreeBSD, use man:fdformat[1].
+To low-level format the floppy disk on FreeBSD, use man:fdformat[8].
 When using this utility, make note of any error messages, as these can help determine if the disk is good or bad.
 
 . To format the floppy, insert a new 3.5 inch floppy disk into the first floppy drive and issue:

From nobody Tue Jun  9 07:02:03 2026
X-Original-To: dev-commits-doc-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 4gZKbP34sdz6hVXr
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Tue, 09 Jun 2026 07:02:09 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZKbP2VPDz45M2
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 07:02:09 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1780988529;
	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=Fk/S3gqt4oU1Ezl35KzpTz7DWaLbSdMZn+6DcLz3zj8=;
	b=nEk9CuDmMOkiBIlVTiGRSdxXnc2iJ1dH+/rAwEke6vY8nauY21ie8jz16ZneEgGBIVUCNb
	n6x7N7SDL8SaGv6kBaqetq5bBVNsczH0eC27qZo/VwDOKychlwW5f7XgF2HJSn/hf6U/d+
	6tLrvveduhBJVm5YOjHaFtflSUjLUL7YlmDx8U2kvYed/UjB8t3T3tMZ6gNEPwui3HlLx/
	a7knyLTgnlraNdckHC8IFTFmT2aGuoHDF1Ufa1OIXyNS57AVKUStylwyCU9jgWJn7TU40e
	aYqgzE1YWzq+JVaG7P5IQTV7HuhxLmLSZ5s7tZOENIS8Y7gQzqEiOKWPCMaXRA==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780988529; a=rsa-sha256; cv=none;
	b=Z7Dh/qgcrfcX/NBHVSOjIezBYJMwhoffLqxApZH3nJst6kn0kYWZwJw1fRRJKoeGAATnUp
	AJjzdAPfotuiPjcafpmr7e8ckFxtP/1P/8ls/8MGaIPsbU4bSYIktI87nrOG2oZl3HuU7D
	KiWk3LhU5Icc8axp15ayNDx4+sueN1SVda33Qggwe7pjqL/DyN425KEBsWpGSzMRAd6Wej
	YJIfwSB4nVQ1PRN3G2Az/CdvpOOmPb21voQWTcQLGnNx/eCs447XfWEoGsXTdi3T6Z9G0x
	ZRZQ6j0b21fZCxS5BpafxdgBByJxotP7gPFJVOM6aYl5xSVzJ1CUxKYxikBglQ==
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=1780988529;
	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=Fk/S3gqt4oU1Ezl35KzpTz7DWaLbSdMZn+6DcLz3zj8=;
	b=nDs9a8Y2WgHqtE15TM/waXkhV/6hyGJ5ja3LCOfa1c3yFB4E60FSIRu+jaWMMH9rhezzWM
	dqRhrvPH4MFMkUJIs9YF7cKjw+IHaAoE3SAPgxYJWew5POXSr/yCAsD1fhDyQsoEfxWLu3
	5+LtNLUWUfl2VZGSpZBysw8SdpZwYGHaBJnD3aWWMnLaP/xy6ddqIMQFvlN18OkrqOia6F
	9cue0WMlHYHiaATCR3Fs4MAORqpEfMWvx7S5mNktdGvRiItnIBVEFjXeITOQiGBHy1HW30
	fa7QHUOwyDaMxW80CwVIvV9M+l4OE0A/HERzdx8wnTOHOMnoBeKf5hoyuEZzYw==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZKbP25zxz8Pd
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 07:02:09 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 41075
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Tue, 09 Jun 2026 07:02:03 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Dave Cottlehuber <dch@FreeBSD.org>
Subject: git: dcf7a452a7 - main - Update PGP key for dch
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: dch
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: dcf7a452a7b7d719ee93e9a921c0d3b46720fc9f
Auto-Submitted: auto-generated
Date: Tue, 09 Jun 2026 07:02:03 +0000
Message-Id: <6a27ba6b.41075.37f911fc@gitrepo.freebsd.org>

The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=dcf7a452a7b7d719ee93e9a921c0d3b46720fc9f

commit dcf7a452a7b7d719ee93e9a921c0d3b46720fc9f
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2026-06-09 06:59:57 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2026-06-09 07:01:20 +0000

    Update PGP key for dch
    
    Extend expiration date of PGP key 0x7B6D7CF1E659C86A
---
 documentation/static/pgpkeys/dch.key | 56 ++++++++++++++++++------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/documentation/static/pgpkeys/dch.key b/documentation/static/pgpkeys/dch.key
index 8019a92068..db9067601c 100644
--- a/documentation/static/pgpkeys/dch.key
+++ b/documentation/static/pgpkeys/dch.key
@@ -2,10 +2,10 @@
 
 [.literal-block-margin]
 ....
-pub   rsa4096/7B6D7CF1E659C86A 2017-09-13 [SC] [expires: 2025-05-28]
+pub   rsa4096/7B6D7CF1E659C86A 2017-09-13 [SC] [expires: 2031-06-08]
       Key fingerprint = 9537 F38F EAFE 4059 D422  DBE9 7B6D 7CF1 E659 C86A
 uid                            Dave Cottlehuber <dch@FreeBSD.org>
-sub   rsa4096/EDE33CA88915DC09 2017-09-13 [E] [expires: 2025-05-28]
+sub   rsa4096/EDE33CA88915DC09 2017-09-13 [E] [expires: 2031-06-08]
 
 ....
 
@@ -26,18 +26,18 @@ Rg1XyfbWBMLioEKsi2Jsfvjrjj2k7vupocBBJTUSXZZSTIC+NoFESJjF6wVF3UZ+
 HZ8wHKgfqVRQ4fm3n+g9K9hcMxEfpcjy6HfFb0iEkTMBhMqksUlFtYbEZwARAQAB
 tCJEYXZlIENvdHRsZWh1YmVyIDxkY2hARnJlZUJTRC5vcmc+iQJUBBMBCgA+AhsD
 BQsJCAcDBRUKCQgLBRYDAgEAAh4BAheAFiEElTfzj+r+QFnUItvpe2188eZZyGoF
-Al7Q5rUFCQ59vZMACgkQe2188eZZyGpFTRAAnQP1g4mZdIhG1MQ5dEJprGfD3e6H
-0iiq1KN1D4JfFiDlYezj1CHho+QjkA4csliYzt7MWpxHNB53MtnUFkfiBHU1K3oV
-B9zcBgp69isCaWu/VAJCpf1J7gE4vOvH5Uwomi7N69AwWwmdrBa1or0j25g6KYCT
-hMoyQmz9njSjApoTGERUskVhJhhEfupOwgntMpa1B1hsCaMd0tdkjIYO+HdJjntT
-A+dzpFijd8meWRxUanb1TRnh5rDw1g4daa9GXR23MLlrKRAssHePpYEb1fv50o1D
-TdBaSBsMfEPR/GG6IzzmuuHHg1te5ib+ffuL75YpEUo3HO2Mk+f79gcD4TP1K9TC
-tPf9XzjLzAeK8gKnSqxLZntjUzWwgHdxN9EirBSHl+/U8EmzDS776U/kS8+Ag3JU
-Ecj+WfIe3H5iAVOulfsjTGapaWIgLN87bIJ7D5KI1ESFpyGVfhz0xkkJ1RJDtqHc
-x0ah/5CCIvVq8WnIkn7H+jjCa30ktZzYP8gxlW6Wc32JMcg/GRV2ZjI4VT3FafgT
-hoCIwLjDq5EBdJs4HaYAg9ffTtaa/1aEgQ/ZkVM4LKryt62S1a2KdQFo9UEgEgNW
-W0m/uLocvW61oJ6lH7VstPOd50VGpi9Xqo0MPj/+kPPMsbchqzrDZJSQ23Pnyr8t
-v0aJW2hvWzfNLBKJAiIEEwEKAAwFAlm5LYgFgweGH4AACgkQVuXYUb7THkLDAhAA
+AmonugQFCRnUkOIACgkQe2188eZZyGr7ig/+K/piK3GbMoGQH43R/PS2k98mIe8X
+a8JM9vEabtNzTbYw5EbLoKvXUc3jZdMoIEpPEAHcix5+luk1rRdP8StBtVi2CW68
+3oU4YrXNoikilC9s+IVTfCtfB+k5Zcg/SCf6MNvP04fzGVuoc/Doljmzn2KTqNny
+B7glhSXfBfijy+YiC5gAWZOHT34mNMrvL4zj6DTXrGjgUi8oULseAYij3XhR1tsq
+62/7WNkeT92qwSp15iY1tmGJYE2VqZ5AFT2t+fBvHw6dcE9t8kM2HCT1+uwMDHpX
+FgYG3jOa4yyfa12QvKsPvGTletYwtZWn4Sjob1Mf7lPUl0V4ux1o4Z4PY2OKTJfC
+z3TFGtfq+XQHjCSjBBqduatGfkBCsKY9cSZF+VzlsP2gaf0deUQKlG3WnN3GasId
+hdHXEH1DS6L+ifeRYurBx6Gfk7g4+tzTMzOib1sAneaPoGRX8bCRwxkXUtfptmK1
+cLkvDOJvcdx/h8nXcCQduqqf40KdqK9Ntren0LzHvV/Luet97ErsKh6gB+TEOs/W
+/5bk6Tvf41Hv5JLdMemIQViHxYDygG+8TCMS8S+mbWIyPTly3vFjmmHJOVHaRZRf
+vXmSRWbDSxUUKlcEi5lDVziWnEIcNCZ6zvG0N9ZRXTBBn5nDtpy/ywDrMzFOe6q6
++heDidh3fPqLuwmJAiIEEwEKAAwFAlm5LYgFgweGH4AACgkQVuXYUb7THkLDAhAA
 jQqhXrlJBbk/t2F9UgYEhJTK5eT3lAtk/bkQVOik8ptqkNU1T1ou7Mkxq9uA6Rp0
 nXymQtyExKlxdfriy08cKeds5yC7nLzshDtvHMDM3HP8HAMbJPFnbMtmrscnoOS7
 ZaE5UnXgfUqcnZrCzbf0NyTkM45OsOSkDtS63LgHhNw5qPGlAPzd6/xKQr5MGHYb
@@ -71,19 +71,19 @@ cCeTSll8g+Q6FHGarNsqfc/uBiVbx5VE+ix2Gw3Jec/F3trOswtslDCzp1nD3Zj5
 rNI+FvB+OZVqrcjrYs8Gj4u31+t1k/l6VY0acDi9xmAFtUBrFK2G5CWyegiA4V/o
 c563VJwfj7fAcC/Cv3bvF9YWYL1iS3dUC57nIojv1aBpeGPBeML+8Cos2v66WbkC
 JwoK4OsDoSu0DQd6oYmysFKsjkcG9fkQZvQAL6+u5YKAhsP3AcbZ8YT5PJ6PUMO7
-ABEBAAGJAjwEGAEKACYCGwwWIQSVN/OP6v5AWdQi2+l7bXzx5lnIagUCXtDmzQUJ
-Dn29qwAKCRB7bXzx5lnIahKYEACfBG/SNpYQCx/+DKEedLziwz9Mr0nqpQ0gy2cD
-2CbrcQVhRlH6y1Zs14YJ8+0oMYzj7/N92JSuJaaHspqLTErmKrT7Hqo7sle9sr3d
-am4QZANX+jze52Kmz8/EA1Os+azPNj5qHgcc2FHVDW8EaJYeVExB9M+1df/k9jDe
-BlJN83Q3iywKWI1rMsE6R9ZfcfCThYJyIRnLIBXeiPrEE8AzIhV3qT2PmhwUG/Ya
-RTyvNub4rrrfKEq/S9DiUbsrV7BNhCUKaFFf/IhT3RSfPuC6KRtj1U5FqHYwj3ZJ
-SwRil8Lp4IlSG1Lc4CJYCiPCPg+I+zFz97Ko+yLHLeSORjNSBkSsv03PzZzwIUPk
-hEDGy/We+avMK+cNl1wVuCYsVCN1sQjMbTahqRQXE/VeYLwLnVYMOtG5eHj+pqUh
-inVnKJdxPHf3a3DXEfZvzUymlCDuCfjaBKZFrRAeWKS+A2uNlXs5zhE7t9uIpnLg
-eooRUo8ig7t2sN2Ahq+mQJDljPpasjPzFLzKH2saNbFBQtaRoUgZr9//r5kQu3S4
-gCGiiz8jufPiQKmnrlIoWAfTfQvgUUJsaJT+17qjsS90FufNNUc1QYcYAGe08TlG
-sKGSMsQp289z1B3yVeOgJ5w45p3bbqDBzG6AL8VkVDC9aNOmZXMiqYw2eOjvNeoQ
-okF4JQ==
-=lXQP
+ABEBAAGJAjwEGAEKACYCGwwWIQSVN/OP6v5AWdQi2+l7bXzx5lnIagUCaie6EgUJ
+GdSQ8AAKCRB7bXzx5lnIarr3D/9YTWDk7kgoiVTEHmpoYBxLzcB13sMFblSD6T0F
+wuJU+H7Oi+IznTtqVrth7w6vm1ZzINW2J3TI1v0My5d4XpgpZBFlCFjy5mnsupGz
+A+rcYZELP99BpBxqV3WO0xWgS/efdh3I8cyHhs0IaHTneQBtpJp7ypJw+7W4Tz0q
+Io4892J13pv+Z4a39o18JJT4XpFqzPtV9xAmtn6dtVIQAay+9knK8oKhfuhj16N5
+CcbHpl4SlswJkkPZepWFuLBD54bnCMPgydjH9sjUQr5AJrwZDe5PlKQ2vPMuUi25
+7U/1wFgIAQOWUiWSaIY1qm10a/STUmIeCkgTCNFFS1ibc9SpeqGE+GC+0mF+SS5t
+uQQicIq1/uC4HVNzjq8PnZN4hWBkHyzGkoaj4ISPK/kTcC6s9+tAjIMX9o1FFW4P
+nLRv5EwrytU5mY9DsIHKt++Ww4WFfTghlIX5FdAGkFd+pJjBM/9K+Z4/C/D46AKJ
+3GU+rXN347lGRTAzWWJh106TdWm00sirfB8yDldCwKOaKCfHWuKcdS/CArGXKlyz
+0csOvIpW8sluilL+6pL7vT+IX0vFpP8hnjv8nSC6yQqLK+QG7yt+XI8aHfgNvy6g
+w28JedoQpsVbj8JfeiZJVR9Tu5ANpNRloCays2TleWw+by4vLABLW52adPsa9dIH
+as0S0w==
+=fh3s
 -----END PGP PUBLIC KEY BLOCK-----
 ....

From nobody Tue Jun  9 15:06:56 2026
X-Original-To: dev-commits-doc-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 4gZXLt1ZjKz6g7j1
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Tue, 09 Jun 2026 15:07:02 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZXLt14G2z433C
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 15:07:02 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1781017622;
	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=sIALddNFTry/QtCP3kl+zx878NurH68s1EaJg3waMSQ=;
	b=Mdstz9y1HROeg28T28mfCe4Eqr5sXnTbmxz1No1Zdc3Ym/Dp1KQJgEvdT59/gsSTG8L2pB
	jQdtynoYGsrlD7GufE/5XUTRKIDDXDYt5D7ROXB61xTj5uOQKKBhhgIJ7dA55mMTyZd4dA
	sc1XMPYPFWfw744tKdU/+wEAVUcX3lpwjxZmGRt8Hj/JpVS37me023W7gXP4Gg2iVxTPd/
	0no6K9JkLqArDcLUx/vlwJGhguYFCBfiJJqKxOa0lUSiS/dVtgvKQTiIt9r3h4Z1Ons/Z7
	1aIEqRoIErPpiAX0cLycdcwJPMiNvQllg30QZVvrf2DJrBnzEMPtMs5kVJgkqA==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781017622; a=rsa-sha256; cv=none;
	b=b/dw8uVh1RwjzPhhj3dkrHsjE3IlNTLIEJIed6TolE82FyRrMTJZ+m9QZ+eykZEL5MOPJ5
	5LoiFQJ2KopzYZ7P+aEg0UNbrelONtLhgYLt+VTvF2wU3dmCzZMoyWwlzaX64peolvbxkW
	g1qc7fIcIHcrh23jq3IFfVQ/LPAOsbMSemfb3aNNIS7/rUpDNMMmbiTdVPWA4Bi2ChBMnx
	ALSsLMjO0eKQK+faM/M9zG9t9oH5QUA+pyWXXhJjIrxo4pw/GWZQcKZh+ZD0seOoJosOjb
	KFntlKdJYbn+FMGvonCsDmNslZzpazdzPcwRMaRCuXFbGnq/TdPSq4qNH1sM9g==
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=1781017622;
	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=sIALddNFTry/QtCP3kl+zx878NurH68s1EaJg3waMSQ=;
	b=cSRHLEzHFzNzOW00i1A9GD74cQDncNZH2jiy+DTGEKeDpMrIrqS3er5440jROAkA+hgpV3
	LA9vNvGIZqFZ8D2Dqzfrxo73cn/KQbABIsAAg9AkYrahveN1J+bzR3LdfO+wlFC4Z+/eeg
	3j0B3LkxOfm4+Fch1Q0CtVxmYKIcimeryd8TBvy0dcAoBVpCKKaCV7dz3X/K6beLgWgeWu
	8bbwZHUiZiitkBl66lWmkNXNeY7gDpjP9fw2ioVdeId6RcwT/9idZDeZyM1VCjOAHtsIF7
	nJ7LLSfBl8Z5ELpo0Yu39R9K3mDQbyi0wRY8RQO4HLJCSkRAOaqG2afvOameLA==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZXLt0Nkpzfrh
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 15:07:02 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 1a64e
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Tue, 09 Jun 2026 15:06:56 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Mateusz Piotrowski <0mp@FreeBSD.org>
Subject: git: 14ad99a8d7 - main - website/copyright/daemon: Remove stale FreeBSD Mall links
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: 0mp
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 14ad99a8d70a460b0608679eedf4d79ce1c5dd62
Auto-Submitted: auto-generated
Date: Tue, 09 Jun 2026 15:06:56 +0000
Message-Id: <6a282c10.1a64e.6bce144c@gitrepo.freebsd.org>

The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=14ad99a8d70a460b0608679eedf4d79ce1c5dd62

commit 14ad99a8d70a460b0608679eedf4d79ce1c5dd62
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2026-06-08 22:06:51 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-06-09 15:06:51 +0000

    website/copyright/daemon: Remove stale FreeBSD Mall links
    
    PR:             293468
    Reported by:    wosch
    Reviewed by:    mhorne
    Differential Revision:  https://reviews.freebsd.org/D57506
---
 website/content/en/copyright/daemon.adoc |   2 --
 website/content/ru/copyright/daemon.adoc |   2 --
 website/static/gifs/plueschtier-tiny.jpg | Bin 2402 -> 0 bytes
 3 files changed, 4 deletions(-)

diff --git a/website/content/en/copyright/daemon.adoc b/website/content/en/copyright/daemon.adoc
index 32cbc27c75..1d057a231a 100644
--- a/website/content/en/copyright/daemon.adoc
+++ b/website/content/en/copyright/daemon.adoc
@@ -13,8 +13,6 @@ ____
 
 The earliest (and most popular) renditions of the BSD Daemon were created by John Lasseter. More recent FreeBSD-specific renditions have done by http://FromTo.Cc/hosokawa/gallery/[Tatsumi Hosokawa], but the basic inspiration was definitely John's. The copyright holder and creator of the daemon image is mailto:mckusick@mckusick.com[Marshall Kirk McKusick]. A short http://www.mckusick.com/beastie/index.html[pictorial history] is also available. There is a gallery of FreeBSD related link:../../publish[publications] that use variations of the daemon graphic.
 
-Various size stuffed and beanie daemons are available from http://www.freebsdmall.com[the FreeBSD Mall] image:../../gifs/plueschtier-tiny.jpg[beanie daemon].
-
 BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.
 
 Permission to use the daemon may be obtained from:
diff --git a/website/content/ru/copyright/daemon.adoc b/website/content/ru/copyright/daemon.adoc
index 4a47e75fef..f2d08ded6e 100644
--- a/website/content/ru/copyright/daemon.adoc
+++ b/website/content/ru/copyright/daemon.adoc
@@ -13,8 +13,6 @@ ____
 
 Самые ранние (и наиболее популярные) изображения Даемона BSD были созданы Джоном Лэссетером. Более современные изображения, имеющие отношение к FreeBSD, создал http://FromTo.Cc/hosokawa/gallery/[Тацуми Хосокава], хотя они определённо основаны на идеях Джона. Создателем образа даемона и владельцем соответствующих авторских прав является mailto:mckusick@mckusick.com[Marshall Kirk McKusick]. Имеется также краткая http://www.mckusick.com/beastie/index.html[иллюстрированная история]. Существует галерея link:../../publish[публикаций], связанных с FreeBSD, в которых используются разные варианты изображений даемона.
 
-На сайте http://www.freebsdmall.com[FreeBSD Mall] можно заказать мягкие вязаные игрушки в форме даемонов различного размера image:../../../gifs/plueschtier-tiny.jpg[вязаный даемон].
-
 BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.
 
 Права на использование даемона могут быть получены по адресу:
diff --git a/website/static/gifs/plueschtier-tiny.jpg b/website/static/gifs/plueschtier-tiny.jpg
deleted file mode 100644
index 6264885a48..0000000000
Binary files a/website/static/gifs/plueschtier-tiny.jpg and /dev/null differ

From nobody Tue Jun  9 20:53:46 2026
X-Original-To: dev-commits-doc-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 4gZh2y3HVVz6gdQ4
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Tue, 09 Jun 2026 20:53:46 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZh2y2g9nz44pM
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 20:53:46 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1781038426;
	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=+zcy0EfZfOeAy1NtI2US5vY2/gAjCcuFUq+y0PD4gV4=;
	b=yXUZwkWQ993sZgw/ZLeAnSPM1mWroAihUdTlFCLI4RGIuU9vIvvxK2M8xGmIGnhnU4155L
	vQ1bZbMUkMyhrbbGHc7ZwjedZba5LHbeT5+CtYYFDMgGjpeGhjtCWVSUxQqKY0lclVaFBa
	xLnt774jlvCk2n2Ms6K9yg/VYxm2uslrv3zsQfU3Gc5Tor7ThdcCV2HgMOXtkyU8G5/XMO
	Ujn/YmjZiEAQ/Gy+ES4al1D3wknGoJ0Cai7ndjW8Bykujgo10pJ+2YLg5STffa/7RYeb4x
	M4KmkO7ijgOMyfIUyOT1BQxYLfQGY6oNObGr3+jdQWDr/fW4cab5r0nV3XwHTg==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781038426; a=rsa-sha256; cv=none;
	b=kRTzONPLoi6RkxF0HodcEUHELbVIUuccuEVW2BzXRfHqta9s8NUFHaHursRZdI63vAE2fL
	stKNZeNWZZKmsQ5jz7Br4Q0FDsoo2+4WIJBL3tvd0zGG15SAHQrQSc8c/prQdrKfMnCZfC
	/86qK+jyWnAN/viBRFgCXPuya9Hjt4tJ9YPUQiqlP3cDThfoBGWPX+mMO1ui3SLHonxUm/
	njXg8zWbk0hksGjJKn5rKjo1dmC3zu2k6+Xg0umxEitRG6XvH7pzk6oMgq4T+dTssO+Qem
	lDnoxXLLb2GJkwEF+Iqr2CWaY2JcmuTkKwyEGcM51NAmtWi9Lkz4Cz2Mm6nuBA==
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=1781038426;
	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=+zcy0EfZfOeAy1NtI2US5vY2/gAjCcuFUq+y0PD4gV4=;
	b=AZFHOu+W/R27zn71Ol+TA4GqZH3mjApYWrADOX31nVd3nf64VzLRUajQxNKeYA+Dl13tDM
	fpv1u2untmk3rejqDEjsXNQ35jY518ogz1MmkIK4UTMxlXRmjgShNW0IPcQa3aBsS9hTc6
	4rwOFgI8xUx2lH9bAGto83gBVtYAXZnjtzKTWpeu+h41zuDN82eJpgNsjnvs2rK6JqZ6cC
	nEVU6GLvZqlfIQEntLovK7U104+BPpDahMaQQYtcPi3HimAIISKcYeZVGIRU+3lzCg1zPR
	Fxe/EqweAg8JXERd0TcO1b+Nm3NDEfF9QovIu/Pfgj7JQDqc5P3Xjkm7PerffA==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZh2y1vFDzrR7
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 20:53:46 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 22391
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Tue, 09 Jun 2026 20:53:46 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Colin Percival <cperciva@FreeBSD.org>
Subject: git: 01ec1fb29a - main - 15.0: Update "latest" AMIs
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: cperciva
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 01ec1fb29a1719099c8d1191911a630a28f22b25
Auto-Submitted: auto-generated
Date: Tue, 09 Jun 2026 20:53:46 +0000
Message-Id: <6a287d5a.22391.318202fa@gitrepo.freebsd.org>

The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/doc/commit/?id=01ec1fb29a1719099c8d1191911a630a28f22b25

commit 01ec1fb29a1719099c8d1191911a630a28f22b25
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-06-09 20:29:04 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-06-09 20:29:06 +0000

    15.0: Update "latest" AMIs
    
    We now have 15.0-RELEASE-p10 AMIs.
    
    Approved by:    re (implicit)
    Sponsored by:   Amazon
---
 .../en/releases/15.0R/ec2-ami-ids/latest.adoc      | 1024 ++++++++++----------
 1 file changed, 512 insertions(+), 512 deletions(-)

diff --git a/website/content/en/releases/15.0R/ec2-ami-ids/latest.adoc b/website/content/en/releases/15.0R/ec2-ami-ids/latest.adoc
index 93ac3ac118..159e18d990 100644
--- a/website/content/en/releases/15.0R/ec2-ami-ids/latest.adoc
+++ b/website/content/en/releases/15.0R/ec2-ami-ids/latest.adoc
@@ -87,518 +87,518 @@ These AMI IDs (on this page and also in the SSM Parameter Store) will be updated
 [cols=",,,,",options="header",id="AMI_list",]
 |===
 |Region |Architecture |Flavour |Root Filesystem |AMI ID
-|af-south-1|amd64|base|ufs|ami-0ecf2a19667f0827c
-|af-south-1|amd64|base|zfs|ami-0ade5a0d371bc83f7
-|af-south-1|amd64|builder|ufs|ami-08d18739b74a7b988
-|af-south-1|amd64|builder|zfs|ami-03e172ccc7c515a0d
-|af-south-1|amd64|cloud-init|ufs|ami-0f26609b08b7dcb4d
-|af-south-1|amd64|cloud-init|zfs|ami-0f08ed8a939d8980c
-|af-south-1|amd64|small|ufs|ami-07fb2ceeddc7bb2f6
-|af-south-1|amd64|small|zfs|ami-0543270ea2049a6c1
-|af-south-1|arm64|base|ufs|ami-0f8580471bdd0e7d4
-|af-south-1|arm64|base|zfs|ami-00a651c1c6a693654
-|af-south-1|arm64|builder|ufs|ami-08834efc1cea6a7e1
-|af-south-1|arm64|builder|zfs|ami-01855c039c533a458
-|af-south-1|arm64|cloud-init|ufs|ami-08c33674f6d34f802
-|af-south-1|arm64|cloud-init|zfs|ami-0d8d4489802bc3d8f
-|af-south-1|arm64|small|ufs|ami-07ac5c13afcbecc53
-|af-south-1|arm64|small|zfs|ami-004dbfdbb9daac6db
-|ap-east-1|amd64|base|ufs|ami-0404dd6f35a290554
-|ap-east-1|amd64|base|zfs|ami-085578377099ecec5
-|ap-east-1|amd64|builder|ufs|ami-08b31c2c131da8201
-|ap-east-1|amd64|builder|zfs|ami-0ffdcdc1ff561f739
-|ap-east-1|amd64|cloud-init|ufs|ami-0c477ee1a261edb6e
-|ap-east-1|amd64|cloud-init|zfs|ami-0d297a6f6aa67bc33
-|ap-east-1|amd64|small|ufs|ami-01b1dd78b4fd2c881
-|ap-east-1|amd64|small|zfs|ami-08c857b53aace1f1f
-|ap-east-1|arm64|base|ufs|ami-0ec461d7cfd70bebc
-|ap-east-1|arm64|base|zfs|ami-0e128735c0342f9dd
-|ap-east-1|arm64|builder|ufs|ami-0635f29358c14bd9c
-|ap-east-1|arm64|builder|zfs|ami-03a8364daa9edc60c
-|ap-east-1|arm64|cloud-init|ufs|ami-07f6fe806211e4cc3
-|ap-east-1|arm64|cloud-init|zfs|ami-0aea21e1f343ac9e0
-|ap-east-1|arm64|small|ufs|ami-089992ce4b46450f1
-|ap-east-1|arm64|small|zfs|ami-09c0800be5937a479
-|ap-east-2|amd64|base|ufs|ami-090db48df3df23f60
-|ap-east-2|amd64|base|zfs|ami-0b995f82d003bc55f
-|ap-east-2|amd64|builder|ufs|ami-0ae50ba280f8a3d02
-|ap-east-2|amd64|builder|zfs|ami-0e9d776723403716e
-|ap-east-2|amd64|cloud-init|ufs|ami-07a6826ca7472e834
-|ap-east-2|amd64|cloud-init|zfs|ami-04f1b31eec00e4774
-|ap-east-2|amd64|small|ufs|ami-03c97a22cf2e4770a
-|ap-east-2|amd64|small|zfs|ami-09fc7202034f5a36e
-|ap-east-2|arm64|base|ufs|ami-0f25a488e0d6f41c7
-|ap-east-2|arm64|base|zfs|ami-0d88ed48fbf92d7cc
-|ap-east-2|arm64|builder|ufs|ami-0d9472ceb6b6fbcfb
-|ap-east-2|arm64|builder|zfs|ami-071cedeffcbf6ce32
-|ap-east-2|arm64|cloud-init|ufs|ami-0c797924c5157f253
-|ap-east-2|arm64|cloud-init|zfs|ami-0b68dc3f4211699e9
-|ap-east-2|arm64|small|ufs|ami-0fb15e8ce76e3a161
-|ap-east-2|arm64|small|zfs|ami-0d62f8e5f1a37e864
-|ap-northeast-1|amd64|base|ufs|ami-07f9649806fe11ff9
-|ap-northeast-1|amd64|base|zfs|ami-05e50a7f287eb218d
-|ap-northeast-1|amd64|builder|ufs|ami-02c306102562b1918
-|ap-northeast-1|amd64|builder|zfs|ami-07218aa4b9e3952af
-|ap-northeast-1|amd64|cloud-init|ufs|ami-0d688ff19c0c8647d
-|ap-northeast-1|amd64|cloud-init|zfs|ami-064d8a01bc7c935fe
-|ap-northeast-1|amd64|small|ufs|ami-0497541ca1c4fb22b
-|ap-northeast-1|amd64|small|zfs|ami-02c54e96b6c19b09e
-|ap-northeast-1|arm64|base|ufs|ami-051cbe3fc176f2025
-|ap-northeast-1|arm64|base|zfs|ami-01603381ed98a1f82
-|ap-northeast-1|arm64|builder|ufs|ami-0848455b97a6a1491
-|ap-northeast-1|arm64|builder|zfs|ami-0afb284f4a3a9d9d0
-|ap-northeast-1|arm64|cloud-init|ufs|ami-0700688fb2eac8e60
-|ap-northeast-1|arm64|cloud-init|zfs|ami-094feb8744004bbef
-|ap-northeast-1|arm64|small|ufs|ami-0cd2767d0f28f7abc
-|ap-northeast-1|arm64|small|zfs|ami-0ca4f41255d820d32
-|ap-northeast-2|amd64|base|ufs|ami-0baf84ba8bc8d299f
-|ap-northeast-2|amd64|base|zfs|ami-04be5a294361406d5
-|ap-northeast-2|amd64|builder|ufs|ami-074ff1c8414af2a5b
-|ap-northeast-2|amd64|builder|zfs|ami-07cca7e60add5e27b
-|ap-northeast-2|amd64|cloud-init|ufs|ami-0e20f3ef1e2dfca54
-|ap-northeast-2|amd64|cloud-init|zfs|ami-063c46554d4b4c686
-|ap-northeast-2|amd64|small|ufs|ami-02182091560bfd23e
-|ap-northeast-2|amd64|small|zfs|ami-07a08d723fef33d52
-|ap-northeast-2|arm64|base|ufs|ami-03bb78467a09b8f3f
-|ap-northeast-2|arm64|base|zfs|ami-053f707b6319a367d
-|ap-northeast-2|arm64|builder|ufs|ami-0baa4dd5a875a987d
-|ap-northeast-2|arm64|builder|zfs|ami-052be34f3694a2ef2
-|ap-northeast-2|arm64|cloud-init|ufs|ami-041281dbe09842593
-|ap-northeast-2|arm64|cloud-init|zfs|ami-0ce32916cec54f0c4
-|ap-northeast-2|arm64|small|ufs|ami-0be57124a5fbe9ecd
-|ap-northeast-2|arm64|small|zfs|ami-0e36bd21db8d2f809
-|ap-northeast-3|amd64|base|ufs|ami-09f8b0e33f45d8b54
-|ap-northeast-3|amd64|base|zfs|ami-01c8978e84277d4dd
-|ap-northeast-3|amd64|builder|ufs|ami-0594a6ea640f7cb7a
-|ap-northeast-3|amd64|builder|zfs|ami-09338e170df0e3091
-|ap-northeast-3|amd64|cloud-init|ufs|ami-09b6897233d3893cd
-|ap-northeast-3|amd64|cloud-init|zfs|ami-0acc61fd295ec4776
-|ap-northeast-3|amd64|small|ufs|ami-05e519ee0297d65b2
-|ap-northeast-3|amd64|small|zfs|ami-0acc4466e306fc9ce
-|ap-northeast-3|arm64|base|ufs|ami-0175f726efb4777a6
-|ap-northeast-3|arm64|base|zfs|ami-0e4a39d7610a6d381
-|ap-northeast-3|arm64|builder|ufs|ami-0ac0dde12992ecb59
-|ap-northeast-3|arm64|builder|zfs|ami-0403493e735b4627f
-|ap-northeast-3|arm64|cloud-init|ufs|ami-0627f930bb3641271
-|ap-northeast-3|arm64|cloud-init|zfs|ami-0aa2720eb9591c21e
-|ap-northeast-3|arm64|small|ufs|ami-044774c906e5381d8
-|ap-northeast-3|arm64|small|zfs|ami-02b883364e81a4524
-|ap-south-1|amd64|base|ufs|ami-059bd7bb0d39b5923
-|ap-south-1|amd64|base|zfs|ami-0edbf3138dca5d147
-|ap-south-1|amd64|builder|ufs|ami-08e9b171537766e4a
-|ap-south-1|amd64|builder|zfs|ami-0a33b657b45f72a8c
-|ap-south-1|amd64|cloud-init|ufs|ami-04e4a9e5abe3f45cb
-|ap-south-1|amd64|cloud-init|zfs|ami-0b357046b4f3074f9
-|ap-south-1|amd64|small|ufs|ami-0fb4d885d7496a4c6
-|ap-south-1|amd64|small|zfs|ami-0faa6073ecea92c80
-|ap-south-1|arm64|base|ufs|ami-0f6a36cfc48bd1114
-|ap-south-1|arm64|base|zfs|ami-0ccbb7a4583c937cd
-|ap-south-1|arm64|builder|ufs|ami-02d295a9b31424c17
-|ap-south-1|arm64|builder|zfs|ami-060c870c8092f1b88
-|ap-south-1|arm64|cloud-init|ufs|ami-0c9e2820ac964ffcc
-|ap-south-1|arm64|cloud-init|zfs|ami-01fad17cba6dbee0c
-|ap-south-1|arm64|small|ufs|ami-034b27a846fd89e16
-|ap-south-1|arm64|small|zfs|ami-087a4b38147639506
-|ap-south-2|amd64|base|ufs|ami-0ea1b9a91451b086e
-|ap-south-2|amd64|base|zfs|ami-0c19f3d963f52ff1d
-|ap-south-2|amd64|builder|ufs|ami-0c799a88930c1e6e8
-|ap-south-2|amd64|builder|zfs|ami-039d08cf7c5bfe40c
-|ap-south-2|amd64|cloud-init|ufs|ami-06eca524a96ddab2c
-|ap-south-2|amd64|cloud-init|zfs|ami-045ec0d93d817cac2
-|ap-south-2|amd64|small|ufs|ami-03815b63592a4da8b
-|ap-south-2|amd64|small|zfs|ami-01611ed24e7d9e73e
-|ap-south-2|arm64|base|ufs|ami-0801ebdc6cea0effe
-|ap-south-2|arm64|base|zfs|ami-066f4759aab453a93
-|ap-south-2|arm64|builder|ufs|ami-00e6e2b7e58e8ea2e
-|ap-south-2|arm64|builder|zfs|ami-05a91b736d6055256
-|ap-south-2|arm64|cloud-init|ufs|ami-04967f1393a3d3f92
-|ap-south-2|arm64|cloud-init|zfs|ami-00c168cd344d70871
-|ap-south-2|arm64|small|ufs|ami-02ad912b0c365c10c
-|ap-south-2|arm64|small|zfs|ami-085bf89b7a9cf58e6
-|ap-southeast-1|amd64|base|ufs|ami-02cc292cce2be4bb5
-|ap-southeast-1|amd64|base|zfs|ami-0dc3d165f4ec85f96
-|ap-southeast-1|amd64|builder|ufs|ami-051069e82a1f60cbd
-|ap-southeast-1|amd64|builder|zfs|ami-03476e1f2cabf6008
-|ap-southeast-1|amd64|cloud-init|ufs|ami-0d58d36a796a3f135
-|ap-southeast-1|amd64|cloud-init|zfs|ami-01ca21688a3856b49
-|ap-southeast-1|amd64|small|ufs|ami-02d672756340c3270
-|ap-southeast-1|amd64|small|zfs|ami-00cacfaca9d6dd3df
-|ap-southeast-1|arm64|base|ufs|ami-0fefb2ac7562d1a06
-|ap-southeast-1|arm64|base|zfs|ami-051a68ccdc2cedc3e
-|ap-southeast-1|arm64|builder|ufs|ami-0df6dfd4ec48ad625
-|ap-southeast-1|arm64|builder|zfs|ami-0afe0c3c80d54f436
-|ap-southeast-1|arm64|cloud-init|ufs|ami-0c5c951c70a815b79
-|ap-southeast-1|arm64|cloud-init|zfs|ami-0b7a778d1e2430bc3
-|ap-southeast-1|arm64|small|ufs|ami-01e4dd2f371fe7eb6
-|ap-southeast-1|arm64|small|zfs|ami-09331fff3adf95b98
-|ap-southeast-2|amd64|base|ufs|ami-09184ba70efa5b6d6
-|ap-southeast-2|amd64|base|zfs|ami-08e999e4a23b48cd9
-|ap-southeast-2|amd64|builder|ufs|ami-0fec11a187a2a97d4
-|ap-southeast-2|amd64|builder|zfs|ami-00dead217ac3b7f9b
-|ap-southeast-2|amd64|cloud-init|ufs|ami-048fe6cc092d2931b
-|ap-southeast-2|amd64|cloud-init|zfs|ami-031ac11f8361e4fc5
-|ap-southeast-2|amd64|small|ufs|ami-0d851a58ea4d844d5
-|ap-southeast-2|amd64|small|zfs|ami-04563cf26b4759159
-|ap-southeast-2|arm64|base|ufs|ami-0ae8353735d234162
-|ap-southeast-2|arm64|base|zfs|ami-0ad4774bdf51e0185
-|ap-southeast-2|arm64|builder|ufs|ami-0d7c3fcfa1bf690db
-|ap-southeast-2|arm64|builder|zfs|ami-09bc402c6590b3bdf
-|ap-southeast-2|arm64|cloud-init|ufs|ami-04decdc8a128d48e1
-|ap-southeast-2|arm64|cloud-init|zfs|ami-04271bdfebc7ae2c6
-|ap-southeast-2|arm64|small|ufs|ami-0d3a568f6755e5260
-|ap-southeast-2|arm64|small|zfs|ami-0b5980dcf5a5d6ac1
-|ap-southeast-3|amd64|base|ufs|ami-056e3446d3d5613be
-|ap-southeast-3|amd64|base|zfs|ami-08beeaa2215a6cc43
-|ap-southeast-3|amd64|builder|ufs|ami-009030ec4ce067a35
-|ap-southeast-3|amd64|builder|zfs|ami-05fe766a7ce032f75
-|ap-southeast-3|amd64|cloud-init|ufs|ami-0b2bfbc402f37f817
-|ap-southeast-3|amd64|cloud-init|zfs|ami-0bd8890c4d531bcb9
-|ap-southeast-3|amd64|small|ufs|ami-05db303851058dc1f
-|ap-southeast-3|amd64|small|zfs|ami-08bb45bfafdfc93bb
-|ap-southeast-3|arm64|base|ufs|ami-0b713e59d25119c00
-|ap-southeast-3|arm64|base|zfs|ami-0f8125f11dae1a0a5
-|ap-southeast-3|arm64|builder|ufs|ami-0b22b272bb31f5b0f
-|ap-southeast-3|arm64|builder|zfs|ami-00b5639e073b8e3ac
-|ap-southeast-3|arm64|cloud-init|ufs|ami-0718968d652917c35
-|ap-southeast-3|arm64|cloud-init|zfs|ami-07743ea5b628b73d4
-|ap-southeast-3|arm64|small|ufs|ami-006a35eb22f9540fb
-|ap-southeast-3|arm64|small|zfs|ami-0492eaa7ab5c8988e
-|ap-southeast-4|amd64|base|ufs|ami-0dba754038aab0d23
-|ap-southeast-4|amd64|base|zfs|ami-05e56d132cc7cd9cf
-|ap-southeast-4|amd64|builder|ufs|ami-09caa9683e9bbdaa5
-|ap-southeast-4|amd64|builder|zfs|ami-095832a312374d451
-|ap-southeast-4|amd64|cloud-init|ufs|ami-0736c039b62a5021e
-|ap-southeast-4|amd64|cloud-init|zfs|ami-0e8bec66ab63e49dd
-|ap-southeast-4|amd64|small|ufs|ami-08a6f11fae5e9669b
-|ap-southeast-4|amd64|small|zfs|ami-0f0454bcbed0f56a8
-|ap-southeast-4|arm64|base|ufs|ami-0eacf25a8025d4abe
-|ap-southeast-4|arm64|base|zfs|ami-0cd93a79c0385386e
-|ap-southeast-4|arm64|builder|ufs|ami-0ee92015bbe413539
-|ap-southeast-4|arm64|builder|zfs|ami-04038bc4487ebeb1b
-|ap-southeast-4|arm64|cloud-init|ufs|ami-01372a46f14df8ea7
-|ap-southeast-4|arm64|cloud-init|zfs|ami-0724a8d3b55e4ca94
-|ap-southeast-4|arm64|small|ufs|ami-094eba9da239ee8c6
-|ap-southeast-4|arm64|small|zfs|ami-057e1c877db3f86e7
-|ap-southeast-5|amd64|base|ufs|ami-09261d76dcd5ce279
-|ap-southeast-5|amd64|base|zfs|ami-0b408f60c3192bde2
-|ap-southeast-5|amd64|builder|ufs|ami-0a5e93ae1f069ee86
-|ap-southeast-5|amd64|builder|zfs|ami-0c6bec78d75b75f88
-|ap-southeast-5|amd64|cloud-init|ufs|ami-02f8eb3728ad44c0e
-|ap-southeast-5|amd64|cloud-init|zfs|ami-0ea4dd95240020cdc
-|ap-southeast-5|amd64|small|ufs|ami-08fe9bc112750695f
-|ap-southeast-5|amd64|small|zfs|ami-065dac428b3a6ac02
-|ap-southeast-5|arm64|base|ufs|ami-0b4711361c20da8e3
-|ap-southeast-5|arm64|base|zfs|ami-085f0e0131e974054
-|ap-southeast-5|arm64|builder|ufs|ami-0b1a2d60c2f5afd9b
-|ap-southeast-5|arm64|builder|zfs|ami-00613423976098444
-|ap-southeast-5|arm64|cloud-init|ufs|ami-0e277cfb619d49f4d
-|ap-southeast-5|arm64|cloud-init|zfs|ami-00b02638c38a1b21a
-|ap-southeast-5|arm64|small|ufs|ami-00027b1a875ad27a0
-|ap-southeast-5|arm64|small|zfs|ami-01ef98c37db00d977
-|ap-southeast-6|amd64|base|ufs|ami-093950de55220f9b3
-|ap-southeast-6|amd64|base|zfs|ami-0c06eea4ef6725a32
-|ap-southeast-6|amd64|builder|ufs|ami-002c1f93ecc5103a4
-|ap-southeast-6|amd64|builder|zfs|ami-0ef21737e7e008d8a
-|ap-southeast-6|amd64|cloud-init|ufs|ami-0f5ac11f99b5c4eee
-|ap-southeast-6|amd64|cloud-init|zfs|ami-047620d5a774e83a1
-|ap-southeast-6|amd64|small|ufs|ami-09639693ee8d1f82d
-|ap-southeast-6|amd64|small|zfs|ami-0e2f65d4be81bba9e
-|ap-southeast-6|arm64|base|ufs|ami-0aaed288cd4997c30
-|ap-southeast-6|arm64|base|zfs|ami-0e595d304782daeaa
-|ap-southeast-6|arm64|builder|ufs|ami-003cb83eda34f3d99
-|ap-southeast-6|arm64|builder|zfs|ami-023df1154b4db2030
-|ap-southeast-6|arm64|cloud-init|ufs|ami-03b73e536ec620cd1
-|ap-southeast-6|arm64|cloud-init|zfs|ami-045ab413f3ac1da20
-|ap-southeast-6|arm64|small|ufs|ami-0b5e382f6d8878ccd
-|ap-southeast-6|arm64|small|zfs|ami-0cd17ea3f45556581
-|ap-southeast-7|amd64|base|ufs|ami-04ebea6d6d03ac65c
-|ap-southeast-7|amd64|base|zfs|ami-077fb9efb58abf0ed
-|ap-southeast-7|amd64|builder|ufs|ami-0574a803baf245cac
-|ap-southeast-7|amd64|builder|zfs|ami-01c1b923fe2b4f64d
-|ap-southeast-7|amd64|cloud-init|ufs|ami-0ef8c0ebb122cf27e
-|ap-southeast-7|amd64|cloud-init|zfs|ami-07f10f009daf3c84e
-|ap-southeast-7|amd64|small|ufs|ami-0711e91a2fb34de84
-|ap-southeast-7|amd64|small|zfs|ami-04b9eabd8799b522a
-|ap-southeast-7|arm64|base|ufs|ami-0e287839d4b4ab73f
-|ap-southeast-7|arm64|base|zfs|ami-099ec5b44f1020afe
-|ap-southeast-7|arm64|builder|ufs|ami-0c7da45e9d5d9f5dc
-|ap-southeast-7|arm64|builder|zfs|ami-03d642f21b93041ce
-|ap-southeast-7|arm64|cloud-init|ufs|ami-0119de66f83d990c7
-|ap-southeast-7|arm64|cloud-init|zfs|ami-0eb2a2d25092c4271
-|ap-southeast-7|arm64|small|ufs|ami-0faf6f0e25aa75e6a
-|ap-southeast-7|arm64|small|zfs|ami-00e135a9e9c24b316
-|ca-central-1|amd64|base|ufs|ami-02879b782ac1fe40c
-|ca-central-1|amd64|base|zfs|ami-07d316a52fdd15c0e
-|ca-central-1|amd64|builder|ufs|ami-05194e7641d637757
-|ca-central-1|amd64|builder|zfs|ami-0df9b17d611bc7b4f
-|ca-central-1|amd64|cloud-init|ufs|ami-0ef8e57ffc9fe03a8
-|ca-central-1|amd64|cloud-init|zfs|ami-0acda8ef702647c69
-|ca-central-1|amd64|small|ufs|ami-0ab3db931b230c136
-|ca-central-1|amd64|small|zfs|ami-0560c3ade83045eab
-|ca-central-1|arm64|base|ufs|ami-031981319e2f76e79
-|ca-central-1|arm64|base|zfs|ami-03e7b39d455c48b85
-|ca-central-1|arm64|builder|ufs|ami-051ad0094f32dc010
-|ca-central-1|arm64|builder|zfs|ami-071b22fea6dd52ff7
-|ca-central-1|arm64|cloud-init|ufs|ami-0457f2fdae84150ae
-|ca-central-1|arm64|cloud-init|zfs|ami-09d6670d1ec3f6e67
-|ca-central-1|arm64|small|ufs|ami-02d689ad156c4299b
-|ca-central-1|arm64|small|zfs|ami-09e99f314a4dfd919
-|ca-west-1|amd64|base|ufs|ami-0e05ddfe5e8634386
-|ca-west-1|amd64|base|zfs|ami-0ab57535de839d7d1
-|ca-west-1|amd64|builder|ufs|ami-00030b8f39e3b63ff
-|ca-west-1|amd64|builder|zfs|ami-0153fa83ec2f26462
-|ca-west-1|amd64|cloud-init|ufs|ami-0f3520de46850ec68
-|ca-west-1|amd64|cloud-init|zfs|ami-039649079abdeb668
-|ca-west-1|amd64|small|ufs|ami-002969b4191009ff3
-|ca-west-1|amd64|small|zfs|ami-0a6639bd87120b53d
-|ca-west-1|arm64|base|ufs|ami-0856bb2ddbcdab5ce
-|ca-west-1|arm64|base|zfs|ami-0ae7ebb17777fa12c
-|ca-west-1|arm64|builder|ufs|ami-0026cb28a74235d4b
-|ca-west-1|arm64|builder|zfs|ami-064b8333e94a91ff1
-|ca-west-1|arm64|cloud-init|ufs|ami-0e6cd124289298441
-|ca-west-1|arm64|cloud-init|zfs|ami-023fc4d69d0b03004
-|ca-west-1|arm64|small|ufs|ami-08f322478f633ea12
-|ca-west-1|arm64|small|zfs|ami-005feb87e7fd67596
-|eu-central-1|amd64|base|ufs|ami-017c60170365da999
-|eu-central-1|amd64|base|zfs|ami-086e32eb04b69db2f
-|eu-central-1|amd64|builder|ufs|ami-0481ece4cf84cc3ca
-|eu-central-1|amd64|builder|zfs|ami-0d82af4f83aa05f8f
-|eu-central-1|amd64|cloud-init|ufs|ami-008977d7df289da1b
-|eu-central-1|amd64|cloud-init|zfs|ami-090fcfd41c66f5394
-|eu-central-1|amd64|small|ufs|ami-0909b754da11634aa
-|eu-central-1|amd64|small|zfs|ami-02cfa4163e1771a45
-|eu-central-1|arm64|base|ufs|ami-0740e36afe0128eb8
-|eu-central-1|arm64|base|zfs|ami-0bab74d80edb1b82c
-|eu-central-1|arm64|builder|ufs|ami-0dbe7f72af0479d87
-|eu-central-1|arm64|builder|zfs|ami-07673087f5336720f
-|eu-central-1|arm64|cloud-init|ufs|ami-0c13607c32e92d2b1
-|eu-central-1|arm64|cloud-init|zfs|ami-018e0426ba06602a6
-|eu-central-1|arm64|small|ufs|ami-0653f0492f31b6240
-|eu-central-1|arm64|small|zfs|ami-0a4aff55d23e38bb0
-|eu-central-2|amd64|base|ufs|ami-0de3ff7ec3bae534d
-|eu-central-2|amd64|base|zfs|ami-0821e7073d9fb5429
-|eu-central-2|amd64|builder|ufs|ami-0027711317f88a4a4
-|eu-central-2|amd64|builder|zfs|ami-0d9b32c3928296b93
-|eu-central-2|amd64|cloud-init|ufs|ami-0bb762c708d0ab041
-|eu-central-2|amd64|cloud-init|zfs|ami-09b9cde8603c9fdb6
-|eu-central-2|amd64|small|ufs|ami-0bc16182c8751f98f
-|eu-central-2|amd64|small|zfs|ami-071b4ef275449c35c
-|eu-central-2|arm64|base|ufs|ami-09806c81a2a985a1d
-|eu-central-2|arm64|base|zfs|ami-0a4651901d3b73d32
-|eu-central-2|arm64|builder|ufs|ami-0610d270c9c54578d
-|eu-central-2|arm64|builder|zfs|ami-0dad83355d5f8eb58
-|eu-central-2|arm64|cloud-init|ufs|ami-07edebb966d4c4f0a
-|eu-central-2|arm64|cloud-init|zfs|ami-0c8b4cc92463c9056
-|eu-central-2|arm64|small|ufs|ami-00115851b59fbc20d
-|eu-central-2|arm64|small|zfs|ami-0da3afbb6fa581f29
-|eu-north-1|amd64|base|ufs|ami-041a5053fc9e3f0da
-|eu-north-1|amd64|base|zfs|ami-0ca5ebbfb3928600d
-|eu-north-1|amd64|builder|ufs|ami-0ef38ea240ba4c09c
-|eu-north-1|amd64|builder|zfs|ami-04cbbbff0b33ca070
-|eu-north-1|amd64|cloud-init|ufs|ami-0c301b825e09f705e
-|eu-north-1|amd64|cloud-init|zfs|ami-0052ed99628bf5624
-|eu-north-1|amd64|small|ufs|ami-076fe7fcb1be80828
-|eu-north-1|amd64|small|zfs|ami-0e327c22cec990b49
-|eu-north-1|arm64|base|ufs|ami-0dc241cfedd5a9c56
-|eu-north-1|arm64|base|zfs|ami-01936e698b531545e
-|eu-north-1|arm64|builder|ufs|ami-0985fc4aa3c776b4e
-|eu-north-1|arm64|builder|zfs|ami-0226a94f395faf1a5
-|eu-north-1|arm64|cloud-init|ufs|ami-0e5f5368446e60fe1
-|eu-north-1|arm64|cloud-init|zfs|ami-084be275fecfe47ea
-|eu-north-1|arm64|small|ufs|ami-09c0457e26cd41ebe
-|eu-north-1|arm64|small|zfs|ami-0d5862ebdc94667c9
-|eu-south-1|amd64|base|ufs|ami-0170d4e0d1947ea14
-|eu-south-1|amd64|base|zfs|ami-0192d892a1b3505a3
-|eu-south-1|amd64|builder|ufs|ami-02a2732a555d450d2
-|eu-south-1|amd64|builder|zfs|ami-0e361ee4bf33260e8
-|eu-south-1|amd64|cloud-init|ufs|ami-026836a35d5781542
-|eu-south-1|amd64|cloud-init|zfs|ami-00a3e579d576ff752
-|eu-south-1|amd64|small|ufs|ami-0f8cc1ef3aab68128
-|eu-south-1|amd64|small|zfs|ami-0f4ed6c04700bb0eb
-|eu-south-1|arm64|base|ufs|ami-08f0ebb48aca335d2
-|eu-south-1|arm64|base|zfs|ami-0f29842556ff168b0
-|eu-south-1|arm64|builder|ufs|ami-04cfab6ddde003242
-|eu-south-1|arm64|builder|zfs|ami-0dfa42837c1ade093
-|eu-south-1|arm64|cloud-init|ufs|ami-0c609c199fb30c942
-|eu-south-1|arm64|cloud-init|zfs|ami-0d159c81a968de55d
-|eu-south-1|arm64|small|ufs|ami-06bb212a8c707b90d
-|eu-south-1|arm64|small|zfs|ami-0f4838f3f321850da
-|eu-south-2|amd64|base|ufs|ami-02775d08c00697256
-|eu-south-2|amd64|base|zfs|ami-075b8cb6c1a43afda
-|eu-south-2|amd64|builder|ufs|ami-0e4f25aedb9974660
-|eu-south-2|amd64|builder|zfs|ami-0eb287571c583ba8e
-|eu-south-2|amd64|cloud-init|ufs|ami-003179f8e1e660593
-|eu-south-2|amd64|cloud-init|zfs|ami-01c3afd2f43fcef9a
-|eu-south-2|amd64|small|ufs|ami-08ac6b9e3817a86ca
-|eu-south-2|amd64|small|zfs|ami-09af0a5ed56782a4f
-|eu-south-2|arm64|base|ufs|ami-03a1f581cc6ca8ac9
-|eu-south-2|arm64|base|zfs|ami-0455860257950d72c
-|eu-south-2|arm64|builder|ufs|ami-0b68b37083c069903
-|eu-south-2|arm64|builder|zfs|ami-0eba77293cbf919a6
-|eu-south-2|arm64|cloud-init|ufs|ami-063ccd5b134c8beb2
-|eu-south-2|arm64|cloud-init|zfs|ami-00350f5fec75d9215
-|eu-south-2|arm64|small|ufs|ami-03e7dcf4e2742e98e
-|eu-south-2|arm64|small|zfs|ami-0b6ebcc331af6b10e
-|eu-west-1|amd64|base|ufs|ami-0637a913e8853b484
-|eu-west-1|amd64|base|zfs|ami-05ffab328f7beea51
-|eu-west-1|amd64|builder|ufs|ami-028c50055ce8b7a21
-|eu-west-1|amd64|builder|zfs|ami-0e889c96c41d209f0
-|eu-west-1|amd64|cloud-init|ufs|ami-0c16137b4d166110e
-|eu-west-1|amd64|cloud-init|zfs|ami-097b22d400a6d90e1
-|eu-west-1|amd64|small|ufs|ami-0b9b63c0132932823
-|eu-west-1|amd64|small|zfs|ami-0bace97a4f1c0e4e5
-|eu-west-1|arm64|base|ufs|ami-063ac91a1da9d6788
-|eu-west-1|arm64|base|zfs|ami-02f0ba1e08003b4ec
-|eu-west-1|arm64|builder|ufs|ami-094e400cdbd173666
-|eu-west-1|arm64|builder|zfs|ami-0a7ed9587daa424e6
-|eu-west-1|arm64|cloud-init|ufs|ami-06931d5bc35c9701f
-|eu-west-1|arm64|cloud-init|zfs|ami-0ba54a1a0fbc715ef
-|eu-west-1|arm64|small|ufs|ami-04ec7c682d9ed34f9
-|eu-west-1|arm64|small|zfs|ami-02ea673ffe6f52577
-|eu-west-2|amd64|base|ufs|ami-0384aa2944ab07b19
-|eu-west-2|amd64|base|zfs|ami-055872f5d2456af09
-|eu-west-2|amd64|builder|ufs|ami-0b63a25f7d1fcdd56
-|eu-west-2|amd64|builder|zfs|ami-013b72d9c6b44c7d3
-|eu-west-2|amd64|cloud-init|ufs|ami-0d950078e4e7fd09c
-|eu-west-2|amd64|cloud-init|zfs|ami-012e3b49b1b36be9f
-|eu-west-2|amd64|small|ufs|ami-0f45f9c9bd496013a
-|eu-west-2|amd64|small|zfs|ami-09966e1abd8a41020
-|eu-west-2|arm64|base|ufs|ami-0528f342724a7399c
-|eu-west-2|arm64|base|zfs|ami-0545cde3eb3f66b27
-|eu-west-2|arm64|builder|ufs|ami-03efc2e397fb9e758
-|eu-west-2|arm64|builder|zfs|ami-06f2c2f12b6b2ab49
-|eu-west-2|arm64|cloud-init|ufs|ami-0851ea968dd287e94
-|eu-west-2|arm64|cloud-init|zfs|ami-0359e71740308df9c
-|eu-west-2|arm64|small|ufs|ami-0cb51f76f33c7ccc9
-|eu-west-2|arm64|small|zfs|ami-0198077639fd82006
-|eu-west-3|amd64|base|ufs|ami-0da9af60120e439ac
-|eu-west-3|amd64|base|zfs|ami-084a2e5e24a12d865
-|eu-west-3|amd64|builder|ufs|ami-0b4091389b5e567ab
-|eu-west-3|amd64|builder|zfs|ami-04da559b1c4a79255
-|eu-west-3|amd64|cloud-init|ufs|ami-0955b435fd0bc65b8
-|eu-west-3|amd64|cloud-init|zfs|ami-0babbae1c403f9681
-|eu-west-3|amd64|small|ufs|ami-06aeff366b264f76b
-|eu-west-3|amd64|small|zfs|ami-015456f1162c20836
-|eu-west-3|arm64|base|ufs|ami-0dc8b7a279814c2ec
-|eu-west-3|arm64|base|zfs|ami-03ea0256aa9f7a0b9
-|eu-west-3|arm64|builder|ufs|ami-0cb46e7c0cf45fb41
-|eu-west-3|arm64|builder|zfs|ami-095fd7b14f81e5f6e
-|eu-west-3|arm64|cloud-init|ufs|ami-0d625ef18fa3006a8
-|eu-west-3|arm64|cloud-init|zfs|ami-0e148d54ff67e7384
-|eu-west-3|arm64|small|ufs|ami-0dca992b96d289ae2
-|eu-west-3|arm64|small|zfs|ami-0ebb1eab51d583d36
-|il-central-1|amd64|base|ufs|ami-0a56d8cf216548cc3
-|il-central-1|amd64|base|zfs|ami-039ca45969785dcec
-|il-central-1|amd64|builder|ufs|ami-04a5abfb70005eea4
-|il-central-1|amd64|builder|zfs|ami-08238563d63d0bc31
-|il-central-1|amd64|cloud-init|ufs|ami-00d422a655f2d0eb4
-|il-central-1|amd64|cloud-init|zfs|ami-0704ddaa9972e2ffd
-|il-central-1|amd64|small|ufs|ami-0e1876bd9d1f49bc1
-|il-central-1|amd64|small|zfs|ami-0c4881faae8c58756
-|il-central-1|arm64|base|ufs|ami-08555df1c0573cbba
-|il-central-1|arm64|base|zfs|ami-029e386aba8313519
-|il-central-1|arm64|builder|ufs|ami-0ab96d6aa8fcab492
-|il-central-1|arm64|builder|zfs|ami-0f4a14897e916534e
-|il-central-1|arm64|cloud-init|ufs|ami-0a630b7ea51c19053
-|il-central-1|arm64|cloud-init|zfs|ami-00499d304828e7761
-|il-central-1|arm64|small|ufs|ami-08b3d99db2f90f837
-|il-central-1|arm64|small|zfs|ami-0ed70bfe995a05e74
-|mx-central-1|amd64|base|ufs|ami-04a70e36c19035c4b
-|mx-central-1|amd64|base|zfs|ami-0e866987f8d3ae7e1
-|mx-central-1|amd64|builder|ufs|ami-05d3b0e78791418c3
-|mx-central-1|amd64|builder|zfs|ami-0e6c98737e5287a1d
-|mx-central-1|amd64|cloud-init|ufs|ami-01d002a18480b17fa
-|mx-central-1|amd64|cloud-init|zfs|ami-0b47a9afe3e000488
-|mx-central-1|amd64|small|ufs|ami-0559e9f275b40872e
-|mx-central-1|amd64|small|zfs|ami-0cb80661eaefd30b8
-|mx-central-1|arm64|base|ufs|ami-02e42897741be11e3
-|mx-central-1|arm64|base|zfs|ami-0e6ce694a8950eb62
-|mx-central-1|arm64|builder|ufs|ami-0de5dec2aa15a9113
-|mx-central-1|arm64|builder|zfs|ami-004f67f7a86d5af68
-|mx-central-1|arm64|cloud-init|ufs|ami-056c7853d65a5b34e
-|mx-central-1|arm64|cloud-init|zfs|ami-0eb408fdfeff2f278
-|mx-central-1|arm64|small|ufs|ami-03505b6e9f40d33ac
-|mx-central-1|arm64|small|zfs|ami-0f10587ed3c4f5966
-|sa-east-1|amd64|base|ufs|ami-0ff0c03c526ac1922
-|sa-east-1|amd64|base|zfs|ami-05905bde6d57cef20
-|sa-east-1|amd64|builder|ufs|ami-071740d3ff44f49d1
-|sa-east-1|amd64|builder|zfs|ami-0e825e161029ab756
-|sa-east-1|amd64|cloud-init|ufs|ami-0ce0acf83e53ea122
-|sa-east-1|amd64|cloud-init|zfs|ami-0b6112733d9533e46
-|sa-east-1|amd64|small|ufs|ami-05c53e8e489e40434
-|sa-east-1|amd64|small|zfs|ami-0e0152b2fd76083e1
-|sa-east-1|arm64|base|ufs|ami-017755f47c2aa0f0d
-|sa-east-1|arm64|base|zfs|ami-049f379eed55c4218
-|sa-east-1|arm64|builder|ufs|ami-0161f827cfc7dd4d4
-|sa-east-1|arm64|builder|zfs|ami-003f51968fa1526c9
-|sa-east-1|arm64|cloud-init|ufs|ami-01fee4a7e86f14561
-|sa-east-1|arm64|cloud-init|zfs|ami-078294a159e8e76ff
-|sa-east-1|arm64|small|ufs|ami-0ff081ab6b4627e9d
-|sa-east-1|arm64|small|zfs|ami-05abc8ace3c89658d
-|us-east-1|amd64|base|ufs|ami-07d9f48e5bdaf18ff
-|us-east-1|amd64|base|zfs|ami-07c344030f6301339
-|us-east-1|amd64|builder|ufs|ami-0c366acba0d10f047
-|us-east-1|amd64|builder|zfs|ami-0a4b11f3574ed7358
-|us-east-1|amd64|cloud-init|ufs|ami-07e3e554baf735414
-|us-east-1|amd64|cloud-init|zfs|ami-0f59d5423bc3f984a
-|us-east-1|amd64|small|ufs|ami-0b203d5d1c3add7a4
-|us-east-1|amd64|small|zfs|ami-004b4cacfcf90c2db
-|us-east-1|arm64|base|ufs|ami-08b9dc6633e14e8f1
-|us-east-1|arm64|base|zfs|ami-0da6e1794cc2ef787
-|us-east-1|arm64|builder|ufs|ami-0ac46760125b8740a
-|us-east-1|arm64|builder|zfs|ami-02cbd5487cdc786b6
-|us-east-1|arm64|cloud-init|ufs|ami-0aca03a0ede9e9ac1
-|us-east-1|arm64|cloud-init|zfs|ami-0504a83fc886c143f
-|us-east-1|arm64|small|ufs|ami-04a0c18ae1cf18b95
-|us-east-1|arm64|small|zfs|ami-010ff0e19ef0b0013
-|us-east-2|amd64|base|ufs|ami-0cbebea6f00a4bdba
-|us-east-2|amd64|base|zfs|ami-00750729fabeab632
-|us-east-2|amd64|builder|ufs|ami-015adad8c105b2a94
-|us-east-2|amd64|builder|zfs|ami-00550cfc9ed47ff2f
-|us-east-2|amd64|cloud-init|ufs|ami-03cd1499e8edae9f1
-|us-east-2|amd64|cloud-init|zfs|ami-08cac97c7dd5e1b3d
-|us-east-2|amd64|small|ufs|ami-0c5683c0eb7cf843b
-|us-east-2|amd64|small|zfs|ami-0d26fe6a55d894fb3
-|us-east-2|arm64|base|ufs|ami-08af54c27c434c594
-|us-east-2|arm64|base|zfs|ami-0d01041be0802f34c
-|us-east-2|arm64|builder|ufs|ami-005906cd208af9948
-|us-east-2|arm64|builder|zfs|ami-0d1ba3b5e5d4903e0
-|us-east-2|arm64|cloud-init|ufs|ami-0211a89a88d8c31fc
-|us-east-2|arm64|cloud-init|zfs|ami-04737af66f27dcd03
-|us-east-2|arm64|small|ufs|ami-0bf03b5660d4f563e
-|us-east-2|arm64|small|zfs|ami-02abae966888bd7e7
-|us-west-1|amd64|base|ufs|ami-095758fd19124ade2
-|us-west-1|amd64|base|zfs|ami-08c3fb0063a363e5e
-|us-west-1|amd64|builder|ufs|ami-0aeb0fb7818292ae3
-|us-west-1|amd64|builder|zfs|ami-061180127e23ae2bf
-|us-west-1|amd64|cloud-init|ufs|ami-015b771c2f042c8c6
-|us-west-1|amd64|cloud-init|zfs|ami-010dbf145995c79c6
-|us-west-1|amd64|small|ufs|ami-06986af2ba9a06220
-|us-west-1|amd64|small|zfs|ami-051cae4c52312aed7
-|us-west-1|arm64|base|ufs|ami-02a46221029a83165
-|us-west-1|arm64|base|zfs|ami-0764f2a5dc23f0a5e
-|us-west-1|arm64|builder|ufs|ami-036886f4bf9bae993
-|us-west-1|arm64|builder|zfs|ami-0970f77e3175bb339
-|us-west-1|arm64|cloud-init|ufs|ami-01e4801a9c0728ab5
-|us-west-1|arm64|cloud-init|zfs|ami-023f899faae420c91
-|us-west-1|arm64|small|ufs|ami-0639ab07a512592b8
-|us-west-1|arm64|small|zfs|ami-0e502b802b0cbcdd1
-|us-west-2|amd64|base|ufs|ami-012bc3e46ddda8594
-|us-west-2|amd64|base|zfs|ami-009775bb3b35d8216
-|us-west-2|amd64|builder|ufs|ami-0b2c85c7734ce5816
-|us-west-2|amd64|builder|zfs|ami-0594f0b476f4ed8f0
-|us-west-2|amd64|cloud-init|ufs|ami-0dbb5d2dc60f4ab3f
-|us-west-2|amd64|cloud-init|zfs|ami-0f6dacd41926430f6
-|us-west-2|amd64|small|ufs|ami-0b70784760754fd92
-|us-west-2|amd64|small|zfs|ami-0f24db98db47389ef
-|us-west-2|arm64|base|ufs|ami-005ad78391ba19ea4
-|us-west-2|arm64|base|zfs|ami-0711968f144997e1f
-|us-west-2|arm64|builder|ufs|ami-0d645e90a13d2e8a3
-|us-west-2|arm64|builder|zfs|ami-0a09bed6136d8f88d
-|us-west-2|arm64|cloud-init|ufs|ami-0fa0a3aff1a6598ed
-|us-west-2|arm64|cloud-init|zfs|ami-08a7a29f284005851
-|us-west-2|arm64|small|ufs|ami-0fb77563f8535ddc9
-|us-west-2|arm64|small|zfs|ami-058380fcfbf4892ce
+|af-south-1|amd64|base|ufs|ami-0690fae3f7b05f00e
+|af-south-1|amd64|base|zfs|ami-05e62db5f43cd3338
+|af-south-1|amd64|builder|ufs|ami-0e02003038378e67e
+|af-south-1|amd64|builder|zfs|ami-012d880e9da5567cc
+|af-south-1|amd64|cloud-init|ufs|ami-067ce42ee7c3781b4
+|af-south-1|amd64|cloud-init|zfs|ami-041c083304791dabc
+|af-south-1|amd64|small|ufs|ami-0a4ea008e99a97f4d
+|af-south-1|amd64|small|zfs|ami-00e5f08d746017878
+|af-south-1|arm64|base|ufs|ami-0f747a070025d521b
+|af-south-1|arm64|base|zfs|ami-0449082acf76d5df3
+|af-south-1|arm64|builder|ufs|ami-01162a28cbcacb62e
+|af-south-1|arm64|builder|zfs|ami-0006e271ef88951a4
+|af-south-1|arm64|cloud-init|ufs|ami-051493afa787c01ab
+|af-south-1|arm64|cloud-init|zfs|ami-063b91a80decc6d46
+|af-south-1|arm64|small|ufs|ami-06f36244aaca5d6ce
+|af-south-1|arm64|small|zfs|ami-0a626ac189099fafd
+|ap-east-1|amd64|base|ufs|ami-0261add599c0bb5f7
+|ap-east-1|amd64|base|zfs|ami-03d6c99c5837e6eb3
+|ap-east-1|amd64|builder|ufs|ami-0ea54fd65217707a2
+|ap-east-1|amd64|builder|zfs|ami-035fb35c189e0ed38
+|ap-east-1|amd64|cloud-init|ufs|ami-0a8a72f0b501bc307
+|ap-east-1|amd64|cloud-init|zfs|ami-080c06fb4cfd9decc
+|ap-east-1|amd64|small|ufs|ami-033be0e9d35411498
+|ap-east-1|amd64|small|zfs|ami-0a4ded72d37635ff8
+|ap-east-1|arm64|base|ufs|ami-0345c85cba0fe333d
+|ap-east-1|arm64|base|zfs|ami-0340fdaac63d6160e
+|ap-east-1|arm64|builder|ufs|ami-0b4114024b0fd8f01
+|ap-east-1|arm64|builder|zfs|ami-0b69542626bd4e1cd
+|ap-east-1|arm64|cloud-init|ufs|ami-03ee144e67b0704ef
+|ap-east-1|arm64|cloud-init|zfs|ami-03afa3129a70c82f6
+|ap-east-1|arm64|small|ufs|ami-00617eebc5591b095
+|ap-east-1|arm64|small|zfs|ami-0c12832791459229a
+|ap-east-2|amd64|base|ufs|ami-0e5223378d4e0d40d
+|ap-east-2|amd64|base|zfs|ami-06d306bb291321683
+|ap-east-2|amd64|builder|ufs|ami-0683a03a7ddc84f29
+|ap-east-2|amd64|builder|zfs|ami-0eb34b995d44918d8
+|ap-east-2|amd64|cloud-init|ufs|ami-00c108f17875e431b
+|ap-east-2|amd64|cloud-init|zfs|ami-063a0b286c0f31b97
+|ap-east-2|amd64|small|ufs|ami-02fa1d2b8e5dffe43
+|ap-east-2|amd64|small|zfs|ami-02af397590909de48
+|ap-east-2|arm64|base|ufs|ami-0ab366cbf2507ba8a
+|ap-east-2|arm64|base|zfs|ami-06d961d129bf566e2
+|ap-east-2|arm64|builder|ufs|ami-02b0c05714899ffb7
+|ap-east-2|arm64|builder|zfs|ami-091ebcfa128fcb01f
+|ap-east-2|arm64|cloud-init|ufs|ami-0d9b2709fbb38df3a
+|ap-east-2|arm64|cloud-init|zfs|ami-08aa619f9d9b738c0
+|ap-east-2|arm64|small|ufs|ami-057871423e16ae60e
+|ap-east-2|arm64|small|zfs|ami-020a4763717fd33e0
+|ap-northeast-1|amd64|base|ufs|ami-0510fe5a8c536e424
+|ap-northeast-1|amd64|base|zfs|ami-07ed562acc5012094
+|ap-northeast-1|amd64|builder|ufs|ami-0b8cb945b2d66ff95
+|ap-northeast-1|amd64|builder|zfs|ami-02ea2c1b270c92a41
+|ap-northeast-1|amd64|cloud-init|ufs|ami-0f9e1e74afdadddf3
+|ap-northeast-1|amd64|cloud-init|zfs|ami-039cf4759e3cb3023
+|ap-northeast-1|amd64|small|ufs|ami-04c8a36dbfd4adf06
+|ap-northeast-1|amd64|small|zfs|ami-001edf8427625cb3b
+|ap-northeast-1|arm64|base|ufs|ami-0e4c9fb91b39fdd56
+|ap-northeast-1|arm64|base|zfs|ami-0ea483eeb4d910976
+|ap-northeast-1|arm64|builder|ufs|ami-0c769aca0c9ed1b04
+|ap-northeast-1|arm64|builder|zfs|ami-00d56a0e45b177de9
+|ap-northeast-1|arm64|cloud-init|ufs|ami-01b5e9747b7a2ab7b
+|ap-northeast-1|arm64|cloud-init|zfs|ami-05ae9fc39ae9cc93b
+|ap-northeast-1|arm64|small|ufs|ami-092d4ff193c0e3c76
+|ap-northeast-1|arm64|small|zfs|ami-01f5dce62bbc37e10
+|ap-northeast-2|amd64|base|ufs|ami-089d8be7d1d8a07d3
+|ap-northeast-2|amd64|base|zfs|ami-0dd18456ae13bb145
+|ap-northeast-2|amd64|builder|ufs|ami-060ae19fff2f2b697
+|ap-northeast-2|amd64|builder|zfs|ami-053ef5f931dbce3e2
+|ap-northeast-2|amd64|cloud-init|ufs|ami-0362965c4471ded51
+|ap-northeast-2|amd64|cloud-init|zfs|ami-0496e06c6b922371f
+|ap-northeast-2|amd64|small|ufs|ami-04eeeffd80d590b80
+|ap-northeast-2|amd64|small|zfs|ami-0f0ae5d79aa1f9be0
+|ap-northeast-2|arm64|base|ufs|ami-0eeb739274467d33b
+|ap-northeast-2|arm64|base|zfs|ami-06f1daa795163ea43
+|ap-northeast-2|arm64|builder|ufs|ami-0af02753dd9b2559c
+|ap-northeast-2|arm64|builder|zfs|ami-0da7594a849575b54
+|ap-northeast-2|arm64|cloud-init|ufs|ami-0ecc34e99e29f227b
+|ap-northeast-2|arm64|cloud-init|zfs|ami-01b82b65a6b6fd620
+|ap-northeast-2|arm64|small|ufs|ami-0cb33478dca8769a5
+|ap-northeast-2|arm64|small|zfs|ami-0db83b75ce663f016
+|ap-northeast-3|amd64|base|ufs|ami-0cca6e2ccd80a9405
+|ap-northeast-3|amd64|base|zfs|ami-0e137e6c16aa03a8b
+|ap-northeast-3|amd64|builder|ufs|ami-0198ec7937c714ccc
+|ap-northeast-3|amd64|builder|zfs|ami-0888660d7d819a904
+|ap-northeast-3|amd64|cloud-init|ufs|ami-098058c4737d12fad
+|ap-northeast-3|amd64|cloud-init|zfs|ami-0e2028384e496b008
+|ap-northeast-3|amd64|small|ufs|ami-08a0267f14acf3cdd
+|ap-northeast-3|amd64|small|zfs|ami-02165008e8afda173
+|ap-northeast-3|arm64|base|ufs|ami-0cd15f5edc32c5adb
+|ap-northeast-3|arm64|base|zfs|ami-0d173ea81950a4ed4
+|ap-northeast-3|arm64|builder|ufs|ami-02c8c942fd1235e63
+|ap-northeast-3|arm64|builder|zfs|ami-0fda4bb9c995c6e1e
+|ap-northeast-3|arm64|cloud-init|ufs|ami-0d03288a7b7e52361
+|ap-northeast-3|arm64|cloud-init|zfs|ami-0867eb6504c9db866
+|ap-northeast-3|arm64|small|ufs|ami-0ae887e5bef080702
+|ap-northeast-3|arm64|small|zfs|ami-08777fdf04b1639be
+|ap-south-1|amd64|base|ufs|ami-0ef620a479a90d4dc
+|ap-south-1|amd64|base|zfs|ami-0026ebe99eb52277e
+|ap-south-1|amd64|builder|ufs|ami-0a0832272c9fcc337
+|ap-south-1|amd64|builder|zfs|ami-0dac711bd3fd93cf8
+|ap-south-1|amd64|cloud-init|ufs|ami-04346cc62f020c841
+|ap-south-1|amd64|cloud-init|zfs|ami-08307de635cf3e724
+|ap-south-1|amd64|small|ufs|ami-06d0d5384a3bc2eae
+|ap-south-1|amd64|small|zfs|ami-00444b7ab5958b64d
+|ap-south-1|arm64|base|ufs|ami-0e5ed52144e3283cc
+|ap-south-1|arm64|base|zfs|ami-0edea2dd7044b3c38
+|ap-south-1|arm64|builder|ufs|ami-0612a814d850e150c
+|ap-south-1|arm64|builder|zfs|ami-0d1e91d705f3405d5
+|ap-south-1|arm64|cloud-init|ufs|ami-05f98f2325efed25b
+|ap-south-1|arm64|cloud-init|zfs|ami-05ab73d5c4c5bf0bf
+|ap-south-1|arm64|small|ufs|ami-03898006cc4c07a19
+|ap-south-1|arm64|small|zfs|ami-0c91adcc68338037d
+|ap-south-2|amd64|base|ufs|ami-0934416ad083f23df
+|ap-south-2|amd64|base|zfs|ami-03eada0d506d4c911
+|ap-south-2|amd64|builder|ufs|ami-0c1e2c4415f7f8163
+|ap-south-2|amd64|builder|zfs|ami-056d5315870cb2f68
+|ap-south-2|amd64|cloud-init|ufs|ami-063e99946d3c1ab76
+|ap-south-2|amd64|cloud-init|zfs|ami-04bd63de2b97f1998
+|ap-south-2|amd64|small|ufs|ami-0bcbb875aaa155619
+|ap-south-2|amd64|small|zfs|ami-05252666f9bff82dc
+|ap-south-2|arm64|base|ufs|ami-029fd4a9f0c57fa43
+|ap-south-2|arm64|base|zfs|ami-00a97d474041f1699
+|ap-south-2|arm64|builder|ufs|ami-0c64fac55bcaa9ca1
+|ap-south-2|arm64|builder|zfs|ami-0b6d6dd17114b0c86
+|ap-south-2|arm64|cloud-init|ufs|ami-02ab76bca5be3faeb
+|ap-south-2|arm64|cloud-init|zfs|ami-067e2c96d809ee5ff
+|ap-south-2|arm64|small|ufs|ami-06a60389ab2921c1e
+|ap-south-2|arm64|small|zfs|ami-0c130009eea1458b0
+|ap-southeast-1|amd64|base|ufs|ami-091ef2a1d3b15d361
+|ap-southeast-1|amd64|base|zfs|ami-0320c89fadd1249ac
+|ap-southeast-1|amd64|builder|ufs|ami-0a2db6db276cb3dcd
+|ap-southeast-1|amd64|builder|zfs|ami-0976515461db01fb8
+|ap-southeast-1|amd64|cloud-init|ufs|ami-0cd3a3922f83aa2f4
+|ap-southeast-1|amd64|cloud-init|zfs|ami-019e404bb0a3384db
+|ap-southeast-1|amd64|small|ufs|ami-0e5dc4f7637227a7c
+|ap-southeast-1|amd64|small|zfs|ami-0669365184c387a1f
+|ap-southeast-1|arm64|base|ufs|ami-0ca8275cb78b818d5
+|ap-southeast-1|arm64|base|zfs|ami-0856b4354626ef69a
+|ap-southeast-1|arm64|builder|ufs|ami-00f82c0a53b5515aa
+|ap-southeast-1|arm64|builder|zfs|ami-0e81e33a537cec3bd
+|ap-southeast-1|arm64|cloud-init|ufs|ami-0638ac814b6a9e6ea
+|ap-southeast-1|arm64|cloud-init|zfs|ami-03bdcfcf2f895e372
+|ap-southeast-1|arm64|small|ufs|ami-0d3ffd2c5cbd891ba
+|ap-southeast-1|arm64|small|zfs|ami-01686a26550e0f373
+|ap-southeast-2|amd64|base|ufs|ami-0d0900e4f9f4e9496
+|ap-southeast-2|amd64|base|zfs|ami-04912909a5b09de36
+|ap-southeast-2|amd64|builder|ufs|ami-0710e833b6bf29a6b
+|ap-southeast-2|amd64|builder|zfs|ami-0827d3f2b629683dd
+|ap-southeast-2|amd64|cloud-init|ufs|ami-0cfe5553ae7261e00
+|ap-southeast-2|amd64|cloud-init|zfs|ami-063e3c906f06f7c83
+|ap-southeast-2|amd64|small|ufs|ami-09ad4b164f4f32212
+|ap-southeast-2|amd64|small|zfs|ami-03eb7726f3ee65ecc
+|ap-southeast-2|arm64|base|ufs|ami-0a0cd8cd97fd67680
+|ap-southeast-2|arm64|base|zfs|ami-04a243733fbe2ea59
+|ap-southeast-2|arm64|builder|ufs|ami-0a157f9c517910975
+|ap-southeast-2|arm64|builder|zfs|ami-0d8e72c5ca9033a73
+|ap-southeast-2|arm64|cloud-init|ufs|ami-06c0c1ad37cc402ff
+|ap-southeast-2|arm64|cloud-init|zfs|ami-0fd440f5bff39ee32
+|ap-southeast-2|arm64|small|ufs|ami-059c59c67465340b8
+|ap-southeast-2|arm64|small|zfs|ami-03e7b99fd328ccad6
+|ap-southeast-3|amd64|base|ufs|ami-0de92ed091d3ae603
+|ap-southeast-3|amd64|base|zfs|ami-0d286ee05993d31e2
+|ap-southeast-3|amd64|builder|ufs|ami-0fb2600c96276e03b
+|ap-southeast-3|amd64|builder|zfs|ami-0e9fbdbe8d7079ddd
+|ap-southeast-3|amd64|cloud-init|ufs|ami-09b8d79ba94ce6288
+|ap-southeast-3|amd64|cloud-init|zfs|ami-03cae8bf7c30e01ce
+|ap-southeast-3|amd64|small|ufs|ami-004d7d3aa18a177d5
+|ap-southeast-3|amd64|small|zfs|ami-0706f3c246758a081
+|ap-southeast-3|arm64|base|ufs|ami-029a690a5e779d95c
+|ap-southeast-3|arm64|base|zfs|ami-0bfdcd3b3d5f4216c
+|ap-southeast-3|arm64|builder|ufs|ami-0317e66e2987049a4
+|ap-southeast-3|arm64|builder|zfs|ami-06a99690925f2bd80
+|ap-southeast-3|arm64|cloud-init|ufs|ami-0b183886dda6a8e6f
+|ap-southeast-3|arm64|cloud-init|zfs|ami-084bb3f410790b911
+|ap-southeast-3|arm64|small|ufs|ami-0931210704ef9aefc
+|ap-southeast-3|arm64|small|zfs|ami-0fc7fb1ca6cf844c7
+|ap-southeast-4|amd64|base|ufs|ami-070276f9e0442b7a8
+|ap-southeast-4|amd64|base|zfs|ami-08b2a4a3e48814be0
+|ap-southeast-4|amd64|builder|ufs|ami-0b852fb9b2586c989
+|ap-southeast-4|amd64|builder|zfs|ami-0b45e011ceba63f35
+|ap-southeast-4|amd64|cloud-init|ufs|ami-011126a9f90a71523
+|ap-southeast-4|amd64|cloud-init|zfs|ami-096d19b2aefbfd3cf
+|ap-southeast-4|amd64|small|ufs|ami-0efdfb8a07d0af06d
+|ap-southeast-4|amd64|small|zfs|ami-0d4acecbe5f23c1d3
+|ap-southeast-4|arm64|base|ufs|ami-0a4fedc55c960298b
+|ap-southeast-4|arm64|base|zfs|ami-0a53491db32aca43d
+|ap-southeast-4|arm64|builder|ufs|ami-001176bb8e9733fd2
+|ap-southeast-4|arm64|builder|zfs|ami-071c4c1377d77008a
+|ap-southeast-4|arm64|cloud-init|ufs|ami-02818592c63a32354
+|ap-southeast-4|arm64|cloud-init|zfs|ami-020b52039953eca9c
+|ap-southeast-4|arm64|small|ufs|ami-046f901b92db8b22d
+|ap-southeast-4|arm64|small|zfs|ami-023964b96e1359f73
+|ap-southeast-5|amd64|base|ufs|ami-0733b310e4ad6d307
+|ap-southeast-5|amd64|base|zfs|ami-090e34ac9359e74f3
+|ap-southeast-5|amd64|builder|ufs|ami-0105a4afe55e002ad
+|ap-southeast-5|amd64|builder|zfs|ami-077de534fbeafc426
+|ap-southeast-5|amd64|cloud-init|ufs|ami-00d2cc677bb9240d2
+|ap-southeast-5|amd64|cloud-init|zfs|ami-0830d7d055a9cadf8
+|ap-southeast-5|amd64|small|ufs|ami-07d735429aafe3967
+|ap-southeast-5|amd64|small|zfs|ami-082d48cdf71531c83
+|ap-southeast-5|arm64|base|ufs|ami-0437f39bccf60ef28
+|ap-southeast-5|arm64|base|zfs|ami-0e8779216acefe9f2
+|ap-southeast-5|arm64|builder|ufs|ami-01cf202246a986d8c
+|ap-southeast-5|arm64|builder|zfs|ami-015c3eb2a8dad6e23
+|ap-southeast-5|arm64|cloud-init|ufs|ami-05e2ca5fdf4ca13b5
+|ap-southeast-5|arm64|cloud-init|zfs|ami-05cb72f007c170e37
+|ap-southeast-5|arm64|small|ufs|ami-02b5eded1a02a0979
+|ap-southeast-5|arm64|small|zfs|ami-0913a0195c8547a4c
+|ap-southeast-6|amd64|base|ufs|ami-03ad823c572d2137c
+|ap-southeast-6|amd64|base|zfs|ami-0a5383ac0f13ea4b8
+|ap-southeast-6|amd64|builder|ufs|ami-034b66c1597822f6d
+|ap-southeast-6|amd64|builder|zfs|ami-049eba1e50482e2b2
+|ap-southeast-6|amd64|cloud-init|ufs|ami-00b192e9b0a0b76c7
+|ap-southeast-6|amd64|cloud-init|zfs|ami-085b9c4e1d6433a71
+|ap-southeast-6|amd64|small|ufs|ami-0171743dbdc43524b
+|ap-southeast-6|amd64|small|zfs|ami-0bd6a7321754cef28
+|ap-southeast-6|arm64|base|ufs|ami-0187e05a66ad3c6af
+|ap-southeast-6|arm64|base|zfs|ami-00b203fb422ed7399
+|ap-southeast-6|arm64|builder|ufs|ami-0d07798df020947b5
+|ap-southeast-6|arm64|builder|zfs|ami-0831d2c6cb8f58844
+|ap-southeast-6|arm64|cloud-init|ufs|ami-06ccdf9ef9200cbf8
+|ap-southeast-6|arm64|cloud-init|zfs|ami-0d8f41bdc5be96b18
+|ap-southeast-6|arm64|small|ufs|ami-04f5c18c0e28cc98d
+|ap-southeast-6|arm64|small|zfs|ami-0e46532696300b2c7
+|ap-southeast-7|amd64|base|ufs|ami-0d667c214989df41f
+|ap-southeast-7|amd64|base|zfs|ami-0fcf711cdfddc5b6f
+|ap-southeast-7|amd64|builder|ufs|ami-01c6809f5f1129e1b
+|ap-southeast-7|amd64|builder|zfs|ami-0df89b4d855d72429
+|ap-southeast-7|amd64|cloud-init|ufs|ami-092001b0b6274db45
+|ap-southeast-7|amd64|cloud-init|zfs|ami-0f4ccdc82f5737f77
+|ap-southeast-7|amd64|small|ufs|ami-03086392bda8c9e8d
+|ap-southeast-7|amd64|small|zfs|ami-03713f18892189de5
+|ap-southeast-7|arm64|base|ufs|ami-05bfefd3facb81cb2
+|ap-southeast-7|arm64|base|zfs|ami-072613f4ec7df19cb
+|ap-southeast-7|arm64|builder|ufs|ami-0a9cb904b3b8a89e1
+|ap-southeast-7|arm64|builder|zfs|ami-069cab033cd56be22
+|ap-southeast-7|arm64|cloud-init|ufs|ami-0f916e26ee914fded
+|ap-southeast-7|arm64|cloud-init|zfs|ami-06e70805760403f0a
+|ap-southeast-7|arm64|small|ufs|ami-0b0e7171acac44de9
+|ap-southeast-7|arm64|small|zfs|ami-08501d4ce9fa1d8b8
+|ca-central-1|amd64|base|ufs|ami-03c73057fad5d6c7e
+|ca-central-1|amd64|base|zfs|ami-0a7eb4a7a81f8677a
+|ca-central-1|amd64|builder|ufs|ami-025075d1318b71220
+|ca-central-1|amd64|builder|zfs|ami-08da5046b4c841119
+|ca-central-1|amd64|cloud-init|ufs|ami-0915ace5a12a10579
+|ca-central-1|amd64|cloud-init|zfs|ami-07e4905de1841a54b
+|ca-central-1|amd64|small|ufs|ami-00b5b848345376a7a
+|ca-central-1|amd64|small|zfs|ami-0136bbfd13a24b080
+|ca-central-1|arm64|base|ufs|ami-0938cc1e61b2fcb82
+|ca-central-1|arm64|base|zfs|ami-05c91bbeebb7ed5a8
+|ca-central-1|arm64|builder|ufs|ami-0bdc2b24248bd15bc
+|ca-central-1|arm64|builder|zfs|ami-05e817c3f54eb8ce3
+|ca-central-1|arm64|cloud-init|ufs|ami-013b2f58953b0c384
+|ca-central-1|arm64|cloud-init|zfs|ami-072bd72b9a84887db
+|ca-central-1|arm64|small|ufs|ami-0be3e100d07c513b6
+|ca-central-1|arm64|small|zfs|ami-01550580e37c90f26
+|ca-west-1|amd64|base|ufs|ami-0bd4a33a6a1ba95a4
+|ca-west-1|amd64|base|zfs|ami-08b79de7bca349592
+|ca-west-1|amd64|builder|ufs|ami-08a4e3a6a79d6099b
+|ca-west-1|amd64|builder|zfs|ami-06783811f74f8d6f5
+|ca-west-1|amd64|cloud-init|ufs|ami-00f7021984ffa74cf
+|ca-west-1|amd64|cloud-init|zfs|ami-0f3bbc18ea56b16d5
+|ca-west-1|amd64|small|ufs|ami-06867b9e16d09d1d4
+|ca-west-1|amd64|small|zfs|ami-0832f0a8d321e8948
+|ca-west-1|arm64|base|ufs|ami-0594ec8f031f44a76
+|ca-west-1|arm64|base|zfs|ami-0fef2ae5228bc6b92
+|ca-west-1|arm64|builder|ufs|ami-03ed9023a36386c17
+|ca-west-1|arm64|builder|zfs|ami-0b4012d830d3619ba
+|ca-west-1|arm64|cloud-init|ufs|ami-0e642e3b0691097ca
+|ca-west-1|arm64|cloud-init|zfs|ami-0cf61724f18f9f86c
+|ca-west-1|arm64|small|ufs|ami-09847797e8d4a1e7f
+|ca-west-1|arm64|small|zfs|ami-015477ce86d05e479
+|eu-central-1|amd64|base|ufs|ami-07a70b9bcb03c52b0
+|eu-central-1|amd64|base|zfs|ami-06e9275e8064510d1
+|eu-central-1|amd64|builder|ufs|ami-0e2ce7ee82a38cceb
+|eu-central-1|amd64|builder|zfs|ami-0795099d254467c50
+|eu-central-1|amd64|cloud-init|ufs|ami-05d7868e71b6cc9a0
+|eu-central-1|amd64|cloud-init|zfs|ami-0c0385110cca845cd
+|eu-central-1|amd64|small|ufs|ami-0861a30abcc0b722d
+|eu-central-1|amd64|small|zfs|ami-058e57dd6afc9a8e4
+|eu-central-1|arm64|base|ufs|ami-096f7971a65f648c1
+|eu-central-1|arm64|base|zfs|ami-05f577f11a9db7353
+|eu-central-1|arm64|builder|ufs|ami-094a13887b17bcb41
+|eu-central-1|arm64|builder|zfs|ami-0ee9a5d52796ccf88
+|eu-central-1|arm64|cloud-init|ufs|ami-03e30f00b5e072ad5
+|eu-central-1|arm64|cloud-init|zfs|ami-051bbf354457886f0
+|eu-central-1|arm64|small|ufs|ami-0aa34b3fbf59fd986
+|eu-central-1|arm64|small|zfs|ami-0bdb6999ebd6ee005
+|eu-central-2|amd64|base|ufs|ami-05b6b2a189e7e011b
+|eu-central-2|amd64|base|zfs|ami-0f903252b6c2215ca
+|eu-central-2|amd64|builder|ufs|ami-0678c0f3f26179b0e
+|eu-central-2|amd64|builder|zfs|ami-0f99e2cc3cb742a51
+|eu-central-2|amd64|cloud-init|ufs|ami-0cb24488cbcc4cccd
+|eu-central-2|amd64|cloud-init|zfs|ami-089eb22ad870aa5e4
+|eu-central-2|amd64|small|ufs|ami-07936ae3c54aa7c82
+|eu-central-2|amd64|small|zfs|ami-09ca35a38e6f21a71
+|eu-central-2|arm64|base|ufs|ami-07bc9e9ab1badf79c
+|eu-central-2|arm64|base|zfs|ami-01ee1219d58ccf04e
+|eu-central-2|arm64|builder|ufs|ami-0fbec53dde0c0e791
+|eu-central-2|arm64|builder|zfs|ami-05bcd6fb5e58cb7e7
+|eu-central-2|arm64|cloud-init|ufs|ami-063deafa617f54471
+|eu-central-2|arm64|cloud-init|zfs|ami-07c644f29f04a0af8
+|eu-central-2|arm64|small|ufs|ami-04d71c2f564cac485
+|eu-central-2|arm64|small|zfs|ami-052487f807ca564d0
+|eu-north-1|amd64|base|ufs|ami-0deb4dad473642117
+|eu-north-1|amd64|base|zfs|ami-041c74eec81c5c60b
+|eu-north-1|amd64|builder|ufs|ami-02a988ebc329725db
+|eu-north-1|amd64|builder|zfs|ami-014ae2f88be3dc31a
+|eu-north-1|amd64|cloud-init|ufs|ami-04e29a3364e5c6cb4
+|eu-north-1|amd64|cloud-init|zfs|ami-083a7d0440a6d4d79
+|eu-north-1|amd64|small|ufs|ami-0ecde1e8fda08c12a
+|eu-north-1|amd64|small|zfs|ami-0ba4eed89fefc9790
+|eu-north-1|arm64|base|ufs|ami-014a3f1a496bda148
+|eu-north-1|arm64|base|zfs|ami-0bdaa89d56714f3d1
+|eu-north-1|arm64|builder|ufs|ami-0094b0fe60628f248
+|eu-north-1|arm64|builder|zfs|ami-064f82d35b1602f0d
+|eu-north-1|arm64|cloud-init|ufs|ami-0d7c0c48c07e0a410
+|eu-north-1|arm64|cloud-init|zfs|ami-04901ebe9d86a3731
+|eu-north-1|arm64|small|ufs|ami-0a0dac5c41e355369
+|eu-north-1|arm64|small|zfs|ami-052e10bc1970a8d65
+|eu-south-1|amd64|base|ufs|ami-0856c4a343db0b77b
+|eu-south-1|amd64|base|zfs|ami-04dce4e2a807746d1
+|eu-south-1|amd64|builder|ufs|ami-059cfa6458803945d
+|eu-south-1|amd64|builder|zfs|ami-09014bde572fd318f
+|eu-south-1|amd64|cloud-init|ufs|ami-04581a4687db89a9d
+|eu-south-1|amd64|cloud-init|zfs|ami-05ed39f74cb14aa6c
+|eu-south-1|amd64|small|ufs|ami-0f33fe9504e405942
+|eu-south-1|amd64|small|zfs|ami-08577bcc2221c1ca0
+|eu-south-1|arm64|base|ufs|ami-0fa5e77f036a8225b
+|eu-south-1|arm64|base|zfs|ami-03f585400b3bf79e0
+|eu-south-1|arm64|builder|ufs|ami-069fc4cd77090d7cf
+|eu-south-1|arm64|builder|zfs|ami-0711aa0aafa5587c0
+|eu-south-1|arm64|cloud-init|ufs|ami-0ab284255a088d920
+|eu-south-1|arm64|cloud-init|zfs|ami-0df46decba3601e01
+|eu-south-1|arm64|small|ufs|ami-0346b346731a535af
+|eu-south-1|arm64|small|zfs|ami-04dbf0b1da9824edb
+|eu-south-2|amd64|base|ufs|ami-0fd426d12515ac81d
+|eu-south-2|amd64|base|zfs|ami-069f9b2a7f8148251
+|eu-south-2|amd64|builder|ufs|ami-094a603b661fb6d87
+|eu-south-2|amd64|builder|zfs|ami-09542af88303ba182
+|eu-south-2|amd64|cloud-init|ufs|ami-0a7b39336d34547e2
+|eu-south-2|amd64|cloud-init|zfs|ami-0dad523147d431db0
+|eu-south-2|amd64|small|ufs|ami-05095dfafb68dfd5b
+|eu-south-2|amd64|small|zfs|ami-0fd6891153c2b0dba
+|eu-south-2|arm64|base|ufs|ami-098a9a229ca76b494
+|eu-south-2|arm64|base|zfs|ami-0e34eaedd918cf1de
+|eu-south-2|arm64|builder|ufs|ami-0965280aa925944f8
+|eu-south-2|arm64|builder|zfs|ami-0888104cac5c54b97
+|eu-south-2|arm64|cloud-init|ufs|ami-04cc74ec9b17cfec0
+|eu-south-2|arm64|cloud-init|zfs|ami-0530e3363746b767c
+|eu-south-2|arm64|small|ufs|ami-0324256297e42af37
+|eu-south-2|arm64|small|zfs|ami-0702e31e50f48cee4
+|eu-west-1|amd64|base|ufs|ami-08049c3b5ad85ef90
+|eu-west-1|amd64|base|zfs|ami-04b3d15ac39e9b65a
+|eu-west-1|amd64|builder|ufs|ami-0d8f850e15eb27fbf
+|eu-west-1|amd64|builder|zfs|ami-0df95e48f52b98c5e
+|eu-west-1|amd64|cloud-init|ufs|ami-0adcd1ea8f59b6520
+|eu-west-1|amd64|cloud-init|zfs|ami-0f443899b394c5bdc
+|eu-west-1|amd64|small|ufs|ami-0a554333d944cdbb2
+|eu-west-1|amd64|small|zfs|ami-0b662b8a5fc582d70
+|eu-west-1|arm64|base|ufs|ami-028802a110b9371b3
+|eu-west-1|arm64|base|zfs|ami-0cd4a2e848d4be7bd
+|eu-west-1|arm64|builder|ufs|ami-0a9f4a81e312c5b86
+|eu-west-1|arm64|builder|zfs|ami-0dd443f0cf1cf0600
+|eu-west-1|arm64|cloud-init|ufs|ami-0b9b52ebb526e81b4
+|eu-west-1|arm64|cloud-init|zfs|ami-013077bcf78b05ee6
+|eu-west-1|arm64|small|ufs|ami-045972d60e8b9b037
+|eu-west-1|arm64|small|zfs|ami-0c57a81483119a200
+|eu-west-2|amd64|base|ufs|ami-09dfc8bd58ec41804
+|eu-west-2|amd64|base|zfs|ami-099985b6c8625f37a
+|eu-west-2|amd64|builder|ufs|ami-080319a4542b9cd6a
+|eu-west-2|amd64|builder|zfs|ami-05102b0bd31f46423
+|eu-west-2|amd64|cloud-init|ufs|ami-09af2c6d0933731d1
+|eu-west-2|amd64|cloud-init|zfs|ami-079d1a558a77c0fec
+|eu-west-2|amd64|small|ufs|ami-0de2470b834b858bf
+|eu-west-2|amd64|small|zfs|ami-0d9fb079764b1bc10
+|eu-west-2|arm64|base|ufs|ami-086821a4ee19245e3
+|eu-west-2|arm64|base|zfs|ami-0ca1f8de168a9876e
+|eu-west-2|arm64|builder|ufs|ami-08b0f247e6bc0751a
+|eu-west-2|arm64|builder|zfs|ami-033dca0e925063c61
+|eu-west-2|arm64|cloud-init|ufs|ami-02f7472302062db4f
+|eu-west-2|arm64|cloud-init|zfs|ami-0ccd31840b11ff34c
+|eu-west-2|arm64|small|ufs|ami-05049966fa3f307d4
+|eu-west-2|arm64|small|zfs|ami-0223ed088b7b360a5
+|eu-west-3|amd64|base|ufs|ami-0a2b0b0bebd2c6633
+|eu-west-3|amd64|base|zfs|ami-0c25d11e3b4531210
+|eu-west-3|amd64|builder|ufs|ami-0f03c8ffa722a3235
+|eu-west-3|amd64|builder|zfs|ami-02e8e3267d8b5c965
+|eu-west-3|amd64|cloud-init|ufs|ami-0c74575ab27313436
+|eu-west-3|amd64|cloud-init|zfs|ami-07f4d5a5d74dddbdc
+|eu-west-3|amd64|small|ufs|ami-0c204ec9a42322447
+|eu-west-3|amd64|small|zfs|ami-03652df54c68607c2
+|eu-west-3|arm64|base|ufs|ami-0d3f1d691966451d1
+|eu-west-3|arm64|base|zfs|ami-07dccd8393e12e897
+|eu-west-3|arm64|builder|ufs|ami-0625ad895f9be9da5
+|eu-west-3|arm64|builder|zfs|ami-0880fdda97b275de7
+|eu-west-3|arm64|cloud-init|ufs|ami-012cb22c33e36c699
+|eu-west-3|arm64|cloud-init|zfs|ami-0c177da98c1b46496
+|eu-west-3|arm64|small|ufs|ami-07598721bff04f009
+|eu-west-3|arm64|small|zfs|ami-0c4076908b5bd7fbe
+|il-central-1|amd64|base|ufs|ami-0439fa04799bba590
+|il-central-1|amd64|base|zfs|ami-0e576886c8c4cd3ed
+|il-central-1|amd64|builder|ufs|ami-05f4ced4df330b60e
+|il-central-1|amd64|builder|zfs|ami-0e5bcfca8563975c2
+|il-central-1|amd64|cloud-init|ufs|ami-0db55b8bb702c6efc
+|il-central-1|amd64|cloud-init|zfs|ami-04ac924522c4dc737
+|il-central-1|amd64|small|ufs|ami-07ef60864f5af5344
+|il-central-1|amd64|small|zfs|ami-0eb1c557682ba9eea
+|il-central-1|arm64|base|ufs|ami-0d6a3e0ad1b5339f4
+|il-central-1|arm64|base|zfs|ami-09a12970a2b707ef2
+|il-central-1|arm64|builder|ufs|ami-08b6373edd8969332
+|il-central-1|arm64|builder|zfs|ami-07caa12e93a71541d
+|il-central-1|arm64|cloud-init|ufs|ami-0ca8b26ff8eb1be27
+|il-central-1|arm64|cloud-init|zfs|ami-015876189ecab8f5e
+|il-central-1|arm64|small|ufs|ami-04287b71c99a9f72f
+|il-central-1|arm64|small|zfs|ami-06b022b3a9aa08146
+|mx-central-1|amd64|base|ufs|ami-0f701d04b5f22d34d
+|mx-central-1|amd64|base|zfs|ami-0a23f02f90b88fb62
+|mx-central-1|amd64|builder|ufs|ami-08db113dd468bbaa4
+|mx-central-1|amd64|builder|zfs|ami-0e9e7775bb07f5888
+|mx-central-1|amd64|cloud-init|ufs|ami-06a4455b829696846
+|mx-central-1|amd64|cloud-init|zfs|ami-0e93ef55598c181b4
+|mx-central-1|amd64|small|ufs|ami-05639f165f997749e
+|mx-central-1|amd64|small|zfs|ami-001813acb1251ddc0
+|mx-central-1|arm64|base|ufs|ami-08abdbc50b8b79869
+|mx-central-1|arm64|base|zfs|ami-0aaf8175036363166
+|mx-central-1|arm64|builder|ufs|ami-0a9702050081c6471
+|mx-central-1|arm64|builder|zfs|ami-078a8ba844135bfb8
+|mx-central-1|arm64|cloud-init|ufs|ami-08345cde69065aa7e
+|mx-central-1|arm64|cloud-init|zfs|ami-09c7caa16e532334e
+|mx-central-1|arm64|small|ufs|ami-0f97e5c7d1db43724
+|mx-central-1|arm64|small|zfs|ami-03297de8c51a3216d
+|sa-east-1|amd64|base|ufs|ami-0bcaf7767bea9a071
+|sa-east-1|amd64|base|zfs|ami-02728e085e177cf05
+|sa-east-1|amd64|builder|ufs|ami-0fe1913d18305c88e
+|sa-east-1|amd64|builder|zfs|ami-0366602ce9fbd0037
+|sa-east-1|amd64|cloud-init|ufs|ami-0562b55f3c4046803
+|sa-east-1|amd64|cloud-init|zfs|ami-0541c2372ea33954c
+|sa-east-1|amd64|small|ufs|ami-00e7d60c54a179cf5
+|sa-east-1|amd64|small|zfs|ami-065a02ad0cac43467
+|sa-east-1|arm64|base|ufs|ami-098909a34afaed5fa
+|sa-east-1|arm64|base|zfs|ami-02887fdffc2faef5a
+|sa-east-1|arm64|builder|ufs|ami-0df27c78fc5e2a244
+|sa-east-1|arm64|builder|zfs|ami-028b483a5a8de8bf4
+|sa-east-1|arm64|cloud-init|ufs|ami-0ca9b1154dce101a1
+|sa-east-1|arm64|cloud-init|zfs|ami-0fdc29ab5bad24de7
+|sa-east-1|arm64|small|ufs|ami-07ec3fce08bf1af36
*** 68 LINES SKIPPED ***

From nobody Tue Jun  9 21:50:07 2026
X-Original-To: dev-commits-doc-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 4gZjJR6qMFz6gjMp
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Tue, 09 Jun 2026 21:50:31 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZjJR6D3Dz3Dr5
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 21:50:31 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1781041831;
	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=KZ8bGbepSNGSTDhRVxnSl+VaEvWmLRwjyYstmb2LHd0=;
	b=wFrhkPlDndLbHcNz49+c9KX5fIIo4BLOmyrDTICEeS5XJzcnZuhoF0U/0Biu9e+G04hnyS
	PvldewyxZnthxwG99T0EVkw8S5oleKirwjBrg5RL36Ryx3QYrZe8I4jx3Q0FTyNr/Joxf1
	VWIOeFobtfUPh9i3RPfy+JG6p62NEPFbK6axw01h/v6N6Zlf08umti5r8p2vxoa0cloa/k
	NISWuWCTBY3iYh8d+c8sJ2Zp1w6przEKywdH8EZH4kt+DmBXa+Agmgjhhiudgj8CNHfR5c
	/fT/78T5z2+e0fKFaFspWXm+iJn1QhF9aR4m8GaieCWBhDsNJrIhpjlJIBxzYA==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781041831; a=rsa-sha256; cv=none;
	b=PR/7L/7gv1a/pkWNT1F94E1YtaudS5hC/bByqoQaN/Bxy+CWBhuEyr+BnGWo4YtgVd7x40
	MVMeykVN2NeCjTgqRlb4hxtS9IKK52cZEs8W9mCIGVRutnlZIpRhoHEn3Dj1Civ+6B8s+n
	WRyLcp0YUs1xXBWQyHL1UGPxMO5H2V5elhPuJWRwC4MM9hKgNopE+LewvYNLHctJLAZQOE
	+aVVjWfOfgcmDecUe2uD48eICg3Jynh5j90EVtMexcSwSz1Bq6tEj1ZLJ5g1fHVdl1mN5A
	Ll8FAVEkd5awCJy5FfYVbuTssF7sN7j9heKDm784Oh5bPIdrSyZmM3w/m7H2NQ==
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=1781041831;
	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=KZ8bGbepSNGSTDhRVxnSl+VaEvWmLRwjyYstmb2LHd0=;
	b=YstiS57+L38w7s9oOa+7i6gyfU8t4i9JCRk3Lp+ovxd4nuVMhNKo7268oO2RGCnEO1NXu5
	OTbDLvYKnkpJRNGQ+Pe+Vl9Lhq2+806pvWys+pAA0ZEn3xXndVf1I3xy6kOAqPh2AfUn/2
	ygrqZavr0eFitcUbeGIgHM+iYXauHfQwFIGo2vucGOtMeTPSiOQv92MYB7Nwr6dV7Pn3zV
	JJKEztGrA9O5XS2vQuebji/LFtqg9ZB/vZY1Amz1HzFM1Tm/NP8W2aCGRsJC1gt3LCKEQK
	GGahRMitVc8SmsjbI0QCm5bFEa0jL1fe9fZLNaPr3Zw3dGdkyXDyGb4rQAWJpw==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZjJR5q5JzsBj
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 21:50:31 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 27f28
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Tue, 09 Jun 2026 21:50:07 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Gordon Tetlow <gordon@FreeBSD.org>
Subject: git: 2a530dd472 - main - Add EN-26:14, EN-26:15, and SA-26:25 through SA-26:36.
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: gordon
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 2a530dd472df2a76ffe89ddd3b68d0b8381a5adf
Auto-Submitted: auto-generated
Date: Tue, 09 Jun 2026 21:50:07 +0000
Message-Id: <6a288a8f.27f28.363c0b74@gitrepo.freebsd.org>

The branch main has been updated by gordon:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2a530dd472df2a76ffe89ddd3b68d0b8381a5adf

commit 2a530dd472df2a76ffe89ddd3b68d0b8381a5adf
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2026-06-09 21:49:15 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2026-06-09 21:49:15 +0000

    Add EN-26:14, EN-26:15, and SA-26:25 through SA-26:36.
    
    Approved by:    so
---
 website/data/security/advisories.toml              |     48 +
 website/data/security/errata.toml                  |      8 +
 .../advisories/FreeBSD-EN-26:14.syslogd.asc        |    151 +
 .../advisories/FreeBSD-EN-26:15.openssl.asc        |    188 +
 .../security/advisories/FreeBSD-SA-26:25.thr.asc   |    163 +
 .../security/advisories/FreeBSD-SA-26:26.ktls.asc  |    161 +
 .../security/advisories/FreeBSD-SA-26:27.sound.asc |    186 +
 .../advisories/FreeBSD-SA-26:28.capsicum.asc       |    193 +
 .../advisories/FreeBSD-SA-26:29.ip6_multicast.asc  |    166 +
 .../security/advisories/FreeBSD-SA-26:30.linux.asc |    161 +
 .../security/advisories/FreeBSD-SA-26:31.arm64.asc |    186 +
 .../security/advisories/FreeBSD-SA-26:32.elf.asc   |    169 +
 .../advisories/FreeBSD-SA-26:33.unbound.asc        |    180 +
 .../security/advisories/FreeBSD-SA-26:34.vt.asc    |    150 +
 .../advisories/FreeBSD-SA-26:35.openssl.asc        |    208 +
 .../security/advisories/FreeBSD-SA-26:36.ldns.asc  |    152 +
 .../static/security/patches/EN-26:14/syslogd.patch |     54 +
 .../security/patches/EN-26:14/syslogd.patch.asc    |     17 +
 .../security/patches/EN-26:15/openssl-14.3.patch   | 680999 ++++++++++++++++++
 .../patches/EN-26:15/openssl-14.3.patch.asc        |     17 +
 .../security/patches/EN-26:15/openssl-14.4.patch   | 489826 +++++++++++++
 .../patches/EN-26:15/openssl-14.4.patch.asc        |     17 +
 .../security/patches/EN-26:15/openssl-15.0.patch   | 679696 +++++++++++++++++
 .../patches/EN-26:15/openssl-15.0.patch.asc        |     17 +
 website/static/security/patches/SA-26:25/thr.patch |     11 +
 .../static/security/patches/SA-26:25/thr.patch.asc |     17 +
 .../static/security/patches/SA-26:26/ktls.patch    |    168 +
 .../security/patches/SA-26:26/ktls.patch.asc       |     17 +
 .../security/patches/SA-26:27/sound-14.3.patch     |    358 +
 .../security/patches/SA-26:27/sound-14.3.patch.asc |     17 +
 .../security/patches/SA-26:27/sound-14.4.patch     |    360 +
 .../security/patches/SA-26:27/sound-14.4.patch.asc |     17 +
 .../security/patches/SA-26:27/sound-15.0.patch     |    369 +
 .../security/patches/SA-26:27/sound-15.0.patch.asc |     17 +
 .../security/patches/SA-26:27/sound-15.1.patch     |    369 +
 .../security/patches/SA-26:27/sound-15.1.patch.asc |     17 +
 .../security/patches/SA-26:28/capsicum-14.patch    |     47 +
 .../patches/SA-26:28/capsicum-14.patch.asc         |     17 +
 .../security/patches/SA-26:28/capsicum-15.0.patch  |     47 +
 .../patches/SA-26:28/capsicum-15.0.patch.asc       |     17 +
 .../security/patches/SA-26:28/capsicum-15.1.patch  |     47 +
 .../patches/SA-26:28/capsicum-15.1.patch.asc       |     17 +
 .../patches/SA-26:29/ip6_multicast-14.patch        |    188 +
 .../patches/SA-26:29/ip6_multicast-14.patch.asc    |     17 +
 .../patches/SA-26:29/ip6_multicast-15.0.patch      |    188 +
 .../patches/SA-26:29/ip6_multicast-15.0.patch.asc  |     17 +
 .../patches/SA-26:29/ip6_multicast-15.1.patch      |    189 +
 .../patches/SA-26:29/ip6_multicast-15.1.patch.asc  |     17 +
 .../static/security/patches/SA-26:30/linux.patch   |     15 +
 .../security/patches/SA-26:30/linux.patch.asc      |     17 +
 .../security/patches/SA-26:31/arm64-14.3.patch     |    179 +
 .../security/patches/SA-26:31/arm64-14.3.patch.asc |     17 +
 .../security/patches/SA-26:31/arm64-14.4.patch     |     74 +
 .../security/patches/SA-26:31/arm64-14.4.patch.asc |     17 +
 .../security/patches/SA-26:31/arm64-15.patch       |     74 +
 .../security/patches/SA-26:31/arm64-15.patch.asc   |     17 +
 .../security/patches/SA-26:32/elf-14.3.patch       |    254 +
 .../security/patches/SA-26:32/elf-14.3.patch.asc   |     17 +
 .../security/patches/SA-26:32/elf-14.4.patch       |    254 +
 .../security/patches/SA-26:32/elf-14.4.patch.asc   |     17 +
 .../static/security/patches/SA-26:32/elf-15.patch  |    254 +
 .../security/patches/SA-26:32/elf-15.patch.asc     |     17 +
 .../static/security/patches/SA-26:33/unbound.patch |    642 +
 .../security/patches/SA-26:33/unbound.patch.asc    |     17 +
 website/static/security/patches/SA-26:34/vt.patch  |     47 +
 .../static/security/patches/SA-26:34/vt.patch.asc  |     17 +
 .../security/patches/SA-26:35/openssl-14.patch     |    626 +
 .../security/patches/SA-26:35/openssl-14.patch.asc |     17 +
 .../security/patches/SA-26:35/openssl-15.patch     |   1065 +
 .../security/patches/SA-26:35/openssl-15.patch.asc |     17 +
 .../static/security/patches/SA-26:36/ldns.patch    |    188 +
 .../security/patches/SA-26:36/ldns.patch.asc       |     17 +
 72 files changed, 1859534 insertions(+)

diff --git a/website/data/security/advisories.toml b/website/data/security/advisories.toml
index 1a44fe400f..6558eefda7 100644
--- a/website/data/security/advisories.toml
+++ b/website/data/security/advisories.toml
@@ -1,6 +1,54 @@
 # Sort advisories by year, month and day
 # $FreeBSD$
 
+[[advisories]]
+name = "FreeBSD-SA-26:36.ldns"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:35.openssl"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:34.vt"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:33.unbound"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:32.elf"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:31.arm64"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:30.linux"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:29.ip6_multicast"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:28.capsicum"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:27.sound"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:26.ktls"
+date = "2026-06-09"
+
+[[advisories]]
+name = "FreeBSD-SA-26:25.thr"
+date = "2026-06-09"
+
 [[advisories]]
 name = "FreeBSD-SA-26:24.cap_net"
 date = "2026-05-20"
diff --git a/website/data/security/errata.toml b/website/data/security/errata.toml
index 6cb37b7b15..3ecb2721f7 100644
--- a/website/data/security/errata.toml
+++ b/website/data/security/errata.toml
@@ -1,6 +1,14 @@
 # Sort errata notices by year, month and day
 # $FreeBSD$
 
+[[notices]]
+name = "FreeBSD-EN-26:15.openssl"
+date = "2026-06-09"
+
+[[notices]]
+name = "FreeBSD-EN-26:14.syslogd"
+date = "2026-06-09"
+
 [[notices]]
 name = "FreeBSD-EN-26:13.freebsd-update"
 date = "2026-05-20"
diff --git a/website/static/security/advisories/FreeBSD-EN-26:14.syslogd.asc b/website/static/security/advisories/FreeBSD-EN-26:14.syslogd.asc
new file mode 100644
index 0000000000..ac172fdfde
--- /dev/null
+++ b/website/static/security/advisories/FreeBSD-EN-26:14.syslogd.asc
@@ -0,0 +1,151 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+=============================================================================
+FreeBSD-EN-26:14.syslogd                                        Errata Notice
+                                                          The FreeBSD Project
+
+Topic:          syslogd(8) memory leak in casper_ttymsg()
+
+Category:       core
+Module:         syslogd
+Announced:      2026-06-09
+Affects:        FreeBSD 15.0 and later
+Corrected:      2026-05-26 20:41:22 UTC (stable/15, 15.1-STABLE)
+                2026-05-28 22:16:09 UTC (releng/15.1, 15.1-RC2)
+                2026-06-09 19:19:32 UTC (releng/15.0, 15.0-RELEASE-p10)
+
+For general information regarding FreeBSD Errata Notices and Security
+Advisories, including descriptions of the fields above, security
+branches, and the following sections, please visit
+<URL:https://security.FreeBSD.org/>.
+
+I.   Background
+
+syslogd(8) is the system log daemon, responsible for receiving log messages
+from the kernel and from userland programs and dispatching them according to
+syslog.conf(5).  It can be configured to log messages to a system console or
+to logged-in users' TTYs.
+
+As of FreeBSD 15.0, syslogd runs in a Capsicum sandbox, and delegates the
+actual writing of console messages to a libcasper(3) service.
+
+II.  Problem Description
+
+When delivering a message to the console or to a terminal, the libcasper
+service retrieved the message text with nvlist_take_string_array(9), which
+transfers ownership of the array and its strings to the caller.  The
+casper_ttymsg() and casper_wallmsg() functions never freed them, leaking
+memory on every message routed to the console or a terminal.
+
+III. Impact
+
+On long-running systems that emit a steady stream of log messages routed to
+/dev/console or to user terminals, the resident size of syslogd.casper
+helper process grows without bound.  This may eventually lead to memory
+pressure, including swap usage, or process termination by the out-of-memory
+killer. syslogd itself continues to function.
+
+IV.  Workaround
+
+Periodically restarting syslogd will reclaim leaked memory. Systems that do
+not direct syslog output to /dev/console, terminals, or wall destinations
+are not affected.
+
+V.   Solution
+
+Upgrade your system to a supported FreeBSD stable or release / security
+branch (releng) dated after the correction date.
+
+Perform one of the following:
+
+1) To update your system installed from base system packages:
+
+Systems running a 15.0-RELEASE version of FreeBSD on the amd64 or arm64
+platforms, which were installed using base system packages, can be updated
+via the pkg(8) utility:
+
+# pkg upgrade -r FreeBSD-base
+# service syslogd restart
+
+2) To update your system installed from binary distribution sets:
+
+Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms
+which were not installed using base system packages can be updated via the
+freebsd-update(8) utility:
+
+# freebsd-update fetch
+# freebsd-update install
+# service syslogd restart
+
+3) To update your system via a source code patch:
+
+The following patches have been verified to apply to the applicable
+FreeBSD release branches.
+
+a) Download the relevant patch from the location below, and verify the
+detached PGP signature using your PGP utility.
+
+# fetch https://security.FreeBSD.org/patches/EN-26:14/syslogd.patch
+# fetch https://security.FreeBSD.org/patches/EN-26:14/syslogd.patch.asc
+# gpg --verify syslogd.patch.asc
+
+b) Apply the patch.  Execute the following commands as root:
+
+# cd /usr/src
+# patch < /path/to/patch
+
+c) Recompile the operating system using buildworld and installworld as
+described in <URL:https://www.FreeBSD.org/handbook/makeworld.html>.
+
+Restart syslogd(8), or reboot the system.
+
+VI.  Correction details
+
+This issue is corrected as of the corresponding Git commit hash in the
+following stable and release branches:
+
+Branch/path                             Hash                     Revision
+- -------------------------------------------------------------------------
+stable/15/                              be03b0fb2241    stable/15-n283693
+releng/15.1/                            d51d91b07f5b  releng/15.1-n283540
+releng/15.0/                            998de2d14e25  releng/15.0-n281049
+- -------------------------------------------------------------------------
+
+Run the following command to see which files were modified by a
+particular commit:
+
+# git show --stat <commit hash>
+
+Or visit the following URL, replacing NNNNNN with the hash:
+
+<URL:https://cgit.freebsd.org/src/commit/?id=NNNNNN>
+
+To determine the commit count in a working tree (for comparison against
+nNNNNNN in the table above), run:
+
+# git rev-list --count --first-parent HEAD
+
+VII. References
+
+<URL:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295488>
+
+The latest revision of this advisory is available at
+<URL:https://security.FreeBSD.org/advisories/FreeBSD-EN-26:14.syslogd.asc>
+-----BEGIN PGP SIGNATURE-----
+
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiS0bFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrvi2gQAMf5aER4RND+DWh7qbbQ
+ZuQwejCwW1MeX/oex0TAD8tvGgaBXOztAMMPQ4KRyrzjIYeo5+NpWAYlhqiAOOKE
+DCctvWY2hMylj5NNV2etV4QpK0h2R4ZTRj2gnWhYIr/PkzRmaJu9tc3dOH5DQSQZ
+WZTwo+Wu/vcAnevgIe4cOPI07YdZjl6bGlOo8q0qBaJ1xKk5NbY3Se9IJX3pCf31
+KODaPY1Py9EuYyW1HoDfrZV7V0iV3X51lgLNmHa2l8Z2cFD/U7Xsk08wU/vtcY0o
+la+hvXwMjzHrtie6a2FNV2twyH534B/2ye5Olsf/QnI+g6mEKr3Xif9tt5fYQHXW
+Lku+Auc3Hy1d1vK5MUOUpf53SEtvLFkISBAAFIT5x/4kC9W+Kjvl7vspSw+2whuM
+S4iLfBbx3DN9aHCNvL1rnkTvn9H7/nOtiaJ5SHBXmtWyYDS/ZptBuzq8L0NaLRfp
+lHoSCwND6HXQNZZi3QGVctthFg24ZJoxZOZrx7cDHIphtf/AHMlYkpIPZMaCuiBa
+Pw0B/m03VBFYgHCyXlKjQ1EKbAHpS3/pNv5EtCnAAWPNGNoiAjQDa5CnUg0nlz3d
+wI+qXBAAM7dUndhvs10/ta/n15Dn6hf89Eojx4SDvPWWAmvtmhd0dDn7kIRDVzVf
+2nqvCHY/6icyLLm3vbwjwgv5
+=nmHp
+-----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-EN-26:15.openssl.asc b/website/static/security/advisories/FreeBSD-EN-26:15.openssl.asc
new file mode 100644
index 0000000000..f3bb91d1b7
--- /dev/null
+++ b/website/static/security/advisories/FreeBSD-EN-26:15.openssl.asc
@@ -0,0 +1,188 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+=============================================================================
+FreeBSD-EN-26:15.openssl                                        Errata Notice
+                                                          The FreeBSD Project
+
+Topic:          Update OpenSSL to 3.0.20 and 3.5.6
+
+Category:       contrib
+Module:         openssl
+Announced:      2026-06-09
+Affects:        All supported versions of FreeBSD.
+Corrected:      2026-04-12 02:15:10 UTC (stable/15, 15.0-STABLE)
+                2026-06-09 19:19:33 UTC (releng/15.0, 15.0-RELEASE-p10)
+                2026-04-13 00:12:11 UTC (stable/14, 14.4-STABLE)
+                2026-06-09 19:18:58 UTC (releng/14.4, 14.4-RELEASE-p6)
+                2026-06-09 19:18:25 UTC (releng/14.3, 14.3-RELEASE-p15)
+CVE Name:       CVE-2026-2673, CVE-2026-28387, CVE-2026-28388,
+                CVE-2026-28389, CVE-2026-31789, CVE-2026-31790
+
+For general information regarding FreeBSD Errata Notices and Security
+Advisories, including descriptions of the fields above, security
+branches, and the following sections, please visit
+<URL:https://security.FreeBSD.org/>.
+
+I.   Background
+
+FreeBSD includes software from the OpenSSL Project.  The OpenSSL Project is a
+collaborative effort to develop a robust, commercial-grade, full-featured
+Open Source toolkit for the Transport Layer Security (TLS) protocol.  It is
+also a general-purpose cryptography library.
+
+II.  Problem Description
+
+The OpenSSL releases included with the affected FreeBSD versions predate
+OpenSSL 3.0.20 (FreeBSD 14) and 3.5.6 (FreeBSD 15).  This update imports the
+current upstream point release on each branch.  The import resolves several
+issues affecting different OpenSSL versions, and therefore different FreeBSD
+versions.  Instead of listing detailed writeups for each issue, please see
+the referenced advisory from OpenSSL.
+
+Issues affecting FreeBSD 15 (OpenSSL 3.5):
+  CVE-2026-2673  - DEFAULT keyword corrupts the key-agreement group list
+  CVE-2026-28387 - Possible use-after-free in DANE client code
+  CVE-2026-28388 - NULL dereference when processing a delta CRL
+  CVE-2026-28389 - NULL dereference processing CMS KeyAgreeRecipientInfo
+  CVE-2026-31789 - Heap buffer overflow in hexadecimal conversion
+  CVE-2026-31790 - NULL dereference processing CMS KeyTransRecipientInfo
+
+Issues affecting FreeBSD 14 (OpenSSL 3.0):
+  CVE-2026-28387 - Possible use-after-free in DANE client code
+  CVE-2026-28388 - NULL dereference when processing a delta CRL
+  CVE-2026-28389 - NULL dereference processing CMS KeyAgreeRecipientInfo
+  CVE-2026-31789 - Heap buffer overflow in hexadecimal conversion
+  CVE-2026-31790 - NULL dereference processing CMS KeyTransRecipientInfo
+
+III. Impact
+
+The issues include missing input validation, NULL pointer dereferences, a
+use-after-free, and a heap buffer overflow.  Impact is generally limited
+to a crash and a Denial of Service.  See the OpenSSL advisory for specific
+details.
+
+IV.  Workaround
+
+No workaround is available.
+
+V.   Solution
+
+Upgrade your system to a supported FreeBSD stable or release / security
+branch (releng) dated after the correction date.  A reboot is required
+following the upgrade to ensure that all applications and kernel code are
+rebuilt with the updated OpenSSL-provided code.
+
+Perform one of the following:
+
+1) To update your system installed from base system packages:
+
+Systems running a 15.0-RELEASE version of FreeBSD on the amd64 or arm64
+platforms, which were installed using base system packages, can be updated
+via the pkg(8) utility:
+
+# pkg upgrade -r FreeBSD-base
+# shutdown -r +10min "Rebooting for an erratum fix"
+
+2) To update your system installed from binary distribution sets:
+
+Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms
+which were not installed using base system packages can be updated via the
+freebsd-update(8) utility:
+
+# freebsd-update fetch
+# freebsd-update install
+# shutdown -r +10min "Rebooting for an erratum fix"
+
+3) To update your system via a source code patch:
+
+The following patches have been verified to apply to the applicable
+FreeBSD release branches.
+
+a) Download the relevant patch from the location below, and verify the
+detached PGP signature using your PGP utility.
+
+[FreeBSD 15.0]
+# fetch https://security.FreeBSD.org/patches/EN-26:15/openssl-15.0.patch
+# fetch https://security.FreeBSD.org/patches/EN-26:15/openssl-15.0.patch.asc
+# gpg --verify openssl-15.0.patch.asc
+
+[FreeBSD 14.4]
+# fetch https://security.FreeBSD.org/patches/EN-26:15/openssl-14.4.patch
+# fetch https://security.FreeBSD.org/patches/EN-26:15/openssl-14.4.patch.asc
+# gpg --verify openssl-14.4.patch.asc
+
+[FreeBSD 14.3]
+# fetch https://security.FreeBSD.org/patches/EN-26:15/openssl-14.3.patch
+# fetch https://security.FreeBSD.org/patches/EN-26:15/openssl-14.3.patch.asc
+# gpg --verify openssl-14.3.patch.asc
+
+b) Apply the patch.  Execute the following commands as root:
+
+# cd /usr/src
+# patch < /path/to/patch
+
+c) Recompile the operating system using buildworld and installworld as
+described in <URL:https://www.FreeBSD.org/handbook/makeworld.html>.
+
+Restart all daemons that use the library, or reboot the system.
+
+VI.  Correction details
+
+This issue is corrected as of the corresponding Git commit hash in the
+following stable and release branches:
+
+Branch/path                             Hash                     Revision
+- -------------------------------------------------------------------------
+stable/15/                              51a80be04fe6    stable/15-n282933
+releng/15.0/                            0f6e90c4cc4f  releng/15.0-n281050
+stable/14/                              27ac9d336f71    stable/14-n273945
+releng/14.4/                            1bfe60bae8b8  releng/14.4-n273712
+releng/14.3/                            d95a8c20f3bc  releng/14.3-n271512
+- -------------------------------------------------------------------------
+
+Run the following command to see which files were modified by a
+particular commit:
+
+# git show --stat <commit hash>
+
+Or visit the following URL, replacing NNNNNN with the hash:
+
+<URL:https://cgit.freebsd.org/src/commit/?id=NNNNNN>
+
+To determine the commit count in a working tree (for comparison against
+nNNNNNN in the table above), run:
+
+# git rev-list --count --first-parent HEAD
+
+VII. References
+
+<XX confirm the OpenSSL advisory URL/date before release>
+<URL:https://openssl-library.org/news/secadv/20260407.txt>
+
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-2673>
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-28387>
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-28388>
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-28389>
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-31789>
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-31790>
+
+The latest revision of this advisory is available at
+<URL:https://security.FreeBSD.org/advisories/FreeBSD-EN-26:15.openssl.asc>
+-----BEGIN PGP SIGNATURE-----
+
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiTUbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv7GgP/Rlmd7bwJWjqt05Rdw+u
+QEJnicVJ4PaoXKlDOxyZ5e8N24tV2MImhgxb1lIS0EluYSVYw8dN0jMymgAK0qxJ
+W0UfgE05tOvEncUmAM62Rm+aQCljP9xu65CNcYkP4JJ3Rx+ebPugi6hbXwH4jlgG
+PIL1E0WJrOQhC/ZhJ79kU4yRTy5Lo1CRNQ54z+84nV81xWiKDrHoGlFzcr491xZv
+E+MysddGPq8o/YhuAR0aG/dokUbNsdBpak0zzXTAPQxCHO/MmnTRg3I+iWIhyTkp
+y+vq10xqZaZVOmumlsn6hbyDTcCyWP6uFwvk2KS0xLW1JU+PjYPmo9yJF64HD0ic
+IWEW2GQ1wCk0N/JKoUZIkW+Xnz2dOZtpYm05hgJyqaNcyUqZ1rHUpE2nTkgUlGMk
+NX+kroBqwqEy/+UZUa6b2B5sWDw/sOe7q08moso8ayXgM3/cvVpxh7x0o2SUC0jq
+IZd7y5HvvNqVnhAapSFFiQQ2LZNohcR5z8QSLf+ksr20nh+4841dSEry6s9iZxMD
+EMtx2JmFfLhsEOAyG4EoKHJnSIIcpDScqhT1xBpZLzceiOhKRWR34/TBcnkku+aR
+/zehcFDZjHFkmh1ZSrzzFSLB6Ph1VUjT32jhetfcjCeYgY8J0AmCJb6HZVVNLTRl
+Av4Oox3d6umxDz3LWggvJqNU
+=jdTF
+-----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:25.thr.asc b/website/static/security/advisories/FreeBSD-SA-26:25.thr.asc
new file mode 100644
index 0000000000..95dd443d22
--- /dev/null
+++ b/website/static/security/advisories/FreeBSD-SA-26:25.thr.asc
@@ -0,0 +1,163 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+=============================================================================
+FreeBSD-SA-26:25.thr                                        Security Advisory
+                                                          The FreeBSD Project
+
+Topic:          Missing permission check in thr_kill2(2)
+
+Category:       core
+Module:         thr
+Announced:      2026-06-09
+Credits:        Yuxiang Yang, Yizhou Zhao, Ao Wang, Xuewei Feng, Qi Li,
+                and Ke Xu from Tsinghua University using GLM-5.1 from Z.ai
+Credits:        Igor Gabriel Sousa e Souza
+Affects:        All supported versions of FreeBSD
+Corrected:      2026-06-09 19:17:27 UTC (stable/15, 15.1-STABLE)
+                2026-06-09 19:20:05 UTC (releng/15.1, 15.1-RC3-p1)
+                2026-06-09 19:19:42 UTC (releng/15.0, 15.0-RELEASE-p10)
+                2026-06-09 19:17:45 UTC (stable/14, 14.4-STABLE)
+                2026-06-09 19:19:04 UTC (releng/14.4, 14.4-RELEASE-p6)
+                2026-06-09 19:18:34 UTC (releng/14.3, 14.3-RELEASE-p15)
+CVE Name:       CVE-2026-45256
+
+This vulnerability was independently reported by multiple parties prior to
+publication.
+
+For general information regarding FreeBSD Security Advisories,
+including descriptions of the fields above, security branches, and the
+following sections, please visit <URL:https://security.FreeBSD.org/>.
+
+I.   Background
+
+The thr_kill2(2) system call delivers a signal to a specific thread of a
+process identified by its process and thread IDs.  As with kill(2), the
+kernel verifies that the calling process is permitted to signal the target
+before the signal is delivered.
+
+II.  Problem Description
+
+When used to deliver a signal to a specific thread, thr_kill2(2) called
+p_cansignal() to determine whether the operation was permitted but did not
+check the result before delivering the signal.  The signal was sent even
+when the permission check failed.  The system call returned the resulting
+error to the caller, but by then the signal had already been delivered.
+
+III. Impact
+
+The missing check allows an unprivileged local user who knows or can guess a
+target's process and thread IDs to send any signal to a process they would
+not normally be permitted to signal, including processes owned by other
+users or by root.  The same check enforces jail boundaries, so a jailed
+process can signal processes on the host or in other jails.  Thread IDs are
+allocated globally and sequentially, and so can be discovered by brute force
+with no visibility into the target.
+
+An attacker can stop or terminate arbitrary processes, including critical
+system daemons, resulting in a Denial of Service (DoS).
+
+IV.  Workaround
+
+No workaround is available.
+
+V.   Solution
+
+Upgrade your vulnerable system to a supported FreeBSD stable or
+release / security branch (releng) dated after the correction date, and
+reboot the system.
+
+Perform one of the following:
+
+1) To update your vulnerable system installed from base system packages:
+
+Systems running a 15.0-RELEASE version of FreeBSD on the amd64 or arm64
+platforms, which were installed using base system packages, can be updated
+via the pkg(8) utility:
+
+# pkg upgrade -r FreeBSD-base
+# shutdown -r +10min "Rebooting for a security update"
+
+2) To update your vulnerable system installed from binary distribution sets:
+
+Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms
+which were not installed using base system packages can be updated via the
+freebsd-update(8) utility:
+
+# freebsd-update fetch
+# freebsd-update install
+# shutdown -r +10min "Rebooting for a security update"
+
+3) To update your vulnerable system via a source code patch:
+
+The following patches have been verified to apply to the applicable
+FreeBSD release branches.
+
+a) Download the relevant patch from the location below, and verify the
+detached PGP signature using your PGP utility.
+
+# fetch https://security.FreeBSD.org/patches/SA-26:25/thr.patch
+# fetch https://security.FreeBSD.org/patches/SA-26:25/thr.patch.asc
+# gpg --verify thr.patch.asc
+
+b) Apply the patch.  Execute the following commands as root:
+
+# cd /usr/src
+# patch < /path/to/patch
+
+c) Recompile your kernel as described in
+<URL:https://www.FreeBSD.org/handbook/kernelconfig.html> and reboot the
+system.
+
+VI.  Correction details
+
+This issue is corrected as of the corresponding Git commit hash in the
+following stable and release branches:
+
+Branch/path                             Hash                     Revision
+- -------------------------------------------------------------------------
+stable/15/                              afa0c67a1ba3    stable/15-n283881
+releng/15.1/                            068168fefd4b  releng/15.1-n283549
+releng/15.0/                            6f6c7b996719  releng/15.0-n281051
+stable/14/                              72ad7baa99c7    stable/14-n274310
+releng/14.4/                            31f6086db8fe  releng/14.4-n273713
+releng/14.3/                            fa5581c379fe  releng/14.3-n271513
+- -------------------------------------------------------------------------
+
+Run the following command to see which files were modified by a
+particular commit:
+
+# git show --stat <commit hash>
+
+Or visit the following URL, replacing NNNNNN with the hash:
+
+<URL:https://cgit.freebsd.org/src/commit/?id=NNNNNN>
+
+To determine the commit count in a working tree (for comparison against
+nNNNNNN in the table above), run:
+
+# git rev-list --count --first-parent HEAD
+
+VII. References
+
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-45256>
+
+The latest revision of this advisory is available at
+<URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-26:25.thr.asc>
+-----BEGIN PGP SIGNATURE-----
+
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiUobFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrvHNUQAMEmYLwDsVIj73SAnWE4
+PN3KAVFvybeK4R4xYPiwPDtOrdV6HEb4G9O9VgZAomMzE9U7OIZVbXSjKdnEc4Ud
+/54Kg0VlURUCUxncndeBVnT56IzXf9uuT1HuAcSoyN2dDZedAGFbtIrg2YJvPyWL
+oOe1TyRrj03sP8VnznCZZsPYIqUb7UopdFHaVv2qONdlC0OSnODWiqeRJ8Z38tCd
+918AbxTarEKwv5Qx8kV2mvvXIAaK1f6K7l2KqFGdp8HCf5C/plBd7vv6SEVvQhDj
+8D6c1Syc/rUTkn6bmeLFinaPxK7OB1oS/Z+7DwJrjlusAhSKbBFcesE2hHYzxEhP
+8rmevDJPMNZbouvuC4aJeDSKvGd5eUL+5Rt/EIijBsrlzZv1g/glllbTc/7+g3um
+aGP9c4BCDUJVjWxui5ACqR9pe2LWQwDtA7YbukXZqkH0M2OroxLRWWCyOLrAlela
+Eilf64XI6KliSMR+rAL6dmPLxFXVMpJXRKxJmUK3FXDi+Vm0bGaeRwCz49Ts+6XV
+oU7MRQG/F1w+lZRkS2XQ6YJTv4DBiDAofl7i0Rcjlq1JbWxBjpF8ArZX5VqSSi1y
+bOkum8QekuU/sbBIij7JyiEPx2r0ICm/pGXDYnxYuwd0+48orpu9uB6M0gKYEe6D
+mYgtjqeBtUCJwPKOzr36faXQ
+=rFeT
+-----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:26.ktls.asc b/website/static/security/advisories/FreeBSD-SA-26:26.ktls.asc
new file mode 100644
index 0000000000..65c2adcd14
--- /dev/null
+++ b/website/static/security/advisories/FreeBSD-SA-26:26.ktls.asc
@@ -0,0 +1,161 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+=============================================================================
+FreeBSD-SA-26:26.ktls                                       Security Advisory
+                                                          The FreeBSD Project
+
+Topic:          Arbitrary file overwrite via the KTLS receive path
+
+Category:       core
+Module:         ktls
+Announced:      2026-06-09
+Credits:        Bumsrakete
+Affects:        All supported versions of FreeBSD
+Corrected:      2026-06-09 19:17:28 UTC (stable/15, 15.1-STABLE)
+                2026-06-09 19:20:06 UTC (releng/15.1, 15.1-RC3-p1)
+                2026-06-09 19:19:43 UTC (releng/15.0, 15.0-RELEASE-p10)
+                2026-06-09 19:17:46 UTC (stable/14, 14.4-STABLE)
+                2026-06-09 19:19:05 UTC (releng/14.4, 14.4-RELEASE-p6)
+                2026-06-09 19:18:35 UTC (releng/14.3, 14.3-RELEASE-p15)
+CVE Name:       CVE-2026-45257
+
+For general information regarding FreeBSD Security Advisories,
+including descriptions of the fields above, security branches, and the
+following sections, please visit <URL:https://security.FreeBSD.org/>.
+
+I.   Background
+
+Kernel TLS (KTLS) moves Transport Layer Security (TLS) record processing
+into the kernel, allowing applications to encrypt and decrypt socket data
+without copying it to and from userspace and to serve TLS data with
+sendfile(2).  When a connection uses software KTLS on the receive path,
+the kernel decrypts each incoming TLS record in place within the socket
+buffer.
+
+II.  Problem Description
+
+The KTLS receive path decrypted each record in place, assuming that the
+mbufs holding received data were anonymous and safe to modify.  This
+assumption does not hold for data placed on a socket by sendfile(2),
+which can reference file-backed memory directly through non-anonymous
+M_EXTPG pages or EXT_SFBUF mbufs.  When the sender transmits such data
+over a loopback connection without enabling KTLS on the transmit side,
+the file-backed mbufs reach the receiver's decryption path unchanged.
+Decrypting a record in place then overwrites the backing file's page
+cache instead of a private copy of the data.
+
+III. Impact
+
+An unprivileged local user who can read a file can overwrite its
+contents with data of their choosing by sending the file over a loopback
+connection on which they have enabled KTLS receive.  The write modifies
+the page cache directly, so it bypasses file flags such as schg and is
+written back to disk.  By overwriting a setuid binary or other trusted
+file, a local user can escalate privileges, potentially gaining full
+control of the affected system.
+
+IV.  Workaround
+
+No workaround is available.
+
+V.   Solution
+
+Upgrade your vulnerable system to a supported FreeBSD stable or
+release / security branch (releng) dated after the correction date,
+and reboot the system.
+
+Perform one of the following:
+
+1) To update your vulnerable system installed from base system packages:
+
+Systems running a 15.0-RELEASE version of FreeBSD on the amd64 or arm64
+platforms, which were installed using base system packages, can be updated
+via the pkg(8) utility:
+
+# pkg upgrade -r FreeBSD-base
+# shutdown -r +10min "Rebooting for a security update"
+
+2) To update your vulnerable system installed from binary distribution sets:
+
+Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms
+which were not installed using base system packages can be updated via the
+freebsd-update(8) utility:
+
+# freebsd-update fetch
+# freebsd-update install
+# shutdown -r +10min "Rebooting for a security update"
+
+3) To update your vulnerable system via a source code patch:
+
+The following patches have been verified to apply to the applicable
+FreeBSD release branches.
+
+a) Download the relevant patch from the location below, and verify the
+detached PGP signature using your PGP utility.
+
+# fetch https://security.FreeBSD.org/patches/SA-26:26/ktls.patch
+# fetch https://security.FreeBSD.org/patches/SA-26:26/ktls.patch.asc
+# gpg --verify ktls.patch.asc
+
+b) Apply the patch.  Execute the following commands as root:
+
+# cd /usr/src
+# patch < /path/to/patch
+
+c) Recompile your kernel as described in
+<URL:https://www.FreeBSD.org/handbook/kernelconfig.html> and reboot the
+system.
+
+VI.  Correction details
+
+This issue is corrected as of the corresponding Git commit hash in the
+following stable and release branches:
+
+Branch/path                             Hash                     Revision
+- -------------------------------------------------------------------------
+stable/15/                              a51345704403    stable/15-n283882
+releng/15.1/                            48c1c5e3c348  releng/15.1-n283550
+releng/15.0/                            540a315cdb46  releng/15.0-n281052
+stable/14/                              333bdd7e9427    stable/14-n274311
+releng/14.4/                            d43259dd66b3  releng/14.4-n273714
+releng/14.3/                            af3398862ac0  releng/14.3-n271514
+- -------------------------------------------------------------------------
+
+Run the following command to see which files were modified by a
+particular commit:
+
+# git show --stat <commit hash>
+
+Or visit the following URL, replacing NNNNNN with the hash:
+
+<URL:https://cgit.freebsd.org/src/commit/?id=NNNNNN>
+
+To determine the commit count in a working tree (for comparison against
+nNNNNNN in the table above), run:
+
+# git rev-list --count --first-parent HEAD
+
+VII. References
+
+<URL:https://www.cve.org/CVERecord?id=CVE-2026-45257>
+
+The latest revision of this advisory is available at
+<URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-26:26.ktls.asc>
+-----BEGIN PGP SIGNATURE-----
+
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiUwbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv6hQP/3x8lGHZpLeT8PjB5NMF
+xCfwzKQlu5vlkOqSv+9uEGsh3FQa9gHE/68SwZYa01waeFbTSKpBvrf1X4kRKGnE
+r3z8DSAPnVqSRzp4k0PNTxPLtF09FfWiMEBA+PIedL91WkG24gQ63k3fORVjkSvs
+a/uY1DQnmypV2mdV/S/hWmrtVCmi5itZKsVedZFoZHZ04GKwIObMoqXgtbUxdfhJ
+XvjSCqGgvpsUPVpE72nKYAbbL81w344tNOGtjoC07utitkLoHtMlYqMTfXCv0dY7
+Oo3RZ408afAl1CalUdZ64KXJWqjCZt3FWxtn4ugZkewLc3cDyO5Y2ZUDMAb71P/V
+Sdq6+GRIC5wMOmd2C2Wb4C72FODhh4o4+n/E7qeIojT5jozWNFAFN0ugzNcqzuM9
+b8ekwLWK9MbtjZWF1A0OhsLqQoYuBcwX4RymVJCfpEnlPEDwaf0fv/Sx/OyU9MBx
+zbT/Thqa9cB++4U6Obodcj55mXM9p23b9OpEnSD5FKlhxXPxCYW5gc2mK4k+yoKd
+5ZCzzcdzbMoNgqyHnvrBgFGMsPggXJxaidsRFtVSb9E1GWQUweyN9hR10Gr8wX5j
+QL18EHe3Lcgg2Z+mi8NQ8lrqPoGpTIjZ8enEYHLrILe/p8JMjNU5fe+YqQTE0tyD
+pWQqqx8AYbHJsnCDELTeqt96
+=lD4w
+-----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:27.sound.asc b/website/static/security/advisories/FreeBSD-SA-26:27.sound.asc
new file mode 100644
index 0000000000..14595411b0
--- /dev/null
+++ b/website/static/security/advisories/FreeBSD-SA-26:27.sound.asc
@@ -0,0 +1,186 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+=============================================================================
+FreeBSD-SA-26:27.sound                                      Security Advisory
+                                                          The FreeBSD Project
+
+Topic:          Multiple vulnerabilities in the sound(4) mmap path
+
+Category:       core
+Module:         sound
+Announced:      2026-06-09
+Credits:        Lexpl0it, 75Acol, ch0wn, zer0duck (CVE-2026-45258)
+Credits:        Emmanuel Genier from Quarkslab (CVE-2026-45258)
+Credits:        Hazley Samsudin of GovTech CSG (CVE-2026-45258)
+Credits:        Lexpl0it, 75Acol, Liyw979, Rob1n (CVE-2026-49417)
+Affects:        All supported versions of FreeBSD.
+Corrected:      2026-06-09 19:17:31 UTC (stable/15, 15.1-STABLE)
+                2026-06-09 19:20:08 UTC (releng/15.1, 15.1-RC3-p1)
+                2026-06-09 19:19:45 UTC (releng/15.0, 15.0-RELEASE-p10)
+                2026-06-09 19:17:48 UTC (stable/14, 14.4-STABLE)
+                2026-06-09 19:19:07 UTC (releng/14.4, 14.4-RELEASE-p6)
+                2026-06-09 19:18:37 UTC (releng/14.3, 14.3-RELEASE-p15)
+CVE Name:       CVE-2026-45258, CVE-2026-49417
+
+CVE-2026-45258 was independently reported by multiple parties prior to
+publication.
+
+For general information regarding FreeBSD Security Advisories,
+including descriptions of the fields above, security branches, and the
+following sections, please visit <URL:https://security.FreeBSD.org/>.
+
+I.   Background
+
+FreeBSD provides audio support through the sound(4) driver, which presents
+each audio device as a set of character device nodes such as /dev/dsp.
+Applications can use mmap(2) on these devices to map a channel's audio
+buffer directly into their address space.
+
+II.  Problem Description
+
+The sound(4) driver contained two memory-safety errors in its mmap(2)
+support.
+
+First, dsp_mmap_single() validated the requested mapping by checking the
+sum of the user-supplied offset and length against the buffer size.  This
+addition could overflow, so that a large offset and length wrapped around
+and passed the check.  The offset was then narrowed from 64 to 32 bits when
+converted to a buffer address, yielding a mapping that extended past the
+audio buffer into unrelated kernel memory.  (CVE-2026-45258)
+
+Second, the audio buffer backing a mapping could be freed when the device
+was closed even though the mapping remained valid.  The freed memory could
+then be reused elsewhere while still accessible through the stale mapping.
+(CVE-2026-49417)
+
+III. Impact
+
+The /dev/dsp device nodes are world-accessible by default.  On a system
+with an audio device, either issue allows an unprivileged local user to
+read and write kernel memory, which can be used to escalate privileges,
+potentially gaining full control of the affected system.  At a minimum, an
+attacker can crash the kernel, resulting in a Denial of Service (DoS).
+
+IV.  Workaround
+
+No workaround is available.  Systems with no sound devices are unaffected.
+
+V.   Solution
+
+Upgrade your vulnerable system to a supported FreeBSD stable or
+release / security branch (releng) dated after the correction date,
+and reboot the system.
+
+Perform one of the following:
+
+1) To update your vulnerable system installed from base system packages:
+
+Systems running a 15.0-RELEASE version of FreeBSD on the amd64 or arm64
+platforms, which were installed using base system packages, can be updated
+via the pkg(8) utility:
+
+# pkg upgrade -r FreeBSD-base
+# shutdown -r +10min "Rebooting for a security update"
+
+2) To update your vulnerable system installed from binary distribution sets:
+
+Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms
+which were not installed using base system packages can be updated via the
+freebsd-update(8) utility:
+
+# freebsd-update fetch
+# freebsd-update install
+# shutdown -r +10min "Rebooting for a security update"
+
+3) To update your vulnerable system via a source code patch:
+
+The following patches have been verified to apply to the applicable
+FreeBSD release branches.
+
+a) Download the relevant patch from the location below, and verify the
+detached PGP signature using your PGP utility.
+
+[FreeBSD 15.1]
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-15.1.patch
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-15.1.patch.asc
+# gpg --verify sound-15.1.patch.asc
+
+[FreeBSD 15.0]
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-15.0.patch
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-15.0.patch.asc
+# gpg --verify sound-15.0.patch.asc
+
+[FreeBSD 14.4]
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-14.4.patch
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-14.4.patch.asc
+# gpg --verify sound-14.4.patch.asc
+
+[FreeBSD 14.3]
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-14.3.patch
+# fetch https://security.FreeBSD.org/patches/SA-26:27/sound-14.3.patch.asc
+# gpg --verify sound-14.3.patch.asc
+
+b) Apply the patch.  Execute the following commands as root:
+
+# cd /usr/src
+# patch < /path/to/patch
+
*** 1859077 LINES SKIPPED ***

From nobody Tue Jun  9 22:46:48 2026
X-Original-To: dev-commits-doc-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 4gZkYT3KFzz6gn2b
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Tue, 09 Jun 2026 22:46:53 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZkYT36Tjz3K51
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 22:46:53 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1781045213;
	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=bIhg6Mksd05I8TjEYvhT6+O4SHlsK/umCjJkfuJcOqI=;
	b=ILUOtBbFH6lYWl9P4asFLpHa0CTPAx99YQ6R+VYp8YbnKtCZNPQSkAM6LuXM6//dXO/1JB
	8mEt7eKgVlV0p8Y7sLVzoEjikej0GfEc36eP6dfAyOO/y3RZGgM3La1aj2kCTT7AoVRb/S
	O+dhebjLqSwiGcMKYaLA4PlzPniVvtSNh77Ubph1apgWJk//L3tUvUBjApPVhxMww9xleI
	UlKjY/pS/ExtiL0N3m3I8Lle1O1TFgX9AkTK8CG84C3csgB9hqdrru2qXfv7q2hR8bhJF9
	UwCI4Z8s4HNF89WWSOG0FEWuhXcKGBk2V8Jo1zYDhR4GKKHwLRolbhIQgh+1ww==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781045213; a=rsa-sha256; cv=none;
	b=p/vUgJHA1UmYA5xCADuWrj1bebYw5bIjElNudqlwCkz+6j2rVeNd5Dci56Kwno2aEy286m
	N9tB2CbJ6x7ctW+tsYKYRDUClT/sxdTnYY1c1criyzZWu73CuLw52pFwR/+05Ie4CSgou8
	Vi7kwI4cNCmGpk24byC9ExGZCBfZwMQkeQ4yGyJtX/5fcw2Pe+MqmcJZqv4L1QIVXcM6jY
	CCV53UiKGKECNudQj4WHVFGsJxOeNBbg1wVOjpTjGdmFuPb+dr7qDN+XtHVwWnpUo6eC0v
	cR7+mDgooT625nRfPSdJLDPGsEiGnYMXERGSsVFoQjUlXMEdBbrVcgjb+otvIQ==
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=1781045213;
	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=bIhg6Mksd05I8TjEYvhT6+O4SHlsK/umCjJkfuJcOqI=;
	b=asYd/QFTIgdNbtbYDLIjChl4XjCBclva4WQvDo/Her0b3AhU0fYGycgLqjCs9/NGjDB4C2
	QbDkJiXRvKMmQa9u9QEhLLDbpjffxXvLK6hqgUGHHjlcjjtHvwsbsvFdMoN3fIIXYGk1Lt
	M9Ky8aV5aKloPvbH09aE9ziR4oA1wBI1Vr+O5eqvCQIt7ftJMs3G5fWITsBpTjQrU2215x
	hCFvGpGtBJ6L8V1F5bYwxNmMPoBVssfWs2Yr9+KS8oFKW+NPTHcTxxjzTUetyV1TKlC3Xc
	smrEua+eyr4O5XRIdS/UUifiVNB4fZwM/1xOwF3YU3W9E+f3+OAQvtLPkMD1yw==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZkYT2f2gzvZ7
	for <dev-commits-doc-all@FreeBSD.org>; Tue, 09 Jun 2026 22:46:53 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 33172
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Tue, 09 Jun 2026 22:46:48 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Gordon Tetlow <gordon@FreeBSD.org>
Subject: git: c0a266356b - main - website: Clean up template text that snuck in.
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: gordon
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: c0a266356be1604b54864484e7b1ab74f7842fbb
Auto-Submitted: auto-generated
Date: Tue, 09 Jun 2026 22:46:48 +0000
Message-Id: <6a2897d8.33172.1626687b@gitrepo.freebsd.org>

The branch main has been updated by gordon:

URL: https://cgit.FreeBSD.org/doc/commit/?id=c0a266356be1604b54864484e7b1ab74f7842fbb

commit c0a266356be1604b54864484e7b1ab74f7842fbb
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2026-06-09 22:46:10 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2026-06-09 22:46:10 +0000

    website: Clean up template text that snuck in.
    
    Pointy-hat:     gordon
    Approved by:    so
---
 .../advisories/FreeBSD-EN-26:15.openssl.asc        | 29 ++++++------
 .../advisories/FreeBSD-SA-26:28.capsicum.asc       | 55 +++++++---------------
 .../advisories/FreeBSD-SA-26:29.ip6_multicast.asc  | 30 ++++++------
 .../security/advisories/FreeBSD-SA-26:30.linux.asc | 30 ++++++------
 .../security/advisories/FreeBSD-SA-26:32.elf.asc   | 30 ++++++------
 .../advisories/FreeBSD-SA-26:35.openssl.asc        | 30 ++++++------
 6 files changed, 87 insertions(+), 117 deletions(-)

diff --git a/website/static/security/advisories/FreeBSD-EN-26:15.openssl.asc b/website/static/security/advisories/FreeBSD-EN-26:15.openssl.asc
index f3bb91d1b7..5ab0b57512 100644
--- a/website/static/security/advisories/FreeBSD-EN-26:15.openssl.asc
+++ b/website/static/security/advisories/FreeBSD-EN-26:15.openssl.asc
@@ -157,7 +157,6 @@ nNNNNNN in the table above), run:
 
 VII. References
 
-<XX confirm the OpenSSL advisory URL/date before release>
 <URL:https://openssl-library.org/news/secadv/20260407.txt>
 
 <URL:https://www.cve.org/CVERecord?id=CVE-2026-2673>
@@ -171,18 +170,18 @@ The latest revision of this advisory is available at
 <URL:https://security.FreeBSD.org/advisories/FreeBSD-EN-26:15.openssl.asc>
 -----BEGIN PGP SIGNATURE-----
 
-iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiTUbFIAAAAAABAAO
-bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv7GgP/Rlmd7bwJWjqt05Rdw+u
-QEJnicVJ4PaoXKlDOxyZ5e8N24tV2MImhgxb1lIS0EluYSVYw8dN0jMymgAK0qxJ
-W0UfgE05tOvEncUmAM62Rm+aQCljP9xu65CNcYkP4JJ3Rx+ebPugi6hbXwH4jlgG
-PIL1E0WJrOQhC/ZhJ79kU4yRTy5Lo1CRNQ54z+84nV81xWiKDrHoGlFzcr491xZv
-E+MysddGPq8o/YhuAR0aG/dokUbNsdBpak0zzXTAPQxCHO/MmnTRg3I+iWIhyTkp
-y+vq10xqZaZVOmumlsn6hbyDTcCyWP6uFwvk2KS0xLW1JU+PjYPmo9yJF64HD0ic
-IWEW2GQ1wCk0N/JKoUZIkW+Xnz2dOZtpYm05hgJyqaNcyUqZ1rHUpE2nTkgUlGMk
-NX+kroBqwqEy/+UZUa6b2B5sWDw/sOe7q08moso8ayXgM3/cvVpxh7x0o2SUC0jq
-IZd7y5HvvNqVnhAapSFFiQQ2LZNohcR5z8QSLf+ksr20nh+4841dSEry6s9iZxMD
-EMtx2JmFfLhsEOAyG4EoKHJnSIIcpDScqhT1xBpZLzceiOhKRWR34/TBcnkku+aR
-/zehcFDZjHFkmh1ZSrzzFSLB6Ph1VUjT32jhetfcjCeYgY8J0AmCJb6HZVVNLTRl
-Av4Oox3d6umxDz3LWggvJqNU
-=jdTF
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmoolw4bFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv5ewP/3XwoJ809Y0eVU/MrvNM
+VujyPzQFeMYHg9Od8AYqCfL9AsJaPPnI9sDLHLTIlwfC34ahC8xksEhfpKAoVn/9
+kSgKG8Evmb2xOxxz9mnH3cj/4IuyfvDoA7bWLI1yjdjXdm7rP9dE+nI0xktm1aeX
+TkMHrpTzeR0F/M1fehjuUuYKdHzINvorKFA49fZm3GvDWogLPWGzU2fLhpHwGa8Z
+D7Maxi9U+cuv5zlw6GxKHvPTJTwzLy7F9GejFEq+25YFdhvyKe7ZB8J33ttz1nlc
+Ee8z/QkJM/O8/YrvX2i4ZqFmSjgOPbOrbSOiLo13Yusj1TQn/wmsuymP4Vjxf7xM
+7ERML9TW1yti0ZCxriwcWUNSt7agPqP18Gjo2las1v8EVuGZ3PB/EhMmP+s0RPtd
+ZhVSK7UVJiX0zrIhE5bse+2A67l71rDNLKh7pt7P2FFID2yKLDBgUjMoUbNODsvO
+rOeZ09ndMQT24yrkjYM7uKHqmicQs/uBJzXItEr8NU5psKe4gIAfzrWDSl6Lg53y
+yJPtEitkcGPHRwDV4fdCcauri2fiw1S8yWH6DXl/CLviAApE9w7NRpD181g0eo5E
+QkRHy/rge2A9vK00KGpZsm7HPeIggdob3iK9TkYg3N+tZhBRfh7WtnQR7ZN7iMpv
+J6mK8Rm9NoDASI4IXgdRR5gs
+=Ocgt
 -----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:28.capsicum.asc b/website/static/security/advisories/FreeBSD-SA-26:28.capsicum.asc
index 6c374b1c3b..5479bdfadb 100644
--- a/website/static/security/advisories/FreeBSD-SA-26:28.capsicum.asc
+++ b/website/static/security/advisories/FreeBSD-SA-26:28.capsicum.asc
@@ -72,7 +72,7 @@ platforms, which were installed using base system packages, can be updated
 via the pkg(8) utility:
 
 # pkg upgrade -r FreeBSD-base
-# shutdown -r +10min "Rebooting for a security update" <XX if required>
+# shutdown -r +10min "Rebooting for a security update"
 
 2) To update your vulnerable system installed from binary distribution sets:
 
@@ -82,7 +82,7 @@ freebsd-update(8) utility:
 
 # freebsd-update fetch
 # freebsd-update install
-# shutdown -r +10min "Rebooting for a security update" <XX if required>
+# shutdown -r +10min "Rebooting for a security update"
 
 3) To update your vulnerable system via a source code patch:
 
@@ -112,27 +112,6 @@ b) Apply the patch.  Execute the following commands as root:
 # cd /usr/src
 # patch < /path/to/patch
 
-<XX for a userland utility:>
-
-c) Recompile the operating system using buildworld and installworld as
-described in <URL:https://www.FreeBSD.org/handbook/makeworld.html>.
-
-<XX for a daemons>
-
-c) Recompile the operating system using buildworld and installworld as
-described in <URL:https://www.FreeBSD.org/handbook/makeworld.html>.
-
-Restart the applicable daemons, or reboot the system.
-
-<XX for a common library>
-
-c) Recompile the operating system using buildworld and installworld as
-described in <URL:https://www.FreeBSD.org/handbook/makeworld.html>.
-
-Restart all daemons that use the library, or reboot the system.
-
-<XX for a kernel vulnerability:>
-
 c) Recompile your kernel as described in
 <URL:https://www.FreeBSD.org/handbook/kernelconfig.html> and reboot the
 system.
@@ -168,26 +147,24 @@ nNNNNNN in the table above), run:
 
 VII. References
 
-<XX other info on vulnerability>
-
 <URL:https://www.cve.org/CVERecord?id=CVE-2026-45259>
 
 The latest revision of this advisory is available at
 <URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-26:28.capsicum.asc>
 -----BEGIN PGP SIGNATURE-----
 
-iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiVUbFIAAAAAABAAO
-bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv4bQP/RpYAfFW142SRvxSSRWP
-505S6F5yIGc3T2xsH1Y6x7wunEjN0FaNGw5WVi/ehyP74+G7d818tuDfs+qCS3Mc
-jtS/OpyZuZ2ZhqoP5iEPBH1JfiQdEDKClg9voMd7JOoorXM6blQmb1sLUdG8hM1+
-x8oedLmEnXn+8iej2qLF5i89qu2k9L3Aoh6gMCPjslDnfj8NvomMXfOO1eET9V06
-VswHU/psB7PVz3SKmfvtPIUaLHo7SnnISnoOIwEElwObTsbPokjOk+TORLBFVEB/
-EiBcaapsgcO4lsXk3nq+jwa9nMj+lUk09Ec454/m/98W2OlJCKf4nf1JzUQFnT53
-ONMhejUntzI2XQ61+h/z7nMIHhFbEdiCEuLzaoM7vPJwbne3/hNFaEtJ5LLtd76u
-cZI8SnMFQzRj5ltjbyh0ITb0jkEdXe6QXOlhtY05lm42KjkI1aoTcSOyr6weSYNs
-CtVLbIVPKEX2PAufbUGZ6sxmv0/Vyg+JSsaChLld47l8En2v+tFqKRw8gFvTzN3J
-sO21ZSEgTTNBe2Qn0nx63ttvz/8F++mrPtRcY2idkgiSVJVb6zh//g8kpTT8OPgP
-z8lPuaF6kcQG+mL8lHYv0kTY5WQ8mc4oDHfVSj107d2aa7fO0vCRKiqv08+AWw5m
-7sLyEwRuA8hJEX3rl3Z38Z/z
-=gZCX
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmoolxAbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv9xQQALSpP1xklc9UjGzlSpTo
+2owWykX02TVDqd7a57jEFpak6F9sJ1B83jrkEQVIGjBGQpTIWYt/C34QEzeo502F
++dqfqXr32MyudPDq+lsWB7HhafG/gktTDpibJrQkqPDdTc+TwzzhoHxGAdckAMsr
+vCqnUF6UmtmTzQEyoQBqPGPWbVnyVboOQ0ZvKouMZdMBVlC7IvWPDlbpMEOLePTE
+NPHeuxFYbFHMUkOLq97Dhg4XTqdIG0t3n/0jA1kjCDvJWDbXpR1bPy1USTNxHO35
+xjeZshL2IWXDJSxLFBNE+cNFwg4dyp5vXcQXh3HtyMC9PMPMyIbJT7zQluV3CVI7
+9gC6MMH7QiLssj5hJqMSXccrNzkag6Alu9ET5A/NtoGjyogbXmIPsQ9hLAqf/c9v
+5m4O86dlHBL/JsGcPqsGw3+gucqgso2gy4yQ8h1GqGwNGv440TMAHRz5eAu+qOZq
+tDxo3OqK3HIEoChiQaRZp5bc/p0L1Rfka10J0HmIxB2KkdHEjdMn5SBsEYRsIv5v
+Sp34rl0cLm0oHraIQ0jNVTwZetrxl4CMIAexHYO1hJ+jZDRdBQ5CC7S83+t2Tbnu
+JgRsm6A+1TZfWsaflIx9ga42DEndXgqpmdrtjIFoO1zNQjrvcd3sqJH6GTMNdywg
+2woyv6Bb/bwINWDE7EhicoJl
+=WJPW
 -----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:29.ip6_multicast.asc b/website/static/security/advisories/FreeBSD-SA-26:29.ip6_multicast.asc
index 0b94ee40e8..35cfb1e197 100644
--- a/website/static/security/advisories/FreeBSD-SA-26:29.ip6_multicast.asc
+++ b/website/static/security/advisories/FreeBSD-SA-26:29.ip6_multicast.asc
@@ -141,26 +141,24 @@ nNNNNNN in the table above), run:
 
 VII. References
 
-<XX other info on vulnerability>
-
 <URL:https://www.cve.org/CVERecord?id=CVE-2026-49412>
 
 The latest revision of this advisory is available at
 <URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-26:29.ip6_multicast.asc>
 -----BEGIN PGP SIGNATURE-----
 
-iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiVobFIAAAAAABAAO
-bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrvzggP/ipDAfSQ5xRpZGeiUPi1
-9/cC+tIvnbGLcq+KY99kB6bRKw4QZoWuvHs1Eiq5cQ5ayTDYdTOGjkH8VsOIVdTH
-yiahtW+zpd4VRIDZqF4aZu0mH3U+FZ0bOwcooCwLVQ8Z4vn8De4hc002Vub52O0B
-xiFNuNdjV5G6exX1M5z/pPpJ8CCuE3iHh3B4fVg3/dnamwrL8BrCkJJ6FU7bx0r3
-nygPWTDXeY8bNSip+BGA8r4k+L5wYD/1kRoE02bmcwEBsvLxVJ4mPZ90IFhqjLji
-cZJbNPSepOSp/vsR+HZIXCXT4Qp3znLUzrN6CppqLMFPWWFHKd70mjaogOT0mIAo
-j3tIw3pltpIzXdBLJhBRNCB68FG5SeKRDUUn043z9GSuRZ33H3ubEuHKB8YHHxZw
-9tLhDAvXx0zPeXoa9RlC3xhllI6leI5THI+cTzULd3WUIHJDasc6gEZ+u7qGjEqB
-oWlfq+xYNg88mSk+cEys8Fmgv3NNnWgKgWtV2omAW4sxxJQWobo5ZORPq4TZhKIE
-MqLOLmYcE9N0YLEEdutSDnlJl6qLHIO6kCzqa1YbiKMUf05MnKCrC/YRGmid1wPW
-yqrY++maJo0CyseKqKVM+uJmft07CLhIyJeqL4I9vLLun1+JpzphjFkuHs9TNYNc
-aCF6nBYuVBRDwUawohxo8EDb
-=BPGK
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmoolxMbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv7wUP/30Oo0Z61lnOg4P7VBtk
+K6bljtcQ0SoiW++eWtX2TFHqCrcNS0qPSxQFVKDkkUf2Wx9M/zfkhUWnTpAwbQdB
+m+8bUN8CGEjhvAihfKgCAQZGSqcVq8A2km+JgFpc9ehZ3RjnjFQ0DYZTOh1goZiQ
+TPsWf8NwKQfed1LhQcDLp0hw7R4//wBICfluzFvLDqPG7TtcAvcJN04jrmd6XCaY
+zddGXzWvrPGuRPY7/xgiwg26B4yK/OwzOJ0uBzBGLGzkuUKJjZgzot3kVy7WmTVw
+iWKRChKQiakM+hkf/xi3CZiyUVGdlxd5GDWxJ8HvaNkYtk/iRzvalVMkSrZNdnaJ
+rVMCmt0d+PxD6+2xORikqn+FiYNc+5gUB64O9t74+L1/XMtM0IWz/g2Zs66qding
+0gABccQX5217YvZK8fubpihEPF7NCNblfikIZbdWYwmMk7azQ93tTO0ySCpuzIVX
++OJWR2QRrz004ohwgl9peBfcDEvbxN5KEovVDt/QTZ1JGKQ8AeiJCd7JZsNP1zMw
+SAOof6EyOEzuilT8JDmOXhnXptOVwCG470bD9rYL3O6apFfcWqFVh+5njEaGMrBf
+8W381AnPDmkEROxj3fzJkM7Xik64aJrHgLGFuHZAQ1Yjpr+SrJRKcdHx295qFp4a
+m+8DOaIYeHuOhRTGRLMubJIj
+=uFAo
 -----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:30.linux.asc b/website/static/security/advisories/FreeBSD-SA-26:30.linux.asc
index daf88f29c3..6249b33b3a 100644
--- a/website/static/security/advisories/FreeBSD-SA-26:30.linux.asc
+++ b/website/static/security/advisories/FreeBSD-SA-26:30.linux.asc
@@ -136,26 +136,24 @@ nNNNNNN in the table above), run:
 
 VII. References
 
-<XX other info on vulnerability>
-
 <URL:https://www.cve.org/CVERecord?id=CVE-2026-49413>
 
 The latest revision of this advisory is available at
 <URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-26:30.linux.asc>
 -----BEGIN PGP SIGNATURE-----
 
-iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiV8bFIAAAAAABAAO
-bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv0FIP/02OEBY45obFssFGRdG6
-60cczCoWvrZpV+bbWLDk3LGN69HMUfE2bGAaWDfPvjDU+oOGmmp1bqhG3oQ/ZJ51
-aJ1GrXCna2t+b5R2Eo8/BsP1SeKgRYgClY8Q4yaasiBnor0XILLHSYEjqidEy9ks
-nYm4LFFjpsiV/Q/DeNNrWyApL2w/egmSyKaLQGlkJY5iLEBY8BNBbvLhqr1YeZ6X
-L1YgYgJ9lenfrid5jOWxdjZsAfujYLZC2/dlHYWgDt9sPny2b8X7gzKZ0XIfXRS1
-r2PvmX/V1oIwP/3bIBK3YiuJJTlIqhE6xiLhCpEvgTQbVi7Zb3PTMrjA1f8y0zx1
-yYVjFbiodubLknsyp/IfT8U7J/dfNR0JJkLxDLhfHBCxOSEpOSBR1PEvXGZLK44G
-uXbaeZU2eR4VnQa+4nSwx00+OKoHbabvCr/c12Mxf8OFx3+uX5S+cl8N0GRYc9GY
-w/ZK1mOucoj0zvtD+UAmvvT+QYemAg6WVUuCekj6uRjXuO4YX/x5BkbFqn6AebVN
-wd3VDsxuoWsoxqFdOywQLcDVkgldAlAqAxrdkVJziEsZctvuW/jwZViqcggwqct0
-UG7Zc/dYf1uKMgAhMjXJM2zsrEG4UKMEJM1ztIt9aOpxNKEsULeldN1tfMagVf/u
-3qjP0UV0iTl+KjCvpuDbxL5q
-=prFi
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmoolxUbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv0MEQAI764nJgo/wT5iqrDJrx
+F4G4LlMCqgxEB82jU48GEvy2/vbjp+nsB7hpQW/LnANWBmbbZzFUutXEqLcZKZp1
+eE8ZoSoqTbCw82t7GJGcNrIt3+woBgW8IGb/onL4VxiVuFPEU/0GnJ8nwwOa9LGL
+LjdtvRcXaKVnWWqIDUq25cuz6+yBu5UIDWTbSHFeWr8swVhKA5Vjt1wKTXekFJhy
+qtEVWv8Jm5nb0C17eRYo8AY/nGh1DZv7LdJNc4dAZyy3H+QNDH7P7atYvyU06pvD
+Q+YNH6HENqqkGvg0YAYqrol+5me82oIK/Sz66b3VBYiBLD4FX8LaJePOfhSoKof4
+f9Tk6lvpouJOmOETwZX2sAYrGDh/LMd+l/Np7vDMhQSrow4+0CDNHSI3yur8Kfkf
+I6pyEC3iCVi6x/xsQ2AjInMCz+Pw+YpKLKGJLyNT9hKqidQq2ebTBe86GMzPZtAM
+OdJ7rRMIXt2QNJmovverYVMBVBd8rXBVn//gB8Uu5CyjHG3jN/f/Rc1BhADgBS3R
+H1KOBxIOl3CzXU5GLxSEniI7czyeY2q9paWwddPR0BK0mqF6IP31OEekc0irRmjC
+damqozUiNlFFP7rC2fj2eVbhrowrtVSpo4D4oEsI6EPkVB3A67+Pq0untDa096gc
+X86EUvnyRijJsIl5JXb+OJoT
+=4LUk
 -----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:32.elf.asc b/website/static/security/advisories/FreeBSD-SA-26:32.elf.asc
index 3f6624e5b6..61d27529b4 100644
--- a/website/static/security/advisories/FreeBSD-SA-26:32.elf.asc
+++ b/website/static/security/advisories/FreeBSD-SA-26:32.elf.asc
@@ -144,26 +144,24 @@ nNNNNNN in the table above), run:
 
 VII. References
 
-<XX other info on vulnerability>
-
 <URL:https://www.cve.org/CVERecord?id=CVE-2026-49414>
 
 The latest revision of this advisory is available at
 <URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-26:32.elf.asc>
 -----BEGIN PGP SIGNATURE-----
 
-iQJOBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiWcbFIAAAAAABAAO
-bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrvtGUP+Jh8FMrCt+it7CdyH8cc
-dcSCDxVeRn66y86KrEekoSN4qUKimJaI+WjPm75XnIIdKvNPro3zQYSjboS6cvVF
-byRJFUK+MPqpQYoW2zrSdZ8c7ar/GPqbxUkbzsB9DlMrCwjMSybPudFyHgyc5gxs
-KRidP1k8PHMegOt4/x3iQVtm0UpyWJGOrvVwmyKXRVdvvd9c2oRWYXiR78x1vCT3
-mrh202B/bTwBoXQaMiVlVSnMFyeU1KTLvr3lSxeT/nSKuiPJoVngx6pv6PE8/+dd
-MFFyY8AN7n8O4b3zy6/6E0KjNMtyvx64RqxImlifYxudnUbdIAbQlmtgh08zWD/g
-78lN1tsnnXgTPOoLkXFdAAa4tUCrdi4eZOMOoy30BUYsritGav7QzcMAcAHFzxSs
-ySv4MzSn7A27QI2Dq2dM5qLCtIdbWKQsa9mC1sOUFjPbR70EvhJGbAb5WUw7gzdm
-+DQnDkmfEm2HwnzbzRZxDdnLB8Crb+0tv0SvTyJbywJ+KuomOzvTAfHNM2Q36+VO
-j8p/9FgbC9gw7UMScsoF3VWT2/tTh8ElYQ9I+cnKpbpD+VCG9JPwrND5IvC0b3pt
-uJLh3xXgggXFCDbeBfJ2WBeczmhtwtviz7sa226jlpWEMnM0IZyJOiGLQwzSv7HG
-UqyCxvNWaTDy973R+pj6i68=
-=FYrH
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmoolxcbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrvzjAP/izsPLlrhPmUVbO6pLVA
+22HiuxV4URIIzMe4SbVa8ALyWM85TNAKjRUyr7VwAslFvfzRCtL0o/w0Fypsvoss
+a4jpiC8QHjeUFlRz6fmYq4sgHZdi/sz0zOmGKHVYiCA1Jdrp1tM4NxkKeDquc61d
+iD1yulnjkr8axb4gv4Y/C1McT7fvECbiaK9ni/vgwwluy0cqRIz7rPe8NrAD6pYn
+1WPgkHmGeNwpIhPHbBd9WCoQNiU+BLyNyuFASWjZWiIMiMwCKQdvm0qVJ1fPWxeP
+2GxxpWfoftwDkRy1/tURs0dVuI+Ko40sTFKiUVUMyOu0ndnyuR8VGICWlwA903yY
+N05s8R65FpXJbERu3Bc4HO+fKzQxCqWocgcUHBI9VO9QGIcNRR1S1PgkltNUI0wI
+KTJith+ru6XFRK5ts74cBR7i2p2r+cVFs/FyzXXP1v4A1U+Fe6PwwdhWdwJy9r4s
+aOJPh5b5Go2BvRayptPt+18vdXm8N4L1xk94lk/h9X6lrMe9+WhWnH1BUnMD3dVm
+m8mSczWkkveFNiEfj3WGdbTlpVvXUqHdwIx+v2obj0fBUDkg9r1M2ZZjaW3DEPM9
+aLOrjdK9t+ntJyNBQCnNCRZFaiFGHK9bdEjm9WhyfMAnxoKg1hNhzhq+jyxrPDZY
+OY6FBpNTQ9NhGUkgpkgArAEj
+=unW5
 -----END PGP SIGNATURE-----
diff --git a/website/static/security/advisories/FreeBSD-SA-26:35.openssl.asc b/website/static/security/advisories/FreeBSD-SA-26:35.openssl.asc
index c5fbcc1945..888a4e24b1 100644
--- a/website/static/security/advisories/FreeBSD-SA-26:35.openssl.asc
+++ b/website/static/security/advisories/FreeBSD-SA-26:35.openssl.asc
@@ -10,7 +10,7 @@ Topic:          Multiple vulnerabilities in OpenSSL
 Category:       contrib
 Module:         openssl
 Announced:      2026-06-09
-Credits:        XX
+Credits:        See linked vendor advisory in References section
 Affects:        All supported versions of FreeBSD.
 Corrected:      2026-06-09 19:17:36 UTC (stable/15, 15.1-STABLE)
                 2026-06-09 19:20:15 UTC (releng/15.1, 15.1-RC3-p1)
@@ -191,18 +191,18 @@ The latest revision of this advisory is available at
 <URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-26:35.openssl.asc>
 -----BEGIN PGP SIGNATURE-----
 
-iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmooiXEbFIAAAAAABAAO
-bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrv4HoP/iVj8j9S8nEcYqlZ1Sl4
-OWduy3w8BZXfeRdmJHT9cuAMDxpbkFENbeNobnlCa/VeJ96csXb3fL61ZhxkfDZo
-VlQGaD7STKgezHzCfFD//jWLNiwditqfvWyZP7vu9oLzhz2oMIAn2fJ4uiQ1R11T
-f1iWR0KXIaLQOpa4aLg7taZxpgHvNiwYNRLjuixlKfid+mLUuZEDhZCLD0Q/P66F
-+kXo46aVtcSC6ZaBfMQ7G0lWP/UB0lpVAWEjZSgOMfSkBdecJF87qhTuzabYU0aA
-mlZfxH2M+NScr95GX6T3XzXdki6NVHT6eM8YKckIrEARzO+yoYGFO3Oz9rRua8k1
-lhEyqqTyIkGEGzvOm0pwb8drP3PMDkFNCeGhm372N5fDY9a31cxBpRaT1E5nFze1
-MdTHDXi5qnjwuc1EHvACOg7fxHDhmZkn04HXW0wS4fHMGfvs3GNmNiFZh7u2Fm9I
-WKimI+3fP6bL32P1J8ThRdwLnm8UQwHGj5yQ+8Gsa3gHEcnPpW6sAXppMQuZhRHJ
-E1WYeejCdL0YjsTf/h9LfZL/kFsu0ZOPzBGFucmRNFtt/tG8D3U8qdeKDNibwPM1
-pZp2wEoW0Hzf4UAC+vP9pFiiEJmcjg4KkLGDbwJb5bKrMVrbD9mtzyxkTi3/9h78
-B7dWV8uVqkUR4ef8FdJZFE3u
-=X4Lu
+iQJPBAEBCgA5FiEEthUnfoEIffdcgYM7bljekB8AGu8FAmoolxkbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEG5Y3pAfABrvIjEQALlvtT/r8WJ72cw03AZP
+1qPNWibqFxrMccV/fEtVq2csUzMkSq6PvgK3ZZoKgh8e2whpJkEULxRJ5Th8IEoD
+McbPdU4+zgqcehfmH6mvuv/yshDJLe0U2iLFSTbzgbx8xe0XRyWJlutlNXSZmLvo
+N87HGEtO/gXCXJxZuWFDE4JfO/bECn8wgZ468AD+OMwKRnx13hszmqKnp4cn/bZ8
+764BqDsyweCBSVbW7AC0A5/BP7e+S+eOGHDSDqm48Jxk8eVsEVvw5wEo7DMLQgQw
+/kHc9BSiQ6HPgMvjDryUzX/FhF3El3sKQxkUXNFGcYk8yChTEVtD1C+zf3FACQJA
+ZTeDNgJelmeJdK7uzrJtX/8Laozma0+x1+2+YrY+Y1aCqOZ0iicmlytZHRHgZc3R
+riEEJdw3nlV6r43WtwBYjJNyOIiqPusYK8K0/RLnMeMtS+mwjjNjGxqcHdFPbSa7
+Xjs4zSAHgkg9NHMwD4S+F+upRZ3yVoZOvIDtqUKO85Mf70OYHHoaZJE4Q7mIPDyE
+CbtpeaNpjSkujTR5/Us4JgxRfDqDGyyER/Ub1yZl8uuhKNU7QuOWRQMTeIXp42Es
+uClHfLQz5Dvmwy7muDfg5cY0R/F9whvpwSOmILrsViBjcygkzFY9lE1ufW685vbH
+1srvsOXI5oN55cZrX4+H6G17
+=UV/w
 -----END PGP SIGNATURE-----

From nobody Wed Jun 10 00:56:55 2026
X-Original-To: dev-commits-doc-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 4gZnRX0wGHz6h4DS
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Wed, 10 Jun 2026 00:56:56 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZnRW42Xhz3bB8
	for <dev-commits-doc-all@FreeBSD.org>; Wed, 10 Jun 2026 00:56:55 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1781053015;
	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=yiT3ec+WGMd9D19doS8WLhQzN7/836YDQyKq7m0IzPc=;
	b=jgWlhYauHza3x6xWIe3VfeB+kxQQC/CVotZeo364+NlesQNkzIQNcUH2P/4/MwKXgTYkW0
	ADcMRiPu7zrN0FOEmAxIVt+CaHtF4ULIAuprGDZ4ElBOHg7sSyi8L2Jslab1PGCVi1tiG2
	Gitj/udmBqXCGBQRX73HHDTvf2F8ksOiXgIgdP0fuyGDzMnL2NJDjBpozQlAD2EYXYJ46V
	XB6ZkGNhetTtA3diJwqeMicjYhi58sPMzHgjZmYemQuRdPnGAUHUZgUf+X4GknzW+gcjfz
	venNhSmvClJi95iKsWICLSLc/ZL5PYKfmjRLmTCJdH4ReTye6ULLLeJJNReHaw==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781053015; a=rsa-sha256; cv=none;
	b=du+zPGtX3JcvYBc8PnnQC5IeZbfZjqn77kp27u9xp0utpZ0xAziWTvDWvMzKgZft+l8oRT
	iZk05uGGoRHQlE1iFKieCctV/JE99YgCpLw0nGtylEUYMsSIKUz2XWfc3iFvPrHxEZyLfn
	aI9BhOORJH5H14chhxx3zftQthYv7O/Dam3HquLpKDmp5yxtFVFzrZPVUOrf6RwnZk7gkW
	pFkoXvfRIbPlcKn2cNiWMbWxPwZfkWXYpoZoJn4PRCRIyS8K93FrNzHuAXZ4vDsv4nlgNC
	IAXMgYpNMzIW3rFg8nuTr2hAEYxfu78IPEq5FFAa+oQUwK20Z2Cg6CItB52fng==
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=1781053015;
	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=yiT3ec+WGMd9D19doS8WLhQzN7/836YDQyKq7m0IzPc=;
	b=esGGtmO/Q7rp8BCQ3F7RDoi5qd5W/p/s4TtTTSUcyY5JgK1wbfqGDSLpiWTsZUEwijCwsY
	gScDY8oJm1IPcNl7b8oTD78Ui2aEP07uCJ2DHiiLv7UB0afVKwNCD/HPqDBIXGpU58EFOy
	Q8yIxN6O/hz4U3B/LZXeyMRxSlDQnlX9XDmC2DfY6jzkWmpvgb3ftD7/zq9vg7/eOHiZ55
	Mkp6vIhPv9n6RWDl3TKzEYXrBtrp4JSrUsZgPXgUQZSkkkuLHYaIQwts/9nf4ZSYF5+Bt5
	GnuW4lTCknwWOUhfNgWlnXABUB2RMCG7PgDdP4+MWHNHSidVeqZ6/YnvNLHGTA==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZnRW3bnFzyd3
	for <dev-commits-doc-all@FreeBSD.org>; Wed, 10 Jun 2026 00:56:55 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 40ddd
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Wed, 10 Jun 2026 00:56:55 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Philip Paeps <philip@FreeBSD.org>
Subject: git: eeb7d33e99 - main - Add errata affecting 14.3R, 14.4R and 15.0R
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: philip
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: eeb7d33e99fa5fb69fb5859081013d413e7ea7d0
Auto-Submitted: auto-generated
Date: Wed, 10 Jun 2026 00:56:55 +0000
Message-Id: <6a28b657.40ddd.5150d766@gitrepo.freebsd.org>

The branch main has been updated by philip:

URL: https://cgit.FreeBSD.org/doc/commit/?id=eeb7d33e99fa5fb69fb5859081013d413e7ea7d0

commit eeb7d33e99fa5fb69fb5859081013d413e7ea7d0
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2026-06-10 00:56:40 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2026-06-10 00:56:40 +0000

    Add errata affecting 14.3R, 14.4R and 15.0R
    
    FreeBSD-EN-26:14.syslogd affects 15.0R
    FreeBSD-EN-26:15.openssl affects all supported releases
---
 website/content/en/releases/14.3R/errata.adoc | 1 +
 website/content/en/releases/14.4R/errata.adoc | 1 +
 website/content/en/releases/15.0R/errata.adoc | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/website/content/en/releases/14.3R/errata.adoc b/website/content/en/releases/14.3R/errata.adoc
index 2b20c4c49a..a067cccbd0 100644
--- a/website/content/en/releases/14.3R/errata.adoc
+++ b/website/content/en/releases/14.3R/errata.adoc
@@ -109,6 +109,7 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:11.dhclient.asc[FreeBSD-EN-26:11.dhclient] |1 May 2026 |dhclient(8) lease validation is too strict
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:12.freebsd-update.asc[FreeBSD-EN-26:12.freebsd-update] |1 May 2026 |Source inconsistency between freebsd-update, EN/SAs, and git
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:13.freebsd-update.asc[FreeBSD-EN-26:13.freebsd-update] |20 May 2026 |freebsd-update attempts to merge a generated file
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:15.openssl.asc[FreeBSD-EN-26:15.openssl] |9 June 2026 |Update OpenSSL to 3.0.20 and 3.5.6
 |===
 
 [[open-issues]]
diff --git a/website/content/en/releases/14.4R/errata.adoc b/website/content/en/releases/14.4R/errata.adoc
index 4f6eedbc5f..df26ddd969 100644
--- a/website/content/en/releases/14.4R/errata.adoc
+++ b/website/content/en/releases/14.4R/errata.adoc
@@ -89,6 +89,7 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:11.dhclient.asc[FreeBSD-EN-26:11.dhclient] |1 May 2026 |dhclient(8) lease validation is too strict
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:12.freebsd-update.asc[FreeBSD-EN-26:12.freebsd-update] |1 May 2026 |Source inconsistency between freebsd-update, EN/SAs, and git
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:13.freebsd-update.asc[FreeBSD-EN-26:13.freebsd-update] |20 May 2026 |freebsd-update attempts to merge a generated file
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:15.openssl.asc[FreeBSD-EN-26:15.openssl] |9 June 2026 |Update OpenSSL to 3.0.20 and 3.5.6
 |===
 
 [[open-issues]]
diff --git a/website/content/en/releases/15.0R/errata.adoc b/website/content/en/releases/15.0R/errata.adoc
index 8316c7d8f8..0a35ba1a06 100644
--- a/website/content/en/releases/15.0R/errata.adoc
+++ b/website/content/en/releases/15.0R/errata.adoc
@@ -102,6 +102,8 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:11.dhclient.asc[FreeBSD-EN-26:11.dhclient] |1 May 2026 |dhclient(8) lease validation is too strict
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:12.freebsd-update.asc[FreeBSD-EN-26:12.freebsd-update] |1 May 2026 |Source inconsistency between freebsd-update, EN/SAs, and git
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:13.freebsd-update.asc[FreeBSD-EN-26:13.freebsd-update] |20 May 2026 |freebsd-update attempts to merge a generated file
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:14.syslogd.asc[FreeBSD-EN-26:14.syslogd] |9 June 2026 |syslogd(8) memory leak in casper_ttymsg()
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-EN-26:15.openssl.asc[FreeBSD-EN-26:15.openssl] |9 June 2026 |Update OpenSSL to 3.0.20 and 3.5.6
 |===
 
 [[open-issues]]

From nobody Wed Jun 10 00:56:54 2026
X-Original-To: dev-commits-doc-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 4gZnRb5WB5z6h48j
	for <dev-commits-doc-all@mlmmj.nyi.freebsd.org>; Wed, 10 Jun 2026 00:56:59 +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 "R13" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4gZnRb4W0Pz3bD7
	for <dev-commits-doc-all@FreeBSD.org>; Wed, 10 Jun 2026 00:56:59 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim;
	t=1781053019;
	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=hpCtMr+EfxP4by3eqCw4mV/AO7NPMRrrwAjUOHSYkCY=;
	b=LwSPaYa/M0bC+X8uWTYUqB9XfG0CKCzjmAHoNaF3Hl4udSUnKO8kNDahaUq22xQ+X97F2q
	0ewe/nUlifyKA05rW53tz/BbrL+slcU4D6zwpuoAIzIjvUyMbAWjY42h8qwHHozJijV0Hg
	Hqx+C5yr6V+YH9xXTmT5Larw1fz5/cFTtDleDK+BrGhLn/ZGBwnjgisqCEIi8SZD5QUqaI
	w0/TAPaiv59/nhwMuGnPwhe94LIlKieutwL3Re02xmjSFWl1H9KMYDApuFKiNKZUU5WBDc
	o+izc2cxgNUMRNTgweKMVeicqB+7QM56EXSRwyDvqu4s1eZ3FOZYoSrWuGlPUA==
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781053019; a=rsa-sha256; cv=none;
	b=T1ICb2gaYAo6qHh6vHBj/k0lyf4O5jbY8A6b6NoQMmVtuFGbSaOHSQqoRSwful5i34yWLd
	dk4RUgnLpHHZaUi5fZVbBUec7g0txC2cH07WhDKwQSA1mDD5t3yB8rlkiM64dBVW7BKFeC
	FJ88E6ZAJb03lY1HDAMc7TGZCpMPlrbGHv+V8n9mFY5Ra/Cj8vHbvxlM0MsaEd5ARhfUsk
	Lp29orNu6jr5azC4NHVsz7GOZPuqn1hAMPCjE5CDAC2OIZioKN0STAEBQ53isNc95IIRYp
	eetdIN0gDIpTf7SjSqwBfZXYe3x7/Aubai2Mo70lAUOWiKZpFUmX39LWz6voww==
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=1781053019;
	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=hpCtMr+EfxP4by3eqCw4mV/AO7NPMRrrwAjUOHSYkCY=;
	b=DVz+FAc3KF/ch9rEBokuPe3n5T0873TGJtE/AVWE0fMFvx53PvP3u+tpwGPehck+5MzKbf
	UdQ+6fNpPjLGT2PYFjCqgVVVbXm1EZXozp/c3KJ0E4bovv6ylP48ZdV0x3racpxPkDDEGH
	HfSu3Al8R6yVEOylEHWuE9JUWTPcKpDMCsU/Z60TyaXQDvIz8WDG3LbRl0yEatVs1Cx52d
	ZA/fn2MgO9X4PsNxBJQVLtjq/SL+VodEwotluqU9F0FoDjg/TPuTj5tStG6fx4rMVc35EI
	UwvRtVTy2f81zgk15fDga7Hs4st2rhWfB/Xay+aqNoahu1xq+NZS+4e2YhDvCg==
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZnRb41zszyLb
	for <dev-commits-doc-all@FreeBSD.org>; Wed, 10 Jun 2026 00:56:59 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from git (uid 1279)
	(envelope-from git@FreeBSD.org)
	id 42bf7
	by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org);
	Wed, 10 Jun 2026 00:56:54 +0000
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Philip Paeps <philip@FreeBSD.org>
Subject: git: 57e752f69a - main - Add security advisories affecting 14.3R, 14.4R and 15.0R
List-Id: Commit messages for all branches of the doc repository <dev-commits-doc-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all
List-Help: <mailto:dev-commits-doc-all+help@freebsd.org>
List-Post: <mailto:dev-commits-doc-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@freebsd.org>
X-BeenThere: dev-commits-doc-all@freebsd.org
Sender: owner-dev-commits-doc-all@FreeBSD.org
List-Id: <dev-commits-doc-all.FreeBSD.org>
List-Post: <mailto:dev-commits-doc-all@FreeBSD.org>
List-Help: <mailto:dev-commits-doc-all+help@FreeBSD.org>
List-Subscribe: <mailto:dev-commits-doc-all+subscribe@FreeBSD.org>
List-Unsubscribe: <mailto:dev-commits-doc-all+unsubscribe@FreeBSD.org>
List-Owner: <mailto:postmaster@FreeBSD.org>
Precedence: list
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: philip
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 57e752f69ac97b06c90ec856abaf7bf45b99596f
Auto-Submitted: auto-generated
Date: Wed, 10 Jun 2026 00:56:54 +0000
Message-Id: <6a28b656.42bf7.2b04732d@gitrepo.freebsd.org>

The branch main has been updated by philip:

URL: https://cgit.FreeBSD.org/doc/commit/?id=57e752f69ac97b06c90ec856abaf7bf45b99596f

commit 57e752f69ac97b06c90ec856abaf7bf45b99596f
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2026-06-10 00:54:10 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2026-06-10 00:54:10 +0000

    Add security advisories affecting 14.3R, 14.4R and 15.0R
    
    FreeBSD-SA-26:25.thr affects all supported releases
    FreeBSD-SA-26:26.ktls affects all supported releases
    FreeBSD-SA-26:27.sound affects all supported releases
    FreeBSD-SA-26:28.capsicum affects all supported releases
    FreeBSD-SA-26:29.ip6_multicast affects all supported releases
    FreeBSD-SA-26:30.linux affects all supported releases
    FreeBSD-SA-26:31.arm64 affects all supported releases
    FreeBSD-SA-26:32.elf affects all supported releases
    FreeBSD-SA-26:33.unbound affects all supported releases
    FreeBSD-SA-26:34.vt affects all supported releases
    FreeBSD-SA-26:35.openssl affects all supported releases
    FreeBSD-SA-26:36.ldns affects all supported releases
---
 website/content/en/releases/14.3R/errata.adoc | 12 ++++++++++++
 website/content/en/releases/14.4R/errata.adoc | 12 ++++++++++++
 website/content/en/releases/15.0R/errata.adoc | 12 ++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/website/content/en/releases/14.3R/errata.adoc b/website/content/en/releases/14.3R/errata.adoc
index 6f110d0cae..2b20c4c49a 100644
--- a/website/content/en/releases/14.3R/errata.adoc
+++ b/website/content/en/releases/14.3R/errata.adoc
@@ -72,6 +72,18 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:22.libcasper.asc[FreeBSD-SA-26:22.libcasper] |20 May 2026 |select(2) file descriptor set overflow causes stack overflow
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:23.bsdinstall.asc[FreeBSD-SA-26:23.bsdinstall] |20 May 2026 |Remote code execution via installer Wi-Fi access point scans
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:24.cap_net.asc[FreeBSD-SA-26:24.cap_net] |20 May 2026 |Incorrect libcap_net limitation list manipulation
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:25.thr.asc[FreeBSD-SA-26:25.thr] |9 June 2026 |Missing permission check in thr_kill2(2)
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:26.ktls.asc[FreeBSD-SA-26:26.ktls] |9 June 2026 |Arbitrary file overwrite via the KTLS receive path
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:27.sound.asc[FreeBSD-SA-26:27.sound] |9 June 2026 |Multiple vulnerabilities in the sound(4) mmap path
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:28.capsicum.asc[FreeBSD-SA-26:28.capsicum] |9 June 2026 |sigqueue(2) missing capability mode restriction
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:29.ip6_multicast.asc[FreeBSD-SA-26:29.ip6_multicast] |9 June 2026 |Use-after-free bug in the IPV6_MSFILTER socket option handler
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:30.linux.asc[FreeBSD-SA-26:30.linux] |9 June 2026 |Flaw in Linuxulator execution of setugid binaries
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:31.arm64.asc[FreeBSD-SA-26:31.arm64] |9 June 2026 |Arm CPU errata may bypass page table permission changes
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:32.elf.asc[FreeBSD-SA-26:32.elf] |9 June 2026 |ASLR bypass for setuid executables via procctl(2)
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:33.unbound.asc[FreeBSD-SA-26:33.unbound] |9 June 2026 |Multiple vulnerabilities in unbound
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:34.vt.asc[FreeBSD-SA-26:34.vt] |9 June 2026 |Integer overflow in vt(4) CONS_HISTORY ioctl
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:35.openssl.asc[FreeBSD-SA-26:35.openssl] |9 June 2026 |Multiple vulnerabilities in OpenSSL
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:36.ldns.asc[FreeBSD-SA-26:36.ldns] |9 June 2026 |Insufficient response validation in the ldns stub resolver
 |===
 
 [[errata]]
diff --git a/website/content/en/releases/14.4R/errata.adoc b/website/content/en/releases/14.4R/errata.adoc
index 4868a9a365..4f6eedbc5f 100644
--- a/website/content/en/releases/14.4R/errata.adoc
+++ b/website/content/en/releases/14.4R/errata.adoc
@@ -62,6 +62,18 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:22.libcasper.asc[FreeBSD-SA-26:22.libcasper] |20 May 2026 |select(2) file descriptor set overflow causes stack overflow
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:23.bsdinstall.asc[FreeBSD-SA-26:23.bsdinstall] |20 May 2026 |Remote code execution via installer Wi-Fi access point scans
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:24.cap_net.asc[FreeBSD-SA-26:24.cap_net] |20 May 2026 |Incorrect libcap_net limitation list manipulation
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:25.thr.asc[FreeBSD-SA-26:25.thr] |9 June 2026 |Missing permission check in thr_kill2(2)
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:26.ktls.asc[FreeBSD-SA-26:26.ktls] |9 June 2026 |Arbitrary file overwrite via the KTLS receive path
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:27.sound.asc[FreeBSD-SA-26:27.sound] |9 June 2026 |Multiple vulnerabilities in the sound(4) mmap path
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:28.capsicum.asc[FreeBSD-SA-26:28.capsicum] |9 June 2026 |sigqueue(2) missing capability mode restriction
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:29.ip6_multicast.asc[FreeBSD-SA-26:29.ip6_multicast] |9 June 2026 |Use-after-free bug in the IPV6_MSFILTER socket option handler
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:30.linux.asc[FreeBSD-SA-26:30.linux] |9 June 2026 |Flaw in Linuxulator execution of setugid binaries
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:31.arm64.asc[FreeBSD-SA-26:31.arm64] |9 June 2026 |Arm CPU errata may bypass page table permission changes
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:32.elf.asc[FreeBSD-SA-26:32.elf] |9 June 2026 |ASLR bypass for setuid executables via procctl(2)
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:33.unbound.asc[FreeBSD-SA-26:33.unbound] |9 June 2026 |Multiple vulnerabilities in unbound
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:34.vt.asc[FreeBSD-SA-26:34.vt] |9 June 2026 |Integer overflow in vt(4) CONS_HISTORY ioctl
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:35.openssl.asc[FreeBSD-SA-26:35.openssl] |9 June 2026 |Multiple vulnerabilities in OpenSSL
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:36.ldns.asc[FreeBSD-SA-26:36.ldns] |9 June 2026 |Insufficient response validation in the ldns stub resolver
 |===
 
 [[errata]]
diff --git a/website/content/en/releases/15.0R/errata.adoc b/website/content/en/releases/15.0R/errata.adoc
index 2bf793af83..8316c7d8f8 100644
--- a/website/content/en/releases/15.0R/errata.adoc
+++ b/website/content/en/releases/15.0R/errata.adoc
@@ -67,6 +67,18 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:22.libcasper.asc[FreeBSD-SA-26:22.libcasper] |20 May 2026 |select(2) file descriptor set overflow causes stack overflow
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:23.bsdinstall.asc[FreeBSD-SA-26:23.bsdinstall] |20 May 2026 |Remote code execution via installer Wi-Fi access point scans
 |link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:24.cap_net.asc[FreeBSD-SA-26:24.cap_net] |20 May 2026 |Incorrect libcap_net limitation list manipulation
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:25.thr.asc[FreeBSD-SA-26:25.thr] |9 June 2026 |Missing permission check in thr_kill2(2)
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:26.ktls.asc[FreeBSD-SA-26:26.ktls] |9 June 2026 |Arbitrary file overwrite via the KTLS receive path
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:27.sound.asc[FreeBSD-SA-26:27.sound] |9 June 2026 |Multiple vulnerabilities in the sound(4) mmap path
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:28.capsicum.asc[FreeBSD-SA-26:28.capsicum] |9 June 2026 |sigqueue(2) missing capability mode restriction
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:29.ip6_multicast.asc[FreeBSD-SA-26:29.ip6_multicast] |9 June 2026 |Use-after-free bug in the IPV6_MSFILTER socket option handler
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:30.linux.asc[FreeBSD-SA-26:30.linux] |9 June 2026 |Flaw in Linuxulator execution of setugid binaries
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:31.arm64.asc[FreeBSD-SA-26:31.arm64] |9 June 2026 |Arm CPU errata may bypass page table permission changes
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:32.elf.asc[FreeBSD-SA-26:32.elf] |9 June 2026 |ASLR bypass for setuid executables via procctl(2)
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:33.unbound.asc[FreeBSD-SA-26:33.unbound] |9 June 2026 |Multiple vulnerabilities in unbound
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:34.vt.asc[FreeBSD-SA-26:34.vt] |9 June 2026 |Integer overflow in vt(4) CONS_HISTORY ioctl
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:35.openssl.asc[FreeBSD-SA-26:35.openssl] |9 June 2026 |Multiple vulnerabilities in OpenSSL
+|link:https://www.FreeBSD.org/security/advisories/FreeBSD-SA-26:36.ldns.asc[FreeBSD-SA-26:36.ldns] |9 June 2026 |Insufficient response validation in the ldns stub resolver
 |===
 
 [[errata]]

