From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 08:37:57 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D2A235EF406 for ; Mon, 12 Apr 2021 08:37:57 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJhvT5btvz3jf6; Mon, 12 Apr 2021 08:37:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEA3A14053; Mon, 12 Apr 2021 08:37:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13C8bvaW028349; Mon, 12 Apr 2021 08:37:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13C8bvX5028348; Mon, 12 Apr 2021 08:37:57 GMT (envelope-from git) Date: Mon, 12 Apr 2021 08:37:57 GMT Message-Id: <202104120837.13C8bvX5028348@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 6545a9bd4e - main - b87da35521 -> eab1c5d1f6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6545a9bd4e3eda700a4ce805ed8e1f07e89a5c15 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 08:37:57 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=6545a9bd4e3eda700a4ce805ed8e1f07e89a5c15 commit 6545a9bd4e3eda700a4ce805ed8e1f07e89a5c15 Author: Ryusuke SUZUKI AuthorDate: 2021-04-12 08:37:28 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-12 08:37:28 +0000 b87da35521 -> eab1c5d1f6 --- documentation/content/ja/books/handbook/boot/_index.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/content/ja/books/handbook/boot/_index.adoc b/documentation/content/ja/books/handbook/boot/_index.adoc index 599eb3bf3e..13030980eb 100644 --- a/documentation/content/ja/books/handbook/boot/_index.adoc +++ b/documentation/content/ja/books/handbook/boot/_index.adoc @@ -230,17 +230,19 @@ loader は最後に、 標準設定で 10 秒のキー入力待ち時間を用 [source,shell] .... unload -load kernel.old +load /path/to/kernelfile .... -[.filename]#kernel.GENERIC# とすると、 インストール時のデフォルトカーネルを指定できます。 また、システムをアップグレードしたり、 もしくはカスタムカーネルを設定した場合に、 直前にインストールされていたカーネルは、 [.filename]#kernel.old# で指定できます。 +インストール時のデフォルトカーネルを指定するには、完全修飾の [.filename]#/boot/GENERIC/kernel# を使ってください。 +また、システムをアップグレードしたり、 もしくはカスタムカーネルを設定した場合に、 直前にインストールされていたカーネルは、 [.filename]#/boot/kernel.old/kernel# で指定できます。 普段のカーネルで使っているモジュールを指定したカーネルでロードする場合は、 次のようにします。 +この場合は、完全修飾名を使う必要はありません。 [source,shell] .... unload -set kernel="kernel.old" +set kernel="mykernel" boot-conf .... From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 08:48:50 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE36B5EF4ED for ; Mon, 12 Apr 2021 08:48:50 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJj825VL0z3k5K; Mon, 12 Apr 2021 08:48:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF940142CA; Mon, 12 Apr 2021 08:48:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13C8moKJ041407; Mon, 12 Apr 2021 08:48:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13C8moAO041406; Mon, 12 Apr 2021 08:48:50 GMT (envelope-from git) Date: Mon, 12 Apr 2021 08:48:50 GMT Message-Id: <202104120848.13C8moAO041406@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 6b4299a84a - main - 989d921f5d -> ecc2b1a6a0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6b4299a84aef538931c3cce334dcc5ef63e9f5df Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 08:48:50 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=6b4299a84aef538931c3cce334dcc5ef63e9f5df commit 6b4299a84aef538931c3cce334dcc5ef63e9f5df Author: Ryusuke SUZUKI AuthorDate: 2021-04-12 08:48:14 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-12 08:48:14 +0000 989d921f5d -> ecc2b1a6a0 --- .../content/ja/books/handbook/boot/_index.adoc | 47 ---------------------- 1 file changed, 47 deletions(-) diff --git a/documentation/content/ja/books/handbook/boot/_index.adoc b/documentation/content/ja/books/handbook/boot/_index.adoc index 13030980eb..a3bbde3d6a 100644 --- a/documentation/content/ja/books/handbook/boot/_index.adoc +++ b/documentation/content/ja/books/handbook/boot/_index.adoc @@ -56,7 +56,6 @@ toc::[] * FreeBSD のブートストラップシステムの構成およびそれらが互いにどう関係しているのか * 起動プロセスを制御するために FreeBSD のブートストラップの各要素に付加できるオプション -* ブートスプラッシュスクリーンの設定方法 * device hints の基本的な記述方法 * シングルユーザもしくはマルチユーザモードでの起動方法、 および FreeBSD システムのシャットダウンの方法 @@ -326,52 +325,6 @@ init がファイルシステムが正常であると判断するか、 ユー リソース設定システムについてもっと知りたい場合には、 man:rc[8] を参照してください。また、[.filename]#/etc/rc.d# にあるスクリプトを実行してみてください。 -[[boot-splash]] -== 起動時のスプラッシュスクリーンの設定 - -通常、FreeBSD システムが起動すると、 コンソールにはシステムの起動の進捗状況を示すメッセージ群が表示されます。 スプラッシュスクリーンは、 起動時の検出メッセージやサービスのスタートアップメッセージを隠すような、 これまでとは異なる起動画面を表示します。 スプラッシュスクリーンが有効な場合でも、起動時には、 起動オプションメニュー、タイムウェイトカウントダウンプロンプトなど、 いくつかの起動ローダメッセージは表示されます。 スプラッシュスクリーンは、起動プロセスの間、 キーボードから何かのキーを押すことで、 いつでもやめることができます。 - -FreeBSD には、2 つの基本環境があります。 ひとつは、レガシーな仮想コンソールのコマンドライン環境です。 システムの起動が終わったら、 コンソールにログインプロンプトが表示されます。 2 つ目の環境は、設定可能なグラフィカル環境です。 crossref:x11[x11,X Window System] では、 グラフィカルディスプレイマネージャやグラフィカルログインマネージャのインストールおよび設定方法について説明しています。 - -システムの起動後は、スプラッシュスクリーンは、 スクリーンセーバのデフォルトとなります。 一定期間使われないと、スプラッシュスクリーンが表示され、 イメージの輝度が、明るくから暗くなるように変化し、 そのサイクルが繰り返されます。 スプラッシュスクリーンセーバの設定は、 [.filename]#/etc/rc.conf# に `saver=` 行を追加することで変更できます。 いくつかのビルトインのスクリーンセーバが用意されており、 man:splash[4] で説明されています。 `saver=` オプションは、 仮想コンソールにのみ適用され、 グラフィカルディスプレイマネージャには影響しません。 - -package:sysutils/bsd-splash-changer[] package または port をインストールすると、 起動時にスプラッシュイメージのコレクションからランダムに一枚が表示されます。 スプラッシュスクリーン機能は、 256 色のビットマップ ([.filename]#.bmp#), ZSoft PCX ([.filename]#.pcx#) または TheDraw ([.filename]#.bin#) 形式に対応しています。 [.filename]#.bmp#, [.filename]#.pcx# または [.filename]#.bin# イメージは、ルートパーティション、たとえば [.filename]#/boot# に置く必要があります。 標準の VGA アダプタで動かすには、 スプラッシュイメージファイルは 320x200 ピクセル以下の解像度である必要があります。 デフォルトのブートディスプレイの解像度 256 色、320x200 ピクセル以下の場合には、以下を含むように [.filename]#/boot/loader.conf# を編集してください。 _splash.bmp_ の部分は、 用いるビ トマップフィアルの名前に置き換えてください。 - -[.programlisting] -.... -splash_bmp_load="YES" -bitmap_load="YES" -bitmap_name="/boot/splash.bmp" -.... - -ビットマップフィアルの代わりに、PCX ファイルを使う場合は、以下のようにしてください。 - -[.programlisting] -.... -splash_pcx_load="YES" -bitmap_load="YES" -bitmap_name="/boot/splash.pcx" -.... - -https://en.wikipedia.org/wiki/TheDraw[TheDraw] 形式のアスキーアートを使うには、以下を追加してください。 - -[.programlisting] -.... -splash_txt="YES" -bitmap_load="YES" -bitmap_name="/boot/splash.bin" -.... - -他に興味を持ちそうな [.filename]#loader.conf# のオプションを以下で紹介します。 - -`beastie_disable="YES"`:: -カウントダウンのプロンプトを除き、 ブートオプションメニューを表示しません。 ブートオプションメニューの画面は利用できませんが、 タイムウェイトカウントダウンプロンプトが表示されている時に、 オプションを選択することで対応するブートオプションを設定できます。 - -`loader_logo="beastie"`:: -このオプションは、カラーの beastie ロゴと共にブートオプションメニューの右側に表示されている単語 (デフォルトでは "FreeBSD") を置き換えます。 - -より詳細な情報については、man:splash[4], man:loader.conf[5] および man:vga[4] をご覧ください。 - [[device-hints]] == Device Hints From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 14:00:49 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6B5C5D1BE4 for ; Mon, 12 Apr 2021 14:00:49 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJr415Vvfz4WPW; Mon, 12 Apr 2021 14:00:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9AAB18831; Mon, 12 Apr 2021 14:00:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CE0n0s064381; Mon, 12 Apr 2021 14:00:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CE0nth064380; Mon, 12 Apr 2021 14:00:49 GMT (envelope-from git) Date: Mon, 12 Apr 2021 14:00:49 GMT Message-Id: <202104121400.13CE0nth064380@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mathieu Arnold Subject: git: fd2542a877 - main - Allow binding to something else than 127.0.0.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd2542a877f6ac5dab6f6d819c8319beeb53aa76 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 14:00:49 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/doc/commit/?id=fd2542a877f6ac5dab6f6d819c8319beeb53aa76 commit fd2542a877f6ac5dab6f6d819c8319beeb53aa76 Author: Mathieu Arnold AuthorDate: 2021-04-12 13:57:39 +0000 Commit: Mathieu Arnold CommitDate: 2021-04-12 14:00:41 +0000 Allow binding to something else than 127.0.0.1. If not building the documentation on your local machine, you may need to access the hugo server from another machine, you may want to run: make run HOSTNAME=host.example.org BIND=:: --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index 72f5b89dda..840e306fd4 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -49,7 +49,7 @@ generate-books-toc: .PHONY ${PYTHON_CMD} ./tools/books-toc-examples-creator.py -l ${LANGUAGES} run-local: .PHONY - ${HUGO_CMD} server -D --baseURL="http://$(.HOST):1313" + ${HUGO_CMD} server -D $(BIND:D--bind=$(BIND)) --baseURL="http://$(.HOST):1313" build: .PHONY ${HUGO_CMD} --minify From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 15:14:51 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E23405D4701 for ; Mon, 12 Apr 2021 15:14:51 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJsjR66LMz4Zdd; Mon, 12 Apr 2021 15:14:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C49941993E; Mon, 12 Apr 2021 15:14:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CFEpIa062712; Mon, 12 Apr 2021 15:14:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CFEpaf062711; Mon, 12 Apr 2021 15:14:51 GMT (envelope-from git) Date: Mon, 12 Apr 2021 15:14:51 GMT Message-Id: <202104121514.13CFEpaf062711@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mitchell Horne Subject: git: 2c286f7440 - main - relnotes: add some more arm64 changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mhorne X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2c286f74405c80a1629d0c42a3542a706f8c83a3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 15:14:51 -0000 The branch main has been updated by mhorne (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=2c286f74405c80a1629d0c42a3542a706f8c83a3 commit 2c286f74405c80a1629d0c42a3542a706f8c83a3 Author: Mitchell Horne AuthorDate: 2021-04-07 20:56:07 +0000 Commit: Mitchell Horne CommitDate: 2021-04-12 15:11:32 +0000 relnotes: add some more arm64 changes Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D29650 --- website/content/en/releases/13.0R/relnotes.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 48707f03ca..395a8b950a 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -505,6 +505,25 @@ The amd64 architecture now supports 57-bit virtual addresses (LA57) on supported The 64-bit ARM architecture known as arm64 or AArch64 is promoted to Tier-1 status for FreeBSD 13. https://lists.freebsd.org/pipermail/freebsd-arm/2021-April/023602.html[Announcement] +Added a driver for the Broadcom "GENET" ethernet driver found on the Raspberry +Pi 4B. It was derived in part from NetBSD's version of the driver. +gitref:2cd0c529781a[repository=src] + +Added support for using Address Space Identifiers (ASIDs) to the arm64 pmap. This +improves TLB utilization for some workloads. gitref:50e3ab6bcf8c[repository=src] + +The man:linux[4] ABI compatibility layer is now enabled by default. +gitref:6659d8e7c26[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Added support for the man:gdb[4] kernel debugger. +gitref:bbfa199cbc16[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Added support for building ISO installer images. +gitref:6dadc5d1cdec[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Added SD card configuration files for the Rock64 and RockPro64. +gitref:b407a449ac4c[repository=src] gitref:0edb2e1d0caa[repository=src] + === ARMv5 Removed support for version 5 of the 32-bit ARM architecture. From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 15:14:53 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A5465D41ED for ; Mon, 12 Apr 2021 15:14: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJsjS6yGlz4ZkJ; Mon, 12 Apr 2021 15:14:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2174197DF; Mon, 12 Apr 2021 15:14:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CFEqlw062733; Mon, 12 Apr 2021 15:14:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CFEqrQ062732; Mon, 12 Apr 2021 15:14:52 GMT (envelope-from git) Date: Mon, 12 Apr 2021 15:14:52 GMT Message-Id: <202104121514.13CFEqrQ062732@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mitchell Horne Subject: git: 279491de45 - main - relnotes: note some more userland removals MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mhorne X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 279491de4595b931ee0fa8371fff148d3f903763 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 15:14:53 -0000 The branch main has been updated by mhorne (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=279491de4595b931ee0fa8371fff148d3f903763 commit 279491de4595b931ee0fa8371fff148d3f903763 Author: Mitchell Horne AuthorDate: 2021-04-07 21:24:35 +0000 Commit: Mitchell Horne CommitDate: 2021-04-12 15:12:35 +0000 relnotes: note some more userland removals Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D29652 --- website/content/en/releases/13.0R/relnotes.adoc | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 395a8b950a..fae19bfad1 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -157,6 +157,10 @@ resumes from sleep rather than a `kern` system event. gitref:f87655ec7694[reposi The man:diskinfo[8] utility now reports the physical device name GEOM attribute when available. gitref:b5961be1ab7[repository=src] +Removed userland support for FreeBSD/i386 a.out executables. +gitref:9bc6c7219a37[repository=src], gitref:50a40d091170[repository=src], +gitref:0713c7b88cf0[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + Removed the man:elf2aout[1] utility. gitref:dd99ab06f360[repository=src] The man:freebsd-update[8] utility now displays progress for the "Fetching files..." stage. gitref:d6e1e31a0e6[repository=src] @@ -172,12 +176,32 @@ Detailed kernel crash information can be obtained by installing modern GDB from ports or packages. gitref:1c0ea326aa6d[repository=src] +Removed the obsolete binutils 2.17 and man:gcc[1] 4.2.1 from the tree. All supported architectures +now use the LLVM/clang toolchain. +gitref:0ad202f312f6[repository=src], gitref:a04ec978b369[repository=src], +gitref:57f804675e65[repository=src], gitref:90b9aa475e9e[repository=src] +{{< sponsored "The FreeBSD Foundation" >}} + +Removed the GPL-licensed version of man:dtc[1]. The BSD-licensed version is now +built and installed unconditionally. +gitref:134b378392a8[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + The manual page for the man:gstat[8] utility now documents the use of interactive keyboard commands. gitref:cfaa2958dc4[repository=src] The manual page for the man:inetd[8] utility now includes an example of how to use netcat as an HTTP proxy. gitref:a58fc861516[repository=src] The manual page for the man:inetd[8] utility now includes comments for all examples. gitref:26a4a61a285[repository=src] +Removed the man:ctm[1] utility. It is now provided by the `misc/ctm` port. +gitref:385e98080cab[repository=src] + +The BSD version of man:grep[1] is now installed by default. The obsolete GNU +version that was the previous default has been removed. +gitref:8aff76fb37b5[repository=src], gitref:47d1ad2413da[repository=src] + +Removed the man:amd[8] automount daemon. Its functionality is provided by +man:autofs[5]. gitref:13f7dbe822d5[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + [[userland-contrib]] === Contributed Software @@ -216,6 +240,8 @@ analogues of man:aio_read[2] and man:aio_write[2]. gitref:022ca2fc7fe0[repositor powerpc64 switched to ELFv2 ABI at the same time it switched to LLVM. This brings us to a parity with modern Linux distributions. This also makes the binaries from previous FreeBSD versions incompatible with 13.0-RELEASE. Kernel still supports ELFv1, so jails and chroots using older FreeBSD versions are still compatible. gitref:e4399d169acc[repository=src] +Removed CU-SeeMe support from man:libalias[3]. gitref:65a1d63665b[repository=src] + [[kernel]] == Kernel @@ -360,6 +386,9 @@ The man:ctld[8] utility now supports the `-f` flag to test the validity of confi Removed the man:nand[4] device framework and man:nandfs[5] filesystem and associated utilities. gitref:f5a95d9a0794[repository=src] +Removed the `GEOM_SCHED` class and accompanying man:gsched[8] tool. +gitref:86c06ff8864[repository=src] + man:gnop[8] can now apply configurable delays to read and write requests to simulate a slow disk. gitref:4f80c85519d5[repository=src] From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 15:14:54 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 693C85D4702 for ; Mon, 12 Apr 2021 15:14:54 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJsjV1mGxz4Zdj; Mon, 12 Apr 2021 15:14:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19D33196EF; Mon, 12 Apr 2021 15:14:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CFEsHi062754; Mon, 12 Apr 2021 15:14:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CFEsnk062753; Mon, 12 Apr 2021 15:14:54 GMT (envelope-from git) Date: Mon, 12 Apr 2021 15:14:54 GMT Message-Id: <202104121514.13CFEsnk062753@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mitchell Horne Subject: git: 67e5e554ec - main - relnotes: note some more kernel/driver removals MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mhorne X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67e5e554ec0bc0374f6edb2a78e9559dabcdbdf1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 15:14:54 -0000 The branch main has been updated by mhorne (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=67e5e554ec0bc0374f6edb2a78e9559dabcdbdf1 commit 67e5e554ec0bc0374f6edb2a78e9559dabcdbdf1 Author: Mitchell Horne AuthorDate: 2021-04-08 14:39:32 +0000 Commit: Mitchell Horne CommitDate: 2021-04-12 15:13:22 +0000 relnotes: note some more kernel/driver removals Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D29653 --- website/content/en/releases/13.0R/relnotes.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index fae19bfad1..dacdb6d466 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -302,6 +302,9 @@ This has been applied in parts of the VM subsystem and VFS layer to improve scalability on high core count systems. gitref:d4665eaa6638[repository=src] +Removed support for procfs-based process debugging. +gitref:59838c1a197[repository=src] + [[drivers]] == Devices and Drivers @@ -337,6 +340,15 @@ Removed the man:ubsec[4] driver for obsolete Broadcom BCM58xx crypto accelerators. gitref:97e251327f95[repository=src] {{< sponsored "Chelsio Communications" >}} +Removed the deprecated man:ufm[4] driver for USB FM tuners. +gitref:209d3fb41fe[repository=src] + +Removed the deprecated man:ctau[4] and man:cx[4] drivers. +gitref:2733d8c96c6f[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Removed the man:vpo[4] driver for parallel port SCSI adapters. +gitref:51691e26d06[repository=src] + A new man:safexcel[4] driver supports cryptographic requests via the EIP-97 packet processing module found on the ESPRESSObin. gitref:b356ddf07671[repository=src] {{< sponsored "Rubicon Communications, LLC" >}} From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 15:14:55 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D1EF5D45E6 for ; Mon, 12 Apr 2021 15:14:55 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJsjW2837z4Zt4; Mon, 12 Apr 2021 15:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C5F81993F; Mon, 12 Apr 2021 15:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CFEtbQ062775; Mon, 12 Apr 2021 15:14:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CFEtcA062774; Mon, 12 Apr 2021 15:14:55 GMT (envelope-from git) Date: Mon, 12 Apr 2021 15:14:55 GMT Message-Id: <202104121514.13CFEtcA062774@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mitchell Horne Subject: git: d3aea8d973 - main - relnotes: add some kernel/driver additions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mhorne X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d3aea8d97308102fc5a5520c8e1a8b6df93db7bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 15:14:55 -0000 The branch main has been updated by mhorne (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=d3aea8d97308102fc5a5520c8e1a8b6df93db7bd commit d3aea8d97308102fc5a5520c8e1a8b6df93db7bd Author: Mitchell Horne AuthorDate: 2021-04-08 15:06:22 +0000 Commit: Mitchell Horne CommitDate: 2021-04-12 15:13:45 +0000 relnotes: add some kernel/driver additions A smattering of notable or "Relnotes: yes" changes not yet documented. Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D29654 --- website/content/en/releases/13.0R/relnotes.adoc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index dacdb6d466..eeed9d104e 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -305,6 +305,15 @@ gitref:d4665eaa6638[repository=src] Removed support for procfs-based process debugging. gitref:59838c1a197[repository=src] +Added the man:netgdb[4] facility, allowing the man:gdb[4] kernel debugger to be +used over the network. gitref:dda17b3672f2[repository=src] + +Added the man:backlight[9] subsystem. +gitref:675aae732d3[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Added a CAM-Newbus SDIO support module. +gitref:67ca7330cf3[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + [[drivers]] == Devices and Drivers @@ -383,6 +392,19 @@ man:hwpmc[4] gained support for POWER8 and POWER9. gitref:68dd71825601[repositor man:cpld[4] driver was written for powerpc64 and powerpcspe. gitref:2a05eb9f3c4b[repository=src], gitref:ccb1ebe01caa[repository=src] +The man:cgem[4] ethernet driver now supports 64-bit physical addresses. +gitref:facdd1cd2045[repository=src] + +Added the man:axp[4] driver, supporting the 10G ethernet controller found on +AMD EPYC processors. gitref:7113afc84c0[repository=src] + +Added support for Intel Speed Shift to man:cpufreq[4]. +gitref:4577cf3744b[repository=src] + +Added a driver for pwm-backlight compatible devices, such as the one found on +the Pinebook and Pinebook Pro. +gitref:38d94a4bc75[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + [[storage]] == Storage @@ -438,6 +460,9 @@ gitref:92bbfe1f0d1f[repository=src] The ZFS implementation is now provided by OpenZFS. gitref:9e5787d2284e[repository=src] {{< sponsored "iXsystems" >}} +Added the man:pvscsi[4] driver, supporting the para-virtualized SCSI +controller in VMWare products like ESXi. gitref:052e12a5084[repository=src] +{{< sponsored "VMWare" >}} {{< sponsored "Panzura" >}} [[boot]] == Boot Loader Changes From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 15:38:05 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE5CB5D53BB for ; Mon, 12 Apr 2021 15:38:05 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJtDF51Lrz4bwN; Mon, 12 Apr 2021 15:38:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EFE0198F4; Mon, 12 Apr 2021 15:38:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CFc5t8089580; Mon, 12 Apr 2021 15:38:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CFc5nM089579; Mon, 12 Apr 2021 15:38:05 GMT (envelope-from git) Date: Mon, 12 Apr 2021 15:38:05 GMT Message-Id: <202104121538.13CFc5nM089579@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mathieu Arnold Subject: git: 1b2c3ba6a5 - main - Mention portfmt & portclippy. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 15:38:05 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/doc/commit/?id=1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5 commit 1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5 Author: Mathieu Arnold AuthorDate: 2021-04-12 15:34:29 +0000 Commit: Mathieu Arnold CommitDate: 2021-04-12 15:37:52 +0000 Mention portfmt & portclippy. --- .../content/en/books/porters-handbook/testing/_index.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc index 25901637df..129743efb2 100644 --- a/documentation/content/en/books/porters-handbook/testing/_index.adoc +++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc @@ -43,6 +43,15 @@ If `make describe` produces a string rather than an error message, everything is Also note that running a recent version of `portlint` (as specified in the next section) will cause `make describe` to be run automatically. +[[testing-portclippy]] +== Portclippy / Portfmt + +Those tools come from package:ports-mgmt/portfmt[]. + +Portclippy is a linter that checks if variables in the [.filename]#Makefile# are in the correct order according to crossref:order[porting-order,Order of Variables in Port Makefiles]. + +Portfmt is a tool for automatically formatting [.filename]#Makefile#. + [[testing-portlint]] == Portlint From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 16:07:35 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 671235D5B3D for ; Mon, 12 Apr 2021 16:07:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJttH2Tjxz4dDl; Mon, 12 Apr 2021 16:07:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 480C81A3FD; Mon, 12 Apr 2021 16:07:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CG7ZpO030031; Mon, 12 Apr 2021 16:07:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CG7ZOZ030030; Mon, 12 Apr 2021 16:07:35 GMT (envelope-from git) Date: Mon, 12 Apr 2021 16:07:35 GMT Message-Id: <202104121607.13CG7ZOZ030030@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ram Kishore Vegesna Subject: git: 713d8e0b58 - main - Update the new PGP key MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ram X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 713d8e0b5897149f597e592c861a334bbd83bdf3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 16:07:35 -0000 The branch main has been updated by ram (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=713d8e0b5897149f597e592c861a334bbd83bdf3 commit 713d8e0b5897149f597e592c861a334bbd83bdf3 Author: Ram Kishore Vegesna AuthorDate: 2021-04-12 16:02:20 +0000 Commit: Ram Kishore Vegesna CommitDate: 2021-04-12 16:02:20 +0000 Update the new PGP key Approved by: mav (mentor) --- documentation/static/pgpkeys/ram.key | 69 +++++++++++++++++------------------- 1 file changed, 32 insertions(+), 37 deletions(-) diff --git a/documentation/static/pgpkeys/ram.key b/documentation/static/pgpkeys/ram.key index 908fb72ac1..5a2ab6eaa7 100644 --- a/documentation/static/pgpkeys/ram.key +++ b/documentation/static/pgpkeys/ram.key @@ -1,14 +1,11 @@ -// $FreeBSD: head/share/pgpkeys/ram.key 51544 2018-04-10 18:37:58Z ram $ -// -// sh addkey.sh ram E60E9E7679E70F18 ; - +// sh addkey.sh ram 125F74AD381880B7 ; [.literal-block-margin] .... -pub rsa2048/E60E9E7679E70F18 2018-04-09 [SC] [expires: 2021-04-08] - Key fingerprint = FC32 B44C D51E 1B31 766F 0A07 E60E 9E76 79E7 0F18 -uid Ram Kishore Vegesna -sub rsa2048/F1410348850D12F9 2018-04-09 [E] [expires: 2021-04-08] +pub rsa2048/125F74AD381880B7 2021-04-12 [SC] [expires: 2024-04-11] + Key fingerprint = 1B62 5D5F E687 7569 A808 13C2 125F 74AD 3818 80B7 +uid Ram Kishore Vegesna +sub rsa2048/1C44856EF13777C6 2021-04-12 [E] [expires: 2024-04-11] .... @@ -16,34 +13,32 @@ sub rsa2048/F1410348850D12F9 2018-04-09 [E] [expires: 2021-04-08] .... -----BEGIN PGP PUBLIC KEY BLOCK----- -mQENBFrLuvUBCADSNZ3wNvfqpNGulJ6ZQJGaUrPqp9jRGMkzoJl0XTxnXWLzpsY7 -ptaeMiDrEHmvSLISqUngM8MfB2pqNLFUA6FrFlHL46xK0euVuU44yLYR5zhJurcP -zT/m8VjwX2IIbJu0aiLMzlPRklK0fCii5UZA7moKlzjKrEjlWlf0z5Aat3hBiqCW -Nc0Ez/sE9/+lLNkaNyWJGZT2qbrz10imGrf51Q/rjEu/jDl8PHmro+dw5yCXEHqR -LU4ar6RSqA8JjWlSs23daT3+FYV8ROJVi7LJwXvp3kQbun1mDx+OeEiB1VYH4kmT -IvEHsnt0IPiNBywCPtzrnnZtQrwbmQZ56ANpABEBAAG0LlJhbSBLaXNob3JlIFZl -Z2VzbmEgPHJhbS52ZWdlc25hQGJyb2FkY29tLmNvbT6JAVQEEwEIAD4WIQT8MrRM -1R4bMXZvCgfmDp52eecPGAUCWsu69QIbAwUJBaOagAULCQgHAgYVCgkICwIEFgID -AQIeAQIXgAAKCRDmDp52eecPGAXUB/49EQFTEupjPRm1QJsfQ99V/uqWpNDCffss -JCaDbx6aldhMmumkZhhzVg4Z0z0d8Q8xzUl2WSgr8woeGlWdF6vbVKDlTX7l2N1R -zRVaWSuQ4LPC8Q2AoqHDlytmJpBlgv7rdGPsW/oD1Sq5aRYJl9RroSSOCE8oKWro -l55A+T+OUpfr0jlty2ooF2z5FIMTBdsCE76fZ3UWc279gLdLpwyG2KE6b8no7fyD -nVc06pHIzBdikjze6GvXTS/QLA/cmeApLQjs3lOCi53hqkO8Et68MDwPx7l9QhUr -N0sjaTyqScogT6JV0gsSY97Pi/+PNRAS/Pz7BgJURDvBD1XkAg+tuQENBFrLuvUB -CADFdhCfTOEfnNNkhVai4EeDCzinhs9emWepvHfbypFd/1Hs9WOBQCkFBfs7+dm9 -sdK1qgAcT5JuHCtop4w1ejvQPKL50odDoTNxCQ8pjwoFMsVPSilFIyS+QUBCsbM0 -hLNtTFcvmMRKILTAcywD4oEpQn+YzsFdH0D08qqrUyYV7ib7awwkrnlJe/Qwe7li -FcHESzIAaAaSgtR+S2IcQJFpK8h8LtmY3s9u8SWuKGGrNm6Tl3kfMlqv5U9SRrYN -Qnny7Oz5vELJRIT7FwWb4Zkc+gwfkeTIp7a73RhvfgE2Egi8sK1179ISXYB9RDge -Adqmqw29x5YpVySdnpXoucDJABEBAAGJATwEGAEIACYWIQT8MrRM1R4bMXZvCgfm -Dp52eecPGAUCWsu69QIbDAUJBaOagAAKCRDmDp52eecPGIt5B/99u8NYuXopVsGZ -MSn1llqKeCBGVgpvJCsQ8Cez8egs+0Bxr7SaCU2omirNsjr/bY/j97k/XVVP61YK -QgMDUiKELnoB0eML3eOMzGu6P28lTEJJ2L4jb3SYDCyTeHLv/ts+eK/CS8XcTqLy -gnc+bYMAcuRDnzhRoTitf5iwN1ANJyHtAaDK/beu5o9FNKEE4ryPkk1YRYxy5eno -h0cRYYnRWK0BKBZV737FsfAvtRzW/aVaqwTbeOgKKcYEvxT0OL3pnKBRCSboK5r1 -g7Kh9hoMfanw2S4xP1aQrsdn6WZmWroybtiJk4wY2RYPuPLZIUvRCnp7gPPGwQ6u -sRzBpHzb -=yta6 +mQENBGB0aZsBCADdBjTq3Uk2jGQX6FfJO2p0WwPLA6yyT6eFle8nqx0ZnQE5gs1K +mmT4IJD5D8SnoMvq+JZ2PjsvaD7kpnh6IS66hBZ9MkPyoHSJqJSFd7+1B1k1Ziv+ +BrbPgUa3QEP1S0WxvzumDrstLbBJYC5zDz2zud7XCDje6Pgi7uWt731kjLtv2S2I +fdbDBIkwQgmzMt4Equ09mPNM3PixFAsAD3ebK9y6X1eAg5fOXy5L8W08WBnFpUhJ +87LJjavsTwwvwYdREsyP9ohd9YRlJgJLVTM4eEsT7Vb357lLa+SINxT6ButVEi8v +IBDPkQnOnLxCc0+bkcDAs6WYsVNw9biKCn+BABEBAAG0JVJhbSBLaXNob3JlIFZl +Z2VzbmEgPHJhbUBGcmVlQlNELm9yZz6JAVQEEwEKAD4WIQQbYl1f5od1aagIE8IS +X3StOBiAtwUCYHRpmwIbAwUJBaOagAULCQgHAwUVCgkICwUWAwIBAAIeAQIXgAAK +CRASX3StOBiAtxjkB/0bxpq/qlEAEl9WSjTt9uNmODheZCZChO/8GvslTYt8WlHW +hveseldav6hjo+CaYmV01k+b4rlOLIYHdd1lYaUpJsSDnjd/UxT3rpEuZVRA2MgK +l5GLJBXhRpXaQETFeLtLL3/t1QUkfLZ7dO//OR2DcDr5EgamJoS1WZT/FKMyZdhe +6CzuCIWbsQ7gthlPRK+jehDefFjuJR9j8GZx2xXGYUyvJ9yK0MndMfXzxNXXOf6g +BnLyH49BEd+vTg1SvceDDyfiszEjMp3NyOonMaf/+LsT4xG/n76IcDBkesJeyIO/ +5hCzAyu8S9Hkj/MnxvzF+ZxeS68uNnu3DLpBhWZEuQENBGB0aZsBCACyYZ/qUpmI +B6uR60WVxv6Nnw+30FfApR1RYadNKiJhs5K7YjsDdoLiK7Jkd4GHZfSOaoHsK6vL +9Uaem5+r+J9buHJAcvhP+oxcpUSiUO2Gw3vC8m0KOxRJj/3w9pIx8dDM3FX/N3h+ +VOx9nm6u2q0xA6mHw55XURiP4ktdlgEm3my88jokDKruympJf9B8VYNOBdD6HTLV +FUG9NS0UD3CCsbyv/Ax9nEdQAL3/FlhDHKq7gAjzRdbBm66PA6uzRzF9zPENPfyA +edwxW/JUK1GvGRZAa5poI3JT6JYbaaghSml1eiNPOWKaZd0m3/dSd84PxFTkKOxB +jw5G7EfegNmnABEBAAGJATwEGAEKACYWIQQbYl1f5od1aagIE8ISX3StOBiAtwUC +YHRpmwIbDAUJBaOagAAKCRASX3StOBiAtzhxCAC0PBoPpnzwEc9PLJImW5kRQvya +4I/pjgCHrpI+P3QCOdIg61r7Xofr6KCH5fZ8JvafVXdiW/SAynFUjIpKzmOVt7cT +VnkUUTDhQwQ8pk6z83UYCsy6PDg/98LoqdvCCF7Wu+5t38MG2BraVQuckOmnX6ts +wPIeVy++ZwQhFQdOzz+buc2ygJ6l/TGwZOjmDafGqfP6rsF31zNvCc8iYONSsyrT +kOhSjZO+SPcfGn+T6th7TgHP+oAwz7X6yjAlOPxAgD5ZIVG25oL7Mz8SRPh8OuxN +qt+XTXA9TjWRa/gPSC87X1ZZzwyPRG1wpiKDgx6fGUDQBvQe6Rl7vycUmqri +=UBZE -----END PGP PUBLIC KEY BLOCK----- .... - From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 20:04:35 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB10D5DD335 for ; Mon, 12 Apr 2021 20:04:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FK07l4RGcz4rJZ; Mon, 12 Apr 2021 20:04:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 870961D7D4; Mon, 12 Apr 2021 20:04:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CK4ZV5050568; Mon, 12 Apr 2021 20:04:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CK4Zpd050567; Mon, 12 Apr 2021 20:04:35 GMT (envelope-from git) Date: Mon, 12 Apr 2021 20:04:35 GMT Message-Id: <202104122004.13CK4Zpd050567@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 9ad828a6e5 - main - Add rsync.net percs in FreeBSD Committer's Guide MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9ad828a6e5f61426e37046acc036354343d62657 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 20:04:35 -0000 The branch main has been updated by bofh (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=9ad828a6e5f61426e37046acc036354343d62657 commit 9ad828a6e5f61426e37046acc036354343d62657 Author: Muhammad Moinur Rahman AuthorDate: 2021-04-12 20:03:29 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-04-12 20:04:23 +0000 Add rsync.net percs in FreeBSD Committer's Guide --- documentation/content/en/articles/committers-guide/_index.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 33187e64a3..b7be2bc3b6 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3750,3 +3750,10 @@ Gandi provides website hosting, cloud computing, domain registration, and X.509 Gandi offers an E-rate discount to all FreeBSD developers. Send mail to mailto:non-profit@gandi.net[non-profit@gandi.net] using your `@freebsd.org` mail address, and indicate your Gandi handle. + +[[benefits-rsync]] +=== `rsync.net` + +https://rsync.net[rsync.net] provides cloud storage for offsite backup that is optimized for UNIX users. Their service runs entirely on FreeBSD and ZFS. + +rsync.net offers a free-forever 500 GB account to FreeBSD developers. Simply sign up at https://www.rsync.net/freebsd.html[https://www.rsync.net/freebsd.html] using your `@freebsd.org` address to receive this free account. From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 20:16:27 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 967165DD942 for ; Mon, 12 Apr 2021 20:16:27 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FK0PR3sqcz4rds for ; Mon, 12 Apr 2021 20:16:27 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from mx.bofh.network (mx.bofh.network [IPv6:2a01:4f8:13b:4347::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.bofh.network", Issuer "R3" (verified OK)) (Authenticated sender: bofh/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 32AAD24492 for ; Mon, 12 Apr 2021 20:16:27 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from [192.168.30.215] (103-218-25-250.Dhaka.carnival.com.bd [103.218.25.250]) by mx.bofh.network (OpenSMTPD) with ESMTPSA id c768143d (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Mon, 12 Apr 2021 20:16:25 +0000 (UTC) From: Muhammad Moinur Rahman Content-Type: multipart/signed; boundary="Apple-Mail=_63FBA9AE-D861-43C8-9AFC-342290BCB8CB"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: git: 9ad828a6e5 - main - Add rsync.net percs in FreeBSD Committer's Guide Message-Id: Date: Tue, 13 Apr 2021 02:16:22 +0600 To: dev-commits-doc-all@freebsd.org X-Mailer: Apple Mail (2.3654.60.0.2.21) X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 20:16:27 -0000 --Apple-Mail=_63FBA9AE-D861-43C8-9AFC-342290BCB8CB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, I apologies for the mistake. Somehow my Differential Revision: and = Approved got commented. But for your reference https://reviews.freebsd.org/D29716 this was = approved by core@. Kind Regards, Moin --Apple-Mail=_63FBA9AE-D861-43C8-9AFC-342290BCB8CB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEETfdREoUGjQZKBS+fvbm1phfAvJEFAmB0qpZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDRE Rjc1MTEyODUwNjhEMDY0QTA1MkY5RkJEQjlCNUE2MTdDMEJDOTEACgkQvbm1phfA vJElcQ/9HiMozFDkwCRDYmYgE9ZH363ogCptLryOPUtkX77aceEyRCv553gPNnuY ErBYdwFdv6cZenk3NbPCWNsq1yXVETpfnzXlqEs33gEVXZxAeqVDGVcGmapVUIob DkL039aKg0hsakdzGwJzwgl6n0T2N9KBA7ajhcHygRZt70WWLglYhZrM0wZd0Nvr PkWHno46s0nUL48B9pCY7DpKIEnOBsVArwEEKZP/A9zOjG9gmJz+PQZsfosjn2ix 0QX0Von2uFlDIkD2ZgR0hJbc4pl/ER501ndJdvXJR5Pt7xdVRH3YBCMeC+mDjK06 9wksbIi7K3U+s17F3oyYwk4GJLgdsqL0WkZBThVZkD5BgzsDzJIrA+7V2s8IZuI2 hOTaRtxp6of0YxPWQMxWxwapNF6I6tDaAWl3tV/bL9KAz06tjURVc53WpDUTJDf8 fwLrqZT8ISjeXYjF6NXZjaVeaKNKK1ndojZGt5e3a8IOHIbhLgM0i4v4Mxj8tVe5 2veX1itG+ud0AloMCOZ75+dlQcRCSyei4WJA3YxratWEBQP9GJHZYmZZ7UqkhsRQ ZHnqL0Qhn73jLeo9vm0sObCswt8cQ1S1JElpPAr1ji+azlo7kwynvnZp7T/zlPv8 7i0scTmZJr4ffi8eXxoEgm/h/sqqY4aalrFXt0hG1IZYlo3dReM= =XpL0 -----END PGP SIGNATURE----- --Apple-Mail=_63FBA9AE-D861-43C8-9AFC-342290BCB8CB-- From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 20:55:07 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F066B5DEAAC for ; Mon, 12 Apr 2021 20:55:07 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FK1G36Xkxz4tQl; Mon, 12 Apr 2021 20:55:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D39161E3D5; Mon, 12 Apr 2021 20:55:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CKt7KJ017229; Mon, 12 Apr 2021 20:55:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CKt7CE017228; Mon, 12 Apr 2021 20:55:07 GMT (envelope-from git) Date: Mon, 12 Apr 2021 20:55:07 GMT Message-Id: <202104122055.13CKt7CE017228@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Alexander V. Chernikov" Subject: git: fced49eafc - main - Fixup formatting for the routing work. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: melifaro X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fced49eafc86f48ffa400a95b508c70864c933c0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 20:55:08 -0000 The branch main has been updated by melifaro (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=fced49eafc86f48ffa400a95b508c70864c933c0 commit fced49eafc86f48ffa400a95b508c70864c933c0 Author: Alexander V. Chernikov AuthorDate: 2021-04-10 21:44:04 +0000 Commit: Alexander V. Chernikov CommitDate: 2021-04-11 18:07:05 +0000 Fixup formatting for the routing work. Differential Revision: https://reviews.freebsd.org/D29704 --- website/content/en/releases/13.0R/relnotes.adoc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index eeed9d104e..153548151e 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -536,23 +536,33 @@ SCTP support is now available as a new [.filename]#sctp.ko# kernel module and is no longer compiled into GENERIC by default. gitref:e64080e79c53[repository=src] {{< sponsored "The FreeBSD Foundation" >}} -[[[network-routing]] -=== Routing +[[network-routing]] +== Routing FreeBSD 13 features a rewritten routing stack. It is based on the introduction of nexthops - objects holding all necessary state to pass a packet to the desired destination. gitref:a666325282ea[repository=src] + Multipath routing support has been rewritten in more scalable fashion, featuring 64-wide multipath routes with O(1) lookup time. gitref:fedeb08b6a58[repository=src]. The `RADIX_MPATH` kernel option got replaced with `ROUTE_MPATH`, which is turned on by default. Additionally, the `net.route.multipath` sysctl has been added to control the feature in runtime. gitref:d1d941c5b910[repository=src], gitref:d5fe384b4d41[repository=src] + Support for custom route lookup algorithms has been added. The framework decouples control-plane and data-plane, resulting in both faster lookups and better convergence times for large tables under load. gitref:f5baf8bb12f3[repository=src] + DPDK librte-based IPv4/IPv6 route lookup algorithms has been added, optimising control-plane and data-plane for large routing tables. gitref:537d13437314[repository=src] Interface fib is now used for proxyarp checks. gitref:66bc03d41566[repository=src] + Loopback route installation has been fixed for the interfaces in different fibs using the same prefix. gitref:9fdbf7eef5c0[repository=src] + Number of fibs can now be changed at runtime by controlling `net.fibs` sysctl. gitref:f5247a232a33[repository=src] + `net.add_addr_allfibs` sysctl default has been changed to 0. gitref:2d3982419593[repository=src] Temporal routes (routes with `-expire` time set) expiration have been for both IPv4 and IPv6. gitref:34a5582c47c7[repository=src] + Duplicate routes installation issue for /32 or /128 interface aliases has been fixed. gitref:81728a538d24[repository=src] + IPv6 interface routes are now marked with RTF_PINNED like their IPv4 counterparts. gitref:81728a538d24[repository=src] + The {{< manpage "route" "8">}} network auto-guessing has been eliminated by removing remnants of classful behavior. gitref:d28210b2c2aa[repository=src] + Sysctl `net.inet6.ip6.deembed_scopeid` , making it possible to disable IPv6 scope de-embedding, has been removed. gitref:bec053ffe01d[repository=src] [[hardware]] From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 21:39:16 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FDDE5DFCAC for ; Mon, 12 Apr 2021 21:39: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FK2F00tV9z3Bnx; Mon, 12 Apr 2021 21:39:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10A4B1E9E1; Mon, 12 Apr 2021 21:39:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CLdFck070957; Mon, 12 Apr 2021 21:39:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CLdFm4070956; Mon, 12 Apr 2021 21:39:15 GMT (envelope-from git) Date: Mon, 12 Apr 2021 21:39:15 GMT Message-Id: <202104122139.13CLdFm4070956@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergey Kandaurov Subject: git: 03e44a73d6 - main - Add russian version of this file. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pluknet X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03e44a73d6d5b85c8cbcc554147ea89c9e4fd1ee Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 21:39:16 -0000 The branch main has been updated by pluknet: URL: https://cgit.FreeBSD.org/doc/commit/?id=03e44a73d6d5b85c8cbcc554147ea89c9e4fd1ee commit 03e44a73d6d5b85c8cbcc554147ea89c9e4fd1ee Author: Sergey Kandaurov AuthorDate: 2021-04-12 21:31:35 +0000 Commit: Sergey Kandaurov CommitDate: 2021-04-12 21:31:35 +0000 Add russian version of this file. --- website/themes/beastie/i18n/ru.toml | 600 ++++++++++++++++++++++++++++++++++++ 1 file changed, 600 insertions(+) diff --git a/website/themes/beastie/i18n/ru.toml b/website/themes/beastie/i18n/ru.toml new file mode 100644 index 0000000000..0c7d35a4ea --- /dev/null +++ b/website/themes/beastie/i18n/ru.toml @@ -0,0 +1,600 @@ +# Global +[freebsd] +other = "FreeBSD" + +[freebsdProject] +other = "Проект FreeBSD" + +[freebsdPowerServe] +other = "FreeBSD The Power to Serve" + +[freebsdFoundation] +other = "The FreeBSD Foundation" + +[downloadFreeBSD] +other = "Загрузить FreeBSD" + +[production] +other = "Продуктивный" + +# Header +[donate] +other = "Donate to FreeBSD" + +[donateFoundation] +other = "Donate to the FreeBSD Foundation" + +[search] +other = "Поиск" + +# Navigation +[home] +other = "На главную" + +[about] +other = "О FreeBSD" + +[introduction] +other = "Введение" + +[features] +other = "Возможности" + +[advocacy] +other = "Адвокатура" + +[marketing] +other = "Маркетинг" + +[privacyPolicy] +other = "Политика конфиденциальности" + +[getFreeBSD] +other = "Получение FreeBSD" + +[releaseInformation] +other = "Информация о релизах" + +[releaseEngineering] +other = "Информация о подготовке релизов" + +[documentation] +other = "Документация" + +[faq] +other = "Часто задаваемые вопросы" + +[handbook] +other = "Руководство пользователя" + +[porterHandbook] +other = "Руководство портера" + +[developerHandbook] +other = "Руководство разработчика" + +[manualPages] +other = "Страницы справочника" + +[documentationProjectPrimer] +other = "Пример проекта документации" + +[allBooksArticles] +other = "Все книги и статьи" + +[community] +other = "Сообщество" + +[mailingLists] +other = "Списки рассылки" + +[forums] +other = "Форумы" + +[userGroups] +other = "Группы пользователей" + +[events] +other = "События" + +[FreeBSDJournal] +other = "Журнал FreeBSD" + +[QA] +other = "Вопросы и ответы" + +[developers] +other = "Разработка" + +[projectIdeas] +other = "Идеи для проекта" + +[subversionRepository] +other = "SVN репозиторий" + +[gitRepository] +other = "Git репозиторий" + +[gitMirror] +other = "Зеркало GitHub" + +[phabricator] +other = "Code Review (Phabricator)" + +[wiki] +other = "Wiki" + +[CI] +other = "Сервис непрерывной интеграции" + +[support] +other = "Поддержка" + +[vendors] +other = "Коммерческие предложения" + +[securityInformation] +other = "Информация о безопасности" + +[bugReports] +other = "Сообщения об ошибках" + +[submittingBugReports] +other = "Отправить сообщение об ошибке" + +[foundation] +other = "Фонд" + +[monetaryDonations] +other = "Пожертвования" + +[hardwareDonations] +other = "Передать оборудование" + +#Main +[freebsdDescription1] +other = "FreeBSD - это современная операционная система для серверов, десктопов и встроенных" + +[freebsdDescription2] +other = "платформ." + +[freebsdDescription3] +other = "FreeBSD постоянно совершенствуется" + +[freebsdDescription4] +other = "большим сообществом" + +[freebsdDescription5] +other = "на протяжении более 30 лет. FreeBSD обеспечивает современные сетевые возможности, безопасность и производительность, используется на" + +[freebsdDescription6] +other = "самых загруженных веб-сайтах" + +[freebsdDescription7] +other = "и в популярных встроенных сетевых устройствах и устройствах хранения." + +[learnMore] +other = "Подробнее" + +[getThe] +other = "Получить" + +[journal] +other = "журнал FreeBSD" + +[25th-logo] +other = "25th Anniversary Logo" + +[supportedReleases] +other = "Последние релизы" + +[supportLifecycle] +other = "Жизненный цикл" + +[upcoming] +other = "Предстоящий" + +[newFreeBSD] +other= "Впервые на FreeBSD?" + +[shortcuts] +other = "БЫСТРЫЕ ССЫЛКИ" + +[reportingProblems] +other = "Сообщить об ошибке" + +[ports] +other = "Порты" + +[latestNews] +other = "ПОСЛЕДНИЕ НОВОСТИ" + +[upcomingEvents] +other = "ПРЕДСТОЯЩИЕ СОБЫТИЯ" + +[press] +other = "В СМИ" + +[securityAdvisories] +other = "БЮЛЛЕТЕНИ БЕЗОПАСНОСТИ" + +[errataNotices] +other = "УВЕДОМЛЕНИЯ ОБ ИСПРАВЛЕНИЯХ" + +[moreNews] +other = "Все новости" + +[moreEvents] +other = "Все события" + +[moreMedia] +other = "Всё в СМИ" + +[moreErrata] +other = "Все уведомления об исправлениях" + +[more] +other = "Все" + +[rssNews] +other = "Лента новостей в RSS" + +[rssSecurity] +other = "Лента RSS" + +#404 +[pageNotFound] +other = "Страница не найдена." + +[notFoundTitle] +other = "Мы не смогли найти запрашиваемую страницу." + +[notFoundDesc] +other = "Please try your request again, use one of the links in the navigation menu, or the search box at the top of the page." + +# Footer +[copyright] +other = "Все права защищены." + +[trademark] +other = "Название FreeBSD - это зарегистрированная торговая марка The FreeBSD Foundation и используется The FreeBSD Project с разрешения" + +[contact] +other = "Контакты" + +[legalNotices] +other = "Условия использования" + +# Ports form +[ports-search] +other = "Поиск портов:" + +[all] +other = "Все" + +[package-name] +other = "Название пакета" + +[description] +other = "Описание" + +[long-description] +other = "Полное описание" + +[maintainer] +other = "Сопровождающий" + +[requires] +other = "Зависимости" + +[submit] +other = "Искать" + +# Months +[1] +other = "Январь" + +[2] +other = "Февраль" + +[3] +other = "Март" + +[4] +other = "Апрель" + +[5] +other = "Май" + +[6] +other = "Июнь" + +[7] +other = "Июль" + +[8] +other = "Август" + +[9] +other = "Сентябрь" + +[10] +other = "Октябрь" + +[11] +other = "Ноябрь" + +[12] +other = "Декабрь" + +# Security section +[data] +other = "Дата" + +[errataNoticeName] +other = "Название" + +[advisoryName] +other = "Название" + +# Events section +[currentEvents] +other = "Текущие и планируемые мероприятия:" + +[pastEvents] +other = "Прошлые события:" + +[upcomingFreeBSDEvents] +other = "Предстоящие события FreeBSD" + +# Continents, countries +[europe] +other = "Европа" + +[africa] +other = "Африка" + +[australia] +other = "Австралия" + +[newZealand] +other = "Новозеландия" + +[northAmerica] +other = "Северная Америка" + +[asia] +other = "Азия" + +[southAmerica] +other = "Южная Америка" + +[oceania] +other = "Океания" + +[global] +other = "Глобальный" + +# Commercial software +[databases] +other = "Databases" + +[developmentTools] +other = "Development Tools" + +[ecommerce] +other = "E-Commerce Solutions and Tools" + +[email] +other = "Electronic Mail Software" + +[misc] +other = "Прочее" + +[network] +other = "Network Systems and Applications" + +[scientific] +other = "Scientific and Language Tools" + +[security] +other = "Security" + +[isp] +other = "System Administration / ISP" + +# sidenav +[applications] +other = "Приложения" + +[administration] +other = "Администрация" + +[news] +other = "Новости" + +[pressSidenav] +other = "Пресса" + +[multimedia] +other = "Медиаресурсы" + +[art] +other = "Иллюстрации" + +[logo] +other = "Логотип" + +[donations] +other = "Пожертвования" + +[privacy] +other = "Политика конфиденциальности" + +[mailinglists] +other = "Списки рассылки" + +[newsgroups] +other = "Телеконференции" + +[usergroups] +other = "Группы пользователей" + +[sourceCodeRepositories] +other = "Репозитории с исходным кодом" + +[releng] +other = "Подготовка релизов" + +[platforms] +other = "Платформы" + +[ideas] +other = "Идеи для проекта" + +[contributing] +other = "Содействие проекту" + +[FAQ] +other = "Часто задаваемые вопросы" + +[man] +other = "Страницы справочника" + +[papers] +other = "Презентации и труды" + +[booksArticles] +other = "Книги и статьи" + +[publications] +other = "Публикации" + +[newbies] +other = "Для новичков" + +[docproj] +other = "Проект документирования" + +[archive] +other = "Архив" + +[releases] +other = "Информация о релизах" + +[productionRelease] +other = "Продуктивный релиз" + +[upcomingRelease] +other = "Предстоящий релиз" + +[snapshotReleases] +other = "Снэпшот-релизы" + +[portedApplications] +other = "Портированные приложения" + +[gnome] +other = "GNOME" + +[installationInstructions] +other = "Инструкции по установке" + +[upgradeInstructions] +other = "Инструкции по обновлению" + +[availableApplications] +other = "Доступные приложения" + +[howHelp] +other = "Как помочь" + +[reportingBug] +other = "Сообщить об ошибке" + +[screenshots] +other = "Скриншоты" + +[contactUs] +other = "Связаться с нами" + +[HALFAQ] +other = "HAL FAQ" + +[upgradeFAQ] +other = "Обновление 2.30 до 2.32" + +[developmentBranchFAQ] +other = "FAQ по ветке разработки" + +[creatingPorts] +other = "Создание портов" + +[knownIssues] +other = "Известные проблемы" + +[aboutPorts] +other = "О портах" + +[installing] +other = "Установка" + +[updating] +other = "Обновление" + +[searching] +other = "Поиск" + +[categories] +other = "Категории" + +[alphabetically] +other = "список по алфавиту" + +[logicalGroup] +other = "список по группам" + +[allPorts] +other = "Список всех портов" + +[moreInformation] +other = "Прочая информация" + +[software] +other = "Программное обеспечение" + +[hardware] +other = "Аппаратное обеспечение" + +[consulting] +other = "Консалтинговые услуги" + +[ispCommercial] +other = "Интернет-провайдеры" + +[securityInfo] +other = "Информация о безопасности" + +[advisories] +other = "Бюллетени" + +[errataNoticesSidenav] +other = "Исправления" + +[unsupportedReleases] +other = "Неподдерживаемые релизы" + +[readSecurityAdvisories] +other = "Как читать бюллетени безопасности FreeBSD" + +[charterSecurityOfficerTeam] +other = "Устав команды информационной безопасности" + +[bugreports] +other = "Сообщения об ошибках" + +[submitPR] +other = "Отправить сообщение об ошибке" + +[webresources] +other = "Web ресурсы" From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 09:31:08 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D32B5D9C80 for ; Tue, 13 Apr 2021 09:31:08 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKL2M705vz4VvM; Tue, 13 Apr 2021 09:31:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E26953D5; Tue, 13 Apr 2021 09:31:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13D9V7O6022682; Tue, 13 Apr 2021 09:31:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13D9V78X022681; Tue, 13 Apr 2021 09:31:07 GMT (envelope-from git) Date: Tue, 13 Apr 2021 09:31:07 GMT Message-Id: <202104130931.13D9V78X022681@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Marc Fonvieille Subject: git: b4faecd1d7 - main - Typo: remove an extra d in pathnames. Reported by: Aaron Sudholt MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b4faecd1d728f6cb8c89f62db3635a249f4c42b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 09:31:08 -0000 The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=b4faecd1d728f6cb8c89f62db3635a249f4c42b9 commit b4faecd1d728f6cb8c89f62db3635a249f4c42b9 Author: Marc Fonvieille AuthorDate: 2021-04-13 09:28:33 +0000 Commit: Marc Fonvieille CommitDate: 2021-04-13 09:28:33 +0000 Typo: remove an extra d in pathnames. Reported by: Aaron Sudholt --- .../content/en/books/handbook/virtualization/_index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index bc4830c5ce..9a7994cd25 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -712,7 +712,7 @@ With the firmware in place, add the flags `-l bootrom,_/path/to/firmware_` to yo # bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc \ -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,./disk.img \ -s 4:0,ahci-cd,./install.iso -c 4 -m 1024M \ --l bootrom,/usr/local/shared/uefi-firmware/BHYVE_UEFI.fd \ +-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ guest .... @@ -723,7 +723,7 @@ package:sysutils/bhyve-firmware[] also contains a CSM-enabled firmware, to boot # bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc \ -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,./disk.img \ -s 4:0,ahci-cd,./install.iso -c 4 -m 1024M \ --l bootrom,/usr/local/shared/uefi-firmware/BHYVE_UEFI_CSM.fd \ +-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd \ guest .... @@ -743,7 +743,7 @@ The resulting bhyve command would look like this: -s 4:0,ahci-cd,./install.iso -c 4 -m 1024M \ -s 29,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait \ -s 30,xhci,tablet \ --l bootrom,/usr/local/shared/uefi-firmware/BHYVE_UEFI.fd \ +-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ guest .... @@ -1062,7 +1062,7 @@ libxl: debug: libxl_event.c:689:libxl__ev_xswatch_deregister: watch w=0x800d96b9 domainbuilder: detail: xc_dom_allocate: cmdline="", features="" domainbuilder: detail: xc_dom_kernel_file: filename="/usr/local/lib/xen/boot/hvmloader" domainbuilder: detail: xc_dom_malloc_filemap : 326 kB -libxl: debug: libxl_dom.c:988:libxl__load_hvm_firmware_module: Loading BIOS: /usr/local/shared/seabios/bios.bin +libxl: debug: libxl_dom.c:988:libxl__load_hvm_firmware_module: Loading BIOS: /usr/local/share/seabios/bios.bin ... .... From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 10:12:08 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A875F5DAA87 for ; Tue, 13 Apr 2021 10:12:08 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKLxh2nvKz4XNq; Tue, 13 Apr 2021 10:12:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52DED1095; Tue, 13 Apr 2021 10:12:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DAC85Z079866; Tue, 13 Apr 2021 10:12:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DAC8Nu079865; Tue, 13 Apr 2021 10:12:08 GMT (envelope-from git) Date: Tue, 13 Apr 2021 10:12:08 GMT Message-Id: <202104131012.13DAC8Nu079865@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 9e80973d1f - main - 9906cac17c -> eb28fee24e MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9e80973d1fdb961247860a9cc98df57c395794cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 10:12:08 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=9e80973d1fdb961247860a9cc98df57c395794cd commit 9e80973d1fdb961247860a9cc98df57c395794cd Author: Ryusuke SUZUKI AuthorDate: 2021-04-13 10:11:45 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-13 10:11:45 +0000 9906cac17c -> eb28fee24e --- shared/ja/mailing-lists.adoc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/shared/ja/mailing-lists.adoc b/shared/ja/mailing-lists.adoc index 0367e66eca..9335561c35 100644 --- a/shared/ja/mailing-lists.adoc +++ b/shared/ja/mailing-lists.adoc @@ -150,6 +150,34 @@ :dev-ci-url: http://lists.FreeBSD.org/mailman/listinfo/dev-ci :dev-ci: {dev-ci-url}[{dev-ci-desc}] +:dev-commits-doc-all-desc: Commit messages for all branches of the doc repository +:dev-commits-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-doc-all +:dev-commits-doc-all: {dev-commits-doc-all-url}[{dev-commits-doc-all-desc}] + +:dev-commits-ports-all-desc: Commit messages for all branches of the ports repository +:dev-commits-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-all +:dev-commits-ports-all: {dev-commits-ports-all-url}[{dev-commits-ports-all-desc}] + +:dev-commits-ports-branches-desc: Commit messages for the quarterly branches of the ports repository +:dev-commits-ports-branches-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-branches +:dev-commits-ports-branches: {dev-commits-ports-branches-url}[{dev-commits-ports-branches-desc}] + +:dev-commits-ports-main-desc: Commit messages for the main branch of the ports repository +:dev-commits-ports-main-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-main +:dev-commits-ports-main: {dev-commits-ports-main-url}[{dev-commits-ports-main-desc}] + +:dev-commits-src-all-desc: Commit messages for all branches of the src repository +:dev-commits-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-all +:dev-commits-src-all: {dev-commits-src-all-url}[{dev-commits-src-all-desc}] + +:dev-commits-src-branches-desc: Commit messages for the stable branches of the src repository +:dev-commits-src-branches-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-branches +:dev-commits-src-branches: {dev-commits-src-branches-url}[{dev-commits-src-branches-desc}] + +:dev-commits-src-main-desc: Commit messages for the main branch of the src repository +:dev-commits-src-main-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-main +:dev-commits-src-main: {dev-commits-src-main-url}[{dev-commits-src-main-desc}] + :dev-reviews-desc: パッチを含む FreeBSD レビューツールにより進行中のレビュー作業の自動通知 :dev-reviews-url: http://lists.FreeBSD.org/mailman/listinfo/dev-reviews :dev-reviews: {dev-reviews-url}[{dev-reviews-desc}] From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 10:48:29 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6FB5E5DB82B for ; Tue, 13 Apr 2021 10:48:29 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKMld2pkjz4YcW; Tue, 13 Apr 2021 10:48:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5354A16AC; Tue, 13 Apr 2021 10:48:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DAmTZm019751; Tue, 13 Apr 2021 10:48:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DAmTDP019750; Tue, 13 Apr 2021 10:48:29 GMT (envelope-from git) Date: Tue, 13 Apr 2021 10:48:29 GMT Message-Id: <202104131048.13DAmTDP019750@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 4f309a91a5 - main - Corrected the notation of mailing list name. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4f309a91a5860d42d5d3bbbc449daefbfc6d9af6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 10:48:29 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=4f309a91a5860d42d5d3bbbc449daefbfc6d9af6 commit 4f309a91a5860d42d5d3bbbc449daefbfc6d9af6 Author: Ryusuke SUZUKI AuthorDate: 2021-04-13 10:48:02 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-13 10:48:02 +0000 Corrected the notation of mailing list name. --- .../content/en/books/handbook/eresources/_index.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/content/en/books/handbook/eresources/_index.adoc b/documentation/content/en/books/handbook/eresources/_index.adoc index daacb1f6ec..b41d30622d 100644 --- a/documentation/content/en/books/handbook/eresources/_index.adoc +++ b/documentation/content/en/books/handbook/eresources/_index.adoc @@ -426,31 +426,31 @@ SVN log messages are sent to SVN lists. | Area Description (source for) -|{dev-commits-doc-all} +|{dev-commits-doc-all-url}[dev-commits-doc-all] |[.filename]#/usr/doc# |All changes to the doc repository -|{dev-commits-ports-all} +|{dev-commits-ports-all-url}[dev-commits-ports-all] |[.filename]#/usr/ports# |All changes to the ports repository -|{dev-commits-ports-main} +|{dev-commits-ports-main-url}[dev-commits-ports-main] |[.filename]#/usr/ports# |All changes to the "main" branch of the ports repository -|{dev-commits-ports-branches} +|{dev-commits-ports-branches-url}[dev-commits-ports-branches] |[.filename]#/usr/ports# |All changes to the quarterly branches of the ports repository -|{dev-commits-src-all} +|{dev-commits-src-all-url}[dev-commits-src-all] |[.filename]#/usr/src# |All changes to the src repository -|{dev-commits-src-main} +|{dev-commits-src-main-url}[dev-commits-src-main] |[.filename]#/usr/src# |All changes to the "main" branch of the src repository (the FreeBSD-CURRENT branch) -|{dev-commits-src-branches} +|{dev-commits-src-branches-url}[dev-commits-src-branches] |[.filename]#/usr/src# |All changes to all stable branches of the src repository |=== From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 11:01:23 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 316175DBB54 for ; Tue, 13 Apr 2021 11:01: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKN2W0zf2z4ZG1; Tue, 13 Apr 2021 11:01:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14BA816F3; Tue, 13 Apr 2021 11:01:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DB1Mim041885; Tue, 13 Apr 2021 11:01:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DB1MSf041884; Tue, 13 Apr 2021 11:01:22 GMT (envelope-from git) Date: Tue, 13 Apr 2021 11:01:22 GMT Message-Id: <202104131101.13DB1MSf041884@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: fe4d93b6b5 - main - 9906cac17c -> 311c4792cd, 989d921f5d -> 4f309a91a5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fe4d93b6b5294a136541b64a3867821c45c0ee85 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 11:01:23 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=fe4d93b6b5294a136541b64a3867821c45c0ee85 commit fe4d93b6b5294a136541b64a3867821c45c0ee85 Author: Ryusuke SUZUKI AuthorDate: 2021-04-13 11:01:09 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-13 11:01:09 +0000 9906cac17c -> 311c4792cd, 989d921f5d -> 4f309a91a5 --- .../ja/books/handbook/eresources/_index.adoc | 51 +++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/documentation/content/ja/books/handbook/eresources/_index.adoc b/documentation/content/ja/books/handbook/eresources/_index.adoc index 341d69f5ec..f7fd863d59 100644 --- a/documentation/content/ja/books/handbook/eresources/_index.adoc +++ b/documentation/content/ja/books/handbook/eresources/_index.adoc @@ -415,7 +415,56 @@ _制限されているメーリングリスト:_ 以下のメーリングリス _メーリングリストのダイジェスト版:_ 上述のメーリングリストのすべてでダイジェスト版を利用できます。 メーリングリストに登録すると、アカウントのオプションセクションで、 ダイジェストのオプションを変更できます。 -_SVN メーリングリスト:_ 以下のメーリングリストは、 ソースツリーのさまざまな領域に対する変更のログメッセージを見ることに興味のある人向けです。 これらのメーリングリストは _読み専用_ なので、 メールを送る事は出来ません。 +_コミットメッセージリスト:_ 以下のメーリングリストは、 ソースツリーのさまざまな領域に対する変更に対するログメッセージを見ることに興味のある人向けです。 + +[NOTE] +==== +SVN ログメッセージは SVN のメーリングリストに送られます。 +==== + +[.informaltable] +[cols="1,1,1", frame="none", options="header"] +|=== +| メーリングリスト +| ソースの範囲 +| (ソースの) 範囲の説明 + +|{dev-commits-doc-all-url}[dev-commits-doc-all] +|[.filename]#/usr/doc# +|doc リポジトリへ加えられたすべての変更 + +|{dev-commits-ports-all-url}[dev-commits-ports-all] +|[.filename]#/usr/ports# +|ports リポジトリへ加えられたすべての変更 + +|{dev-commits-ports-main-url}[dev-commits-ports-main] +|[.filename]#/usr/ports# +|ports リポジトリの "main" ブランチに加えられたすべての変更 + +|{dev-commits-ports-branches-url}[dev-commits-ports-branches] +|[.filename]#/usr/ports# +|ports リポジトリの四半期ごとのブランチに加えられたすべての変更 + +|{dev-commits-src-all-url}[dev-commits-src-all] +|[.filename]#/usr/src# +|src リポジトリへ加えられたすべての変更 + +|{dev-commits-src-main-url}[dev-commits-src-main] +|[.filename]#/usr/src# +|src リポジトリの "main" ブランチ (FreeBSD-CURRENT ブランチ) に加えられたすべての変更 + +|{dev-commits-src-branches-url}[dev-commits-src-branches] +|[.filename]#/usr/src# +|src リポジトリのすべての stable ブランチに加えられたすべての変更 +|=== + +_SVN メーリングリスト:_ 以下のメーリングリストは、 ソースツリーのさまざまな領域に対する変更の SVN ログメッセージを見ることに興味のある人向けです。 + +[NOTE] +==== +SVN ログメッセージのみが SVN のメーリングリストに送られます。 +SVN から Git への移行後は、以下のメーリングリストには、新しいコミットメッセージは送られない予定です。 +==== [.informaltable] [cols="1,1,1", frame="none", options="header"] From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 11:55:18 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB11B5DCCF2 for ; Tue, 13 Apr 2021 11:55:18 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKPDk5qGZz4cSM; Tue, 13 Apr 2021 11:55:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA0222427; Tue, 13 Apr 2021 11:55:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DBtIsW011359; Tue, 13 Apr 2021 11:55:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DBtI2Z011358; Tue, 13 Apr 2021 11:55:18 GMT (envelope-from git) Date: Tue, 13 Apr 2021 11:55:18 GMT Message-Id: <202104131155.13DBtI2Z011358@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergey Kandaurov Subject: git: 6374383946 - main - Translation fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pluknet X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6374383946aa364c4271eb6f872b3703ef0d563b Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 11:55:18 -0000 The branch main has been updated by pluknet: URL: https://cgit.FreeBSD.org/doc/commit/?id=6374383946aa364c4271eb6f872b3703ef0d563b commit 6374383946aa364c4271eb6f872b3703ef0d563b Author: Sergey Kandaurov AuthorDate: 2021-04-13 11:46:41 +0000 Commit: Sergey Kandaurov CommitDate: 2021-04-13 11:46:41 +0000 Translation fixes. Reported by: maxim --- website/themes/beastie/i18n/ru.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/themes/beastie/i18n/ru.toml b/website/themes/beastie/i18n/ru.toml index 0c7d35a4ea..90b75b1aff 100644 --- a/website/themes/beastie/i18n/ru.toml +++ b/website/themes/beastie/i18n/ru.toml @@ -41,7 +41,7 @@ other = "Введение" other = "Возможности" [advocacy] -other = "Адвокатура" +other = "Продвижение" [marketing] other = "Маркетинг" @@ -168,10 +168,10 @@ other = "большим сообществом" other = "на протяжении более 30 лет. FreeBSD обеспечивает современные сетевые возможности, безопасность и производительность, используется на" [freebsdDescription6] -other = "самых загруженных веб-сайтах" +other = "самых загруженных веб-сайтах," [freebsdDescription7] -other = "и в популярных встроенных сетевых устройствах и устройствах хранения." +other = "в популярных встроенных сетевых устройствах и системах хранения данных." [learnMore] other = "Подробнее" @@ -358,7 +358,7 @@ other = "Африка" other = "Австралия" [newZealand] -other = "Новозеландия" +other = "Новая Зеландия" [northAmerica] other = "Северная Америка" From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 13:02:26 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 381C75DFC81 for ; Tue, 13 Apr 2021 13:02:26 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKQkB1C09z4gWc; Tue, 13 Apr 2021 13:02:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C260314C; Tue, 13 Apr 2021 13:02:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DD2Qq5003967; Tue, 13 Apr 2021 13:02:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DD2Qg0003966; Tue, 13 Apr 2021 13:02:26 GMT (envelope-from git) Date: Tue, 13 Apr 2021 13:02:26 GMT Message-Id: <202104131302.13DD2Qg0003966@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Marc Fonvieille Subject: git: 2e737d96e0 - main - Remove another extra 'd'. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2e737d96e0496c0dd8699e840c2fdc7241d04d7d Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 13:02:26 -0000 The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=2e737d96e0496c0dd8699e840c2fdc7241d04d7d commit 2e737d96e0496c0dd8699e840c2fdc7241d04d7d Author: Marc Fonvieille AuthorDate: 2021-04-13 13:01:37 +0000 Commit: Marc Fonvieille CommitDate: 2021-04-13 13:01:37 +0000 Remove another extra 'd'. --- documentation/content/en/books/handbook/virtualization/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index 9a7994cd25..96255c7645 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -357,7 +357,7 @@ Section "InputDevice" EndSection .... -HAL users should create the following [.filename]#/usr/local/etc/hal/fdi/policy/90-vboxguest.fdi# or copy it from [.filename]#/usr/local/shared/hal/fdi/policy/10osvendor/90-vboxguest.fdi#: +HAL users should create the following [.filename]#/usr/local/etc/hal/fdi/policy/90-vboxguest.fdi# or copy it from [.filename]#/usr/local/share/hal/fdi/policy/10osvendor/90-vboxguest.fdi#: [.programlisting] .... From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 15:27:06 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6EDB85E3FBC for ; Tue, 13 Apr 2021 15:27:06 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKTx62lkwz4pKS; Tue, 13 Apr 2021 15:27:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46DAC542A; Tue, 13 Apr 2021 15:27:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DFR6Ln090637; Tue, 13 Apr 2021 15:27:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DFR6sT090636; Tue, 13 Apr 2021 15:27:06 GMT (envelope-from git) Date: Tue, 13 Apr 2021 15:27:06 GMT Message-Id: <202104131527.13DFR6sT090636@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Benedict Reuschling Subject: git: 6b0ae8b1ff - main - Fix broken link to the Stormshield entry. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bcr X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6b0ae8b1ffb025e4917e1091403af19871a23fa9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 15:27:06 -0000 The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=6b0ae8b1ffb025e4917e1091403af19871a23fa9 commit 6b0ae8b1ffb025e4917e1091403af19871a23fa9 Author: Benedict Reuschling AuthorDate: 2021-04-13 15:24:27 +0000 Commit: Benedict Reuschling CommitDate: 2021-04-13 15:24:27 +0000 Fix broken link to the Stormshield entry. Patch by: driesm.michiels_gmail.com Differential Revision: https://reviews.freebsd.org/D27845 --- documentation/content/en/books/handbook/introduction/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/introduction/_index.adoc b/documentation/content/en/books/handbook/introduction/_index.adoc index ba21b23e34..06ba49148b 100644 --- a/documentation/content/en/books/handbook/introduction/_index.adoc +++ b/documentation/content/en/books/handbook/introduction/_index.adoc @@ -118,7 +118,7 @@ FreeBSD's advanced features, proven security, predictable release cycle, and per * http://www.sony.com/[Sony] - The PlayStation 4 gaming console runs a modified version of FreeBSD. * http://www.sophos.com/[Sophos] - The Sophos Email Appliance product is based on a hardened FreeBSD and scans inbound mail for spam and viruses, while also monitoring outbound mail for malware as well as the accidental loss of sensitive information. * http://www.spectralogic.com/[Spectra Logic] - The nTier line of archive grade storage appliances run FreeBSD and OpenZFS. -* https://www.stormshield.eu[Stormshield] - Stormshield Network Security appliances are based on a hardened version of FreeBSD. The BSD license allows them to integrate their own intellectual property with the system while returning a great deal of interesting development to the community. +* https://www.stormshield.com[Stormshield] - Stormshield Network Security appliances are based on a hardened version of FreeBSD. The BSD license allows them to integrate their own intellectual property with the system while returning a great deal of interesting development to the community. * http://www.weather.com/[The Weather Channel] - The IntelliStar appliance that is installed at each local cable provider's headend and is responsible for injecting local weather forecasts into the cable TV network's programming runs FreeBSD. * http://www.verisign.com/[Verisign] - Verisign is responsible for operating the .com and .net root domain registries as well as the accompanying DNS infrastructure. They rely on a number of different network operating systems including FreeBSD to ensure there is no common point of failure in their infrastructure. * http://www.voxer.com/[Voxer] - Voxer powers their mobile voice messaging platform with ZFS on FreeBSD. Voxer switched from a Solaris derivative to FreeBSD because of its superior documentation, larger and more active community, and more developer friendly environment. In addition to critical features like ZFS and DTrace, FreeBSD also offers TRIM support for ZFS. From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 18:50:24 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A64595E7A7D for ; Tue, 13 Apr 2021 18:50: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKZRh49rpz3FLW; Tue, 13 Apr 2021 18:50:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 828517DAB; Tue, 13 Apr 2021 18:50:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DIoOgc067116; Tue, 13 Apr 2021 18:50:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DIoORV067115; Tue, 13 Apr 2021 18:50:24 GMT (envelope-from git) Date: Tue, 13 Apr 2021 18:50:24 GMT Message-Id: <202104131850.13DIoORV067115@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: c35cc3fb78 - main - 13.0: uncomment the installation page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c35cc3fb78766327020621dda9cb4e1602a8a365 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 18:50:24 -0000 The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=c35cc3fb78766327020621dda9cb4e1602a8a365 commit c35cc3fb78766327020621dda9cb4e1602a8a365 Author: Glen Barber AuthorDate: 2021-04-13 15:51:43 +0000 Commit: Glen Barber CommitDate: 2021-04-13 18:49:59 +0000 13.0: uncomment the installation page Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/releases/13.0R/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/13.0R/_index.adoc b/website/content/en/releases/13.0R/_index.adoc index 5579ce482d..24aa3c5b23 100644 --- a/website/content/en/releases/13.0R/_index.adoc +++ b/website/content/en/releases/13.0R/_index.adoc @@ -18,7 +18,7 @@ This is the index page for FreeBSD {localRel}. For more information about the re More detailed information, such as release notes and hardware notes can be found at these pages: link:signatures[FreeBSD {localRel}-RELEASE signed checksum files] + -//link:installation[FreeBSD {localRel}-RELEASE installation information] + +link:installation[FreeBSD {localRel}-RELEASE installation information] + link:hardware[FreeBSD {localRel}-RELEASE hardware information] + link:relnotes[FreeBSD {localRel}-RELEASE release notes] + link:errata[FreeBSD {localRel}-RELEASE errata] + From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 18:50:25 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0B635E8154 for ; Tue, 13 Apr 2021 18:50:25 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKZRj5wtTz3FX9; Tue, 13 Apr 2021 18:50:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A96BC7DAC; Tue, 13 Apr 2021 18:50:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DIoPTh067138; Tue, 13 Apr 2021 18:50:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DIoPuY067137; Tue, 13 Apr 2021 18:50:25 GMT (envelope-from git) Date: Tue, 13 Apr 2021 18:50:25 GMT Message-Id: <202104131850.13DIoPuY067137@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: 14349b7ce6 - main - 13.0: add checksums for 13.0-RELEASE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 14349b7ce61871f540bfcdb16f15932147efbd90 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 18:50:26 -0000 The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=14349b7ce61871f540bfcdb16f15932147efbd90 commit 14349b7ce61871f540bfcdb16f15932147efbd90 Author: Glen Barber AuthorDate: 2021-04-13 15:54:58 +0000 Commit: Glen Barber CommitDate: 2021-04-13 18:49:59 +0000 13.0: add checksums for 13.0-RELEASE Remove checksums for 13.0-RC5 Sponsored by: Rubicon Communications, LLC ("Netgate") --- .../CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64-vm.asc | 23 ----------------- .../CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64.asc | 29 ---------------------- ...SUM.SHA256-FreeBSD-13.0-RC5-arm-armv6-RPI-B.asc | 20 --------------- ...SHA256-FreeBSD-13.0-RC5-arm-armv7-GENERICSD.asc | 20 --------------- ...6-FreeBSD-13.0-RC5-arm64-aarch64-PINE64-LTS.asc | 20 --------------- ...HA256-FreeBSD-13.0-RC5-arm64-aarch64-PINE64.asc | 20 --------------- ...256-FreeBSD-13.0-RC5-arm64-aarch64-PINEBOOK.asc | 20 --------------- ...HA256-FreeBSD-13.0-RC5-arm64-aarch64-ROCK64.asc | 20 --------------- ...56-FreeBSD-13.0-RC5-arm64-aarch64-ROCKPRO64.asc | 20 --------------- ...M.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-RPI.asc | 20 --------------- ...UM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-vm.asc | 23 ----------------- ...CKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64.asc | 29 ---------------------- .../CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386-vm.asc | 23 ----------------- .../CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386.asc | 29 ---------------------- ...M.SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64.asc | 29 ---------------------- ...SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64le.asc | 29 ---------------------- ....SHA256-FreeBSD-13.0-RC5-powerpc-powerpcspe.asc | 29 ---------------------- .../CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc.asc | 29 ---------------------- ...56-FreeBSD-13.0-RC5-riscv-riscv64-GENERICSD.asc | 20 --------------- ...UM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64-vm.asc | 23 ----------------- ...CKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64.asc | 29 ---------------------- ...ECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64-vm.asc | 23 +++++++++++++++++ .../CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64.asc | 29 ++++++++++++++++++++++ ...SHA256-FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.asc | 20 +++++++++++++++ ...56-FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.asc | 20 +++++++++++++++ ...eeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.asc | 20 +++++++++++++++ ...6-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.asc | 20 +++++++++++++++ ...FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.asc | 20 +++++++++++++++ ...6-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.asc | 20 +++++++++++++++ ...reeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.asc | 20 +++++++++++++++ ...A256-FreeBSD-13.0-RELEASE-arm64-aarch64-RPI.asc | 20 +++++++++++++++ ...HA256-FreeBSD-13.0-RELEASE-arm64-aarch64-vm.asc | 23 +++++++++++++++++ ...M.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64.asc | 29 ++++++++++++++++++++++ ...HECKSUM.SHA256-FreeBSD-13.0-RELEASE-i386-vm.asc | 23 +++++++++++++++++ .../CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-i386.asc | 29 ++++++++++++++++++++++ ...A256-FreeBSD-13.0-RELEASE-powerpc-powerpc64.asc | 29 ++++++++++++++++++++++ ...56-FreeBSD-13.0-RELEASE-powerpc-powerpc64le.asc | 29 ++++++++++++++++++++++ ...256-FreeBSD-13.0-RELEASE-powerpc-powerpcspe.asc | 29 ++++++++++++++++++++++ ...HECKSUM.SHA256-FreeBSD-13.0-RELEASE-powerpc.asc | 29 ++++++++++++++++++++++ ...reeBSD-13.0-RELEASE-riscv-riscv64-GENERICSD.asc | 20 +++++++++++++++ ...HA256-FreeBSD-13.0-RELEASE-riscv-riscv64-vm.asc | 23 +++++++++++++++++ ...M.SHA256-FreeBSD-13.0-RELEASE-riscv-riscv64.asc | 29 ++++++++++++++++++++++ .../CHECKSUM.SHA512-FreeBSD-13.0-RC5-amd64-vm.asc | 23 ----------------- .../CHECKSUM.SHA512-FreeBSD-13.0-RC5-amd64.asc | 29 ---------------------- ...SUM.SHA512-FreeBSD-13.0-RC5-arm-armv6-RPI-B.asc | 20 --------------- ...SHA512-FreeBSD-13.0-RC5-arm-armv7-GENERICSD.asc | 20 --------------- ...2-FreeBSD-13.0-RC5-arm64-aarch64-PINE64-LTS.asc | 20 --------------- ...HA512-FreeBSD-13.0-RC5-arm64-aarch64-PINE64.asc | 20 --------------- ...512-FreeBSD-13.0-RC5-arm64-aarch64-PINEBOOK.asc | 20 --------------- ...HA512-FreeBSD-13.0-RC5-arm64-aarch64-ROCK64.asc | 20 --------------- ...12-FreeBSD-13.0-RC5-arm64-aarch64-ROCKPRO64.asc | 20 --------------- ...M.SHA512-FreeBSD-13.0-RC5-arm64-aarch64-RPI.asc | 20 --------------- ...UM.SHA512-FreeBSD-13.0-RC5-arm64-aarch64-vm.asc | 23 ----------------- ...CKSUM.SHA512-FreeBSD-13.0-RC5-arm64-aarch64.asc | 29 ---------------------- .../CHECKSUM.SHA512-FreeBSD-13.0-RC5-i386-vm.asc | 23 ----------------- .../CHECKSUM.SHA512-FreeBSD-13.0-RC5-i386.asc | 29 ---------------------- ...M.SHA512-FreeBSD-13.0-RC5-powerpc-powerpc64.asc | 29 ---------------------- ...SHA512-FreeBSD-13.0-RC5-powerpc-powerpc64le.asc | 29 ---------------------- ....SHA512-FreeBSD-13.0-RC5-powerpc-powerpcspe.asc | 29 ---------------------- .../CHECKSUM.SHA512-FreeBSD-13.0-RC5-powerpc.asc | 29 ---------------------- ...12-FreeBSD-13.0-RC5-riscv-riscv64-GENERICSD.asc | 20 --------------- ...UM.SHA512-FreeBSD-13.0-RC5-riscv-riscv64-vm.asc | 23 ----------------- ...CKSUM.SHA512-FreeBSD-13.0-RC5-riscv-riscv64.asc | 29 ---------------------- ...ECKSUM.SHA512-FreeBSD-13.0-RELEASE-amd64-vm.asc | 23 +++++++++++++++++ .../CHECKSUM.SHA512-FreeBSD-13.0-RELEASE-amd64.asc | 29 ++++++++++++++++++++++ ...SHA512-FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.asc | 20 +++++++++++++++ ...12-FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.asc | 20 +++++++++++++++ ...eeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.asc | 20 +++++++++++++++ ...2-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.asc | 20 +++++++++++++++ ...FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.asc | 20 +++++++++++++++ ...2-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.asc | 20 +++++++++++++++ ...reeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.asc | 20 +++++++++++++++ ...A512-FreeBSD-13.0-RELEASE-arm64-aarch64-RPI.asc | 20 +++++++++++++++ ...HA512-FreeBSD-13.0-RELEASE-arm64-aarch64-vm.asc | 23 +++++++++++++++++ ...M.SHA512-FreeBSD-13.0-RELEASE-arm64-aarch64.asc | 29 ++++++++++++++++++++++ ...HECKSUM.SHA512-FreeBSD-13.0-RELEASE-i386-vm.asc | 23 +++++++++++++++++ .../CHECKSUM.SHA512-FreeBSD-13.0-RELEASE-i386.asc | 29 ++++++++++++++++++++++ ...A512-FreeBSD-13.0-RELEASE-powerpc-powerpc64.asc | 29 ++++++++++++++++++++++ ...12-FreeBSD-13.0-RELEASE-powerpc-powerpc64le.asc | 29 ++++++++++++++++++++++ ...512-FreeBSD-13.0-RELEASE-powerpc-powerpcspe.asc | 29 ++++++++++++++++++++++ ...HECKSUM.SHA512-FreeBSD-13.0-RELEASE-powerpc.asc | 29 ++++++++++++++++++++++ ...reeBSD-13.0-RELEASE-riscv-riscv64-GENERICSD.asc | 20 +++++++++++++++ ...HA512-FreeBSD-13.0-RELEASE-riscv-riscv64-vm.asc | 23 +++++++++++++++++ ...M.SHA512-FreeBSD-13.0-RELEASE-riscv-riscv64.asc | 29 ++++++++++++++++++++++ 84 files changed, 1008 insertions(+), 1008 deletions(-) diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64-vm.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64-vm.asc deleted file mode 100644 index c7924729f1..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64-vm.asc +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-amd64.qcow2.xz) = 359ecc18a91abbee445114b064478bba0fe5d29c86a492d74ba8e8a07af94c23 -SHA256 (FreeBSD-13.0-RC5-amd64.raw.xz) = 1d17e12acf6a8c193a3e2c80625290862be3eb80a7c66472d4059c5f9af2ce22 -SHA256 (FreeBSD-13.0-RC5-amd64.vhd.xz) = c5ab1f799ca5b3ae2b41e10a9b955828a1a3540fb8056535f325c4b0e0cb309f -SHA256 (FreeBSD-13.0-RC5-amd64.vmdk.xz) = 9013b2601053acccc7dd5770f5d77c7312f049a43a85201771425494a0278bc7 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pNMJg/+Jn9pM1fStazUVZ7XWVq5neUhURQpz2DcaP8XmzKIS+cELIcknIXkHG21 -b+UAx28zqUYuh3ZN/eBXXYspW0FuJ0A5iH5n38Cmi3i9FOaakN8fsTmc8rx/3X9K -7uLPVwG4wUP86e3whbMEU5/ydbCygv/dk2F0kE4OzMEO8EJAEsyLkBQyeaoPKliy -sUsQ/hR4P/R1v5fN36/tNajnPx8dClKwzgNTeBhwV53kMbLAh+Iu3QCRY6d3IdJK -kQBnPMmK0EjcuGl6aMf07HU/uD/uhEoNtmLSxNcPk+RXUyd2ysuPJ0iSrDdmOLiE -LWMODMWHkNb5taD/2nJ5oVfPm1hirPs/+1HZhP+CUUtk0JyOw5wiELlPmLAw1ckl -9bpJK8uw/NpJDj80PctMV1Pr9NTGn4hhD2SQwUztI2I3D8FujtmdrFeImQ5/86CM -qQZ5XAIvhL5ORzMr7MIQKI8tNKswQPDqqaHZy16mYN6DOX5nzdpyo1/Go4Kyh4PI -RHW56cZ9fhpFURlzejhPJyHzjlUS5WYrl5SlDMzWKxgYmJi0f6UEdLyhQERkNp8R -Tb3eEyUbP0tYDQwVHE6PDwFo9rZQuBB1SJZ+Zi1j0ed9HUZyykWuUxw/L2caJJb9 -xafETNQV2vUNC0FUR+SSxSI+yIm9pLoGx9bjqjmamOs4fRYrtBg= -=qgyY ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64.asc deleted file mode 100644 index 00376d9b6a..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-amd64.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-amd64-bootonly.iso) = 843f3a70f5229af107a18e2a03c6809dd71d325722dc8bab9e018c41078ea5a4 -SHA256 (FreeBSD-13.0-RC5-amd64-bootonly.iso.xz) = 561346c315e5831fd236871d9ef8ed5cf0c76a1d5916fc850f5e4d9dd2450007 -SHA256 (FreeBSD-13.0-RC5-amd64-disc1.iso) = 785ea0b42266419d15d81225e12cdad480713195af9bef833384636c9749a682 -SHA256 (FreeBSD-13.0-RC5-amd64-disc1.iso.xz) = ffbffa7dd7e79f841c656f0d84880a9cb9fbbc724b35cfecb9759f854548cbb0 -SHA256 (FreeBSD-13.0-RC5-amd64-dvd1.iso) = c94a787eca63e27588315a8971c74597af9a7ae237e544d753f963c035cd416d -SHA256 (FreeBSD-13.0-RC5-amd64-dvd1.iso.xz) = 679d4f47465cd5aee1eea4f0152d9dc7f243a72d43b1d9448e656b1e756ae46e -SHA256 (FreeBSD-13.0-RC5-amd64-memstick.img) = 563773ac3b911330858b52a9b86ef74e4cd9dd359c57eda9706470c614ee2929 -SHA256 (FreeBSD-13.0-RC5-amd64-memstick.img.xz) = 39af8d7ee9ee2d8f3e31905345efdc944182f599880148f40556faf06a2b34c7 -SHA256 (FreeBSD-13.0-RC5-amd64-mini-memstick.img) = da970de874f4ee9584087bec8577f92de8c02d10e77e910b6ff15f4e682f9c4b -SHA256 (FreeBSD-13.0-RC5-amd64-mini-memstick.img.xz) = 2133ce0f8a80fb5b8259fe9f253bf53c56543b6902388ac762768b7fe0548cff ------BEGIN PGP SIGNATURE----- - -iQIyBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pOtFA/3dsRsS78sgs2SbdcLlZBqLHAQmU/FFSb5bZ/bsb1C4Y1dO5tFQIRDhcMi -c+pNLOVIwuUuJK3HiLSavbcV+gAEs/8eT+jAPX8QEzD/p/C1a6DYoz21LTd1zU1k -LQ3fwqFO1XPbzPfY/LEYos9iBxnM6R1PIXQwyS/Me+S1Di2tkwhYjlcClb0VI3i0 -ZOLBSZGEeds8PxyB1RJoeix0GLCLLsHlil+SsvA/zwjKubUHO3QmShfjKBovz5qo -M1bKIJxRfOpc0ua0QGtoqK7B13nL58KYsUxHyqEccDCOKukItCTWjhF8NmbpFGRy -b47OEprD2TJV2/rQVPDXHpuYs5rzsDxUDXKiJ0JCBUXaFYV+1O1m4AW/YJ/82V9F -SFXLa2FeqplCXYfx+K4+9oIh+OHHHo0MT6UNlrNKrWDlgz3Iu1G2Og4rlKa1P5tH -QuUiFOgpzZanGVct8d5eWakB6oz7Z3ENEAERAUYZuNWqKGD4uNiyMnWvjRMe71Gt -hvEGW1WUxCVehhJ1lvC9tVuQMS+0WQxU4X+SfXiJ/HclFqhSl6JRa+0P9lL28r70 -1EEXCA37RgochmlvFiCXUIGkeFv0EAGNyRBY0kmUbhjjn42oThbCcmjiQOCqpSQA -VZJCynhFHj7+8mUgJA/5elWAQFEe6B8NhEFSLIjIa4hHwiiPew== -=cf/v ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm-armv6-RPI-B.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm-armv6-RPI-B.asc deleted file mode 100644 index b4a92451c1..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm-armv6-RPI-B.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm-armv6-RPI-B.img.xz) = 7830ec0146f72000438251e27136a836dc9f349798a5c5f35529f2121b5f50ad ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pNelA//YMf7nsj5LAdGTH6MoIGBx/fMRh7H69ZaU6fvdTUVat6PUNAgSGBEilxZ -C77OEspxE6fVnStpPHy+gBdhPggmn3AE0QMG62BY0Lsonm9INIaw1puwVuBwsm6l -ynW+deoi0dkNxXnrO58u6H9fO4v8ELutuT0DcGuMr7YMYJXmvkx6m/h0UptfcPuU -ixsKIyA3QP62apH12MzzRyUhNJsTeL8JedJAD3ZgRI7hwdO/N9FBRcp7yD618dad -Y1zo0zmHxr/rnW8I6iD/sx1nihKjx3nA/KO2YIOsUc2/5eu7cmhnnl9yuRamY2Vm -3qqynHNhcI68eYXiNvSi1pLVqs1cACMmKESH/PyfTbk5HtxUtzc4vwpXoQEJcYnz -4YQk2IHdvvvvyS0CPXp4THqHZLgDOUWpTHdQmHqldavkYzQrg/2FOpghKJ8Uzm7u -l6AKs3Rf18As1+AH57x01JmyYCgOVlx12KxorsPYQ0MfKtB0OQD5NXmwytLvLn8T -RaUVYeSIi2ONMtXGLG1Ql1xRYmHeFGCyzR7MrOLibHDyOKB/4xsyZnMJhK8YsSm0 -fMrm+0WXlGfEZRR98+KxHL0a0g0TA3hzZ0LpnbcCT75NByPW66yumxIcx3Mk/ZfT -JpzUUCPcMD/1l85wgBM6LKCCxOLV0WdkbuoGOWaSMkS7Cva4C24= -=XrA4 ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm-armv7-GENERICSD.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm-armv7-GENERICSD.asc deleted file mode 100644 index fe3e896d5f..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm-armv7-GENERICSD.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm-armv7-GENERICSD.img.xz) = 0c4a705a32914fbc279ee7bd0d156c4fd90a37bbc6f492b16e153a516611cc4c ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pOPuw/+NZBgbCHf0i9HU4Ss/lAreLZnt2iXf1zh2uSOwYdi9CoDZGMjBdlCLvfj -u/u2H8on9H7mRUUStziZY05B6ltQC/Fa/jjyxk3Z5fEPfoW5Enz8At/u3rvUanqd -wtnDIdTUA84Nwh9NzU9iwdgV8XUzYDhV/xcn5mPi25LxiL/o+q0MV+wmaA2urpiX -hS5aVrhM8oWgclDjVrzZJ+VGpQ32lFGXzadsD/sHcL5VTiR8uBpHI5+uwf7EmCRN -nmiuAMt7y6okBd09fJnhcljn3TSXhtUi/lAIoGQDN3UKaqnaieNmvzRFbRh3/kP5 -AOusYfJyymAQ5n8o+mDWkdQuOnH5n43PdyRvwqQBW3UiySIQShaz0Nydrjl+ohIm -5orbjasDLoBnN4gBGyslne6waMqOG/60WuTR8mov6wC2LX7rVC49U1lHCJxGmnZd -KX/yxs21k6YFg7fqq+2F7d/g+QsN+CnyzMdZ5HsD2z4oss1xvm83ox5/cLkAMw18 -TxMG4oS9X4CBW7/DLc6vr95/krQzKqZcDLSGMgMz2bmZoSzSEDyIBRcD1yw7QUT7 -6d+/Flp/lmrjIudjx1uZaJqcAqL5TPlyla/Z8KPRY1czzZbn8JvLs4y4ssv7vm1z -iDGDizfCCktc5grsu+FRRlDURCaSc0EJhqc4CHE3bzr27Tuz2SY= -=pz/q ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINE64-LTS.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINE64-LTS.asc deleted file mode 100644 index 0da5bd2ac2..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINE64-LTS.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-PINE64-LTS.img.xz) = 373ab307b2823b4bbfd233bc5b804c3196e73a39c8595ebb0609e14dbd0ae433 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pPJOxAAoxPKkOgfiOeQiIGqo6ZEWVBoswJmQ296CHIbIhwJWsWzaOY3gvbZm2je -MexspL8vD1pKW6qKxwmovBQO0tb2y28iFnbwwbepoOrm13Zu1rNlT0A9Jy8IzTCM -2VyrAXZpPngjzEXvI99aNZmwRNAG3cQ4XMXGdHV25tIdxctQ0+HKl4dWOnuRYwLG -rDN1rnz3x+uYsXlcF2qgFwliJC5NSNq87wIh6QhHlEHJej8hhkzbTu6dHI3/1DgP -93BAyYEqaiNTMfE/MRrydfJvS95700MkyT5MxP7OwSNWL+ewCvyzne7FT7pXMbJ1 -ZN9jYnDoIL9l1ywh6g6zs0W/vQppduz369RhnXlmX2Zg0ssi/sM5J5ajoU+OoP54 -dUDGgg3u7j9OO5Q8Nm+MaaG0gPXU2P/Hg8lgdaG2ndljrv8UEp25PbRu1Mxs5Tam -S41JLUikXSTObFPoHRuUFq9eLMhsAi1yWxoVv8Q+GhbIYbzQ5e2E912u8PNcgw6W -V/X45P0anuxx9iradH8AY44+A784dD3ON4sVyUIMfveQgpV2l0y7HoNGTuvli+kL -NONX9z5fAZAuOoZPeGJrqksR6U8U+Yr+tEMtSTvgqFd4J5/IPuoTzb7RjRDIuak0 -LFFhqywCh+367hrEvZq/882jXiW20tjznsrjKVe5g7nG77ZDfao= -=r9qh ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINE64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINE64.asc deleted file mode 100644 index be314c0fda..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINE64.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-PINE64.img.xz) = 46d6285ffc0b3ea1463b531ab88aa6ce982c60a435f4bdc754af63e1b8bfe55e ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pPmuw/+LwU7+bV8enc28dacB4OKna1ezUMze1ifWvbeX6AM85+ltyC67ajC2qER -FkhdVDHtcPMY4jiTrOCEpXE57Kf6oqzvCEDJZMwgOOIytr14bHlWA3/orfmr2dJS -JEur+evxYezLHGkBrcoL6Rge7qb2VvVqJC7uKd0rMkb6q0zmAcHpZR78NyNKoiwL -VeV9ofK8lz2w7l0pGZjUYb+ZMgM4m+N5f1zlpFxW/qTDnwLmrg8t7GEEmpc2HJAs -ngt5AjOQveIk63/NMZkww/csIZ0F2XoptvJTGL0uiu8Q4/7T0VMkNr6hpHSnbzMq -rjW7qgKejfBMM+vg23iY38zI5Td87GyALhtVsRnv4jlFW0JktCI7qYP0hrfNIbZm -PUTtVZGLYqgpFejUE4baP69yJk7xe3GTla3PMrYPh1Wxp6GFRT8XFZphW9WEqMwU -LZHRo1ORen95rJqS/0TflcXM108RFmT2fbvHAxiTLUiWa2jl3c7J0D9zsUdpHxCv -b73gskCFTXEJoYIQSJ9vI+1rne9BSVgDDnWyaWIZmaAtWsV/KHEQP6QCpWUTTb21 -Gv3vD//42eJxL9+I1rDDzrkAom1VWpCv47s+bmBEAKJxWYDIOMmp/Ey9Nq8YF7ja -wjtoFy3FrxTmm8KtNtYanJwqwmDizAxf6VUgbdvydlP27++WId8= -=0rzw ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINEBOOK.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINEBOOK.asc deleted file mode 100644 index cdaf60e8d9..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-PINEBOOK.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-PINEBOOK.img.xz) = b38983227a710ed427054ceea6097e4c9938aec3d7e1f2c3fcd366cf8a75e46c ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pPqBQ//ZWjoIbNHKdb4M0U52CwpiJwZN+TyjbDB7NTZjA+YufqNjMYAVTcjicY/ -56/WH18ZyPNK7r2puynqapDpAtg9bLtH1Qx0UjmoU+8a8XV8XcPuCv2jaKLGJm0F -u2ZikhjcurQ1BGN0VcrI6krc89QuqwAbEpIhg9q8cSFavoPmH7cGrNbbYudsq6oX -KjsKU9FVQxhb5b2jL60jSMWB2HNhLiLMMoct4ytAxdC5rg04q108uOIQ1iNymRn6 -PgyTBDr8HhAUp1LsBqwYu16Rccs7p8ttpHFUBjCNXXhBGK1Zfqg6TTsoC8tpwQsn -zhTdpIxK4lAAbf3Iq+vQM1t/Zi315XcKa0X7bWd3q2qFEYHLNGvq5+3lcom2JKSH -tidQ4hEOjZb7lTzDhq/wwufSbD5nQAoWabiHLtDbp8O+irSOQyKiaB38I8Mum6QO -j9nkX4Cr5H2zJrU9BXhuAEywFO3zUYRnbuujWW0UnhCuqfvEYeTT2E2K/648yVBg -z7ArUbCk011VFwW6PONQq/5JRiuQiTxuXFPQ4dSKgj3zUDoCe3B9YLGRpgGG++Tq -B+fLE5FveeDySujRiLXO8MG+LFBaHjuQrJr9QjYsZzmOe1ZJ5WhgbW/HKFmh/e9c -lQhYziWJH7uO7cOT8AAaOzYN1jp+P7TXjRoY2SB03/vjabmZkAY= -=qH3Z ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-ROCK64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-ROCK64.asc deleted file mode 100644 index bf673887ae..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-ROCK64.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-ROCK64.img.xz) = 356470d1e36c4cfa62d976b39b4cde3adcf671605134c32d8d7106b364b4f581 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pMP7A//TWdiM0RkMhNdX/D7wnwGiuMzIt2cDOri8uu7f0MvHGcoQs5S6wT8ctOO -fCn1z3iigMIlPHCNxKUV57m6dxP6rr8ML9NxFOWckv2UZJ108Wepg2v2bAmcCfcz -Boh8swoApPbRezX70le7W8WbndZQhddITrGp2ea4wGq22xVCqLSNBFwaZMeCrVu0 -C+FNSvJ9xhMkATIzH4qiGMv3oWAYealL12GQtoYTvxdLE+kLa0pkOlfWa2ORpvh1 -x5onPmcXW0Bh4l4MpYWBXmGV5OdXZYu3LWH00tygAIvkKt2F5h32vzs9yovoRIEM -4Lm8QBeDvhPvstyHHqidV6aow7RHmSBDsZOx5wqhZShDcohMiequj8mS9q/PJ7fQ -3wveb3/7gAfpYIQgSRusUzDsbcp+Ri39KKTwJUZ3Ufe6Nc5sxdSeyMebrZKKO1i3 -EsqlaZhKT7DU7mDNTmVg8XSAqwy6Nv5R/9XHLlNlmXyzSWNCOeX+s3uwBKXcXVOk -83ZsaAIwUvoyYzjoOJnSDUQvPVW58zmSoKEQbiNoAYI4WPUCgJsR5pBNoyZd1WG7 -VRBO3x8ULIHQrTy/8syV8ldg29O/kvv99Hcr/0siGqxPt+jGWCJxutO9gZ4yBcvL -+Hbc79EpigpX5IXt9o06fqme7PJqQzLyQXlR96OizddOiMx1Y3Q= -=6kxk ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-ROCKPRO64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-ROCKPRO64.asc deleted file mode 100644 index 0a26e4a990..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-ROCKPRO64.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-ROCKPRO64.img.xz) = 664498a6a732bf412288a8d02c0d53502d36817cd0a39260216623e24cf1bfb7 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pMMfg//daFuKug6xazEVpA+C2OPtXljidYB5WsO4KfWqOQcI1CnJ2VRFmrxpTiu -Np5sWg3qOev1hJVxMj1/PX9qScmWWIoS3YZ1b8UPod3VOnQrRNWM1QxRdbzZnWbu -mmcR5uzcVK+Q4jFw1LpJIXa/pENz/nWb+gV0m0MIpuxh3QdxJzJWfvytOh8BIEsx -n/0r1tWvDRMm9dX8XFSFDnqb468NrgRIDEOy5mN07KgO5WpZGBhnrU7RPVuudkRO -MzCMh1ZtV9UZYvKE7id+nboxIo2wBVY/YJDIrsKLruGZEzn2uqbvGu/tBmAan9kA -lJSAYxWyoyQtk5n4DAq6eSxB0bFvgrhTCWK87uDiNy5r055T+h/viPh6Hu3hR8Pi -tsD12Z12y6nj3ZeEiBQk2/wONZQiM2qbt9qHdcRb2QclLK68NyPjxLTtvQRct1v7 -Ze7dY0BHVsTeDHDmLbH56jl6L4Lf1ldyP7E22M5GjbxkMzdhmYCOddJIrHQaPm9F -qesJrOHJutvzRobcVoUCdI7kLg48RdOeoGXfXNGqqIkcwblvzHXvjsl2SFF24dd5 -h7HJ8tYpMXYdLXRRzVWt5xD+cPYSQDUC0ttC04GkTdkGUVTLJ9AUTnaPmWUAioDG -MN+dXqxeD+TAchp7qp/tUEVmnsBgNi21xc92YqYpE44wL2fmDiE= -=uiN+ ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-RPI.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-RPI.asc deleted file mode 100644 index d758583948..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-RPI.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-RPI.img.xz) = 78d862e893572349345a26615690f0c185e5bd16fc27f0d402b211f34f65fdf7 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pOeKQ//Y6XWMMugymOSj060KPHSziNpmGkUFo5xyb6f/COxC997LmNb3rfJPbHE -/s5xuQAogb0hpD2hxc7HuNEgB2ZN/IWQQ4+uTBXId8D8XdN4GMlgJU1kiE1A8uKd -Kbp3YxwLZWlIUeJVIiFsCeSTuX/60Jq/+m988e7vVaWIhhUusWJELPvfBY8NNfQz -BVJD4Sdhr9QhGtS19R7HatyNUBJ5/UxyCz9LKzqaSo41pJ+vlcQka1417Mdi3Ay5 -RV0BYOsXCpRg/pabWdA7KLxSC/rfDEYW/xzvrlrqYnx0LMJV8CnELoxZ0dlSG6pE -DudVclyRIGp6sR+tMQ19l28CAIyjyWioL9Vy2Fj2LcF2Y6aXbqiWUl5i9aUKAzes -zZhUNPGlx09oZybYpHTzI2G3tjmlsmZJ3QNzUAaPBUH+BxnZWKPTj30b4IXYlyii -N4ekU3cm4X4dglvgQ/O+wQYgeJSQ5HoczV2cbABjkfP93Ptc7yHOhj8Q2GX38QM8 -tl+3sff/f3UQuNCzgMr+1Ls+Dn04a1Z/F+coWOY5jOlCDqtqz2KGE00lAhluPYgn -zRnCdNsPjaKW/i+SUp7lrgWVnS80L3fiw6GhJ3MUMVamWJNfqRDkSNPie6PP3XA4 -zK6+8MCIrxkYq4FwTEtAqqaP7OmcleFr1glOtGfbw7sIVbY81Xg= -=qIIs ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-vm.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-vm.asc deleted file mode 100644 index 4f242e3189..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64-vm.asc +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.qcow2.xz) = 527c8d16031bc2903ef19f8c76efcad4f0a27d19232c6aab28654d8bd19cfb15 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.raw.xz) = c9c87c1d0f334c527e76dc620eb248ccb7019da8a6b7332444045985eb2f7769 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.vhd.xz) = 63f4a2fdd66ee3daee32ccdec3f1ac43b7244cbefec594e4f71c20082ef34665 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.vmdk.xz) = 31f2bf853a84bac73d934c54e8943505073648ae4fa8d30ac5d9f87c48f2b426 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pOdzg/9Eo/iEc7V1VRS1d1W3kz5Otqz+WSav6fBvjrW444SMHb4am0ROneUwVEd -fcbmDvVMmOr5PCNoY/zU3+rX4gEnFc+m3kSgR8KgGKQ/Ey/eGT1oryGE28wsrg97 -wb1qtQ3l8WdWmIrSdS3x/M9KAuh9upN0KFUCzfcHzA3h7z3JUSADEKXZDX+2aqvh -A546HdOGLmHzfU225nag6ypvZ7rUOdJvO+mzd8VjX72Jf2+6+483UmL7fVqd4H0A -wbHC0z4Z1mVZ8QP9GjFO+8Ad/urOIoRa3O+EZr6PQwKwOz6eLUj3lQBPMvod5Laz -6U+QV7lk0AcAdxn3ZXiXS/zDNfs8PjvZC6b9v6bsvM6rG9pYgZ9/U8amc3059Rdr -qhVV42picfhpL6HP2BHEADksi01QctY0X8d5cvQzreeHyiJ+2d0fA0TslRZ3Q5Gk -xeajECuzOT8hkvmlEDx8CI7zk4TC72Ygd+P1zmqhox+JFcGUmHc/rWGvBNbZXPB4 -YgbXIW1YDDJaTKxrq2Vn2xBRiafl8knmtG3+3phyUqDcvd+VdwKMAQViyboDkbjS -cgdyM0Ud09E1fSNyOvn+Z+teYOtOyyS1qP8iUmiiGqWQYwP273MphyPrnFkbUZE5 -+MC9ax/YY7LcCZVmo9sp2OKkXgG44m5wbag9WdkNlTNnDujnL9w= -=ND4F ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64.asc deleted file mode 100644 index 830b5dc0be..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-arm64-aarch64.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-bootonly.iso) = 4f8d57730fe5cdaaa61f426013f883ee56711da983123fabdf6b27d886c94d85 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-bootonly.iso.xz) = 3d7501df1d55c4418587ecee6465d7f78ebdb1cdb2e183ae1352eaa7180d925a -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-disc1.iso) = 8d3178e7158e0e3f98834aafefd305ffe8a9db35fbc943d501b0b75e238c3048 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-disc1.iso.xz) = 4781b34dd623cacaf279e2723527d6b8429ed170f3d3194c390f547be09f5784 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-dvd1.iso) = 164a0f647d8af294843cddf1847ffc84326aa827b9fac5e88bc5367c3ece0b95 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-dvd1.iso.xz) = a76603fbd0c57cd0ea11e5d15f88b7040f676ba9e0b1f9e46af6e75ded6b6d09 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-memstick.img) = 66a50d93648040dfec578b4b404b0a66a53511c9cd8d633e41cd88d197dcf959 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-memstick.img.xz) = 1673f1f89c87cc26a8ef708f43dce76dc4fc8e416251a27767817951f9f4fc78 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-mini-memstick.img) = ac66c594afc689afb72d38aa95b89af1564b88d087358bd6f2ece122d05f48f3 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64-mini-memstick.img.xz) = ff0c9a6559638787eb12a35b5d75f6905fac9bdea30be3262611e4e97c0cb47d ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pM8XQ/+Ouycp68pjxDM/3ehOKdmQBauNw4lQgcAwojVl5EskxyA38FWytWi+yJy -Rna2xF1yUxPiLRwBGpRQZY/DBJsFuZC7hlDRQalg+nx5axSgKqCyUCX3BXWTQYGg -xljOTrosPLnwYILMRFhqE03HMl0VWrIA2PJ2A5bOZhda9pZ8ZLBB17RaCYW61T1d -jh631/mlwDGpgwQ2Ok673BjGSt5VeUvyQjALWL03lUykGJhHWpP3EpgZCj0YVrwy -ihorgkpZKMLt5eMTbBaVUuq2O57sVkVTGfkxzgB0e1iwqtuPCQs2Kn9WYKWXK+i1 -C42ZNoz3hZWltfGlW52m5Q5MOTjZ81dcbT5vXuNPG7U/+cPtQ+utQ4jBLo58uH8A -4kLnW5/zobMODdhMySWt2pHFe5HIE9485hDs1FjxPZmst21ZhM7ODkLENavOtNbY -684cOaBUk8Qf7ydz8Km/H9JzoSa4e2PNyL02Y7N3f6+JBLh+7RnyyLpxB6o/TOTK -sdQvyQt6hB7pPNz79/5tXP0yvLhicva9fJOMkpx3ajlSuZScbGDs8eWvlXIVUGSF -l6wwMSbzWD/fW7dc0aGlpOM2PT3oWQbM2MlNJfnCnU6I0KUUWYRjw2T6s5viV8+U -bELQv/XwQ+FuYYe02aRWdHwp8EpBKdE8dAf/mmYzIevAK13Vlww= -=S5m+ ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386-vm.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386-vm.asc deleted file mode 100644 index cf6c6ca3b5..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386-vm.asc +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-i386.qcow2.xz) = 7903d4fe5cb311fa8824958a2b6d907b79056a41f32dc022c952f53fbd5a39d9 -SHA256 (FreeBSD-13.0-RC5-i386.raw.xz) = 994fc8b00f4bc6ce661816c004bb63027cc13fb3b11c707677b55c904aadc70a -SHA256 (FreeBSD-13.0-RC5-i386.vhd.xz) = 7a312962720977a0e085a57905355617a142ca1f38cdd2864eb2f647373b3243 -SHA256 (FreeBSD-13.0-RC5-i386.vmdk.xz) = e050aa295c188e27c98fe362bb7e7e3f660d6ad1ab9dedc79cc9cca0ffa77b34 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pMvAQ/9GUwhXlMCYXci610vTCfzgybwjsWuZhTdi/A+X7dwzRvRmWJotWkvbe4x -BrnIrLKvWYCidHyXEu0nVgafr7/vexcTI6tJgX2AsrHp6mpu1hpkk1h35pvzwylE -YQfM0rMPgUx3meluq6+NZ31aZMW+WSNHIK9NBGfe29OR3lLsF8XPLWp3fV8Grvs9 -G0wEaQJtN7/HZRfkZ7Cxiptn4Qdko2B7lRooQbHQxWV+xnor3TGmCBCTjATaYLbb -r1zdQ6Dt3AkBI1LOYoewzIvrXGJmI2ArqlKynNYO84L3PfIEP27Is1DIOjT2+ns0 -0J+KKyIDSpw6uY22w4JyZRaQNkSzWS3ic9AR14vEvOJn7Hy297dypcVxmPuFWEQn -NuUd3U8zvl++Fm6TRDxFdU4XwxzoA3L2xwGoK2E74gYa4Aek8HAJ1gM/J2WMW+xs -GzTFXGTdlQyyCeejpI+zDru7gQ+BM7MExjytHnPjw3iS32TTjwkkkg3zL9SbsyW3 -GSVsWuYtKO/LLbS60N/4cxvpB4WkbzvUnL1oesiE8gea0C49/yxnRnmbi2qYrKXL -1LeoxpOpI1BMX/bpTWKxezu6voNDjWq4fPkUUHg5HD1rgaCDgeijwc+vt/xqFwKU -oFPLXta2mrN0kelVMeAA0N8ABxihuqDiiUwAIxU6Vd+iCcNt0zM= -=mFV3 ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386.asc deleted file mode 100644 index 267b8b76c5..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-i386.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-i386-bootonly.iso) = 79f35eabd8f510a44413da532d900613c3b23ed79f1e98a8a2ecc7cacf2abe35 -SHA256 (FreeBSD-13.0-RC5-i386-bootonly.iso.xz) = c3f5ec7847cec1760d6aa0413b324443e7e3a843c9f83219775c24f5ab8c1894 -SHA256 (FreeBSD-13.0-RC5-i386-disc1.iso) = e16077941d9e811026d7c10dbe1be78ef0c4973cf02bcec610ef5bf61e5a81a3 -SHA256 (FreeBSD-13.0-RC5-i386-disc1.iso.xz) = b3d360824504419a416c0ebc7bc28c63ea6c8722736a90603891b31b3d7e3089 -SHA256 (FreeBSD-13.0-RC5-i386-dvd1.iso) = 6f8d645310ffc0e0e5a3e6d08a651d71d4364dc3568eb56c64103b1e5378e3a6 -SHA256 (FreeBSD-13.0-RC5-i386-dvd1.iso.xz) = 74ea5c4a1390506d308bd64e99889abb456ce8ea97bee2cf6649a6eeef4dbc89 -SHA256 (FreeBSD-13.0-RC5-i386-memstick.img) = 5dd60eab6d6b4fe7e4cf69693e759befaa49f2c3fa4ded328c40bf232ab424de -SHA256 (FreeBSD-13.0-RC5-i386-memstick.img.xz) = b372c1c77ffe8b64b6491970e5f2582de9bec4937f96e12882bd878d265cf64d -SHA256 (FreeBSD-13.0-RC5-i386-mini-memstick.img) = d0efe3f4a44859417126b75ee7325d0488527404f3b4157ccf4de0664f1f9a07 -SHA256 (FreeBSD-13.0-RC5-i386-mini-memstick.img.xz) = fdaab5a8fd3a4fba03b300e448164d55173986015473f350200c05efe1a852d8 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pN1jg//XvNn63zZaT5BZn1sb4iOMgntdPz11Mnq32tNcLhERKoVJMVCoRm1DsBS -Vc0ejRFwX/1Wa84ZxAtM37igeQKNzuVuNipFhWG8wm2QSrvcPzxX2vkbVYCNfkdB -Y73NcwE1r32HWRqWE+tNaLyhbPY4Ym7qZyNbkuzyhiMX6EAXQcx8mcdrdaNV7uEs -PEsvfe0S7MfrwrwriF9dGr8MP5yjr35j1Oiddhpd8iilffKusRxHbM4Bk15DrgVj -sEJ5sbse0f8EfBEvV81MI354z0PuEsNvdCimp0evjPpz/YCYI4xFf3Ny+RY8dXLM -00rDevcwKXXnz2MHUUI9LLuB1y413irujdjiI3OVYJkxNO8F/q8cuLVEafwWiS8+ -2keT3xh8WOMx0l374zagUW6/BmVYLwg+HMhIdWk6aVgKDo4XNAnFl3rKja5Y3DQQ -wipNGW7G1kdRJP5VmP1/E8DQ4paZsBaXszUeIzuNHx/iPZwlv2qPHzFVmViNhsdK -sW2YVDi+M8+7AVTgZiGn3/8LM05QJAaRhQMTc8NHUVqjLPWfwfNgCeu4u2tb7Uzg -Jy3DXjdyzcQtXizUDivANnb0RIdyZ82DNdgBrpr7wobpOpD0WDuQHp+bA3vQa1KN -GfGbB9BOaqebSno/n5/BI7G+WbPqTh1n/i/LS7/zKfcHIDh3C6g= -=pkyz ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64.asc deleted file mode 100644 index aeb2f4013b..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-bootonly.iso) = 25c55622b76bebbe8f0fe2f8a4bdb3e3574e8ebe6e51a0ca96cbe6e8ce603858 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-bootonly.iso.xz) = c811d69f85b2a3ac734534a3006377d39db375a28926738d6b0ae216b22e14f9 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-disc1.iso) = 8473b711542841cbe8426c4c4738c1dd621b48c53437ac7fe2e6ec4e71b65ae6 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-disc1.iso.xz) = 669e6383bcc7df3ed3dc747aecdff85a8db9e228b194cfadd6333e2b202d7748 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-dvd1.iso) = 6f3212a22f1d5ae6636bdf78b11f0babc13072206b72a79e7ab774336b09325e -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-dvd1.iso.xz) = 99ac5ffb12358d96bafbe2e96481957ae683c025edda1a2eeb67c5e15ba27f32 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-memstick.img) = e517c774949f162a81cf4f351e8be76ff63887c71b56c97dff1ef304181a3642 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-memstick.img.xz) = ee773a8aaf21a7f77d471b4c92d59f82587cd2ef939dab6cdff0cf22e1ffb270 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-mini-memstick.img) = 11eaad33b936480e58ffeaa73a8df233462343380a05472bc1187005ec2a2763 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64-mini-memstick.img.xz) = 362075a568f7e64ef336c35b681f3870a369476997e4c4b8e2494ecca9e7a793 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBIACgkQAxRYpUeP -4pOgnQ//SQ8+LSHSMsxPp+iAR5IQxbKMnAN/wA/3VyeAEoLQc7GFvMk9mb3uvSHu -CctZ/yhG88WyXk65caTCWXWR6ILcZ2wnNHNLHAVymBr6QwsOvQUy6IJ40y/lQMkm -ynyDIGVU2aRe4FkZ0advsVmBZmibVeVmdfypAMzhN3GNOx+N5DZN6FW1gpkAoAHJ -0cr9nm/Pb6WA4FZf7CiOvtwa1YTkuMlomMwX/SA4ZQXePmrQ7+oddld73Ovkwwcn -yljORT7KsCMUbRWRR5WyK3Fx4jE2bRbkTQVoKhvQ0VV+9duwd0UphIkwyNX+TE3R -Ar/e9MGyW+/KNtpEJU4j28FC3kUg3KacSaHOVGH6FJaDaYj+8LM7tCDK2KVjb/n2 -YgoE2N6Q8tBCUERjmDxFSxqUmoa961Lg9COoYfJHspylKGk1VjBRu61M3HzA7WiV -kOsn1WF7IMn2FQJLb1E87p/QECFxbGu4C3v0tdjrsJzhQRO1XU0tW0UHuD/PzxOE -KT9ZptIMqhAM6odwQTOXF7WnaCPd5jQwSsCX3O8fb+ygQCT5WlsrjBiYvSRLMIPL -RYWVbkJZSzpeTOIOlxlV7xK4xwKX4A2PNr+mrkWn63wEBiO/8uNs3kgfwU4pWwjE -MMte0RtmQD1WnlBOfDkG6Y0J9DypPgiNSCqlNNQarbb6RUt5hKI= -=FHR+ ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64le.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64le.asc deleted file mode 100644 index 1aaeca3e04..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpc64le.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-bootonly.iso) = 44949a89dd868f59fb83be8c6eb0dfee0239b7653237ec3b986bc3a5ad2aa84f -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-bootonly.iso.xz) = 4d934143d93cc14a64387afc16aed1b3c7e61302063e97c92f905317ec8525dd -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-disc1.iso) = 1afda9365d4ef07d363cab2eaff9af0b1f79fef97954b887b33240d50438caab -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-disc1.iso.xz) = 55e964968892a4b8ba86fd43be8e1ef215dea1fc45ec338f33051bd0fe9a434b -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-dvd1.iso) = 18e1091cb31c4db288a58268c23554449e2c67cac830d1e6247e6800a83e1c17 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-dvd1.iso.xz) = c67976d9a3b963c1f7912ed0734cdde8db5635d4f313f01e13c548afc012b588 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-memstick.img) = 6bb73a406466f51e68f1e69f8b2539cae5fc73fe4df880a4b9b7768954d6d3c6 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-memstick.img.xz) = b4bd43ccfd1f6be7c92fcddbfa026e034150bdbefe3ec5d0b5cc1c0645b343ed -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-mini-memstick.img) = 8af515276bd2d4931d42ce0fea7b51686ada127cc1d36ae0a2d30b79486d2593 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpc64le-mini-memstick.img.xz) = e6cfb3188bdb6db2bb6d72e855508687c4773f139e5171a0ab68f328d95d62f0 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBIACgkQAxRYpUeP -4pOlsw//bhh/WJewhFK86t5IKFsLGQmhzNpVkPrx3w7NBxqvKdf5bcTAkpuZhy1V -+pBtGRoX5b9aqe+GB6ajt+MxtpGUL6EnbDPCPelbLGwDveVo5L1oI+NYH744/dYo -xDw2WnXv5Q1oBlKyUkks14lMm69uIQpQU3mF6l1oWWf+zaB0ZaMT/IpumxZZb3TX -+7ny7RFIV+4a7b9qdPTR8oSG6U4bJcxymzCTu2fAQAbS3/f73jLKpnjpXJjmQQR4 -ZJt698VunyOpXGzsVwr86NFBhQdG2q5RaMuEzEfdIPGSqHr9gyxEeB/1Zt4grtUf -+qNEDtB6slwUVss/JOQquNmj6DyS5C2hyrRBx5xdMxfNiTO2nwnsxWpFDsXj7ffp -AlK1de86y6TpUTzZFbl9lPC2+Zf5Q+NPzuiLDMzgArz5YL7t7d1jRD6bIvnvkgG7 -p3JZs3iCeuBtGKaegIljy9yTdTRXtXWZFDXgw44YNzS56hOmw0MfgnKuBnJFgEZx -WZvGIToyqEwy7nDWFjiIvfAoD34hTuGjOPDnCqUM+5CosaYTkMLhdH7T/HuE+qZ+ -UpDT2WCEtyBMkC/oyGOWdAVkKVEGp7HApbp4Tuc2ctX7+7Q87VjuuBgoIzFe0ATU -XXI/lH1JtTVN0mglNXyhrP5SzaGkHlri1a+NeCw6AYWOjeH0lq0= -=p4xf ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpcspe.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpcspe.asc deleted file mode 100644 index 0a0c387992..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc-powerpcspe.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-bootonly.iso) = 3f274fce0d33e110200ac2418e884502a701397dbebaa73b2544622d443153b2 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-bootonly.iso.xz) = 62e85b4c51969a74d83e903be32cad9ec946993291def036d6d0b8970cbdfd0c -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-disc1.iso) = 134bcedfecc7d1165a776f8ac3e9165984cd6ffe21816d4fbe6ea67ebf98de12 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-disc1.iso.xz) = da3ee317d806b053aecad3b2692accb370fb79fa45360efdb0d9f27adfd2b3cd -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-dvd1.iso) = d3d4f33db8c2627f73a4765c1806de46498ea80b387ed2b96fc767eb2cda9729 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-dvd1.iso.xz) = ba3af7676d6f8c431a7fa1012bb599cc19e9e3770d18e01293c38c3175d3007a -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-memstick.img) = 3d8ad5969d65321025d90896289dd1dec6695ae1b413e3102eb49d4506439ae1 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-memstick.img.xz) = b51a273ace661c9775a43785374e20d4dbc0282b0aeb748a02eeae69d6235523 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-mini-memstick.img) = 1e6ef9b8a740eac73cb8d7578277c7bc580f3afdc51d444a74c00aeb5e03f530 -SHA256 (FreeBSD-13.0-RC5-powerpc-powerpcspe-mini-memstick.img.xz) = a4fdfddc01b4fe4f5a112552acd2291f13c0b31ca3cb548e3abf58c0ba89a2c6 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBIACgkQAxRYpUeP -4pP1Dw//bI863BWL/ND/uevUaNAIPR37DRylZ7pLTUaJ/5oBPoNAW3eufnoCBxF7 -ZqKwYuv5nA+aTgfnD91IG+wrJ/HWAoRtwuvt+LqoSQMJ4kMF/qdC3ZgZWZqIHIIM -8PiyLHJoS6qbMaNtv7/ATod8h/8hlgWaDhQScFyItNxR0JYZ62oJ41zE1zirPw6r -pH4w0NRGFvKJbz1HncFJJYCzxQKrFFVu8b4LXeAJXE23kgjpCKMe4AGLlvM7URRK -tTMy9oBNJBbzm9YQE2+KS3NL0J903sEPo97ZaKRXrPkJCF+zmyBTiRGpO6Yhk6y5 -WzEQY7XVhEpCkxEwER5vMCCW6C8fwiTpGUCj18GaDcb4jAXfx3mEEr/VSmMsH1+Q -HswDinnIQNd/CvwNTLq6z520Gtny9DWvnt+snR+QSS2pEhl2hYzK2lPNiOUBlI01 -n18rSbcyKdjeXUfArfPSFrz+5RVNYlqAJHsD01S7FPNQUuvQbmPBeAaPYzYJ7x2D -DOjBuCeCtIHfZGK06GN2L5ita0ZEPnCr2BBFEj5BhUKp9BJm5LcqwBOKXlfStnYW -/0ncsOyDbVYgl/f9CERNo9aWfW3Nf3hZdV852P88cqZNKVr17acuE8zgIfM6VDXJ -dfIU3TDBkrG0F5KIJZQSrL+AZMVlrLs0jFCNWT5wIjA+K/O1p7I= -=p5Kt ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc.asc deleted file mode 100644 index 77f32c1924..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-powerpc.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-powerpc-bootonly.iso) = 2827b49ca6c59f0008bc3601c82fbc102fda1b570ab36a533580b2bfea88f34f -SHA256 (FreeBSD-13.0-RC5-powerpc-bootonly.iso.xz) = 7b5aa329441b970269c52622d2e22dc6822ef16c1d459d132a48c41a09503e19 -SHA256 (FreeBSD-13.0-RC5-powerpc-disc1.iso) = 8eaa08b5f578ffdeeb8cbd4e7ac14e7b8398d27db742ed5a0bb51e4a499fb37e -SHA256 (FreeBSD-13.0-RC5-powerpc-disc1.iso.xz) = 08dadbb25838b533e995627614e7290be3ac42944ed63fe8545d7920a3f82b72 -SHA256 (FreeBSD-13.0-RC5-powerpc-dvd1.iso) = 142e79355ba203f11df43accfc27a4b6d22ccf7745e207e6909ac4290262c4db -SHA256 (FreeBSD-13.0-RC5-powerpc-dvd1.iso.xz) = 10fec72bb315db41daad144a22afdea30caa4155759f460985522886fb9096d1 -SHA256 (FreeBSD-13.0-RC5-powerpc-memstick.img) = b44acedab085967df85c836dfe8fa41d0dde8da94d2268f909436c5ab25de549 -SHA256 (FreeBSD-13.0-RC5-powerpc-memstick.img.xz) = d69e8e2dff07fc98cb3904d937cfbb4c5bf459dc115ae8a20da248ca83c6590e -SHA256 (FreeBSD-13.0-RC5-powerpc-mini-memstick.img) = 250f066f9d8f37624faf27c9098757620c914ae556c4f265c8e20f4d035270ea -SHA256 (FreeBSD-13.0-RC5-powerpc-mini-memstick.img.xz) = 333e7fab257c09aa04934e10e05da2c32f9fefded9bd0b351e6d2ba6b1be4442 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBEACgkQAxRYpUeP -4pNFSg//RvwfT/TK97Ml7058HoeVEp4M6o5MKdwStLd/Aem2oVJjNsZGQM2gqUha -DNOsZmkMFJEraha7Kjn53v9mvQg54nwTGRbezm8NVErXhwKnV/078KAedR7TCFlb -/w80LcEXR27ZdlQFf21Y0ytovP9U1EmiMw49ByNJr7PPdenr9AOrsyD6hvOvckOj -i2udVzQaEisdXNqnyRtUM5r+KRQIjvORITs/pY7FzxPFtvfDPgZjeYJ8dO9FlbBZ -zlvdPNo8omiV1qUySQR8MZw4IOvQNSEcwuwHHQH5cSUzxJacR4CCuxIcRBIGCAJa -vxaeX4/S+yhk8RNlxHUPOmXHak+oKjpMNYf/Il9s1P9SFciicvEh3KY3C0xwBDiI -49d/NNNe+Yyr/8Ll9qCdLpw/+FqlWYCGmMGCjeYpOFVVwhr8jVoWtNHF2FUE2HBH -Ts1Ni2IgBFfSa/tHTt9kXZo9q4+ORCJfcwqn3zl71T13kw86BsjxV1Y6nftjBmGg -Um8h0UIqnOrmigskD5/aMZ+y7p+IvAZEuN6/gihdtAOMtByRRqKO4bOAd1iuW1mt -qLSwurw15LfaI5ViTce0wxKhfbMcg50/BeyC3m30j7EKdoCofu5gv+Cy3p7D9ZXT -darHvWEi6cxdMcCsp3XZZDQz+rLn4IhQl4GoORRuzkOeaWUvEJw= -=QDwg ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64-GENERICSD.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64-GENERICSD.asc deleted file mode 100644 index be0137a7db..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64-GENERICSD.asc +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-GENERICSD.img.xz) = c0c35d67d5e7a1f6fcffe6c79e3b096ff55492d332e39bf067780b8868170bca ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBIACgkQAxRYpUeP -4pONBQ/9F4HktVLhjS7fLeIlGZfsTv3YKk7BlRPA3E9/gNbTJzMfcNxCaQWfxHfb -h17UeVaiEjdcmZCuIx0JYYL7BeDMFdYD/SotuLjnFVJFBXQtfRIIS6rFqd0uwNm2 -AuG4NBEEmofgmzN3odxDFmtNuSa8qjDjRpIDrxSXgqKsOTxdSHKIxyK8MesJXGYs -/ledgr7/qg9Uz0SNyx3fk59KtONpM8KfCAop+57ulymg0vb36DBicb+6h36uj9WG -61MetPu/Ofp2xJ7sh2SAINO+zlma5/qBj2YIhjdEZrnS2aXObfYB3NK4ZQZxsNeK -C7pg+GzSq+QBYk7TQb+5BITwk1ZmHi+0M1/vUbg2athODiMKMzNOs4FxZe5QXDso -KpzTm1Ze73K+SGiXvgkl7TDSWB6qnCZAFN2DJmGc3PSMnDiC6g/47THCEp3vANgN -qH1/SBnfPEuccqEy2jGQ4hh/dOLByJTQjF6uNBUJqZrljzXG0nPzIvExLRJRLH1/ -EBFPEQYsIunnA/8AWKTT+BMgS2VMfLdAsc5qkiA6xomXNTLelZBPIf944VzaDCY2 -8XiBJv/vcn/ldjuHL7emca+uRsZ4BX0ynFU0vFFTBgkwoSyGVzt1ws8zNnvVKu/j -x7z/5yg+XpffXVOF7Ca/+DTJepEettr8uANJhaNQWGsJKTOXECE= -=fWXD ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64-vm.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64-vm.asc deleted file mode 100644 index 7da0f14910..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64-vm.asc +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.qcow2.xz) = 527c8d16031bc2903ef19f8c76efcad4f0a27d19232c6aab28654d8bd19cfb15 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.raw.xz) = c9c87c1d0f334c527e76dc620eb248ccb7019da8a6b7332444045985eb2f7769 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.vhd.xz) = 63f4a2fdd66ee3daee32ccdec3f1ac43b7244cbefec594e4f71c20082ef34665 -SHA256 (FreeBSD-13.0-RC5-arm64-aarch64.vmdk.xz) = 31f2bf853a84bac73d934c54e8943505073648ae4fa8d30ac5d9f87c48f2b426 ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBIACgkQAxRYpUeP -4pNWQw/+IjwS15l+/z4/GEf7aIqCgXPXW7T+6q9ylXp2qciHR1USy4tWW4FRXB5+ -WNaLth76OoBGpdCKUzYfw4+0+Xr+jrWtZcCUT1zFE2qJRyk8wh3S1k7NVj0PmvWh -Oi+ILVtbcoAkE8Dfalxj40K6Y8xciAtoc5m2WXJiEkV4ib658hsype66RyM3yg4i -gGoCIm9Go5aP7oYCoZCQSpKlkuVmqJW/CJxPLetzE2IIcxESz+VIFx4ZJpvrU3ct -pizOzQgHqtSvuaiYJ2BzZdv47EVnF8ff4ADP0xXOT9o2Ggoxl5ZVZORAQKKgS+bx -sarK92FaT6XynXunxNRIqvtL8c7uL3/sWO8+XVXMETq1n64nYxnTatT+TQrf/d9D -V9P24O3wYa0OqTifTm7f/qao5SZQ1Z4iEQc0hDaDtB/pKDzDR7pPf2JYU25I/gJ1 -4iL4H8kCeuzNQvDCYQ4yCrwx8M5ulgLHt0ZVw+7/wM5cle0Bdt0yi2kwFOekdkLw -VIABbwT3qzVcBRmpXHS091WMJZk0ovI2QDZRDT/3N9O2lkCKSlEcOo7OH0WUksSc -Fh6jLhYOVy+aRjUmu0Xa/kUY1rGjbudMhrcUDsNbLE4KKioYZK1L0yyQotz/wc7T -unHcRxZmBh7GaCfx35iJZvbAleJR8n5opxvBe6V45qEfMs1s6iM= -=Gl0X ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64.asc deleted file mode 100644 index a851eed90e..0000000000 --- a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RC5-riscv-riscv64.asc +++ /dev/null @@ -1,29 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-bootonly.iso) = 4dffab1337ce29059a13f8a54cb4d44157c00cb72ebcceb84e75576f795dd379 -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-bootonly.iso.xz) = f386a80efdc0ca022f8da46c7348015ffaf5462fe4d7e617613d3155374870c7 -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-disc1.iso) = b66ce52d91b72455473fe3338c44d2e6449f13661c3da0ae53a859039cc0dabb -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-disc1.iso.xz) = 714a8713d9e26a9cd3279f51d4ddc449be46868ec7da951ba50679b312240e06 -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-dvd1.iso) = b10c0496d31538b8b84b11925131f15df1f00d3a0801a241c55e45a6021d5cdb -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-dvd1.iso.xz) = 9bc02efeeecf00068bd448847ddfb6f798daab847c93aa337e4d336aaa520f56 -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-memstick.img) = 4c8a268efce88b0ccd36b40c2cf381839d17f2f00057d08998834f1aacb2bf2c -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-memstick.img.xz) = 1754e76ba5aa2e1a081fec88b932c583b371e819ac45e50c4c7a3ac6aeff7a46 -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-mini-memstick.img) = 9b7aaa23535b6b6b2494f7ee6a21926997c36d0cb7d6d2c495544de59d4efd95 -SHA256 (FreeBSD-13.0-RC5-riscv-riscv64-mini-memstick.img.xz) = 50103e7d9515085ac77c0ad17307a373950978da5042bb0be417b989048d917e ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmBnZBIACgkQAxRYpUeP -4pPfVhAAlK0H8NL/7pA38lrBcBjlt1BH0KaDCL8+DVFE2lT9THGoGSiJ3hBy9iSs -ty7XddR8PRxOaVYVIcdaBqEAL9tryiG+tNNfTuCpTOlgkewJFYXAyAbomqYs6SJV -RS4WXPgiSQgs2l8AlTTYzN64w7vuE2omIggtE25vNminepyt6EgQ/cjisSMgeoH3 -Di06ICx1h5LMnwZ4axB1QNFkoZ0pv57JpRGVFQ993LC1bb79pxjfYydsNpEKaQPG -NdV0VH0YoqolFf7xlyFjvlxajSEFXXR2EJ/sZbFvPbQ6dAMOQCEtB9LEPWfjK6dq -t0/tYIJVCbg5IghqpAdk6/8c/+wciFKQYSdOk2srXr63DLwdsUavz8MVi9lHjQjS -ZaTZLt1FLKGkceX2hYm+cUfTDaNh2rFGD+m+K6u6ccfpRnlmI8mM1Bi7nzL/n2si -rq1BRyNDc4Nxe1/4fD4rebcNRuD91waay5KBMewbPISU+r9J1SOM3aV0dEFoaVxY -bdqBp/1+vFgRxEDRF4I/0AaywLnfh6dC6kIdqegzK0fP15iOma6W4PdgndWV/OnX -K46OaiOUT7wcq38MXw6G8uoQoR8mIjf6w8GdZ/lCLQFukyTqQqUsBPMfovUxVomx -nOIedKcJer+JFp2ganjXGz7IA6Ktq91BHCGofpZhSUmjdLhUzyY= -=j7fF ------END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64-vm.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64-vm.asc new file mode 100644 index 0000000000..5e44cea063 --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64-vm.asc @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-amd64.qcow2.xz) = 61dc5377f30da1ad02c99d6bb3e8e67d6a52d5390b0176eede651375f0f9b86f +SHA256 (FreeBSD-13.0-RELEASE-amd64.raw.xz) = 48288a693215a88b26ec81b2648de7433acec7db491aaeaed49c0ffd1612d345 +SHA256 (FreeBSD-13.0-RELEASE-amd64.vhd.xz) = ce8b9b97fbd957f1ece56cbd2a3de757c7cb14f9805d3a9a7b894b06f2b1c238 +SHA256 (FreeBSD-13.0-RELEASE-amd64.vmdk.xz) = 542eac6eea5ef6e48f15c6f05407d6d3a9df98f2fdd521b723fc141fdf584060 +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKgACgkQAxRYpUeP +4pOjUQ//VUsidJDrNSLdKOOlLMxLwUhbTw6KIg8FFzvrDDekJOdXdyb3t7cU50F3 +ITwCaNym6dDETeTxAT3RszqZmtsM3rgCNPg3cqxT22Vq7+Kto/m0U6k/3R+6favX +zbzbEAx2zC+Iwihsv6rQf/T5x0r9wJG9Va/uCaWGk1lDqCqICdw1NENKB6tAsOha +vGX065UF5KkE2vQ3dQXjWaDs8ToSvxil2vYMuzvHwnd+ErNLYt5+YV8LgbhINTgA +pQ5hh/BMf3pxsLWIi2cpLrQzhF7F0IaFgLI7nrYeOZHOGUNR1siq8PrAEvMJpCMG +WCmjwP6zYM7mp7V4KvFjYHitFEjFEUeY0mCg8x9kOudJ0/MtKZz5wwH6BFjRZ1Mu +Qn1n4xxlE2dVH9agqes6+UJludzsCvUFgM6Zya0fEMpwNbkybi0hq6FMZgEt5hro +os92GZ/XYe0i8noKFUDMoKAKEnQRnIWwGnJWoBNbmkLFiAqcDGDitlyBMr0s9k/I +D2t8S3HAZTAdll12QdMknScXrZxgjWPv9UU3Mg4/GeiXndOJR1gnfLJfTtV8FnNv +qXMQMOQY7zX2yjthGM6IzOC7ncBBryK7yOoOU4xLpOy5gTHB8Ii92pc1R9JiAasI +951GdjFl+B+fDow5zSdmY8WCmNHg7hvJaVA1m2PNGbT5DjyTNz8= +=FdDY +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64.asc new file mode 100644 index 0000000000..44870e5071 --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-amd64.asc @@ -0,0 +1,29 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-amd64-bootonly.iso) = c81a911f9d5fc7404877dd679771d776e1447cc38b31e1c07042d2620e49d4ac +SHA256 (FreeBSD-13.0-RELEASE-amd64-bootonly.iso.xz) = f89fa42b3d93cf5c380b2726a63500b6106b54bd020ddc0c125b76b141e026f2 +SHA256 (FreeBSD-13.0-RELEASE-amd64-disc1.iso) = f78d4e5f53605592863852b39fa31a12f15893dc48cacecd875f2da72fa67ae5 +SHA256 (FreeBSD-13.0-RELEASE-amd64-disc1.iso.xz) = edf45ba6fad6a6aabc56623562a419096f4aaf78473ac8e96d2870cf27816195 +SHA256 (FreeBSD-13.0-RELEASE-amd64-dvd1.iso) = d3df1818c0b90ae8d4c88c447dd158c3c3a3ddada4171ac7b0fe55baa040c821 +SHA256 (FreeBSD-13.0-RELEASE-amd64-dvd1.iso.xz) = 036ab9d2a96140e953fe6bcb57546567965c8ba05ca92a7e3c3f9eb8e222bd74 +SHA256 (FreeBSD-13.0-RELEASE-amd64-memstick.img) = 3a1b0ef1e2211f03980eb00fdeedeb3cd9ead03f1bfcd9f6a1eb335c3b994377 +SHA256 (FreeBSD-13.0-RELEASE-amd64-memstick.img.xz) = 7589cbc83b737da6a73c48ff250525b3eaec99522af9b878895895333ae4bad0 +SHA256 (FreeBSD-13.0-RELEASE-amd64-mini-memstick.img) = 107ba7f8b07f60e92fe75f86690d17ebdf9f5b5b55b68e22ca1a51e80f19349d +SHA256 (FreeBSD-13.0-RELEASE-amd64-mini-memstick.img.xz) = f5cc2a37b5061961fb741acf4c633f303565153601da3d7fefefb1f150b13726 +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKgACgkQAxRYpUeP +4pMDFw/+NKXOb2DQhBUpbY5Ba/zo7aYpxmczbetHMkMrNIQd1vMdW1IcOa3v0llM +c+lDbl4CIFoAL65GQHA/7qgqynjniN5PY4sWsooEsuUCUxjmkp/6NCZk8u0rCmV6 +TuH+nn4MtSGAYqv/RwRVoZxX3Nqq7ySerIesuR95QAW6aZKW208IrUfjxT3/1pas +lSzEQT9x0PxbbRvaoslc32+W6Pbo5pTfKSBqz5c1R+RnxMZ+ttgFqRcyGhMMKJhB +tHZOTQIDwivZuHhCgQQesIlsBlxJ+arTdmZIk2hGwdvxOI6TOMshHUKaat/AWVmY +zxQU2td07c/3gVyM6G5z4BHgHHSSwWDmwZD38zHuyVL/stSz82C2pdnRS05aBEah +eapVkqdBk6p6lTM9XmdsE8rWv0H6QI3qEiBjvMoDFMzLVOvqLdUloSWs0wdU6ntW +rypmB0SCznTsfCc2VatsPq0vlmp+mSe/rsYpPMilg3zEDKmhGsh675tTu1j/VWoY +PrCHDqNvSWHyhxcSpqrcu6On6Zze0vqw4HU5/pIX9MHgyAEfKntrXSguGoxKXDNw +4Q+ehM0Lx07BAPUum2JAXVt0VY8iDYsmVPnGMiLwAXWzp1HaCsfa/nw4pP+2qceM +bQFigKFLWId0xIEu8pD/i2fSxN4+9sCONdeptyJdT8DDPh65p74= +=KsXi +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.asc new file mode 100644 index 0000000000..704bbd3a2e --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.img.xz) = 27107a61b8e9ca2a4465904d7d00d035496a815101eda4c4f08d2a43a0db10da +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKgACgkQAxRYpUeP +4pMMFw//Zo2lCJaz15VqSxhlKGbwc7a5V5NzNfQfTLeezM57HOOGuZGp2bzZrAIO +KZ51lJuz07lthn6msIC88YPG/+5fHVCipNVBxw4c3aMj31LgxxBXg2kZXD/26zqq +E9MFn/f8UwhuedJgdTptgZWg7QMc3361LSNtoVl065zSNEffowFsoJZVLDumXXXg +LhbOwJ1sjmqiAqjl/vjACZgD3LXTx4QWH3tuGIeGOIIP98qalHvAjOZmGzCI49lJ +GbW+fZU42dluHLRqW2MwdkzLsbdyzsiYA+J2qroQqNa9qi/6bqKkQjGUwIjjdqkX +Xeadhs7ZR3hdYtCQAzWA8QNDqlQHIEjnmR3t7KmD1zVBB4MBkShPjJmkNHoiBxxq +bjbGNg5AYUCsZVaq8h0YVhVy+CY0Lc9jU3H9r6yjMFolpjxTB5LkNcQw16tPVGFf +WEzsQNGQCFafkqiFRQ2CROHMBpDY1+Skjm2ny/YKyCAtE/4c+3l/+ylR9fL2z0Mp +cRmtkDYC4SVeY8VnluB8cu/5uBcMh1B+5WasGAJqXUP7Y56L02jyDLeVyW6fHms3 +L/nNWK45pMHMR5uqDDs+CTgkSgHiOuqbWwUD6jFWJ13y9pdEYXcsPgnRlkgQyFXf +LWxGOmADqfpvXi0g1H2dIXn9f/saCBPKZmgOBjkeFM2nrtM8LIM= +=RaTw +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.asc new file mode 100644 index 0000000000..49c5b50e90 --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.img.xz) = 6e5364c461f906967d62fbaeabb6aee9553d07239e0a1d529da2c0259f2a9cde +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKgACgkQAxRYpUeP +4pPGpg/9FQ92klMJUc2IY1Bp+daGXcTHJWXCUp6I7WdS1RD5Ykr8DX9yLJXLt9Ko +Ku08okGDMQFJVckFHXh1cR84BA4QpeNeROzoiJJlKOE6BMqMVAaKvOnz3K95CPxc +h+LT2XgGK1+petFzRVPGuRnJJCV++IE2DQnvQZ1expBerMhTwv4qu0cdhSb85Zx1 +lfRU1zomTqJ2mWi55iDNxHhFruGS5TOJWZP4Kq972z9dHoGAoNBCzerBUQMtpFUW +wQ4+2Zyc4C/1uuoe1io9BstprM2dGrfrFuz7zde2xt1yAS/VmiqSB1OD6MPdtyfb +amzGhGx38Ex9ebvGV4QG86G9nHncFpMrO6dedDeoWfjSeikFHeTyQBqIYpY87kEe +lGWEZgY4XyPDGGfQZbhqaK/R2YXDA5TQnF8F435PTSFqO19VJ8DZSXgjfO4MkDMO +IRR23CNLhVyVLS+sCFJtnug5ZKdYVmXV9dNHlK0kL6BDfHe2HcJn6s4LYHAI0Fht +5txP/BvH2yMwCFWtNSHlAp6G7iZVvH2aRGTx3nd5LC8/ytBgJEbpWTrd+wSZE/eF +NaBJBWgYasNVtUyp8YavPtEzPdk3Vzp5d9V51AZ8g1OrqLW6F5PbCtJw2P6ku4cw ++32W67gb/Cw7f9duoa/DAXAyaXEm+98xH7SG4PKqyOOgllyhOY0= +=UyBL +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.asc new file mode 100644 index 0000000000..97b5994bc2 --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.img.xz) = 0b4028382f3d88ffc9c3c55cbf0592577c6e655ac3163a544096ffe0f2328514 +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKkACgkQAxRYpUeP +4pPVZhAAhrGIcIuMky8kDOmjL0m8kOYn93seIjy8WEspmpNkXWBGPBbqKXSt9xtA +IBhWIVYT641KalGI4nS8X+SY1xWqGpBAmiyvfHSB0sDkYuyDxQL/2nPvDRE9YQ7u +yVODnBnq2R4ozeT9ZcM/DfY9vU8jNrOVvLn6IlD8lhWW9OaLm5bov83d1rmHMteE +R8h9j/hA3xQXw1GEVq3B3WY8DV7NK675KIZ1VoGViO13xH/qINtyIX2kXaesPSjN +pLIMwzGq7hUtp6btCcCkpdQtTiTNtIsgvZgRbq2h2/5x/aQQ/gIqHbGCC5r+I8QL +cC47OU6Irju041+L2nGU3zNq+8z0uDYX0WAN3Iz1wMJ+y0b144Ay0jZFlndZF1d5 +HQLn7f0ttnhOJWvMz+CDvurwnO95DUCbkFzRCXy+V+Q+BanO7nLCqoq8r5M4wrm6 +pbemhXqQDosOcnH6rVz9ObyqC9ANKD5adK/iCSEV2lRE8fMvY+L8avT0y2d36K4J +zoCSI9ixGYfg6VGCqmpiZ+PhlIyWzz3hZdtzRn/xOozTC4ANwmYspMFny6pEdU05 +StzzysK3pmIkUi+PzwcO3hLw1QjHuLDgtRBHg/hVf7zR4AKFXQC7pp3TSnCrXC49 +TOZ9k9Q2QI25M7r76vMZEhAzLsJF+CPJ5AzfxItRB6qtoo5vNBU= +=aked +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.asc new file mode 100644 index 0000000000..bfe95833bc --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.img.xz) = 5c57e9d2de5c963d7e46afe14d69228db17637d3862ebe2ae4ac2751933b8199 +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKgACgkQAxRYpUeP +4pNyBA//Zd/Ysh2g/YDVCQ+X6HIZPd/AlsH/pkAw5aFgWrrFVqBemlY6bjZaiZXa +IY51PL+c2rs1uwpCvviKBPPsc4HcAKU3nLbQL6yQCGcMwlYvfBDuZ6ZWRqwr80x7 +keY86mOj6lylcQifsfi9DzGGS8OFI6NXPcyKOo2IUpTe24vJfIcd2C2V1V9mFCdz +y3RvYy+3p0XUasJWASFUjvMsLYcxer8+OyFT/M0saYhCp4uMDJjGilzSkLhNb7gh +F+fWWgZxoJ1qdgLEzdMrskH7aiI5Mh1ASJK73pCxpFp46e2KEDLrRlv3ts0mayHa +5ECM4urWCqY3RegiPe87xkn3NKT/Tqu8mH9fem3Is2DBJI77O227Otafiv1L6/ed +dcOfJ41pWwU6uKKLlwUmC51vMZtUxv1LVoPNnVbBzVhNIZISM60T+VqKqtC/7EwU +fMImrFh2Jg3Q4LX3y23smJQBX0Vv2Axkv8ZDAIeTVdU7wsHceBmCC0Qjbd9ZXR/K +Dv54hZHaAbleiJ3rHfbcifMiOjtUgFik3QtbHKLsXv8B+/W1vPer0Zqgxh0tqLBH +Fhi2vPMr6i7Oipz9pnZjgsoqoFMssCiKgf8RAe9fuTlvnVJIXBnELFg/C5vCI8Cj +LXSYHigV1RTNbnt/L2jT88i/6BXkqCn/LsjKYnWmWEsrOAIe7Ys= +=TY9S +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.asc new file mode 100644 index 0000000000..b5a4150922 --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.img.xz) = ed1662ad80696ece5db43422fffa444bda76800b665170b316df2908cc5ed3c3 +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKkACgkQAxRYpUeP +4pMgHA//Yo7y/wK2T+RKPfRnWm0aqNeGlGj1diYQMkmBBNUm9EBp0bBTzz7qij7F +bZ0mPez4aTR0KQFhGqIngkG1h/too0Hou13MbZChBLBJ4A2kkhnTBg6Kk8yV9yNY +PYDudJA3K5zwt4rXTnX8WbIy5dUPGuyGsNLJBBte1tHeonPJUz3bqAw0voHBK9xq +168/4olR3Qd+PubI+XfU0tsMbcC//Fte8Fg0e8xA8r70Db71+mRRN2kMoS1kcsak +7y8rYO5OXF4JQdNiDcT3Cfsi1mJF9xCoja5n7gpoLE8a2fJN78xUbuB3skPs7wt4 +IrhHFAi5cOajKuepoT0gSRw+Xz+eILmeQO6bVzQCxGJyvyXUTUipaDTQJ8NHrhSW +WqANI05hRwatUxttm+u07JnJX/4RdFvPXg4MfdFpn9YlxqLSrwQxG1T45nD0UxKo +qmXyzndZAMwgPI4JBeyDh4bE2tX9DtR+1jas0sHgtTrvLC179C5a5LtRLeJnjj25 +tPzRD15TLBMUcDVstVLwTeHAVVVAGIId82aAKymcsx84aPxZjNASpIFCtrm6a6dm +uV1U5+oK429euUOvwzM7v7HtYG271zRKd7gStjy1Er0aH3xHlnusKcu+sihHRvzT +x5GtyPKLjWIZ8NKBGYl5Vwb1oXx1VQj8fmVOgLH4bQ/BDCN5Gn4= +=sPMk +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.asc new file mode 100644 index 0000000000..6529f7a6ed --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.img.xz) = 202c86b0be111fb3dda634f535dc86f09040b398ce9cd3d4f26169b625d542de +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKkACgkQAxRYpUeP +4pOxoQ/6A+5+3JgQu2rp9b3DXnVXRu+ZpjJeGUR3v5bT4PpyuxDCl7ox+/47eyHC +UM91aX0sUAH48x1Gs/7sPCaSlIgNkDZ0B4kElWYDLlA1M457CUwR2HZLlHgWoRW8 +rHjUK2eIYlet3JtajjJCZPHFf0oxEKJszRqh+XcZCxVSmDsPnUH81P/pwb8oT7rM +xNOGsvw/BKWz+7T9Ssbx+uVwNpBH7SkDsJQ63uQ1xJ7nlNC/EtOuQiQMsDgE08I3 +rjEjWW60epoQ9+fZ4KdSDhtd2LobxDtRyGl6AYsADdvGeDcbAiH8iO8Df1Zz4xAW +fmev/QSrg7r9hdoKt2rxOy56nVW0q+TECwu/MnQSrc8TB/O1ZWXb97f37GX+kWBS +2iCS8SCvnxQJ0vgSg0mN2PcoAViQ5bJcv4eLxGv8YvxfznDM2T0BCcWrPBHlSZUO +ilzoHPkH02tkaQNllq8Mj9UrQr9Ii1tAhv2sTj9o/f4I28laa9qLnMMFt3N1I+pz +q79p4NzZknZ8wS0tRNM/a5ea7x4A7ygT2p4lDjouJ0xYQh9F5ITWmDmPUOiLvl5N +mX1Y/BRG8pCXxV45ApuxkYXo8Xv28OvXY1nwnm6Red8g288Q4Q27IdO9FSFB7oXy +pVJXfLsqoTAh9JXaVtjYqpktkjro9dRznSF0bN9LcD6KWOvxGE0= +=lgzJ +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.asc new file mode 100644 index 0000000000..1397a47fae --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.img.xz) = 06c3838155305dca295cd87847009f6bf0c51cf1ce9c799b0fed6eb888151954 +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmB1vKkACgkQAxRYpUeP +4pPfpBAAni8ss78cMv1kFZZBWLKxSUBrumyE6azhzNnPnqBK9i7rvRl6oramNj4A +Rf1H3uMS1202fCb7JHywqZ91DrdIGGSy+WNviJm+Cq0Jsa9ERuQNOM5hHl8alq98 +55VRVd73jILiJXqh7b3Io7yoL2GpbRDaVKWXXQmS0Lfh2QPf9h+c0qGbTaFG9mEX +4gpVQ0u2bpUzQFMncAOt/wBgv4UC6MSmfbNwWrJPtzpBLZ3SpMuwIxZjtGYzSEM5 +E0B5b4M3z8vM86jJQ1E3EUw215HCpirwRBdll71SfAAQLtVBvHHLeMAHM9SZpd/M +aDdJuWu4LdgsPjvLV3kEt1wcrTn+nn7J/zMWNh+l3pM71O+1kyGgWtPCmXqLJ1H3 +rEBlZW4oOX0qnsRUrWswkyJIQ+w7iE2aITKHD0B0ohLZ9ajayfay6lJiem4Dcll0 +krGXrJvYtrFZ1QPlWsdA1O4ptaVcAoVMvL7ZTDfSj11uIoPK7HbSm/MYtItHBLBM +QZAAygy+NY6Fvc9WRwRo1cInLPv/UaaN9V6VNJtuG3LKdXyMH1Kx0RWm2e8m4aGz +NAUTCLyV+mboPYGFepFczQjMcpeJ2VChVp2xa8EsNvpgfBmBQcqRZMjpj8Nm0W3B +A470Og5b/OyvLEzj/7Ch3QnXNloPwJaui34oc/0U2OdvmxiNy6M= +=klHL +-----END PGP SIGNATURE----- diff --git a/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-RPI.asc b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-RPI.asc new file mode 100644 index 0000000000..07aa0157d9 --- /dev/null +++ b/website/content/en/releases/13.0R/checksums/CHECKSUM.SHA256-FreeBSD-13.0-RELEASE-arm64-aarch64-RPI.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + *** 1635 LINES SKIPPED *** From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 18:50:27 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 070FF5E8301 for ; Tue, 13 Apr 2021 18:50:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKZRk6ffFz3FXB; Tue, 13 Apr 2021 18:50:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9A437DAD; Tue, 13 Apr 2021 18:50:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DIoQm1067160; Tue, 13 Apr 2021 18:50:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DIoQrs067159; Tue, 13 Apr 2021 18:50:26 GMT (envelope-from git) Date: Tue, 13 Apr 2021 18:50:26 GMT Message-Id: <202104131850.13DIoQrs067159@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: b632ecb3fd - main - release: bump version numbers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b632ecb3fd66be37fda123f01b782c45cc2453f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 18:50:27 -0000 The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=b632ecb3fd66be37fda123f01b782c45cc2453f4 commit b632ecb3fd66be37fda123f01b782c45cc2453f4 Author: Glen Barber AuthorDate: 2021-04-13 18:01:21 +0000 Commit: Glen Barber CommitDate: 2021-04-13 18:49:59 +0000 release: bump version numbers Sponsored by: Rubicon Communications, LLC ("Netgate") --- documentation/content/en/books/faq/_index.adoc | 27 +++++++++++++--------- .../content/en/books/handbook/_index.adoc | 2 +- shared/releases.adoc | 12 +++++----- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/documentation/content/en/books/faq/_index.adoc b/documentation/content/en/books/faq/_index.adoc index 654d55232c..a5fdb454d1 100644 --- a/documentation/content/en/books/faq/_index.adoc +++ b/documentation/content/en/books/faq/_index.adoc @@ -23,18 +23,23 @@ trademarks: ["freebsd", "ibm", "ieee", "adobe", "intel", "linux", "microsoft", " :source-highlighter: rouge :experimental: :skip-front-matter: -:rel-numbranch: 3 -:rel-head: 13-CURRENT -:rel-head-relx: 13.X +:rel-numbranch: 4 +:rel-head: 14-CURRENT +:rel-head-relx: 14.X :rel-head-releng: head/ -:rel-relx: 12.X -:rel-stable: 12-STABLE -:rel-releng: stable/12/ +:rel-relx: 13.X +:rel-stable: 13-STABLE +:rel-releng: stable/13/ :rel-relengdate: December 2018 -:rel2-relx: 11.X -:rel2-stable: 11-STABLE -:rel2-releng: stable/11/ -:rel2-relengdate: October 2016 +:rel2-relx: 12.X +:rel2-stable: 12-STABLE +:rel2-releng: stable/12/ +:rel2-relengdate: December 2018 +:rel3-relx: 11.X +:rel3-stable: 11-STABLE +:rel3-releng: stable/11/ +:rel3-relengdate: October 2016 + ifeval::["{backend}" == "html5"] include::shared/mirrors.adoc[] @@ -66,7 +71,7 @@ endif::[] [.abstract-title] Abstract -This is the Frequently Asked Questions (FAQ) for FreeBSD versions {rel-relx} and {rel2-relx}. Every effort has been made to make this FAQ as informative as possible; if you have any suggestions as to how it may be improved, send them to the {freebsd-doc}. +This is the Frequently Asked Questions (FAQ) for FreeBSD versions {rel-relx}, {rel2-relx}, and {rel3-relx}. Every effort has been made to make this FAQ as informative as possible; if you have any suggestions as to how it may be improved, send them to the {freebsd-doc}. The latest version of this document is always available from the link:{faq}[FreeBSD website]. It may also be downloaded as one large link:.[HTML] file with HTTP or as a variety of other formats from the https://download.freebsd.org/ftp/doc/[FreeBSD FTP server]. diff --git a/documentation/content/en/books/handbook/_index.adoc b/documentation/content/en/books/handbook/_index.adoc index 5526dd0568..d7af05ae9f 100644 --- a/documentation/content/en/books/handbook/_index.adoc +++ b/documentation/content/en/books/handbook/_index.adoc @@ -24,7 +24,7 @@ include::shared/en/mailing-lists.adoc[] [.abstract-title] Abstract -Welcome to FreeBSD! This handbook covers the installation and day to day use of _FreeBSD {rel122-current}-RELEASE_, _FreeBSD {rel121-current}-RELEASE_ and _FreeBSD {rel114-current}-RELEASE_. This book is the result of ongoing work by many individuals. Some sections might be outdated. Those interested in helping to update and expand this document should send email to the {freebsd-doc}. +Welcome to FreeBSD! This handbook covers the installation and day to day use of _FreeBSD {rel130-current}-RELEASE, _FreeBSD {rel122-current}-RELEASE_, _FreeBSD {rel121-current}-RELEASE_ and _FreeBSD {rel114-current}-RELEASE_. This book is the result of ongoing work by many individuals. Some sections might be outdated. Those interested in helping to update and expand this document should send email to the {freebsd-doc}. The latest version of this book is available from the https://www.FreeBSD.org/[FreeBSD web site]. Previous versions can be obtained from https://docs.FreeBSD.org/doc/[https://docs.FreeBSD.org/doc/]. The book can be downloaded in a variety of formats and compression options from the https://download.freebsd.org/ftp/doc/[FreeBSD FTP server] or one of the numerous link:./mirrors#mirrors-ftp[mirror sites]. Printed copies can be purchased at the https://www.freebsdmall.com/[FreeBSD Mall]. Searches can be performed on the handbook and other documents on the link:https://www.FreeBSD.org/search/[search page]. diff --git a/shared/releases.adoc b/shared/releases.adoc index fc3fad9374..0aa89200ec 100644 --- a/shared/releases.adoc +++ b/shared/releases.adoc @@ -51,7 +51,7 @@ // Set to 'INCLUDE' when the schedule is available. -:beta2-upcoming: INCLUDE +:beta2-upcoming: IGNORE // Set to 'INCLUDE' when the installation images are available. @@ -74,14 +74,14 @@ :rel130-current-major: 13 :rel130-current: 13.0 -:rel130-current-date: TBD +:rel130-current-date: April, 2021 :u-rel130-notes: https://www.FreeBSD.org/releases/{rel130-current}R/relnotes/ -//:u-rel130-announce: https://www.FreeBSD.org/releases/{rel130-current}R/announce/ -//:u-rel130-errata: https://www.FreeBSD.org/releases/{rel130-current}R/errata/ +:u-rel130-announce: https://www.FreeBSD.org/releases/{rel130-current}R/announce/ +:u-rel130-errata: https://www.FreeBSD.org/releases/{rel130-current}R/errata/ :u-rel130-hardware: https://www.FreeBSD.org/releases/{rel130-current}R/hardware/ -//:u-rel130-installation: https://www.FreeBSD.org/releases/{rel130-current}R/installation/ -//:u-rel130-readme: https://www.FreeBSD.org/releases/{rel130-current}R/readme/ +:u-rel130-installation: https://www.FreeBSD.org/releases/{rel130-current}R/installation/ +:u-rel130-readme: https://www.FreeBSD.org/releases/{rel130-current}R/readme/ :u-rel130-signatures: https://www.FreeBSD.org/releases/{rel130-current}R/signatures/ :rel122-current-major: 12 From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 18:50:28 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1717C5E819A for ; Tue, 13 Apr 2021 18:50:28 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKZRm08rdz3FP9; Tue, 13 Apr 2021 18:50:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC8337DAE; Tue, 13 Apr 2021 18:50:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DIoRN1067181; Tue, 13 Apr 2021 18:50:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DIoRiI067180; Tue, 13 Apr 2021 18:50:27 GMT (envelope-from git) Date: Tue, 13 Apr 2021 18:50:27 GMT Message-Id: <202104131850.13DIoRiI067180@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: 3a080a45d6 - main - release: announce 13.0-RELEASE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3a080a45d613d8ae3b77d76aff9b9126583ec29e Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 18:50:28 -0000 The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=3a080a45d613d8ae3b77d76aff9b9126583ec29e commit 3a080a45d613d8ae3b77d76aff9b9126583ec29e Author: Glen Barber AuthorDate: 2021-04-13 18:49:18 +0000 Commit: Glen Barber CommitDate: 2021-04-13 18:49:59 +0000 release: announce 13.0-RELEASE Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/releases/13.0R/announce.adoc | 667 ++++++++++++++++++++ website/content/en/releases/13.0R/announce.asc | 696 +++++++++++++++++++++ website/content/en/releases/13.0R/schedule.adoc | 2 +- website/content/en/releases/13.0R/signatures.adoc | 8 +- website/content/en/where.adoc | 105 ++-- website/data/en/news/news.toml | 5 + website/themes/beastie/layouts/index.html | 1 + .../themes/beastie/layouts/partials/sidenav.html | 3 + 8 files changed, 1433 insertions(+), 54 deletions(-) diff --git a/website/content/en/releases/13.0R/announce.adoc b/website/content/en/releases/13.0R/announce.adoc new file mode 100644 index 0000000000..52338fa237 --- /dev/null +++ b/website/content/en/releases/13.0R/announce.adoc @@ -0,0 +1,667 @@ +--- +title: "FreeBSD 13.0-RELEASE Announcement" +sidenav: download +--- + +:thisBranch: 13 +:thisRelease: 13.0 +:nextRelease: 13.1 +:lastRelease: 12.2 +:thisEOL: January 31, 2026 +:which: first + += FreeBSD {thisRelease}-RELEASE Announcement + +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {thisRelease}-RELEASE. This is the {which} release of the stable/{thisBranch} branch. + +Some of the highlights: + +* The clang, lld, and lldb utilities and compiler-rt, llvm, libunwind, and libc++ libraries have been updated to version 11.0.1. +* Removed the obsolete version of the GNU debugger that was installed to /usr/libexec for use by crashinfo(8). Detailed kernel crash information can be obtained by installing modern GDB from ports or packages. +* Removed the obsolete binutils 2.17 and gcc(1) 4.2.1 from the tree. All supported architectures now use the LLVM/clang toolchain. +* The BSD version of grep(1) is now installed by default. The obsolete GNU version that was the previous default has been removed. +* Removed CU-SeeMe support from libalias(3). +* The qat(4) driver has been added, supporting some of the cryptographic acceleration functions of the Intel QuickAssist (QAT) device. The qat(4) driver supports the QAT devices integrated with Atom C2000 and C3000 and Xeon C620 and D-1500 platforms, and the Intel QAT Adapter 8950. +* Several deprecated drivers have been removed. +* Several drivers have been ported to the PowerPC64 architecture. +* The kernel now supports in-kernel framing and encryption of Transport Layer Security (TLS) data on TCP sockets for TLS versions 1.0 through 1.3. Transmit offload via in-kernel crypto drivers is supported for MtE cipher suites using AES-CBC as well as AEAD cipher suites using AES-GCM. Receive offload via in-kernel crypto drivers is supported for AES-GCM cipher suites for TLS 1.2. Using KTLS requires the use of a KTLS-aware userland SSL library. The OpenSSL library included in the base system does not enable KTLS support by default, but support can be enabled by building with the WITH_OPENSSL_KTLS option +* The 64-bit ARM architecture known as arm64 or AArch64 is promoted to Tier-1 status for FreeBSD 13. +* And much more... + +For a complete list of new features and known problems, please see the online release notes and errata list, available at: + +* `https://www.FreeBSD.org/releases/{thisRelease}R/relnotes/` +* `https://www.FreeBSD.org/releases/{thisRelease}R/errata/` + +For more information about FreeBSD release engineering activities, please see: + +* `https://www.FreeBSD.org/releng/` + +== Availability + +FreeBSD {thisRelease}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64, and riscv64 architectures. + +FreeBSD {thisRelease}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. + +SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card images are included at the bottom of this message. + +PGP-signed checksums for the release images are also available at: + +* https://www.FreeBSD.org/releases/{thisRelease}R/signatures/ + +A PGP-signed version of this announcement is available at: + +* https://www.FreeBSD.org/releases/{thisRelease}R/announce.asc + +The purpose of the images provided as part of the release are as follows: + +dvd1:: +This contains everything necessary to install the base FreeBSD operating system, the documentation, debugging distribution sets, and a small set of pre-built packages aimed at getting a graphical workstation up and running. It also supports booting into a "livefs" based rescue mode. This should be all you need if you can burn and use DVD-sized media. ++ +Additionally, this can be written to a USB memory stick (flash drive) for the amd64 architecture and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +[subs="attributes"] +.... +# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-dvd1.iso \ + of=/dev/da0 bs=1m conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. +disc1:: +This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +Additionally, this can be written to a USB memory stick (flash drive) for the amd64 architecture and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +[subs="attributes"] +.... +# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-disc1.iso \ + of=/dev/da0 bs=1m conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. +bootonly:: +This supports booting a machine using the CDROM drive but does not contain the installation distribution sets for installing FreeBSD from the CD itself. You would need to perform a network based install (e.g., from an HTTP or FTP server) after booting from the CD. ++ +Additionally, this can be written to a USB memory stick (flash drive) for the amd64 architecture and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +[subs="attributes"] +.... +# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-bootonly.iso \ + of=/dev/da0 bs=1m conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. +memstick:: +This can be written to a USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +[subs="attributes"] +.... +# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-memstick.img \ + of=/dev/da0 bs=1m conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. +mini-memstick:: +This can be written to a USB memory stick (flash drive) and used to boot a machine, but does not contain the installation distribution sets on the medium itself, similar to the bootonly image. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +[subs="attributes"] +.... +# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-mini-memstick.img \ + of=/dev/da0 bs=1m conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. +FreeBSD/arm SD card images:: +These can be written to an SD card and used to boot the supported arm system. The SD card image contains the full FreeBSD installation, and can be installed onto SD cards as small as 512Mb. ++ +For convenience for those without console access to the system, a `freebsd` user with a password of `freebsd` is available by default for `ssh(1)` access. Additionally, the `root` user password is set to `root`, which it is strongly recommended to change the password for both users after gaining access to the system. ++ +To write the FreeBSD/arm image to an SD card, use the `dd(1)` utility, replacing _KERNEL_ with the appropriate kernel configuration name for the system. ++ +[subs="attributes"] +.... +# dd if=FreeBSD-{thisRelease}-RELEASE-arm-armv6-KERNEL.img \ + of=/dev/da0 bs=1m conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. + +FreeBSD {thisRelease}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {thisRelease}-based products is: + +* FreeBSD Mall, Inc. https://www.freebsdmall.com + +Pre-installed virtual machine images are also available for the amd64 (x86_64), i386 (x86_32), AArch64 (arm64), and RISCV architectures in `QCOW2`, `VHD`, and `VMDK` disk image formats, as well as raw (unformatted) images. + +FreeBSD {thisRelease}-RELEASE amd64 is also available on these cloud hosting platforms: + +* FreeBSD/amd64 Amazon(R) EC2(TM): + +AMIs are available in the following regions: ++ +.... + af-south-1 region: ami-0d2d07a6264bcda33 + eu-north-1 region: ami-0e0ae0989643385e5 + ap-south-1 region: ami-01c14ddd8c10de0aa + eu-west-3 region: ami-045b32187fd402e34 + eu-west-2 region: ami-04e61aca3139fc919 + eu-south-1 region: ami-0f04bb5c364b2512c + eu-west-1 region: ami-00bb460e4f7c78550 + ap-northeast-3 region: ami-0402c69953464d680 + ap-northeast-2 region: ami-000e0b32c06f48b7b + me-south-1 region: ami-0c7d6fb431ca14ac8 + ap-northeast-1 region: ami-063b55ced1686720b + sa-east-1 region: ami-02882d3869dd9f141 + ca-central-1 region: ami-0ef804e8d8a51d767 + ap-east-1 region: ami-050d747a6a7d31062 + ap-southeast-1 region: ami-0a45e3ec8e59bf142 + ap-southeast-2 region: ami-088540321abcc78fb + eu-central-1 region: ami-0e40369fc21a6b3a8 + us-east-1 region: ami-00e91cb82b335d15f + us-east-2 region: ami-0c51b57240a193ba6 + us-west-1 region: ami-060887cf54a9f55f0 + us-west-2 region: ami-0e198eb8953e5b338 +.... ++ +AMIs are also available in the Amazon(R) Marketplace at: + +https://aws.amazon.com/marketplace/pp/B0928XNW6D ++ +FreeBSD/arm64 Amazon(R) EC2(TM): + +AMIs are available in the following regions: ++ +.... + af-south-1 region: ami-0165e33cfb1d5422e + eu-north-1 region: ami-0dc68d84e5cc63d7d + ap-south-1 region: ami-0a262fab8abcc6d40 + eu-west-3 region: ami-0957ad9015a1f6d4d + eu-west-2 region: ami-0366c84035a278843 + eu-south-1 region: ami-0b5a6c0f2105d2480 + eu-west-1 region: ami-022d53fc7a0487c86 + ap-northeast-3 region: ami-08f7d67b0853a1a9a + ap-northeast-2 region: ami-0d29df94b7a9b09d4 + me-south-1 region: ami-09d4c6dab10d669a7 + ap-northeast-1 region: ami-0765e59ddcd858fe6 + sa-east-1 region: ami-0cf6f8aa34c96f461 + ca-central-1 region: ami-0433a46c97234be2a + ap-east-1 region: ami-0195139ce4a112b40 + ap-southeast-1 region: ami-01df562bfd32672f6 + ap-southeast-2 region: ami-080c63a3e30280338 + eu-central-1 region: ami-0eb347e0ae6cb68af + us-east-1 region: ami-050cc11ac34def94b + us-east-2 region: ami-0426d56d6b3d8a432 + us-west-1 region: ami-06f7a315e3ebc8100 + us-west-2 region: ami-06339ed4373b57ca0 +.... ++ +AMIs are also available in the Amazon(R) Marketplace at: + +https://aws.amazon.com/marketplace/pp/B09291VW11 +* Google(R) Compute Engine(TM): + +Instances can be deployed using the `gcloud` utility: ++ +.... + % gcloud compute instances create INSTANCE \ + --image freebsd-13-0-release-amd64 \ + --image-project=freebsd-org-cloud-dev + % gcloud compute ssh INSTANCE +.... ++ +Replace _INSTANCE_ with the name of the Google Compute Engine instance. ++ +FreeBSD {thisRelease}-RELEASE is also expected to be available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + +https://console.cloud.google.com/launcher/browse?filter=category:os&filter=price:free +* Hashicorp/Atlas(R) Vagrant(TM): + +Instances can be deployed using the `vagrant` utility: ++ +.... + % vagrant init freebsd/FreeBSD-13.0-RELEASE + % vagrant up +.... + +== Download + +FreeBSD {thisRelease}-RELEASE may be downloaded via https from the following site: + +* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{thisRelease}/` + +FreeBSD {thisRelease}-RELEASE virtual machine images may be downloaded from: + +* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{thisRelease}-RELEASE/` + +FreeBSD {thisRelease}-RELEASE amd64 BASIC-CI images may be downloaded from: + +* `https://download.freebsd.org/ftp/releases/CI-IMAGES/{thisRelease}-RELEASE/` + +For instructions on installing FreeBSD or updating an existing machine to {thisRelease}-RELEASE please see: + +* `https://www.FreeBSD.org/releases/{thisRelease}R/installation/` + +== Support + +Based on the new FreeBSD support model, the FreeBSD 13 release series will be supported until at least {thisEOL}. This point release, FreeBSD {thisRelease}-RELEASE, will be supported until at least three months after FreeBSD {nextRelease}-RELEASE. Additional support information can be found at: + +* `https://www.FreeBSD.org/security/` + +Please note that {lastRelease} will be supported until three months from the {thisRelease} release date, which is yet to be scheduled at the time of this writing. + +== Acknowledgments + +Many companies donated equipment, network access, or human time to support the release engineering activities for FreeBSD {thisRelease} including: + +[cols="",] +|=== +|https://www.freebsdfoundation.org[The FreeBSD Foundation] +|https://www.netgate.com[Rubicon Communications, LLC (Netgate)] +|https://www.tarsnap.com[Tarsnap] +|https://www.netapp.com[NetApp] +|https://www.isc.org[Internet Systems Consortium] +|https://bytemark.co.uk[ByteMark Hosting] +|https://nextarray.com[NextArray] +|https://www.sentex.ca[Sentex Data Communications] +|https://www.nyi.net[New York Internet] +|https://www.juniper.net[Juniper Networks] +|https://www.netactuate.com[NetActuate] +|https://www.cs.nctu.edu.tw[Department of Computer Science, National Chiao Tung University] +|https://www.nlnetlabs.nl[NLNet Labs] +|https://www.ixsystems.com[iXsystems] +|=== + +The release engineering team for {thisRelease}-RELEASE includes: + +[cols=",",] +|=== +|Glen Barber |Release Engineering Lead, {thisRelease}-RELEASE Release Engineer +|Konstantin Belousov |Release Engineering +|Antoine Brodin |Package Building +|Bryan Drewery |Release Engineering, Package Building +|Marc Fonvieille |Release Engineering, Documentation +|Xin Li |Release Engineering, Security Team Liaison +|Ed Maste |Security Officer Deputy +|Colin Percival |Release Engineering Deputy Lead +|Hiroki Sato |Release Engineering, Documentation +|Gleb Smirnoff |Release Engineering +|Gordon Tetlow |Security Officer +|=== + +== Trademark + +FreeBSD is a registered trademark of The FreeBSD Foundation. + +== ISO Image Checksums + +=== amd64 (x86_64): + +.... +SHA512 (FreeBSD-13.0-RELEASE-amd64-bootonly.iso) = 4bb54bbe258a7369cf6255c2324c26eeb302a2c294bbef647564a30d3e426ab4738d97786c71b4e12dd23e6b888e847526121daaa3b5c54145e861d2ea86e88a +SHA512 (FreeBSD-13.0-RELEASE-amd64-bootonly.iso.xz) = 56035d120c88ad99a2d6c25bd0c05e7374ed960a6d58651aa682303f3b97328d74653ba79846a00b6ef204895bef470904f4fbffa3c16ef713e108bc41feecac +SHA512 (FreeBSD-13.0-RELEASE-amd64-disc1.iso) = 8f58360e4259a04a262bc345e6c16708331bec40ec2d596a5b60d53f05d566a13ccf1e322df92be61c040261230df2f41d311aac174d5820828322dbca904a8e +SHA512 (FreeBSD-13.0-RELEASE-amd64-disc1.iso.xz) = 69c2f84722d6be1b2376257ad46ac5e79495388bbf551f7357c2c01d7e324b98c7f0d87dc55d56698d20ddb0c0472bc8b39c94529e93eba42f6a3ae7908b8e56 +SHA512 (FreeBSD-13.0-RELEASE-amd64-dvd1.iso) = aca07085198d7b500011c31ecc777c962ce905213cb75bf1d38c74e859f0d7a4a141c08afcc0febce6f12285b12a92d9318059fd6f8ca2d6f122429f45a7deea +SHA512 (FreeBSD-13.0-RELEASE-amd64-dvd1.iso.xz) = b3860e4dea6e38e1e6cce1cada1f3689d1eba7f6bedf5a99fe326433f5917efdb6b8b47ba0b9d01f253e6301f1d27327ebe6c75e719bc999571e699ea1f00f4e +SHA512 (FreeBSD-13.0-RELEASE-amd64-memstick.img) = f2ea3829383cbcfc242d5d52e8cb2143e48921f3636630bfe07d1de5eaf7d38438b118b85235dda6c4f96d8741f5615da2ece5bbbdf992abbdeb7bb5fba61a8d +SHA512 (FreeBSD-13.0-RELEASE-amd64-memstick.img.xz) = e6f67efad0c0d094c894be2906ec3771a1cee8b23c0362f1af8c4dd34e94f4157da7c4e8f8c3682dfc5b7dc28af7ca2fbf7d20409580a024e1fd4b0cfb06e1dc +SHA512 (FreeBSD-13.0-RELEASE-amd64-mini-memstick.img) = f8cc6720db8dfa09b3532ffe96230892d14f364533a11169f649a6840d301894e49f68424812bbba0f26cb220b96a520c2ed4f0fc5a28301bc6064c4dd6546f4 +SHA512 (FreeBSD-13.0-RELEASE-amd64-mini-memstick.img.xz) = 9024c9e572825a7e3d3d1ef747e36c7cbb7c81079618bac3fc6bbf013123a34f9a711ebdf0b3dc7687ce966a577699b5e55a74ae1a61482413aa5751baabb538 + +SHA256 (FreeBSD-13.0-RELEASE-amd64-bootonly.iso) = c81a911f9d5fc7404877dd679771d776e1447cc38b31e1c07042d2620e49d4ac +SHA256 (FreeBSD-13.0-RELEASE-amd64-bootonly.iso.xz) = f89fa42b3d93cf5c380b2726a63500b6106b54bd020ddc0c125b76b141e026f2 +SHA256 (FreeBSD-13.0-RELEASE-amd64-disc1.iso) = f78d4e5f53605592863852b39fa31a12f15893dc48cacecd875f2da72fa67ae5 +SHA256 (FreeBSD-13.0-RELEASE-amd64-disc1.iso.xz) = edf45ba6fad6a6aabc56623562a419096f4aaf78473ac8e96d2870cf27816195 +SHA256 (FreeBSD-13.0-RELEASE-amd64-dvd1.iso) = d3df1818c0b90ae8d4c88c447dd158c3c3a3ddada4171ac7b0fe55baa040c821 +SHA256 (FreeBSD-13.0-RELEASE-amd64-dvd1.iso.xz) = 036ab9d2a96140e953fe6bcb57546567965c8ba05ca92a7e3c3f9eb8e222bd74 +SHA256 (FreeBSD-13.0-RELEASE-amd64-memstick.img) = 3a1b0ef1e2211f03980eb00fdeedeb3cd9ead03f1bfcd9f6a1eb335c3b994377 +SHA256 (FreeBSD-13.0-RELEASE-amd64-memstick.img.xz) = 7589cbc83b737da6a73c48ff250525b3eaec99522af9b878895895333ae4bad0 +SHA256 (FreeBSD-13.0-RELEASE-amd64-mini-memstick.img) = 107ba7f8b07f60e92fe75f86690d17ebdf9f5b5b55b68e22ca1a51e80f19349d +SHA256 (FreeBSD-13.0-RELEASE-amd64-mini-memstick.img.xz) = f5cc2a37b5061961fb741acf4c633f303565153601da3d7fefefb1f150b13726 + +.... + +=== i386 (x86): + +.... +SHA512 (FreeBSD-13.0-RELEASE-i386-bootonly.iso) = 177195ad4cfae170fc091941e851759524ac301dff09d1de40cc7fa1ff211cfbd2c8fb32d8740ee3fb2c0f1b440a2df9d0470744515007e5a5b89a21ffe5139a +SHA512 (FreeBSD-13.0-RELEASE-i386-bootonly.iso.xz) = 507a70e91ac7cb7d5fc3d9ccf03eb8d1ef090866694da2d644ecb305328b6a5565e68c20ce25df94f542e93434a586be3011fe90bbc0cb0bf2b4ced707f20da6 +SHA512 (FreeBSD-13.0-RELEASE-i386-disc1.iso) = 112b6050e3f10697c347ce982003bb5cf5e92d941db56712e82f167e8c47151fb755cdd300c7b76bc23e11b9f3e120ac8357dd8504271dea6cd7effe6ad75d17 +SHA512 (FreeBSD-13.0-RELEASE-i386-disc1.iso.xz) = 4327cdf9cfa4e19dac5d8a31cb3941bc8256a7ebe12e89d7892185497966dcb2914ece6979947a1ae381b83c24f05ec8af7372390e2dee32c370ce509261b93d +SHA512 (FreeBSD-13.0-RELEASE-i386-dvd1.iso) = c013304543efca34f3d7bcf5f0ab3879f2ddca1ca4a419cc6e291191bc01f95332350c09203a5e53ae1d4ed494dc7427d564ffcccb830a779414da0edae2c469 +SHA512 (FreeBSD-13.0-RELEASE-i386-dvd1.iso.xz) = befcd4abc832a2fe733c01633681a2d237c8d25aba445426ec80dc20722b4d71e01ed4bea974261547783582b9b3574fd2ee87cf2c59616ef7c5ce3cbbf9b615 +SHA512 (FreeBSD-13.0-RELEASE-i386-memstick.img) = 705926a10d63e666cd22c37f38a3dbae3302a557d1d1b347be894cc7eb6b2597bc2efb26fba42045ec885753c5d5ca9e2c63a09f831af023a95588152e98593e +SHA512 (FreeBSD-13.0-RELEASE-i386-memstick.img.xz) = 48db7b276c83bfda77e49951bc0f1f330165cab34ee20d831e34a4b7c77133390c55656450d1cd2f9431d5c4ddf987d09d2f455cb54bf638bb743bfa1d3dce01 +SHA512 (FreeBSD-13.0-RELEASE-i386-mini-memstick.img) = 39ae207b2340713d1c7f67814fc633d55405bfd696e7678abc2e8550fe14b373c59eac3bee85e7f67e918f37d2a5d9a1a33940d17a66c7c5dbb748ce34323e01 +SHA512 (FreeBSD-13.0-RELEASE-i386-mini-memstick.img.xz) = 6e51e035606a4c3544aa82d2ebac65f8c382472fb371b192fa6bd4fdf3361a382b1698727935e7d4e60dbedab3b8b6b4e8f164c5413aa426c8fd6cbc2bb8f490 + +SHA256 (FreeBSD-13.0-RELEASE-i386-bootonly.iso) = 47fe2ef8464dad9276f30a16ef2b62c4ae3cc8284ab1a9626f53fee551c26fa2 +SHA256 (FreeBSD-13.0-RELEASE-i386-bootonly.iso.xz) = fa369ab088a1f08762dcb198cee51f967da686770a9999e648e9f9dc93d2ae56 +SHA256 (FreeBSD-13.0-RELEASE-i386-disc1.iso) = 5ff8b24dbf3b6dc5198cb2e912bc2c57d2db54478c1baf7ff2c28882ebb51822 +SHA256 (FreeBSD-13.0-RELEASE-i386-disc1.iso.xz) = 656014520bdb2312502819fe751d9e4b3f492dccdd0c10743462fc7810e166e7 +SHA256 (FreeBSD-13.0-RELEASE-i386-dvd1.iso) = a435a26be2e3fae116e37cb57b4de3974bc7f2ac71dae6f71c1c18e034b3a12a +SHA256 (FreeBSD-13.0-RELEASE-i386-dvd1.iso.xz) = ff31b9a8b1e932fc9b3baa1ea222334a8837948cb894d199cc9225dec7f9354d +SHA256 (FreeBSD-13.0-RELEASE-i386-memstick.img) = 151793e6d7fa72fd307f0326edd503547c497abddcf14eecd285e3efb5ecd081 +SHA256 (FreeBSD-13.0-RELEASE-i386-memstick.img.xz) = 8b6fc5a4c80410e51a8858c0a93fa77dce12cf9e4a511d955e92f2258c8fa4d7 +SHA256 (FreeBSD-13.0-RELEASE-i386-mini-memstick.img) = 302177b841303d5e6b2e0c1c42693ebc672d3e5ac8c7591b14a72ff9d75d17fb +SHA256 (FreeBSD-13.0-RELEASE-i386-mini-memstick.img.xz) = b0f6f02e335f3d1c8a6c79bf09674f311304b0bc130c946a044f7a07dd557146 + +.... + +=== powerpc: + +.... +SHA512 (FreeBSD-13.0-RELEASE-powerpc-bootonly.iso) = d5193179892ca88a68d34d8b3a14eb812ce93a5bad972039695e54307e4dc0b9db273d4a73fedf3773613004c7335374427b44a85f7e3de2efa7e461a7701f51 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-bootonly.iso.xz) = 63ff13e233b52e0960cc5d10ab13b3de76d6fb2e4bda623d77fe3abd82320799d0527ef30c62f97cd744fa66760fb93cc05e838a110d06e1a252bcbd4ae46041 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-disc1.iso) = a37d21ddc0e9e10e90aa76a9626ab399352e24bb7c05268085285ddc190d2e21d331f5cf0de2789c3423093c0f2e69b7ff1cbf3456440d0aa287141a4e085b6b +SHA512 (FreeBSD-13.0-RELEASE-powerpc-disc1.iso.xz) = 39be83ec4b3d622c31003f9041f13c11c34eb85288a8430e4c6e694113866125859ed3cd35ae46ea0838ab8ea5cf1dd1a30ffe645f23ace9537b49c646b922fe +SHA512 (FreeBSD-13.0-RELEASE-powerpc-dvd1.iso) = cbb2bf7912b818cadf045ad606aa65a9e19ea33f24e3d1b2eb779003ee8a040d238693f1cf7a24d8a17dc55d19f5090ce2bd8a410ae7023cd1d0716a282e31f2 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-dvd1.iso.xz) = 150e069b48342e318f786e6a0f33baf7d64924c5c32508096e1080e2091f4660ff33f4633da596f0aab45680d651c8ade17aed73eb2dc99532dff0eca9bb458a +SHA512 (FreeBSD-13.0-RELEASE-powerpc-memstick.img) = 02957d702156232e8f682a3e20d1f24a4aa198d32de8d34bf3ed592dba47c4fdf20129914914d4f2ef0dbdc0934d2995af88592dc4b9ff5faba8ebaf10ff4dc5 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-memstick.img.xz) = c829c313b587a12eea1f4c65621129191deb6b91dcf9046b6ce5d1e087f293794fae98a75d01363946be0155e759214d1e8d430fd17d82bc1f4b4c2161bf7f8e +SHA512 (FreeBSD-13.0-RELEASE-powerpc-mini-memstick.img) = 68366e9238c11deeabb243dd50e3240b10c5094f8b920f9402105c912968d12bd32baf193244a262c822f1d36c3648d78df3523999b1c8d654b78cc2f4341fe3 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-mini-memstick.img.xz) = 2b65e4a17951c6bc6fb9ab33587e9d95621abf2fb790b0f21fd9a4f1e112958f3d727dd16f02ef891aeb4ccc43513b95f43c471990e480497db03ec354270920 + +SHA256 (FreeBSD-13.0-RELEASE-powerpc-bootonly.iso) = b4d6da92ad18d24cfc36502291600aa627b4306355dfa5d38a23aa0415a6bb09 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-bootonly.iso.xz) = f8d24c6a738d43033d3c8a9c5016c4c61aa33a3d53b5d855bea5b86e90cc40b4 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-disc1.iso) = 23c333c48574b1b9d42c9567e90ee6f157514503506df3ce50805704f9712989 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-disc1.iso.xz) = 10f41619136162555f9635b9893d5a7d540fcaacde8036d2766ade3178d5807b +SHA256 (FreeBSD-13.0-RELEASE-powerpc-dvd1.iso) = 147c5537b9a77be0c191714cb8f5703bb2dc55d3bc9c1a60ac531a05a2645b35 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-dvd1.iso.xz) = e735bcd419146885af448b2b524a632d1c73b181cdd4d45929dddb617bf7a270 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-memstick.img) = b446d1d662a371df8ad088f41b23ad1a698637305139001c70bc19521194ae4e +SHA256 (FreeBSD-13.0-RELEASE-powerpc-memstick.img.xz) = fc845c83c6d957b0291ce941be8ca950381aff8a67c97f38f3cb577522c52184 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-mini-memstick.img) = f4c04a88cc641ac86234c1d9cdb255d712b496a80d1e537016660b87bd34b73c +SHA256 (FreeBSD-13.0-RELEASE-powerpc-mini-memstick.img.xz) = 5bd5276a42ef796de5f8f7423992d2eb8346bf9b7464db54ec49e85f52605bd5 + +.... + +=== powerpc64: + +.... +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-bootonly.iso) = 1926cf8e2111449fe23f47bc120a05403ee1acc9afae6bb20422ec0529793253695f3ccaa8b56b654b8ff3d31f6701b72acf330c73509608e35dc7fe88a80c96 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 642e0129fea177d5478f7fffcb6a5602c6a8080e83751bdae080f7fc7f34a90ea5a50d56feba935fb483d384f6b61024cb73a8c8091b8882052fed1f1f25b235 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-disc1.iso) = 1ba3dff3fe2db0263c38ef51d9cf1c7d41fa6bc87213a9f08d3519b0d3b1ea337b5caf45f41913ff4696afa25809c7b332288efb6390cf1d7dbb3bd65b30fa81 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-disc1.iso.xz) = f97d9e8f2ac12f93f78f477059cbb4e137e4a798a8cd4b01a06b76dc9cc0d538cd5f853c6d78ae6651051447a3642736cc0bafa70a1456392ff34d54648b0d44 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-dvd1.iso) = f55856a7908ec973532366e5a2ca73c0223de234eb9c1d519cdf7757315613ca37ac2691e075e17d010d5d89d5e66a986a552592f4e110790c59ee5e3069ee6d +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-dvd1.iso.xz) = 135c1db9c7fec43da9c06bb3bce3e2f6982cc8bc6a1be99ac760324dfb224e61b13c051bf1b7dbea98b9ae67244faf8cb922470a8e0c99410cc94b58459bb9ef +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-memstick.img) = 97cb2d4c64d218e158ca216d3765641b4f6e9a23be2a14f3b4bdfc1d8e169304e6fde2a1c4af589b8350b42b0bc65e6eff3222f96585bdad05163a68aa6f8cf1 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-memstick.img.xz) = 4de84adfa5de569a85c16985041c5323c33136a26a9fbdc00277f8ca7fd875fa3e9d3819f7e594d869554effd8b9d03fc5784f0b58413e8d10c47b5a5f61d2d3 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-mini-memstick.img) = c0dde320ee88becebfc6aa2f95266253d487867a444610b5312333c198f71173a2ae4048d0324851958dce37866201c38dd766d1f400c788267aaa1ba9acd3b6 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = d661847829575904fcad3e8d57f1e7333cd9f749d065f900c8e359dad1968ae40e1818ac6c3a3c0776ef5c6f6e52feb52ddeae94153882d472389f79d3810600 + +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-bootonly.iso) = 1cfea485c6b14624e132f0f0c4e7fd66d2d38c00b3b944f5a474c7d86c987edb +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = ac0778bec08625ec92e4cb0f1d186c2b3b96c0e78562b3c7b728de135d9f1f35 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-disc1.iso) = ed6ab6b9947a8df7b2cbc56b70f0068bf4095933a9480dfba3c26897e8b69cc8 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-disc1.iso.xz) = d503493fcf5e878e83ee584cd3af433337d64bc5e4666475c30be3b46451077c +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-dvd1.iso) = fa6bbb5d3a538af28a8161dc1c394f8865c169dd1552899ff50a10401a1d14a8 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-dvd1.iso.xz) = 22ae59de005d04dc023890c107e28cdd7dc444155795b4cadcfb977ec9c156b0 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-memstick.img) = 2d8d85addfee1e31688a592f2cf89f90166508c759ba476d43f3a8487b1e21c6 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-memstick.img.xz) = df5c9a3ab386961cf1b8892a58312bbca350a0b9288b659ea2928467deea1caa +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-mini-memstick.img) = 7d8cb4984e09d85a53f5143f8ff55827827a7335eade25c7abb4583951ccc257 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 72732a4a957471d69545f8d47a48c7b639334782104ac092a040682c6682ffbf + +.... + +=== powerpc64le: + +.... +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-bootonly.iso) = 6e755b5de1da13f044902c9d9e79507d83442543b209c1bbd3a370d4e8e80735bf34fe7b12d74d0cdad5b9fd63f122f1b1e2d46b4dbb674a96bb6f11b12ffe77 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-bootonly.iso.xz) = 3401026bdb01546dbc8c248015a4eb83afe019c760ab190ae1b44b9d01bed8d04a29f6c3a03c69a8c3b17ba77d7e73a3235a6a4a70ef7501155d289e6b5675a4 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-disc1.iso) = e0651feeaaad4d53a74c9c99804bf9eb3b5598910953b620984c5c8452d004cf6ca70da3afb8d406444bc681f7d30dae04fa83b58b206d68a14f52dbb5d4e11a +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-disc1.iso.xz) = 98137471f89d748072182213b7899c934a4185d65a12cd666a260a1b560bb086040d3f45c097b994dc2003e2813c622092c735422e8799397f0554dbaba68fcf +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-dvd1.iso) = a886472c26c181baa3dc976e85158f8bcaa46c8762cf93ee3f2819fa145b89badcff4cbf91ebe74faf638682ddacad2a777c7553555f388a8b16a9b6ed90987e +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-dvd1.iso.xz) = e666aa135eb9bdb6942c1e0c08be9d4f91eb27463ca0c96c4a02594adf0a5c1bb99eab1f89a5a0f4c41fc2ed7dfea054f694f6960e54da0705f34224745d67f9 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-memstick.img) = 46adc8b2d21d4ed963686eb82572ee4bfb9d50fd6a503238b03e84081f4ee33433ffacd0d6641de21a7e13eb4fbd93d31d06a0c7931160406cc49e67c9b7d7d3 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-memstick.img.xz) = 51d90e27c2d5190fae4adfef24d037e1d4074b31f711b68303c70a0196c3e90d3b5734840d9a604d41a393bbe6b4ae0f13409da4e0989a3527c6efa0938e099f +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-mini-memstick.img) = 960c8b5fb7ecff738fd9f32e833555495fc8e9581b43188d743bc81a7f12420e3bcee76db088d08c9635b5f5e60e2a1530ff1d97c61da2932b7b15a4243dfdd0 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-mini-memstick.img.xz) = a7968f7673276711e7fb3defcf137409cfbefbdc5d3e9003b974cd66257a90029e1ebae6d18fd73f904fa8eb40a5b1752993cf465bbfc7f51f093f83f6c29195 + +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-bootonly.iso) = 6e994439c491dcb5b196faaa67fc7b6c652f24c567c3b67f05de4b791e3b5437 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-bootonly.iso.xz) = dcbaae1ceccfdfeadc0937819852718be535f5a7c8d420285bbf8ce629e1c8d4 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-disc1.iso) = 4ff266f8b7b23d38d6d88571c2e1db3382a8858a1cc700888edc787fc6bec701 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-disc1.iso.xz) = ea5929b0b173eb9c0ca2c199e50fe54153cf439651280ceca1c1c48b7fb7c347 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-dvd1.iso) = b85e26faf847c573a01ce65a6fdda0681685664d0494fb2b2f84dee566b3fb83 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-dvd1.iso.xz) = 1a5e942989fe6fcc73cc57634d3fc59d0a7744fca8d3dd965480fe160b21054b +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-memstick.img) = 4230ce54c36ab0b81680896d267f502249df623d9e9034bb650d00d4734400f3 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-memstick.img.xz) = 63d19e49ff7c1feecc6c0e545cf2d80774c495713c1a060aae3799bc4122c997 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-mini-memstick.img) = 2965b0b6bcabfdc395b22d869ab4ea7a8e3c5850330db1218370a1dde5632812 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpc64le-mini-memstick.img.xz) = ac5af38ec17445fe6f8537ab10ae96f1ab479893040faeb5b7a8f324d7602a95 + +.... + +=== powerpcspe: + +.... +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-bootonly.iso) = 999d3b7094b5d30d544f87889d4b8a29745580ada99e7b4001a9d4042660b36bbe8a27296a13f9aa31e997a561f1a86f820e5238586edf87d7b34881fb13a409 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-bootonly.iso.xz) = 1f4f757364c20783d8dc600851cb45bea533ae65397d3d39e6b89564df1a84f2bd48b71961272980ccb02beb4e8195fec546aea05c85d5666cb9c5b92996a3ce +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-disc1.iso) = ba0ef8f74ec2fa72c8d7008bcee6160fd5d25ed01cd895a1520c59bf3ca6985e0cefbb58c9c45a3115bda8742f29cda60fd92c2e28a21467981e7c5ea7f8a2a1 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-disc1.iso.xz) = 2898d720bbd15eb7a8b1592bc10da8722117c1ccb6e299ad021e69ee33211e8f9c8715756007654e3a7fc56d19c19b6296dd74b0ead11b9a7fd4728d6aaee52a +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-dvd1.iso) = b60226b211fd6e54bf69a8603634304d3e0b511b974b2a3f45864f143b5d17e75b4280aa2ad507ee9fbb5b06cbd7e26acbe57f29295ac83b51b0f6746c03eb2a +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-dvd1.iso.xz) = 8988ae08d20f8a2c592861d748a31e28472cd482735e33407d2a12af9366134e3a1acfaeb5de1402f3a63b1bf59da757e63dbdb689d282d8bfc040b130b222f2 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-memstick.img) = 41728000e3720eafb14f88552122ec779c289ba0bddfd6e07bc3436c07d4d1f3101bed646e5538f77d757ba2b7b44b0eea8356755646d705bd4ab7136787ba27 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-memstick.img.xz) = 76d84ac3df5a7c1a1fedf183f4b14b66308ce55a0de4b6a58f97edb63a74f93b556c28cb7d6ff9d662cb8e336edc5223621bf16ee835a1966dd109e8c92f44b9 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-mini-memstick.img) = 4da137a90db92b9aaf3c9dd409bfed2728a7643228b29923a4d67b087540dd2b6258f58bce9dd6383ff2b8da2d9570266ec84a873979a6bed05e8a51360024e5 +SHA512 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-mini-memstick.img.xz) = d4795d66d79f76e96cbc142942fee154067f0eacede12b0547d7a390ad286951ecdb772f272a7d852ac2f3fd02424d4e0a3fa1cd288e5baa80148bf8ce6b66c3 + +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-bootonly.iso) = 01dbd8cb55dfdd207cb788b12c3c92b62d8c6dcd5acfc7cb3164640b6d9ff0bf +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-bootonly.iso.xz) = 1579b90d79779da6fbefd44d2d477ec7aff80e0be6be35a36e6f578fcb446e88 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-disc1.iso) = 3996ddd5608dded6b68b0e683dcc7c0c4efccdf33aeb92302cd3822f4eccc49f +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-disc1.iso.xz) = b1265a887b85d6a3f9eda594b49fd028c4b60a6cda307fff440369778c84ca62 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-dvd1.iso) = ca7b436cf229e17c3e387e78a1e9db56e70d06ff8287375745e361818fb51b36 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-dvd1.iso.xz) = e907db8478b76796ae36f1625ba6a2874a6ddb73ebe4d5d8e0db930ea40f33fa +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-memstick.img) = 8dd19ca94370b9cc118b7320adf55bd56f24ad10523c243743f521e848e21227 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-memstick.img.xz) = 4727a9214eca7e0c1c9b80f35513358f946c19bef189e7618f24c620e6830c3c +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-mini-memstick.img) = 513143f83d17312bc338c54217d3d6ce83a59d8f6c07c7cdc077307cd400ff50 +SHA256 (FreeBSD-13.0-RELEASE-powerpc-powerpcspe-mini-memstick.img.xz) = d94aa82954882deb4dca34f3ef978bb38ff2d2e4850a33e38aa879b11cf89a2f + +.... + +=== aarch64 GENERIC: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-bootonly.iso) = bc88d36f84b0d2429a733de308b968178bd0d160df0c67fa0560c2d614d3467ba25e9c763fcaecdbddf1e4a06a702b0d42f4b1338dd6e15c7e80f17733a7429b +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-bootonly.iso.xz) = 55a5be1788e4c6bdc98f06b500395f0f60d3606c339e5379cbd4e5e1bb943a2fda97d179ab985fb15340ec65d438dd4d57addbd374d6c8ed4f882cf222558343 +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-disc1.iso) = 9e2d4425085669ccc8a88472d659e62e961805b825e51afba4dbc4febaec82f7959371b30098e77553685e28feb3e4270c3c60f98412b4321f2c37fec6e92f8d +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-disc1.iso.xz) = 5579ef0f4f0cfe7fa9ca6dbaab910c8703a00785570b76039b333079335d055c9983f1016c76da1a78934c991b34ea6e5ed0426415a240185523b737c853cdfa +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-dvd1.iso) = a62494972812557d3158db0ead264dfb71bdbfb79d067663c6b8faf38ab340d422901a79599ef1f04bde1a1fbe1cf3609c0e9e8e972967c2812740605c8d77b1 +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-dvd1.iso.xz) = 44ac7a30ef7ffa9b321b2458a7758a6decdab4d3f0bad96957c7bd0fd1f3bc47478ef3564d6ab1e9baa03c8bc57bf9b07f17ba1516fb60b845da09e326642252 +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-memstick.img) = 0e6b414d566341a22494041062da7e94d76b0841ef53272ef55956239258e6e5b5a8bd803c583881aa830c2ad5a3f808cc42ea78c503bccf741b979f38e320da +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-memstick.img.xz) = fdd0b82e02d99f98f636cd8a12bebb3ab9bf773dc9876bf77ba72dc6fc094b73209fe83d7b16a4bf9672ab8bf144e05a7623b35e26bb8b948947b848d47ff1e8 +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-mini-memstick.img) = 3713eac499349b06aa902f2f431eb9173fc6f91f4e14dd99c01fb17533929192102b3889b95334a8b60f4476398ef4b6ee81961c7fc71206ac30142eb5100f06 +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-mini-memstick.img.xz) = deffbcb68ded1880e6784191dae9ebfe74e9580b4700a7db792d511b8aab00c17e20778dfbb88ab4673cb95623fb9dba2767c1aec5bc3bb2fee8fc8f87a1b3e6 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-bootonly.iso) = f56b308bb6fb0af845cb586b935fcb1852b29968e75aa219c3db023a6f63e8e5 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-bootonly.iso.xz) = 034caaca7e6441c80881ac50b1897d1fe8d27c68b2aa7450fc4b947ce4aeb116 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-disc1.iso) = a69840e22239a12138c0fda01f242bab201ed474414905554189ec87caf81ff0 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-disc1.iso.xz) = 880e181c40aa125c52f32718522c2d5bded69b14c8c57f1cf369acdaa863ba16 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-dvd1.iso) = 870c5eadbc1a0055392142432b54779328097b8e286266ca9124705c5bfa329a +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-dvd1.iso.xz) = 523358deb21667a1e7eaabc9f4495678841715fed12f2b542a5086588f0c8df8 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-memstick.img) = d3516f7ae8fd3b263c699e69ca7cbb20e7442106500336d4d1d0798124b19ce7 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-memstick.img.xz) = f5c7fe342c23061c1bfdf0c8045b35cbe8caf5021b712c59ccbe605609b50a57 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-mini-memstick.img) = dcaf506dff40e20bf5d355f9c8612849431daf314e64150827268689ff7599e1 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-mini-memstick.img.xz) = 9921a817aa10beeaa333c985d31ab3e0dc4e48153a9d46169093333bb5ed995c + +.... + +=== aarch64 RPI (3/4): + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-RPI.img.xz) = ff4c97003eb59e27ad193657cced8914702bd2482136bf66341e97782b0e03cfd751c939d91e31b1b5a5e0980f9db3a3425d80269949942791538ea0b6452d4d + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-RPI.img.xz) = daef2a429486b9ec251a8f2ec2ef59979cf6d1eed7dcaefb1462efbb75e129d2 + +.... + +=== aarch64 PINE64: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.img.xz) = 7c998855e4f2a23b413fbd7bfc2e091ff09e396630e7db0602b43030d1c3f4b795a4f252c6efa8374630ad0aeeaf7d693f5e2a5218cabd3cb51b57d4ba6f0834 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64.img.xz) = 5c57e9d2de5c963d7e46afe14d69228db17637d3862ebe2ae4ac2751933b8199 + +.... + +=== aarch64 PINE64-LTS: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.img.xz) = 9afd3623305219a024fc34fd63f02d1e463bd658b97243ec2de024191cd75f443916014d7563f9d9378517e3d708ee96a06c6771411bd6daac75c5bbfe988f46 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINE64-LTS.img.xz) = 0b4028382f3d88ffc9c3c55cbf0592577c6e655ac3163a544096ffe0f2328514 + +.... + +=== aarch64 PINEBOOK: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.img.xz) = ef5d49d119bedaf9027b84e05641e8aedc860786c30746feb046e01b1b9a7ac8f9c84b2bb9a7bb8eb4a8f2fb01ad5b2e6a1b97fa9dbca3ba4185466dcb7a4306 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-PINEBOOK.img.xz) = ed1662ad80696ece5db43422fffa444bda76800b665170b316df2908cc5ed3c3 + +.... + +=== aarch64 ROCK64: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.img.xz) = f130a27c6f0a95e52d957642b088d0d4634d9e4b9006c382e1d696afa8dc60419f873f79689b4e150570afa1818d4407f7659e54ca38f2f82f113ba7e084a535 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-ROCK64.img.xz) = 202c86b0be111fb3dda634f535dc86f09040b398ce9cd3d4f26169b625d542de + +.... + +=== aarch64 ROCKPRO64: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.img.xz) = e8d14ea1a9ee9e17648d0fddd26c31f545ccbb47ca43570568d936cafd7a12fad885fc510b64b63bd83522f1ca8e1250f05d5ceaece480c655c9e69defe3ffd7 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64-ROCKPRO64.img.xz) = 06c3838155305dca295cd87847009f6bf0c51cf1ce9c799b0fed6eb888151954 + +.... + +=== armv6 RPI-B: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.img.xz) = bcc93559bb6fdf03333571d9087bc80ce39edebc759b8eab3ee74a4cf8d478e8be2fa2c3b996aec1a023610140f56eaaed383029364b1801d4d2f2f3656f8917 + +SHA256 (FreeBSD-13.0-RELEASE-arm-armv6-RPI-B.img.xz) = 27107a61b8e9ca2a4465904d7d00d035496a815101eda4c4f08d2a43a0db10da + +.... + +=== armv7 GENERICSD: + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.img.xz) = 1b34d33426e0a71b4b907cb32f394d558e37b40e204600eded41a019631e2eb9a9449f250f7f354c7f97f25eebb7939bbc29f24cfb658157656accb006896ea0 + +SHA256 (FreeBSD-13.0-RELEASE-arm-armv7-GENERICSD.img.xz) = 6e5364c461f906967d62fbaeabb6aee9553d07239e0a1d529da2c0259f2a9cde + +.... + +=== riscv64 GENERIC + +.... +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-bootonly.iso) = fe062446029ac0617baeb065e47b606e7acc91c567c7d22e14c3cbc912f484d88c8e2959bdf285751fc05c8e0b3ba1b9a8a753b2b9b74dc9cfb02ab89d0ac738 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-bootonly.iso.xz) = ec7b3977d4ffe77a0e1206ac7294f6676dd56797db75f610bd135b62035e97fc7c724dca9f3e1065d5af1b9db10a133a5d4e2497b2b8d68d26455325d7d3d2d8 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-disc1.iso) = 9e1c08033fbf807b3aef2ee1fd2e6355dbd8e356cd61aae0a2ba92f7b88c2ec58a6fc7cd580d37ecb26847350851f0a8f97c27e8a905d33a4a8b4f531dff9255 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-disc1.iso.xz) = 0ac379543404bca89f4973c6ca9444e54299439a38dec8627271950e9164cd724c44693937bc7afa91733bb79ebef1fbc75c6eb66fc34fe70913ca06fd3cfe41 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-dvd1.iso) = 89d2633929e855e19c24a319bafe3094734c5cfba1d2b965d9c07a5ec18c8d6660262a508b9058f646392506d2534e9c42b237e3d436803fc384b8a91b5f68fe +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-dvd1.iso.xz) = 95e61e88b8e963b2870025d016338b9a083dd32c3bf21792bf230a1223a8c13c7f0962794605cca175791903d1b95fe86a3073af61084be471e5af13cc1ce109 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-memstick.img) = 7e0f177b64efe50a94633d457abae8253225a2f0aa6438c59839226063f329626dd400be1dd2a572fe8f63f0b8d16519bfa671a60ab8d6926d042cb70fd2d110 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-memstick.img.xz) = bde86a4227c759fb2ad4a1fcb7b917b22db670dbbfb15d9cb8c844f13c7016050c3d016a9480060d0976aeb62096b859c65c7289d3b756042f9039bcbe235e8f +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-mini-memstick.img) = 46e8dc965f620e705baca1f1a13953776032ef883e356a77c17e261d5eed63dab5e31e1da700fd95c8637663208471cf66c717c3b76179668387b9c514384375 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-mini-memstick.img.xz) = 44f17d76ee1d3b61b637ad7983b4c31eca686d0e2463b2d0bdf7477cbd1274fd612fcbb46134deed7ee158d7242ee4a29777f9131ed3e2863f7bae5da0d5ed3d + +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-bootonly.iso) = e3c1b535536c186bcc960f03252de7633741562545f0e0956615474ffa1b1e06 +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-bootonly.iso.xz) = 46a3481c41fb2a1e3dbf94957e9f9964cbe12ed1b885ae4e7cf74f5bb54579c1 +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-disc1.iso) = 7cd6655126e27e578ce103192efac5907972663c03e25d7fa24f8ee75dd68a33 +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-disc1.iso.xz) = 90da16c2c0fa69b9a6bb193ad9dace80096775df4386c8623409573a98a2a43e +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-dvd1.iso) = 524a6d4f23c3c4e6f49ae619229d8d30f0d0b083c97cc1f7325310aed43d502c +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-dvd1.iso.xz) = acfae585f4bc3f5e171fde760ebfc0f46df72f78b7f779c64699bbcde66bc976 +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-memstick.img) = fc974727e37ce23bbe16fdaa1630919f03950a1ef2881c9321054dfa0d73bc97 +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-memstick.img.xz) = a630354f218b96f86b9c5307d8f069b551d9c56d8f01d712426caaf9bf9f32bd +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-mini-memstick.img) = 943adcb34fe187a79d273ceb0c4ea75aae54277c8a7be1105a9b557da0b5ab8d +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-mini-memstick.img.xz) = 04e431314aa0e14146ec89a9124e37f30d4237b66a1f3e966c13110d1187a791 + +.... + +=== riscv64 GENERICSD: + +.... +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64-GENERICSD.img.xz) = 451054ccc5fbdb2729b48faccea7d0d2af2f867c0d9a594f69041a8d75b2640a9b6aea3cda7a9119f47caac4a9c0b69c8f0d79e989be212e9c254adc63892ffa + +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64-GENERICSD.img.xz) = 30b98faf29419f7ed39dc7fbbd760182e4dbe820bc5102c0b02428bfee26605d + +.... + +== Virtual Machine Disk Image Checksums + +=== amd64 (x86_64): + +.... +SHA512 (FreeBSD-13.0-RELEASE-amd64.qcow2.xz) = af19884876a144ead8ca4ce6ac58e768c0de6736d0d6fe7fcb36c795761b276c236846687456be537efa182162eecb0ee7826c0c7e21d863238cb293ff46ce69 +SHA512 (FreeBSD-13.0-RELEASE-amd64.raw.xz) = f5136176c3457dda49e4e875ff80b92edbee112f744f323ae0e345edf3d5cae7d4b1415b3120c11e4ece6bd72948f67281758fc7457ddca9ee0825c7fa82f103 +SHA512 (FreeBSD-13.0-RELEASE-amd64.vhd.xz) = d5d397f0cef3621e3b9c641a44bb1009317e0ddc719311f21216dfc8cecb127ba69c83c13f921078cfbc56ea77dd4b4a28eeafeb3c8b439f38877c81681e76dc +SHA512 (FreeBSD-13.0-RELEASE-amd64.vmdk.xz) = c71a4db47c857c6aa1958f2d3f968ed3beaa31dd0c0fc972d08c14ac450d8e6fa42388560af47a48013b71c4a991de8739247bd8ed01f5b6108f8eed654d0467 + +SHA256 (FreeBSD-13.0-RELEASE-amd64.qcow2.xz) = 61dc5377f30da1ad02c99d6bb3e8e67d6a52d5390b0176eede651375f0f9b86f +SHA256 (FreeBSD-13.0-RELEASE-amd64.raw.xz) = 48288a693215a88b26ec81b2648de7433acec7db491aaeaed49c0ffd1612d345 +SHA256 (FreeBSD-13.0-RELEASE-amd64.vhd.xz) = ce8b9b97fbd957f1ece56cbd2a3de757c7cb14f9805d3a9a7b894b06f2b1c238 +SHA256 (FreeBSD-13.0-RELEASE-amd64.vmdk.xz) = 542eac6eea5ef6e48f15c6f05407d6d3a9df98f2fdd521b723fc141fdf584060 + +.... + +=== i386 (x86): + +.... +SHA512 (FreeBSD-13.0-RELEASE-i386.qcow2.xz) = 51f2a1646a5ac2790e34f9e6dea73aba2c753277bfd1befc3c1ff5a8616b23c471cfe55156e835e432ecb81f3b94368956c96e4fa34021d1c2e32f70ddcbae32 +SHA512 (FreeBSD-13.0-RELEASE-i386.raw.xz) = 67672cc4973fa1042163499e2957d99cd6a85c6c9b972da25a614e87f45b9d3a55f10bc0a40a45e8d8a43dff7233e05510a65713f17a638bcf84b860cdd3e1d2 +SHA512 (FreeBSD-13.0-RELEASE-i386.vhd.xz) = 2d9b7f8c64bde3f0d2c60b0edd1fbeecd56910744feda8d312ce0b25c197575a2aedac1a6a0eb05f939677f299e6a7b8b95ad5b091a97608d94d117a36f7d6a9 +SHA512 (FreeBSD-13.0-RELEASE-i386.vmdk.xz) = 3ee47bf79835d67fabb658c0c852c76d11593e173cb04ed7752c2f80c0107cba94dd7de3e9692038e768e44c2b3373bc4ddf9ae812b997d9d7ec5983fecbf30c + +SHA256 (FreeBSD-13.0-RELEASE-i386.qcow2.xz) = 92c4797c3ba9f0233d23a68a26144516f5efaca29776ccf5569d9519053a799e +SHA256 (FreeBSD-13.0-RELEASE-i386.raw.xz) = 5048824a740846e243b82b61de28829bfb1773be10f393ab323b7fbf3be81323 +SHA256 (FreeBSD-13.0-RELEASE-i386.vhd.xz) = e5a8344b89043708b7e114af2b9c6d916c3811569ae24d7db07f43ce1fba3fdc +SHA256 (FreeBSD-13.0-RELEASE-i386.vmdk.xz) = 70a9695f810c71069c53b63de7d63c081283dcf299ad94fdad5e11832c3f72ff + +.... + +=== aarch64 (arm64): + +.... +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64.qcow2.xz) = fe5ff7dea2a3d03615e9a41e68cef58dbe801833d91447003550ae9a3aed794d42d7049ecc7109a40b05b5d14c5d46c52a7c28d1189a820f06a89e26c02f37f5 +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64.raw.xz) = e19ca0f49f67c94587d59edb773f94e276848206f6eecfa59326daf3946c4451f374f928ab2cca132b4af293b930f37c2aa172d54858c2075c07fc437c4afb5e +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64.vhd.xz) = 72f372ec5a5777d07ffea52b42b939cf8a4b8d6bb30757a25c433ab57f3a04bb7e8d89d81458f315c698851953430e0b65d060caa20b9b5f70c96147b35d2614 +SHA512 (FreeBSD-13.0-RELEASE-arm64-aarch64.vmdk.xz) = 351a9aabe95515647cda133ac47f59a883868b9485d330d4d87a02cd86c2d391b55dab068b231ed2b457190ea7876f28737ede78d314ad57541b31392fa58521 + +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64.qcow2.xz) = 23be12d90b26c53b03c5f106d69bdcaae54d988a36581d2009e00798dac75534 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64.raw.xz) = 8d1d1dbff24a55488463b21b3607d78dacbad5b8461586b1c769b3037d1e28f8 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64.vhd.xz) = d2067ef922c576a19c7ba7be9696f45cffe1684172e41da43a1eb84effef5266 +SHA256 (FreeBSD-13.0-RELEASE-arm64-aarch64.vmdk.xz) = 2d4d0483774ca59132dfa123aefc2a2fb6e5fa32be8b165b9eb5ff2598c3020a + +.... + +=== riscv (riscv64): + +.... +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64.qcow2.xz) = 5b06cf0a314bfdb9a78cde3828aff8e5142d2a04b58f0517475664afb5ba5e42aaf6a4638e939f423ebddb1de907c0e4e584e0abe4ee5723b981d1641900d001 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64.raw.xz) = c5571e11102d2e5215c1350e85c1527157cb78072d45c13d78f3fb6755fca2b574ff47d05034270af9f9643bc93139867ebc2a34c6ab12f47c7a52ef9b68de90 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64.vhd.xz) = aec4c3bd5fd62357899998b97cddd3baa05c8b039eab6238f06d5a89e2ebf75c6084655c61451b1219f8e572a02c1562522ee4d55d6ab175f367ae523e3531e6 +SHA512 (FreeBSD-13.0-RELEASE-riscv-riscv64.vmdk.xz) = aeed10ddd6c4a052163fa7dc2257ec7f4814b9ac36d1684f27ba8037081e15fb7ee50c79570bf86bd37889be88ab88b01edd59e23bc8478e119336e899b2ea2e + +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64.qcow2.xz) = 4e40fd37aec076a907d537651023bd2c449cd1dead09912830c6256115d514d2 +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64.raw.xz) = 965483a891d1f089e4c77c17208ea29b24ae6d39e9278756a2ea5c0f172f9d8f +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64.vhd.xz) = 58c0e675d01b508173a049200effe56802f75815e36731d0353306a7636a2a2e +SHA256 (FreeBSD-13.0-RELEASE-riscv-riscv64.vmdk.xz) = d852de2ce6bc97949cf897eba1950d00b0c872040ad07466d35375351d0c3bd1 + +.... + +=== amd64 (x86_64) BASIC-CI: + +.... +SHA512 (FreeBSD-13.0-RELEASE-amd64-BASIC-CI.raw.xz) = 2fc0ab94682d8fc307804aed03f8a2e648a5d759f859dccd478a3fb89182f07033f69ff1aaa54e6ed835817fd49af27bfdaf86f07219ab1513efe33dbf5ecbff + +SHA256 (FreeBSD-13.0-RELEASE-amd64-BASIC-CI.raw.xz) = 2d4efe9df9720a80c7c570fea10887fd4e382df2d4a00a74940ab27929196021 + +.... + +Love FreeBSD? Support this and future releases with a https://www.freebsdfoundation.org/donate/[donation] to The FreeBSD Foundation! diff --git a/website/content/en/releases/13.0R/announce.asc b/website/content/en/releases/13.0R/announce.asc new file mode 100644 index 0000000000..b01eec84e6 --- /dev/null +++ b/website/content/en/releases/13.0R/announce.asc @@ -0,0 +1,696 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + + FreeBSD 13.0-RELEASE Announcement + + The FreeBSD Release Engineering Team is pleased to announce the + availability of FreeBSD 13.0-RELEASE. This is the first release of the + stable/13 branch. + + Some of the highlights: + + * The clang, lld, and lldb utilities and compiler-rt, llvm, libunwind, + and libc++ libraries have been updated to version 11.0.1. + + * Removed the obsolete version of the GNU debugger that was installed + to /usr/libexec for use by crashinfo(8). Detailed kernel crash + information can be obtained by installing modern GDB from ports or + packages. + + * Removed the obsolete binutils 2.17 and gcc(1) 4.2.1 from the tree. + All supported architectures now use the LLVM/clang toolchain. + + * The BSD version of grep(1) is now installed by default. The obsolete + GNU version that was the previous default has been removed. + + * Removed CU-SeeMe support from libalias(3). + + * The qat(4) driver has been added, supporting some of the + cryptographic acceleration functions of the Intel QuickAssist (QAT) + device. The qat(4) driver supports the QAT devices integrated with + Atom C2000 and C3000 and Xeon C620 and D-1500 platforms, and the + Intel QAT Adapter 8950. + + * Several deprecated drivers have been removed. + + * Several drivers have been ported to the PowerPC64 architecture. + + * The kernel now supports in-kernel framing and encryption of Transport + Layer Security (TLS) data on TCP sockets for TLS versions 1.0 through + 1.3. Transmit offload via in-kernel crypto drivers is supported for + MtE cipher suites using AES-CBC as well as AEAD cipher suites using + AES-GCM. Receive offload via in-kernel crypto drivers is supported + for AES-GCM cipher suites for TLS 1.2. Using KTLS requires the use of + a KTLS-aware userland SSL library. The OpenSSL library included in + the base system does not enable KTLS support by default, but support + can be enabled by building with the WITH_OPENSSL_KTLS option + + * The 64-bit ARM architecture known as arm64 or AArch64 is promoted to + Tier-1 status for FreeBSD 13. + + * And much more...* + + For a complete list of new features and known problems, please see the + online release notes and errata list, available at: + + * https://www.FreeBSD.org/releases/13.0R/relnotes/ + + * https://www.FreeBSD.org/releases/13.0R/errata/ + + For more information about FreeBSD release engineering activities, please + see: + + * https://www.FreeBSD.org/releng/ + +Availability + + FreeBSD 13.0-RELEASE is now available for the amd64, i386, powerpc, + powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64, and riscv64 + architectures. + + FreeBSD 13.0-RELEASE can be installed from bootable ISO images or over + the network. Some architectures also support installing from a USB memory + stick. The required files can be downloaded as described in the section + below. + + SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card + images are included at the bottom of this message. + + PGP-signed checksums for the release images are also available at: + + * https://www.FreeBSD.org/releases/13.0R/signatures/ + + A PGP-signed version of this announcement is available at: + + * https://www.FreeBSD.org/releases/13.0R/announce.asc + + The purpose of the images provided as part of the release are as follows: + + dvd1 + + This contains everything necessary to install the base FreeBSD + operating system, the documentation, debugging distribution sets, + and a small set of pre-built packages aimed at getting a + graphical workstation up and running. It also supports booting + into a "livefs" based rescue mode. This should be all you need if + you can burn and use DVD-sized media. + + Additionally, this can be written to a USB memory stick (flash + drive) for the amd64 architecture and used to do an install on + machines capable of booting off USB drives. It also supports + booting into a "livefs" based rescue mode. + + As one example of how to use the memstick image, assuming the USB + drive appears as /dev/da0 on your machine something like this + should work: + + # dd if=FreeBSD-13.0-RELEASE-amd64-dvd1.iso \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + disc1 + + This contains the base FreeBSD operating system. It also supports + booting into a "livefs" based rescue mode. There are no pre-built + packages. + + Additionally, this can be written to a USB memory stick (flash + drive) for the amd64 architecture and used to do an install on + machines capable of booting off USB drives. It also supports + booting into a "livefs" based rescue mode. There are no pre-built + packages. + + As one example of how to use the memstick image, assuming the USB + drive appears as /dev/da0 on your machine something like this + should work: + + # dd if=FreeBSD-13.0-RELEASE-amd64-disc1.iso \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + bootonly + + This supports booting a machine using the CDROM drive but does + not contain the installation distribution sets for installing + FreeBSD from the CD itself. You would need to perform a network + based install (e.g., from an HTTP or FTP server) after booting + from the CD. + + Additionally, this can be written to a USB memory stick (flash + drive) for the amd64 architecture and used to do an install on + machines capable of booting off USB drives. It also supports + booting into a "livefs" based rescue mode. There are no pre-built + packages. + + As one example of how to use the memstick image, assuming the USB + drive appears as /dev/da0 on your machine something like this + should work: + + # dd if=FreeBSD-13.0-RELEASE-amd64-bootonly.iso \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + memstick + + This can be written to a USB memory stick (flash drive) and used + to do an install on machines capable of booting off USB drives. + It also supports booting into a "livefs" based rescue mode. There + are no pre-built packages. + + As one example of how to use the memstick image, assuming the USB + drive appears as /dev/da0 on your machine something like this + should work: + + # dd if=FreeBSD-13.0-RELEASE-amd64-memstick.img \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + mini-memstick + + This can be written to a USB memory stick (flash drive) and used + to boot a machine, but does not contain the installation + distribution sets on the medium itself, similar to the bootonly + image. It also supports booting into a "livefs" based rescue + mode. There are no pre-built packages. + + As one example of how to use the mini-memstick image, assuming + the USB drive appears as /dev/da0 on your machine something like + this should work: + + # dd if=FreeBSD-13.0-RELEASE-amd64-mini-memstick.img \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + FreeBSD/arm SD card images + + These can be written to an SD card and used to boot the supported + arm system. The SD card image contains the full FreeBSD + installation, and can be installed onto SD cards as small as + 512Mb. + + For convenience for those without console access to the system, a + freebsd user with a password of freebsd is available by default + for ssh(1) access. Additionally, the root user password is set to + root, which it is strongly recommended to change the password for + both users after gaining access to the system. + + To write the FreeBSD/arm image to an SD card, use the dd(1) + utility, replacing KERNEL with the appropriate kernel + configuration name for the system. + + # dd if=FreeBSD-13.0-RELEASE-arm-armv6-KERNEL.img \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + FreeBSD 13.0-RELEASE can also be purchased on CD-ROM or DVD from several + vendors. One of the vendors that will be offering FreeBSD 13.0-based + products is: + + * FreeBSD Mall, Inc. https://www.freebsdmall.com + + Pre-installed virtual machine images are also available for the amd64 + (x86_64), i386 (x86_32), AArch64 (arm64), and RISCV architectures in + QCOW2, VHD, and VMDK disk image formats, as well as raw (unformatted) + images. + + FreeBSD 13.0-RELEASE amd64 is also available on these cloud hosting + platforms: + + * FreeBSD/amd64 Amazon(R) EC2(TM): + AMIs are available in the following regions: + + af-south-1 region: ami-0d2d07a6264bcda33 + eu-north-1 region: ami-0e0ae0989643385e5 + ap-south-1 region: ami-01c14ddd8c10de0aa + eu-west-3 region: ami-045b32187fd402e34 + eu-west-2 region: ami-04e61aca3139fc919 + eu-south-1 region: ami-0f04bb5c364b2512c + eu-west-1 region: ami-00bb460e4f7c78550 + ap-northeast-3 region: ami-0402c69953464d680 + ap-northeast-2 region: ami-000e0b32c06f48b7b + me-south-1 region: ami-0c7d6fb431ca14ac8 + ap-northeast-1 region: ami-063b55ced1686720b + sa-east-1 region: ami-02882d3869dd9f141 + ca-central-1 region: ami-0ef804e8d8a51d767 + ap-east-1 region: ami-050d747a6a7d31062 + ap-southeast-1 region: ami-0a45e3ec8e59bf142 + ap-southeast-2 region: ami-088540321abcc78fb + eu-central-1 region: ami-0e40369fc21a6b3a8 + us-east-1 region: ami-00e91cb82b335d15f + us-east-2 region: ami-0c51b57240a193ba6 + us-west-1 region: ami-060887cf54a9f55f0 + us-west-2 region: ami-0e198eb8953e5b338 + + AMIs are also available in the Amazon(R) Marketplace at: + https://aws.amazon.com/marketplace/pp/B0928XNW6D + + FreeBSD/arm64 Amazon(R) EC2(TM): + AMIs are available in the following regions: + + af-south-1 region: ami-0165e33cfb1d5422e + eu-north-1 region: ami-0dc68d84e5cc63d7d + ap-south-1 region: ami-0a262fab8abcc6d40 + eu-west-3 region: ami-0957ad9015a1f6d4d + eu-west-2 region: ami-0366c84035a278843 + eu-south-1 region: ami-0b5a6c0f2105d2480 + eu-west-1 region: ami-022d53fc7a0487c86 + ap-northeast-3 region: ami-08f7d67b0853a1a9a + ap-northeast-2 region: ami-0d29df94b7a9b09d4 + me-south-1 region: ami-09d4c6dab10d669a7 + ap-northeast-1 region: ami-0765e59ddcd858fe6 + sa-east-1 region: ami-0cf6f8aa34c96f461 + ca-central-1 region: ami-0433a46c97234be2a + ap-east-1 region: ami-0195139ce4a112b40 + ap-southeast-1 region: ami-01df562bfd32672f6 + ap-southeast-2 region: ami-080c63a3e30280338 + eu-central-1 region: ami-0eb347e0ae6cb68af + us-east-1 region: ami-050cc11ac34def94b + us-east-2 region: ami-0426d56d6b3d8a432 + us-west-1 region: ami-06f7a315e3ebc8100 + us-west-2 region: ami-06339ed4373b57ca0 + + AMIs are also available in the Amazon(R) Marketplace at: + https://aws.amazon.com/marketplace/pp/B09291VW11 + + * Google(R) Compute Engine(TM): + Instances can be deployed using the gcloud utility: + *** 627 LINES SKIPPED *** From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 20:38:39 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E7485EB59E for ; Tue, 13 Apr 2021 20:38:39 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKcrb2djSz3LbR; Tue, 13 Apr 2021 20:38:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D8FB11547; Tue, 13 Apr 2021 20:38:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DKcdAa007071; Tue, 13 Apr 2021 20:38:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DKcdnS007070; Tue, 13 Apr 2021 20:38:39 GMT (envelope-from git) Date: Tue, 13 Apr 2021 20:38:39 GMT Message-Id: <202104132038.13DKcdnS007070@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: c55c469633 - main - release: fix URL for 13.0 release VM images MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c55c4696339418749272ef67f2f02315853d7507 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 20:38:39 -0000 The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=c55c4696339418749272ef67f2f02315853d7507 commit c55c4696339418749272ef67f2f02315853d7507 Author: Glen Barber AuthorDate: 2021-04-13 20:38:15 +0000 Commit: Glen Barber CommitDate: 2021-04-13 20:38:15 +0000 release: fix URL for 13.0 release VM images Reported by: imp Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/where.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/en/where.adoc b/website/content/en/where.adoc index 29d8956682..4a52e955db 100644 --- a/website/content/en/where.adoc +++ b/website/content/en/where.adoc @@ -52,10 +52,10 @@ a| * link:{url-rel}/riscv/riscv64/ISO-IMAGES/{rel130-current}/[riscv64] a| -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/amd64/Latest/[amd64] -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/i386/Latest/[i386] -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/aarch64/Latest/[aarch64] -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/riscv64/Latest/[riscv64] +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/amd64/Latest/[amd64] +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/i386/Latest/[i386] +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/aarch64/Latest/[aarch64] +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/riscv64/Latest/[riscv64] a| * aarch64 From owner-dev-commits-doc-all@freebsd.org Wed Apr 14 12:43:41 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 262255D7A09 for ; Wed, 14 Apr 2021 12:43: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL2G50cjhz3DGY; Wed, 14 Apr 2021 12:43:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 083571E30A; Wed, 14 Apr 2021 12:43:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13EChewC091590; Wed, 14 Apr 2021 12:43:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13EChelx091589; Wed, 14 Apr 2021 12:43:40 GMT (envelope-from git) Date: Wed, 14 Apr 2021 12:43:40 GMT Message-Id: <202104141243.13EChelx091589@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 70c5192c90 - main - Add 13.0-RELEASE announcement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 70c5192c907ba14191738dc350065e42e8819780 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 12:43:41 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=70c5192c907ba14191738dc350065e42e8819780 commit 70c5192c907ba14191738dc350065e42e8819780 Author: Ryusuke SUZUKI AuthorDate: 2021-04-14 12:43:11 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-14 12:43:11 +0000 Add 13.0-RELEASE announcement --- website/data/ja/news/news.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/data/ja/news/news.toml b/website/data/ja/news/news.toml index 00780c3b37..4bee754592 100644 --- a/website/data/ja/news/news.toml +++ b/website/data/ja/news/news.toml @@ -1,6 +1,11 @@ # Sort news by year, month and day # $FreeBSD$ +[[news]] +date = "2021-04-13" +title = "FreeBSD 13.0-RELEASE 公開" +description = "

FreeBSD 13.0-RELEASE が公開されました。インストール前に リリースノート および リリース Errata を読み、13.0 に関する最新情報や問題点などを確認してください。FreeBSD のリリースに関するより詳しい情報については リリース情報 をご覧ください。

" + [[news]] date = "2021-04-03" title = "FreeBSD 13.0-RC5 公開" From owner-dev-commits-doc-all@freebsd.org Wed Apr 14 12:55:08 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E216A5D7E6B for ; Wed, 14 Apr 2021 12:55:08 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL2WJ5b7vz3Dyx; Wed, 14 Apr 2021 12:55:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE87D1DED5; Wed, 14 Apr 2021 12:55:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13ECt8f3004811; Wed, 14 Apr 2021 12:55:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13ECt8qP004809; Wed, 14 Apr 2021 12:55:08 GMT (envelope-from git) Date: Wed, 14 Apr 2021 12:55:08 GMT Message-Id: <202104141255.13ECt8qP004809@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: e1d94a5959 - main - a3ee3d4e76 -> c55c469633 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e1d94a59594bed2b700bc47714ba9fb7b02eadac Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 12:55:08 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=e1d94a59594bed2b700bc47714ba9fb7b02eadac commit e1d94a59594bed2b700bc47714ba9fb7b02eadac Author: Ryusuke SUZUKI AuthorDate: 2021-04-14 12:54:52 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-14 12:54:52 +0000 a3ee3d4e76 -> c55c469633 --- website/content/ja/where.adoc | 104 ++++++++++++++++++++++-------------------- 1 file changed, 55 insertions(+), 49 deletions(-) diff --git a/website/content/ja/where.adoc b/website/content/ja/where.adoc index ecf80598f2..f350d86bef 100644 --- a/website/content/ja/where.adoc +++ b/website/content/ja/where.adoc @@ -32,6 +32,58 @@ FreeBDSD のインストーラは、一般的なミニ USB メモリスティッ FreeBDSD は、デプロイメントの統計情報を集めておりませんが、 統計情報は大変重要ですので、 ぜひとも https://www.freshports.org/sysutils/bsdstats/[sysutils/bsdstats] package をインストールしてください。 この package は、ハードウェアおよびソフトウェアの統計情報を集め、 開発者がどこに集中して開発を行うべきかを検討する材料を提供します。 集められた情報は、link:http://bsdstats.org[bsdstats.org] ウェブサイトで見ることができます。 [[download]] +[[download-rel130]] +== FreeBSD {rel130-current}-RELEASE +[.tblbasic] +[.tblDownload] +[width="100%",cols="25%,25%,25%,25%",options="header",] +|=== +|インストーライメージ |仮想マシンイメージ |SD カードイメージ |文書 +a| +* link:{url-rel}/amd64/amd64/ISO-IMAGES/{rel130-current}/[amd64] +* link:{url-rel}/i386/i386/ISO-IMAGES/{rel130-current}/[i386] +* link:{url-rel}/powerpc/powerpc/ISO-IMAGES/{rel130-current}/[powerpc] +* link:{url-rel}/powerpc/powerpc64/ISO-IMAGES/{rel130-current}/[powerpc64] +* link:{url-rel}/powerpc/powerpc64le/ISO-IMAGES/{rel130-current}/[powerpc64le] +* link:{url-rel}/powerpc/powerpcspe/ISO-IMAGES/{rel130-current}/[powerpcspe] +* link:{url-rel}/arm/armv6/ISO-IMAGES/{rel130-current}/[armv6] +* link:{url-rel}/arm/armv7/ISO-IMAGES/{rel130-current}/[armv7] +* link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[aarch64] +* link:{url-rel}/riscv/riscv64/ISO-IMAGES/{rel130-current}/[riscv64] + +a| +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/amd64/Latest/[amd64] +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/i386/Latest/[i386] +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/aarch64/Latest/[aarch64] +* link:{url-rel}/VM-IMAGES/{rel130-current}-RELEASE/riscv64/Latest/[riscv64] + +a| +* aarch64 +* {blank} +** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[PINE64] +** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[PINE64-LTS] +** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[ROCK64] +** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[ROCKPRO64] +** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[RPI] (3/4) +* armv6/armv7 +* {blank} +** link:{url-rel}/arm/armv7/ISO-IMAGES/{rel130-current}/[GENERICSD] +** link:{url-rel}/arm/armv6/ISO-IMAGES/{rel130-current}/[RPI-B] +* riscv64 +* {blank} +** link:{url-rel}/riscv/riscv64/ISO-IMAGES/{rel130-current}/[GENERICSD] + +a| +* link:../releases/#current[Released]: {rel130-current-date} +* link:{u-rel130-notes}[Release Notes] +* link:{u-rel130-readme}[Readme] +* link:{u-rel130-hardware}[Hardware Compatibility List] +* link:{u-rel130-installation}[Installation Instructions] +* link:{u-rel130-errata}[Errata] +* link:{u-rel130-signatures}[Signed Checksums] + +|=== + [[download-rel122]] == FreeBSD {rel122-current}-RELEASE @@ -123,56 +175,10 @@ a| |=== -[[helptest]] -== 新しいリリースのテストに参加する - -次期リリースのテストに興味をお持ちでしたら、 -link:../where/[FreeBSD ダウンロードページ] を確認してください。 +//[[helptest]] +//== 新しいリリースのテストに参加する -== FreeBSD {rel130-current}-RELEASE -[.tblbasic] -[.tblDownload] -[width="100%",cols="25%,25%,25%,25%",options="header",] -|=== -|インストーライメージ |仮想マシンイメージ |SD カードイメージ |文書 -a| -* link:{url-rel}/amd64/amd64/ISO-IMAGES/{rel130-current}/[amd64] -* link:{url-rel}/i386/i386/ISO-IMAGES/{rel130-current}/[i386] -* link:{url-rel}/powerpc/powerpc/ISO-IMAGES/{rel130-current}/[powerpc] -* link:{url-rel}/powerpc/powerpc64/ISO-IMAGES/{rel130-current}/[powerpc64] -* link:{url-rel}/powerpc/powerpc64le/ISO-IMAGES/{rel130-current}/[powerpc64le] -* link:{url-rel}/powerpc/powerpcspe/ISO-IMAGES/{rel130-current}/[powerpcspe] -* link:{url-rel}/arm/armv6/ISO-IMAGES/{rel130-current}/[armv6] -* link:{url-rel}/arm/armv7/ISO-IMAGES/{rel130-current}/[armv7] -* link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[aarch64] -* link:{url-rel}/riscv/riscv64/ISO-IMAGES/{rel130-current}/[riscv64] - -a| -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/amd64/Latest/[amd64] -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/i386/Latest/[i386] -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/aarch64/Latest/[aarch64] -* link:{url-rel}/VM-IMAGES/{rel130-current}-RC5/riscv64/Latest/[riscv64] - -a| -* aarch64 -* {blank} -** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[PINE64] -** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[PINE64-LTS] -** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[ROCK64] -** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[ROCKPRO64] -** link:{url-rel}/arm64/aarch64/ISO-IMAGES/{rel130-current}/[RPI] (3/4) -* armv6/armv7 -* {blank} -** link:{url-rel}/arm/armv7/ISO-IMAGES/{rel130-current}/[GENERICSD] -** link:{url-rel}/arm/armv6/ISO-IMAGES/{rel130-current}/[RPI-B] -* riscv64 -* {blank} -** link:{url-rel}/riscv/riscv64/ISO-IMAGES/{rel130-current}/[GENERICSD] - -a| -* {blank} - -|=== +//次期リリースのテストに興味をお持ちでしたら、link:../where/[FreeBSD ダウンロードページ] を確認してください。 [[download-snapshots]] == 開発スナップショット From owner-dev-commits-doc-all@freebsd.org Wed Apr 14 13:16:22 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CF8A5D8B89 for ; Wed, 14 Apr 2021 13:16:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL2zp392qz3Fx7; Wed, 14 Apr 2021 13:16:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F9601E0E7; Wed, 14 Apr 2021 13:16:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13EDGMgD033368; Wed, 14 Apr 2021 13:16:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13EDGMR3033367; Wed, 14 Apr 2021 13:16:22 GMT (envelope-from git) Date: Wed, 14 Apr 2021 13:16:22 GMT Message-Id: <202104141316.13EDGMR3033367@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 75c4cd3e3a - main - Translate release-related entries. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 75c4cd3e3a1806014fb95bb21e09437481526018 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 13:16:22 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=75c4cd3e3a1806014fb95bb21e09437481526018 commit 75c4cd3e3a1806014fb95bb21e09437481526018 Author: Ryusuke SUZUKI AuthorDate: 2021-04-14 13:13:22 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-14 13:13:22 +0000 Translate release-related entries. --- website/themes/beastie/i18n/ja.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/themes/beastie/i18n/ja.toml b/website/themes/beastie/i18n/ja.toml index 903724122c..14ca8c7cc2 100644 --- a/website/themes/beastie/i18n/ja.toml +++ b/website/themes/beastie/i18n/ja.toml @@ -283,3 +283,18 @@ other = "November" [12] other = "December" + +[releases] +other = "リリース情報" + +[productionRelease] +other = "プロダクションリリース" + +[upcomingRelease] +other = "今後のリリース" + +[snapshotReleases] +other = "スナップショットリリース" + +[portedApplications] +other = "ports に収録されているアプリケーション" From owner-dev-commits-doc-all@freebsd.org Wed Apr 14 13:16:23 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AAC385D8A0E for ; Wed, 14 Apr 2021 13:16: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL2zq4RjKz3G1v; Wed, 14 Apr 2021 13:16:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A2891E0E8; Wed, 14 Apr 2021 13:16:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13EDGN9B033389; Wed, 14 Apr 2021 13:16:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13EDGNYP033388; Wed, 14 Apr 2021 13:16:23 GMT (envelope-from git) Date: Wed, 14 Apr 2021 13:16:23 GMT Message-Id: <202104141316.13EDGNYP033388@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: a67af5a97b - main - Fix broken link. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a67af5a97b54c45d1e2328637e7006e94f8768d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 13:16:23 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=a67af5a97b54c45d1e2328637e7006e94f8768d7 commit a67af5a97b54c45d1e2328637e7006e94f8768d7 Author: Ryusuke SUZUKI AuthorDate: 2021-04-14 13:16:06 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-14 13:16:06 +0000 Fix broken link. --- website/data/en/news/news.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml index f5898d957b..6e24a2ade2 100644 --- a/website/data/en/news/news.toml +++ b/website/data/en/news/news.toml @@ -3,7 +3,7 @@ [[news]] date = "2021-04-13" title = "FreeBSD 13.0-RELEASE Available" -description = "FreeBSD 13.0-RELEASE is now available. Please be sure to check the Release Notes and Release Errata before installation for any late-breaking news and/or issues with 13.0. More information about FreeBSD releases can be found on the Release Information page." +description = "FreeBSD 13.0-RELEASE is now available. Please be sure to check the Release Notes and Release Errata before installation for any late-breaking news and/or issues with 13.0. More information about FreeBSD releases can be found on the Release Information page." [[news]] date = "2021-04-03" From owner-dev-commits-doc-all@freebsd.org Thu Apr 15 10:16:06 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96C805E95BB for ; Thu, 15 Apr 2021 10:16:06 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLZxL3Xr1z3hS3; Thu, 15 Apr 2021 10:16:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C9CF75B2; Thu, 15 Apr 2021 10:16:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FAG6B5006684; Thu, 15 Apr 2021 10:16:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FAG6k4006683; Thu, 15 Apr 2021 10:16:06 GMT (envelope-from git) Date: Thu, 15 Apr 2021 10:16:06 GMT Message-Id: <202104151016.13FAG6k4006683@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ruey-Cherng Yu Subject: git: 482f6be8ef - main - - Traditional Chinese Translation of the news items (March 2021 ) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rcyu X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 482f6be8ef45a2bd14127c4f882717efd7f2f445 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 10:16:06 -0000 The branch main has been updated by rcyu: URL: https://cgit.FreeBSD.org/doc/commit/?id=482f6be8ef45a2bd14127c4f882717efd7f2f445 commit 482f6be8ef45a2bd14127c4f882717efd7f2f445 Author: Ruey-Cherng Yu AuthorDate: 2021-04-15 10:16:14 +0000 Commit: Ruey-Cherng Yu CommitDate: 2021-04-15 10:16:14 +0000 - Traditional Chinese Translation of the news items (March 2021 ) --- website/data/zh-tw/news/news.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/website/data/zh-tw/news/news.toml b/website/data/zh-tw/news/news.toml index 68e4c85a2b..d1b5306cb3 100644 --- a/website/data/zh-tw/news/news.toml +++ b/website/data/zh-tw/news/news.toml @@ -1,6 +1,35 @@ # Sort news by year, month and day # $FreeBSD$ +[[news]] +date = "2021-03-29" +title = "FreeBSD 13.0-RC4 發布了" +description = "FreeBSD 13.0 的第四個候選發布版本現已發布。 用於 amd64、arm64、armv6、armv7、i386、powerpc、powerpc64、powerpcspe、powerpc64le 和 riscv64 的 ISO 映像檔案已經發布 ,可以在多數的 FreeBSD 鏡像站取得。" + +[[news]] +date = "2021-03-21" +title = "Weblate 翻譯重新開放" +description = "轉移到 Hugo/AsciiDoctor 後, weblate 工具已重新開放。更多訊息請查看 公告訊息。" + +[[news]] +date = "2021-03-20" +title = "FreeBSD 13.0-RC3 發布了" +description = "FreeBSD 13.0 的第三個候選發布版本現已發布。 用於 amd64、arm64、armv6、armv7、i386、powerpc、powerpc64、powerpcspe、powerpc64le 和 riscv64 的 ISO 映像檔案已經發布 ,可以在多數的 FreeBSD 鏡像站取得。" + +[[news]] +date = "2021-03-15" +description = "新任 committer: Ka Ho Ng (src)" + +[[news]] +date = "2021-03-12" +title = "FreeBSD 13.0-RC2 發布了" +description = "FreeBSD 13.0 的第二個候選發布版本現已發布。 用於 amd64、arm64、armv6、armv7、i386、powerpc、powerpc64、powerpcspe、powerpc64le 和 riscv64 的 ISO 映像檔案已經發布 ,可以在多數的 FreeBSD 鏡像站取得。" + +[[news]] +date = "2021-03-06" +title = "FreeBSD 13.0-RC1 發布了" +description = "FreeBSD 13.0 的第一個候選發布版本現已發布。 用於 amd64、arm64、armv6、armv7、i386、powerpc、powerpc64、powerpcspe、powerpc64le 和 riscv64 的 ISO 映像檔案已經發布 ,可以在多數的 FreeBSD 鏡像站取得。" + [[news]] date = "2021-02-27" title = "FreeBSD 13.0-BETA4 發布了" From owner-dev-commits-doc-all@freebsd.org Thu Apr 15 10:19:00 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 135DF5E98C9 for ; Thu, 15 Apr 2021 10:19:00 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLb0g738Rz3hDM; Thu, 15 Apr 2021 10:18:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4ED57178; Thu, 15 Apr 2021 10:18:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FAIx0K007118; Thu, 15 Apr 2021 10:18:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FAIxpr007117; Thu, 15 Apr 2021 10:18:59 GMT (envelope-from git) Date: Thu, 15 Apr 2021 10:18:59 GMT Message-Id: <202104151018.13FAIxpr007117@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Chris Rees Subject: git: 58c6109c20 - main - Handbook: Fix git command lines MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: crees X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 58c6109c207d3c97c9e2809cca4cb2c4bd6c1433 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 10:19:00 -0000 The branch main has been updated by crees: URL: https://cgit.FreeBSD.org/doc/commit/?id=58c6109c207d3c97c9e2809cca4cb2c4bd6c1433 commit 58c6109c207d3c97c9e2809cca4cb2c4bd6c1433 Author: Chris Rees AuthorDate: 2021-04-15 10:16:03 +0000 Commit: Chris Rees CommitDate: 2021-04-15 10:18:47 +0000 Handbook: Fix git command lines The original version of this doc used SSH for git pulls, using the developer access. PR: docs/255015 Submitted by: Tommy P --- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index fe9e5503fb..f33f03d35f 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -663,8 +663,8 @@ Verify that the source code is under version control: .... # cd /usr/src # git remote --v -origin ssh://git@gitrepo.FreeBSD.org/doc.git (fetch) -origin ssh://git@gitrepo.FreeBSD.org/doc.git (push) +origin https://git.freebsd.org/src.git (fetch) +origin https://git.freebsd.org/src.git (push) .... This indicates that [.filename]#/usr/src/# is under version control and can be updated with man:git[1]: @@ -723,7 +723,7 @@ Based on <>, the source used to update `10. [source,shell] .... # mv /usr/src /usr/src.bak <.> -# git clone --branch releng/10.3 ssh://git@gitrepo.FreeBSD.org/src.git /usr/src <.> +# git clone --branch releng/10.3 https://git.FreeBSD.org/src.git /usr/src <.> .... <.> Move the old directory out of the way. If there are no local modifications in this directory, it can be deleted. From owner-dev-commits-doc-all@freebsd.org Thu Apr 15 12:11:48 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 367FF5ED4E8 for ; Thu, 15 Apr 2021 12:11:48 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLdVr17gDz3p0w; Thu, 15 Apr 2021 12:11:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A137111E1; Thu, 15 Apr 2021 12:11:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FCBmYE065047; Thu, 15 Apr 2021 12:11:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FCBl4l065046; Thu, 15 Apr 2021 12:11:47 GMT (envelope-from git) Date: Thu, 15 Apr 2021 12:11:47 GMT Message-Id: <202104151211.13FCBl4l065046@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mathieu Arnold Subject: git: 0013c8f225 - main - PHB: fix categories table. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0013c8f225c892099a2cde090236d8041bd1d70b Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 12:11:48 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/doc/commit/?id=0013c8f225c892099a2cde090236d8041bd1d70b commit 0013c8f225c892099a2cde090236d8041bd1d70b Author: Mathieu Arnold AuthorDate: 2021-04-15 12:11:25 +0000 Commit: Mathieu Arnold CommitDate: 2021-04-15 12:11:25 +0000 PHB: fix categories table. --- documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc index 7b8b0ba0a4..2859252fd2 100644 --- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc +++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc @@ -815,6 +815,7 @@ For non-virtual categories, there is a one-line description in `COMMENT` in that |[.filename]#ports-mgmt# |Ports for managing, installing and developing FreeBSD ports and packages. +| |[.filename]#portuguese# |Portuguese language support. From owner-dev-commits-doc-all@freebsd.org Thu Apr 15 16:03:42 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFDF35F4C5E for ; Thu, 15 Apr 2021 16:03:42 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLkfQ5VyQz4Xrl; Thu, 15 Apr 2021 16:03:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFFAF13DE9; Thu, 15 Apr 2021 16:03:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FG3gg4077441; Thu, 15 Apr 2021 16:03:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FG3gVi077440; Thu, 15 Apr 2021 16:03:42 GMT (envelope-from git) Date: Thu, 15 Apr 2021 16:03:42 GMT Message-Id: <202104151603.13FG3gVi077440@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Marc Fonvieille Subject: git: 33e26c7c8b - main - Add 13.0-RELEASE announcement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 33e26c7c8b7d296acb8c7fbe425332c02052c085 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 16:03:42 -0000 The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=33e26c7c8b7d296acb8c7fbe425332c02052c085 commit 33e26c7c8b7d296acb8c7fbe425332c02052c085 Author: Marc Fonvieille AuthorDate: 2021-04-15 16:03:09 +0000 Commit: Marc Fonvieille CommitDate: 2021-04-15 16:03:09 +0000 Add 13.0-RELEASE announcement --- website/data/fr/news/news.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/data/fr/news/news.toml b/website/data/fr/news/news.toml index c624e7c985..b3957f8b8e 100644 --- a/website/data/fr/news/news.toml +++ b/website/data/fr/news/news.toml @@ -1,6 +1,11 @@ # Sort news by year, month and day # $FreeBSD$ +[[news]] +date = "2021-04-13" +title = "FreeBSD 13.0-RELEASE est désormais disponible" +description = "FreeBSD 13.0-RELEASE est sortie. Veuillez consulter les Notes de version et l'errata avant l'installation pour connaître les dernières informations et/ou les problèmes de dernière minute concernant cette version 13.0. Plus de détails à propos des différentes versions de FreeBSD peuvent être trouvés sur la page d'Information sur les versions." + [[news]] date = "2021-04-03" title = "FreeBSD 13.0-RC5 disponible" From owner-dev-commits-doc-all@freebsd.org Thu Apr 15 17:25:52 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 125465F7847 for ; Thu, 15 Apr 2021 17:25:52 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLmTD04fbz4d6J; Thu, 15 Apr 2021 17:25:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF4C21562C; Thu, 15 Apr 2021 17:25:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FHPpKv083506; Thu, 15 Apr 2021 17:25:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FHPpi3083505; Thu, 15 Apr 2021 17:25:51 GMT (envelope-from git) Date: Thu, 15 Apr 2021 17:25:51 GMT Message-Id: <202104151725.13FHPpi3083505@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: aabcf8b7d4 - main - Update the list of available OpenJDK ports 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: aabcf8b7d4fabdbffde895eb3cd396c0360e94bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 17:25:52 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=aabcf8b7d4fabdbffde895eb3cd396c0360e94bd commit aabcf8b7d4fabdbffde895eb3cd396c0360e94bd Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-15 17:23:34 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-15 17:23:34 +0000 Update the list of available OpenJDK ports Perhaps in the future we could document a one-liner that is able to print the supported versions of OpenJDK in the ports tree, e.g.: make -f `make -V PORTSDIR`/Mk/bsd.java.mk -D USE_JAVA -V __JAVA_VERSION_LIST --- documentation/content/en/books/porters-handbook/special/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 10598628bd..2db3f3b8f6 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -2782,7 +2782,7 @@ USE_LXQT= buildtools libfmqt If the port needs a Java(TM) Development Kit (JDK(TM)) to either build, run or even extract the distfile, then define `USE_JAVA`. -There are several JDKs in the ports collection, from various vendors, and in several versions. If the port must use a particular version, specify it using the `JAVA_VERSION` variable. The most current version is package:java/openjdk15[], with package:java/openjdk14[], package:java/openjdk13[], package:java/openjdk12[], package:java/openjdk11[], package:java/openjdk8[], and package:java/openjdk7[] also available. +There are several JDKs in the ports collection, from various vendors, and in several versions. If the port must use a particular version, specify it using the `JAVA_VERSION` variable. The most current version is package:java/openjdk16[], with package:java/openjdk15[], package:java/openjdk14[], package:java/openjdk13[], package:java/openjdk12[], package:java/openjdk11[], package:java/openjdk8[], and package:java/openjdk7[] also available. [[using-java-variables]] .Variables Which May be Set by Ports That Use Java [cols="1,1", frame="none", options="header"] @@ -2794,7 +2794,7 @@ There are several JDKs in the ports collection, from various vendors, and in sev |Define for the remaining variables to have any effect. |`JAVA_VERSION` -|List of space-separated suitable Java versions for the port. An optional `"+"` allows specifying a range of versions (allowed values: `7[+] 8[+] 11[+] 12[+] 13[+] 14[+] 15[+]`). +|List of space-separated suitable Java versions for the port. An optional `"+"` allows specifying a range of versions (allowed values: `7[+] 8[+] 11[+] 12[+] 13[+] 14[+] 15[+] 16[+]`). |`JAVA_OS` |List of space-separated suitable JDK port operating systems for the port (allowed values: `native linux`). From owner-dev-commits-doc-all@freebsd.org Thu Apr 15 17:32:10 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1523F5F7EB7 for ; Thu, 15 Apr 2021 17:32:10 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLmcV0840z4dVZ; Thu, 15 Apr 2021 17:32:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBF9F15649; Thu, 15 Apr 2021 17:32:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FHW99P097463; Thu, 15 Apr 2021 17:32:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FHW9eF097462; Thu, 15 Apr 2021 17:32:09 GMT (envelope-from git) Date: Thu, 15 Apr 2021 17:32:09 GMT Message-Id: <202104151732.13FHW9eF097462@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 78dda402ae - main - Update the list of valid values for JAVA_VENDOR 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: 78dda402ae3ec0b0ec92ebdba8f08fd90e6db92f Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 17:32:10 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=78dda402ae3ec0b0ec92ebdba8f08fd90e6db92f commit 78dda402ae3ec0b0ec92ebdba8f08fd90e6db92f Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-15 17:31:49 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-15 17:31:49 +0000 Update the list of valid values for JAVA_VENDOR --- documentation/content/en/books/porters-handbook/special/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 2db3f3b8f6..ca302cb9d2 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -2800,7 +2800,7 @@ There are several JDKs in the ports collection, from various vendors, and in sev |List of space-separated suitable JDK port operating systems for the port (allowed values: `native linux`). |`JAVA_VENDOR` -|List of space-separated suitable JDK port vendors for the port (allowed values: `freebsd bsdjava sun openjdk`). +|List of space-separated suitable JDK port vendors for the port (allowed values: `openjdk oracle`). |`JAVA_BUILD` |When set, add the selected JDK port to the build dependencies. From owner-dev-commits-doc-all@freebsd.org Thu Apr 15 21:53:18 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52AB45D9D1D for ; Thu, 15 Apr 2021 21:53:18 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLtPp1tr2z4vTQ; Thu, 15 Apr 2021 21:53:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2940519383; Thu, 15 Apr 2021 21:53:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FLrIKi043829; Thu, 15 Apr 2021 21:53:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FLrIXB043828; Thu, 15 Apr 2021 21:53:18 GMT (envelope-from git) Date: Thu, 15 Apr 2021 21:53:18 GMT Message-Id: <202104152153.13FLrIXB043828@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 1c01d878eb - main - Update Portscout documentation 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: 1c01d878eb36e103f7910d7fa53bf5d8dba91308 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 21:53:18 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=1c01d878eb36e103f7910d7fa53bf5d8dba91308 commit 1c01d878eb36e103f7910d7fa53bf5d8dba91308 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-15 21:48:53 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-15 21:48:53 +0000 Update Portscout documentation - Fix the description of the ignore Portscout key. The ignore key is not meant to take a list of versions to skip as a value. This is the role of the skipv Portscout key. - Document the skipv Portscout key. - Indicate that more documentation is available in the Portscout repository. --- .../content/en/books/porters-handbook/keeping-up/_index.adoc | 2 ++ .../content/en/books/porters-handbook/makefiles/_index.adoc | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc b/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc index ea01a72767..b92aa1bac5 100644 --- a/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc +++ b/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc @@ -70,6 +70,8 @@ Upon clicking on a maintainer's email address, a list of all of their ports is d Clicking on a port name in the list displays the http://freshports.org[FreshPorts] port information. +Additional documentation is available in the https://github.com/freebsd/portscout[Portscout repository]. + [[portsmon]] == The FreeBSD Ports Monitoring System diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc index 2859252fd2..2d12903488 100644 --- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc +++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc @@ -3079,11 +3079,18 @@ Portscout is an automated distfile check utility for the FreeBSD Ports Collectio Situations where `PORTSCOUT` is set include: -* When distfiles have to be ignored, whether for specific versions, or specific minor revisions. For example, to exclude version _8.2_ from distfile version checks because it is known to be broken, add: +* When distfiles have to be ignored for specific versions. For example, to exclude version _8.2_ and version _8.3_ from distfile version checks because they are known to be broken, add: + [.programlisting] .... -PORTSCOUT= ignore:8.2 +PORTSCOUT= skipv:8.2,8.3 +.... + +* When distfile version checks have to be disabled completely. For example, if a port is not going to be updated ever again, add: ++ +[.programlisting] +.... +PORTSCOUT= ignore:1 .... * When specific versions or specific major and minor revisions of a distfile must be checked. For example, if only version _0.6.4_ must be monitored because newer versions have compatibility issues with FreeBSD, add: From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 00:33:55 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6D645DE95E for ; Fri, 16 Apr 2021 00:33:55 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLxz75kn3z539q; Fri, 16 Apr 2021 00:33:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B62911B602; Fri, 16 Apr 2021 00:33:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G0XtpV057163; Fri, 16 Apr 2021 00:33:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G0Xt1M057162; Fri, 16 Apr 2021 00:33:55 GMT (envelope-from git) Date: Fri, 16 Apr 2021 00:33:55 GMT Message-Id: <202104160033.13G0Xt1M057162@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: e2e3e51b70 - main - Do not recommend filling "Fixes:" with SVN revisions 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: e2e3e51b70189b9acf5c397cdd26f5d0d29bcc11 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 00:33:55 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=e2e3e51b70189b9acf5c397cdd26f5d0d29bcc11 commit e2e3e51b70189b9acf5c397cdd26f5d0d29bcc11 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-16 00:30:59 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-16 00:30:59 +0000 Do not recommend filling "Fixes:" with SVN revisions The ports tree has transitioned to Git already. --- documentation/content/en/articles/committers-guide/_index.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index b7be2bc3b6..07aa2a097e 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2572,8 +2572,7 @@ Approved by: re (username) |The name of the project (if any) from which the code was obtained. Do not use this line for the name of an individual person. |`Fixes:` -|The git short hash as returned by `git rev-parse --short` (or SVN revision -number, for ports) and the title line of a commit that is fixed by this change. +|The git short hash as returned by `git rev-parse --short` and the title line of a commit that is fixed by this change. |`MFC after:` |To receive an e-mail reminder to MFC at a later date, specify the number of days, weeks, or months after which an MFC is planned. From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 00:44:45 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F96B5DECB1 for ; Fri, 16 Apr 2021 00:44:45 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLyCd1mfyz53gJ; Fri, 16 Apr 2021 00:44:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FB0F1B72F; Fri, 16 Apr 2021 00:44:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G0ijeh070216; Fri, 16 Apr 2021 00:44:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G0ijBa070215; Fri, 16 Apr 2021 00:44:45 GMT (envelope-from git) Date: Fri, 16 Apr 2021 00:44:45 GMT Message-Id: <202104160044.13G0ijBa070215@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: e29341eee0 - main - Do not recommend editing loader.conf(5) with sysrc(8) 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: e29341eee0edbde6a0731d34a01cc0fb664be773 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 00:44:45 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=e29341eee0edbde6a0731d34a01cc0fb664be773 commit e29341eee0edbde6a0731d34a01cc0fb664be773 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-16 00:39:45 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-16 00:39:45 +0000 Do not recommend editing loader.conf(5) with sysrc(8) The sysrc(8) utility can only be used to edit sh(1)-compatible files. loader.conf(5) is not one of them. For example, sysrc(8) is unable to set variables like vfs.root.mountfrom. --- .../content/en/books/handbook/multimedia/_index.adoc | 2 +- .../content/en/books/handbook/virtualization/_index.adoc | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/content/en/books/handbook/multimedia/_index.adoc b/documentation/content/en/books/handbook/multimedia/_index.adoc index b0a1e31c54..a586b57e68 100644 --- a/documentation/content/en/books/handbook/multimedia/_index.adoc +++ b/documentation/content/en/books/handbook/multimedia/_index.adoc @@ -218,7 +218,7 @@ To load `cuse` during system startup, run this command: [source,shell] .... -# sysrc -f /boot/loader.conf cuse_load=yes +# echo 'cuse_load=yes' >> /boot/loader.conf .... To use headphones as a sound sink with package:audio/virtual_oss[], users need to create a virtual device after connecting to a Bluetooth audio device: diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index 96255c7645..235485fbc4 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -882,19 +882,19 @@ The following command is used for Xen 4.7 packages: [source,shell] .... -# sysrc -f /boot/loader.conf hw.pci.mcfg=0 -# sysrc -f /boot/loader.conf if_tap_load="YES" -# sysrc -f /boot/loader.conf xen_kernel="/boot/xen" -# sysrc -f /boot/loader.conf xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0pvh=1 console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all" +# echo 'hw.pci.mcfg=0' >> /boot/loader.conf +# echo 'if_tap_load="YES"' >> /boot/loader.conf +# echo 'xen_kernel="/boot/xen"' >> /boot/loader.conf +# echo 'xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0pvh=1 console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all"' >> /boot/loader.conf .... For Xen versions 4.11 and higher, the following command should be used instead: [source,shell] .... -# sysrc -f /boot/loader.conf if_tap_load="YES" -# sysrc -f /boot/loader.conf xen_kernel="/boot/xen" -# sysrc -f /boot/loader.conf xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0=pvh console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all" +# echo 'if_tap_load="YES"' >> /boot/loader.conf +# echo 'xen_kernel="/boot/xen"' >> /boot/loader.conf +# echo 'xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0=pvh console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all"' >> /boot/loader.conf .... [TIP] @@ -1037,7 +1037,7 @@ FreeBSD should also be booted in verbose mode in order to identify any issues. T [source,shell] .... -# sysrc -f /boot/loader.conf boot_verbose="YES" +# echo 'boot_verbose="YES"' >> /boot/loader.conf .... If none of these options help solving the problem, please send the serial boot log to mailto:freebsd-xen@FreeBSD.org[freebsd-xen@FreeBSD.org] and mailto:xen-devel@lists.xenproject.org[xen-devel@lists.xenproject.org] for further analysis. From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 01:09:47 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18E6D5DF6AF for ; Fri, 16 Apr 2021 01:09: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLymW01yhz5470; Fri, 16 Apr 2021 01:09:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E807C1BC03; Fri, 16 Apr 2021 01:09:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G19kjZ097274; Fri, 16 Apr 2021 01:09:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G19kDJ097273; Fri, 16 Apr 2021 01:09:46 GMT (envelope-from git) Date: Fri, 16 Apr 2021 01:09:46 GMT Message-Id: <202104160109.13G19kDJ097273@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: c479fe8851 - main - Simplify XDM configuration instructions 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: c479fe88519d2c739817188c2d37126151e308da Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 01:09:47 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=c479fe88519d2c739817188c2d37126151e308da commit c479fe88519d2c739817188c2d37126151e308da Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-16 01:02:15 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-16 01:02:15 +0000 Simplify XDM configuration instructions Historically, the easiest way to configure XDM was to edit the ttys(5) file. Since last year, however, users can simply set xdm_enable="YES" in rc.conf(5) instead. The original ttys(5) configuration instructions has been preserved in the rc script for XDM. --- documentation/content/en/books/handbook/x11/_index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc index b481c18773..81365c5356 100644 --- a/documentation/content/en/books/handbook/x11/_index.adoc +++ b/documentation/content/en/books/handbook/x11/_index.adoc @@ -822,14 +822,14 @@ This section demonstrates how to configure the X Display Manager on FreeBSD. Som === Configuring XDM -To install XDM, use the package:x11/xdm[] package or port. Once installed, XDM can be configured to run when the machine boots up by editing this entry in [.filename]#/etc/ttys#: +To install XDM, use the package:x11/xdm[] package or port. Once installed, XDM can be configured to run when the machine boots up by adding the following line to [.filename]#/etc/rc.conf#: -[source,shell] +[.programlisting] .... -ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure +xdm_enable="YES" .... -Change the `off` to `on` and save the edit. The `ttyv8` in this entry indicates that XDM will run on the ninth virtual terminal. +XDM will run on the ninth virtual terminal by default. The XDM configuration directory is located in [.filename]#/usr/local/etc/X11/xdm#. This directory contains several files used to change the behavior and appearance of XDM, as well as a few scripts and programs used to set up the desktop when XDM is running. <> summarizes the function of each of these files. The exact syntax and usage of these files is described in man:xdm[1]. From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 01:33:50 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B08C65E02A3 for ; Fri, 16 Apr 2021 01:33:50 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLzJG4WqKz55g7; Fri, 16 Apr 2021 01:33:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E9651C131; Fri, 16 Apr 2021 01:33:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G1XoCY036392; Fri, 16 Apr 2021 01:33:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G1XoNO036391; Fri, 16 Apr 2021 01:33:50 GMT (envelope-from git) Date: Fri, 16 Apr 2021 01:33:50 GMT Message-Id: <202104160133.13G1XoNO036391@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Allan Jude Subject: git: 26aa0359f2 - main - Add vlan issue to the 13.0 errata doc 'late breaking' section MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: allanjude X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 26aa0359f2a36b57b847d43a7e81bca25f615486 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 01:33:50 -0000 The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/doc/commit/?id=26aa0359f2a36b57b847d43a7e81bca25f615486 commit 26aa0359f2a36b57b847d43a7e81bca25f615486 Author: Allan Jude AuthorDate: 2021-04-15 15:36:37 +0000 Commit: Allan Jude CommitDate: 2021-04-16 01:29:32 +0000 Add vlan issue to the 13.0 errata doc 'late breaking' section This can be removed once the EN is created Differential Revision: https://reviews.freebsd.org/D29777 --- website/content/en/releases/13.0R/errata.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/releases/13.0R/errata.adoc b/website/content/en/releases/13.0R/errata.adoc index 89768cffd7..aa055fd53b 100644 --- a/website/content/en/releases/13.0R/errata.adoc +++ b/website/content/en/releases/13.0R/errata.adoc @@ -67,3 +67,8 @@ No open issues. [2021-04-05] A very late issue was discovered in the [.filename]#/usr/bin/dc# program. The "P" command does not correctly pop the top of stack value and this will break complex scripts that continue after printing a result. The [.filename]#/usr/bin/bc# program is not affected, since it does not depend on dc as its execution engine. + +[2021-04-14] An issue was discovered where during an upgrade, when the kernel is new but [.filename]#/sbin/ifconfig# is still the previous version, VLAN interfaces are configured with an invalid ethernet protocol type. +This causes the VLAN interfaces to send invalid traffic, resulting in non-functional networking. +Once the updated [.filename]#/sbin/ifconfig# binary is installed, VLANs are created correctly. +When depending on network access via VLANs during the upgrade, it is suggested to install the new world (run the second `freebsd-upgrade install`) before rebooting. From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 05:48:16 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 661895E5F93 for ; Fri, 16 Apr 2021 05:48: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FM4xr2SqRz3K7g; Fri, 16 Apr 2021 05:48:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 478C91F88A; Fri, 16 Apr 2021 05:48:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G5mGos070527; Fri, 16 Apr 2021 05:48:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G5mGnb070526; Fri, 16 Apr 2021 05:48:16 GMT (envelope-from git) Date: Fri, 16 Apr 2021 05:48:16 GMT Message-Id: <202104160548.13G5mGnb070526@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ruey-Cherng Yu Subject: git: 771cc3cb21 - main - - Traditional Chinese Translation of the news items (April 2021 ) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rcyu X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 771cc3cb215dcf542ff1b69fd6969fd296d00bd6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 05:48:16 -0000 The branch main has been updated by rcyu: URL: https://cgit.FreeBSD.org/doc/commit/?id=771cc3cb215dcf542ff1b69fd6969fd296d00bd6 commit 771cc3cb215dcf542ff1b69fd6969fd296d00bd6 Author: Ruey-Cherng Yu AuthorDate: 2021-04-15 10:28:35 +0000 Commit: Ruey-Cherng Yu CommitDate: 2021-04-16 05:49:18 +0000 - Traditional Chinese Translation of the news items (April 2021 ) --- website/data/zh-tw/news/news.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/data/zh-tw/news/news.toml b/website/data/zh-tw/news/news.toml index d1b5306cb3..2340570459 100644 --- a/website/data/zh-tw/news/news.toml +++ b/website/data/zh-tw/news/news.toml @@ -1,6 +1,17 @@ # Sort news by year, month and day # $FreeBSD$ +[[news]] +date = "2021-04-13" +title = "FreeBSD 13.0-RELEASE Available" +title = "FreeBSD 13.0-RELEASE 發布了" +description = "

FreeBSD 13.0-RELEASE現已發布了。安裝前,請查看 發布通知發行勘誤以了解 13.0 的最新消息和問題。更多資訊可查看 發行版資訊頁面。

" + +[[news]] +date = "2021-04-03" +title = "FreeBSD 13.0-RC5 發布了" +description = "FreeBSD 13.0 的第五個候選發布版本現已發布。 用於 amd64、arm64、armv6、armv7、i386、powerpc、powerpc64、powerpcspe、powerpc64le 和 riscv64 的 ISO 映像檔案已經發布 ,可以在多數的 FreeBSD 鏡像站取得。" + [[news]] date = "2021-03-29" title = "FreeBSD 13.0-RC4 發布了" From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 05:57:00 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 390EC5E6211 for ; Fri, 16 Apr 2021 05:57:00 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FM57w193Qz3KZB; Fri, 16 Apr 2021 05:57:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16B321FA14; Fri, 16 Apr 2021 05:57:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G5uxjk083683; Fri, 16 Apr 2021 05:56:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G5uxV2083682; Fri, 16 Apr 2021 05:56:59 GMT (envelope-from git) Date: Fri, 16 Apr 2021 05:56:59 GMT Message-Id: <202104160556.13G5uxV2083682@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ruey-Cherng Yu Subject: git: cf1cc8f378 - main - fix build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rcyu X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cf1cc8f378061a1f3601558b3766eb313a7bb47d Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 05:57:00 -0000 The branch main has been updated by rcyu: URL: https://cgit.FreeBSD.org/doc/commit/?id=cf1cc8f378061a1f3601558b3766eb313a7bb47d commit cf1cc8f378061a1f3601558b3766eb313a7bb47d Author: Ruey-Cherng Yu AuthorDate: 2021-04-16 05:58:08 +0000 Commit: Ruey-Cherng Yu CommitDate: 2021-04-16 05:58:08 +0000 fix build --- website/data/zh-tw/news/news.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/website/data/zh-tw/news/news.toml b/website/data/zh-tw/news/news.toml index 2340570459..6e23023bde 100644 --- a/website/data/zh-tw/news/news.toml +++ b/website/data/zh-tw/news/news.toml @@ -3,7 +3,6 @@ [[news]] date = "2021-04-13" -title = "FreeBSD 13.0-RELEASE Available" title = "FreeBSD 13.0-RELEASE 發布了" description = "

FreeBSD 13.0-RELEASE現已發布了。安裝前,請查看 發布通知發行勘誤以了解 13.0 的最新消息和問題。更多資訊可查看 發行版資訊頁面。

" From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 06:46:08 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B2395E6CC8 for ; Fri, 16 Apr 2021 06:46:08 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FM6Dc44B3z3M9B; Fri, 16 Apr 2021 06:46:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7ECDC20504; Fri, 16 Apr 2021 06:46:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G6k8om050981; Fri, 16 Apr 2021 06:46:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G6k8mM050980; Fri, 16 Apr 2021 06:46:08 GMT (envelope-from git) Date: Fri, 16 Apr 2021 06:46:08 GMT Message-Id: <202104160646.13G6k8mM050980@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: ac41677fad - main - Fix a typo 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: ac41677fad022a205ade021ecbc90215c60f8d95 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 06:46:08 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=ac41677fad022a205ade021ecbc90215c60f8d95 commit ac41677fad022a205ade021ecbc90215c60f8d95 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-16 06:43:31 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-16 06:43:31 +0000 Fix a typo freebsd-update is the correct name of this utility, not freebsd-upgrade. PR: 255108 Reported by: frank.ebert@freenet.de --- website/content/en/releases/13.0R/errata.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/13.0R/errata.adoc b/website/content/en/releases/13.0R/errata.adoc index aa055fd53b..e56c8b20d1 100644 --- a/website/content/en/releases/13.0R/errata.adoc +++ b/website/content/en/releases/13.0R/errata.adoc @@ -71,4 +71,4 @@ The [.filename]#/usr/bin/bc# program is not affected, since it does not depend o [2021-04-14] An issue was discovered where during an upgrade, when the kernel is new but [.filename]#/sbin/ifconfig# is still the previous version, VLAN interfaces are configured with an invalid ethernet protocol type. This causes the VLAN interfaces to send invalid traffic, resulting in non-functional networking. Once the updated [.filename]#/sbin/ifconfig# binary is installed, VLANs are created correctly. -When depending on network access via VLANs during the upgrade, it is suggested to install the new world (run the second `freebsd-upgrade install`) before rebooting. +When depending on network access via VLANs during the upgrade, it is suggested to install the new world (run the second `freebsd-update install`) before rebooting. From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 10:32:04 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 687425EC372 for ; Fri, 16 Apr 2021 10:32:04 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMCFJ2c34z3njR; Fri, 16 Apr 2021 10:32:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41E762360E; Fri, 16 Apr 2021 10:32:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13GAW4XF056855; Fri, 16 Apr 2021 10:32:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13GAW4cL056851; Fri, 16 Apr 2021 10:32:04 GMT (envelope-from git) Date: Fri, 16 Apr 2021 10:32:04 GMT Message-Id: <202104161032.13GAW4cL056851@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: dfcfa486c0 - main - Refine translation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dfcfa486c0639ad4e6a70f670a01cf1a4ec3c39f Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 10:32:04 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=dfcfa486c0639ad4e6a70f670a01cf1a4ec3c39f commit dfcfa486c0639ad4e6a70f670a01cf1a4ec3c39f Author: Ryusuke SUZUKI AuthorDate: 2021-04-16 10:31:44 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-16 10:31:44 +0000 Refine translation. --- website/content/ja/support/_index.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/content/ja/support/_index.adoc b/website/content/ja/support/_index.adoc index 938ad39643..e855eb2a55 100644 --- a/website/content/ja/support/_index.adoc +++ b/website/content/ja/support/_index.adoc @@ -5,14 +5,16 @@ sidenav: support = サポート -FreeBSD には、 ユーザが利用できる広範囲なコミュニティと商業サポートがあります。 このウェブサイトの link:../community/[コミュニティ] セクションでは、多くの link:../community/mailinglists/[メーリングリスト] を含む、 ユーザが利用できる FreeBSD コミュニティのサポートの選択肢が記載されています。 +ユーザは FreeBSD に関わる広範囲なコミュニティや商業サポートを利用できます。 +このウェブサイトの link:../community/[コミュニティ] セクションでは、多くの link:../community/mailinglists/[メーリングリスト] や、ユーザが利用できる FreeBSD コミュニティのサポートについて記載されています。 また、多くの link:../commercial/[業者] が、 FreeBSD 向けの商用製品、サービス、コンサルティングを提供しています。 == 障害報告 -FreeBSD にバグを見つけましたか? ドキュメントの間違いに気づきましたか? もし、まだ報告されていなければ、我々に教えてください。 +FreeBSD にバグを見つけましたか? ドキュメントの間違いに気づきましたか? +まだ報告されていなければ、我々にぜひ教えてください! -特定のカテゴリ、担当者、提出者、テキストなどについて https://bugs.freebsd.org/search[障害報告データベースを検索] したり、https://bugs.freebsd.org/browse/[未解決の障害報告を閲覧] して、報告済みかどうかを知ることができます。 +その障害が報告済みかどうかは、カテゴリ、担当者、提出者、テキストを指定して https://bugs.freebsd.org/search[障害報告データベースを検索] したり、 https://bugs.freebsd.org/browse/[未解決の障害報告を閲覧] することで確認できます。 -もし、まだ報告されていなければ、 link:../support/bugreports/[障害報告のガイドライン] を読んで、 https://bugs.freebsd.org/bugzilla/enter_bug.cgi[障害報告フォーム] から問題を報告してください。 +もし問題がまだ報告されていなければ、link:../support/bugreports/[障害報告のガイドライン] を読んで、 https://bugs.freebsd.org/bugzilla/enter_bug.cgi[障害報告フォーム] から問題を報告してください。 From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 10:55:11 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 034EA5ED40D for ; Fri, 16 Apr 2021 10:55:11 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMCly6fVPz3pTX; Fri, 16 Apr 2021 10:55:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7647236E3; Fri, 16 Apr 2021 10:55:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13GAtAik084240; Fri, 16 Apr 2021 10:55:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13GAtAvU084239; Fri, 16 Apr 2021 10:55:10 GMT (envelope-from git) Date: Fri, 16 Apr 2021 10:55:10 GMT Message-Id: <202104161055.13GAtAvU084239@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Li-Wen Hsu Subject: git: 04e41a662b - main - Add Git URLs for accessing ports repository MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 04e41a662b4986bbba14dfdd9381086439e6b0c0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 10:55:11 -0000 The branch main has been updated by lwhsu (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=04e41a662b4986bbba14dfdd9381086439e6b0c0 commit 04e41a662b4986bbba14dfdd9381086439e6b0c0 Author: Li-Wen Hsu AuthorDate: 2021-04-16 10:54:38 +0000 Commit: Li-Wen Hsu CommitDate: 2021-04-16 10:54:38 +0000 Add Git URLs for accessing ports repository Approved by: carlavilla (implicitly) Sponsored by: The FreeBSD Foundation --- documentation/content/en/books/handbook/mirrors/_index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 1ae2cc9cc0..4adde25a81 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -473,6 +473,10 @@ For example, the URL `https://git.FreeBSD.org/src.git` specifies the main branch | Read-only doc repo via HTTPS | `https://git.freebsd.org/doc.git` | Read-only doc repo via anon-ssh | `ssh://anongit@git.freebsd.org/doc.git` | Read/write doc repo for committers | `ssh://git@gitrepo.freebsd.org/doc.git` (*) +| Web-based repository browser ports | `https://cgit.freebsd.org/ports` +| Read-only ports repo via HTTPS | `https://git.freebsd.org/ports.git` +| Read-only ports repo via anon-ssh | `ssh://anongit@git.freebsd.org/ports.git` +| Read/write ports repo for committers | `ssh://git@gitrepo.freebsd.org/ports.git` (*) |======================================================= - (*) `git` is a special user on the repository server which will map your registered ssh key in FreeBSD.org to your identity, no need to change it. From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 11:06:24 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 998945ED7EA for ; Fri, 16 Apr 2021 11:06: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMD0w41fDz3q6Z; Fri, 16 Apr 2021 11:06:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CE1F23755; Fri, 16 Apr 2021 11:06:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13GB6O8w098128; Fri, 16 Apr 2021 11:06:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13GB6On4098127; Fri, 16 Apr 2021 11:06:24 GMT (envelope-from git) Date: Fri, 16 Apr 2021 11:06:24 GMT Message-Id: <202104161106.13GB6On4098127@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: c23aa4ec98 - main - Translate vender, security and bugreport-related entries. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c23aa4ec9836eabd061dbfb2c91cfee8243f1d1f Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 11:06:24 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=c23aa4ec9836eabd061dbfb2c91cfee8243f1d1f commit c23aa4ec9836eabd061dbfb2c91cfee8243f1d1f Author: Ryusuke SUZUKI AuthorDate: 2021-04-16 11:06:09 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-16 11:06:09 +0000 Translate vender, security and bugreport-related entries. --- website/themes/beastie/i18n/ja.toml | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/website/themes/beastie/i18n/ja.toml b/website/themes/beastie/i18n/ja.toml index 14ca8c7cc2..464689be0e 100644 --- a/website/themes/beastie/i18n/ja.toml +++ b/website/themes/beastie/i18n/ja.toml @@ -284,6 +284,10 @@ other = "November" [12] other = "December" +# Commercial software +[misc] +other = "その他" + [releases] other = "リリース情報" @@ -298,3 +302,42 @@ other = "スナップショットリリース" [portedApplications] other = "ports に収録されているアプリケーション" + +[software] +other = "ソフトウェア" + +[hardware] +other = "ハードウェア" + +[consulting] +other = "コンサルティング" + +[ispCommercial] +other = "インターネットサービスプロバイダ" + +[securityInfo] +other = "セキュリティ情報" + +[advisories] +other = "セキュリティ勧告" + +[errataNoticesSidenav] +other = "Errata 情報" + +[unsupportedReleases] +other = "サポートが終了したリリース" + +[readSecurityAdvisories] +other = "FreeBSD セキュリティ勧告の読み方" + +[charterSecurityOfficerTeam] +other = "セキュリティオフィサとチームの憲章" + +[bugreports] +other = "バグ報告" + +[submitPR] +other = "障害報告 (PR) の提出" + +[webresources] +other = "ウェブ上の情報" From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 02:45:08 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD9F75EB0CE for ; Sat, 17 Apr 2021 02:45:08 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMcr44Xplz3Qv3; Sat, 17 Apr 2021 02:45:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8EA1710A01; Sat, 17 Apr 2021 02:45:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13H2j8IE043677; Sat, 17 Apr 2021 02:45:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13H2j83F043676; Sat, 17 Apr 2021 02:45:08 GMT (envelope-from git) Date: Sat, 17 Apr 2021 02:45:08 GMT Message-Id: <202104170245.13H2j83F043676@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: dc2b9671b7 - main - Correct the cgit repository URL for ports tree. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dc2b9671b7315102d585e458b5928351a575c122 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 02:45:08 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=dc2b9671b7315102d585e458b5928351a575c122 commit dc2b9671b7315102d585e458b5928351a575c122 Author: Ryusuke SUZUKI AuthorDate: 2021-04-17 02:42:53 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-17 02:42:53 +0000 Correct the cgit repository URL for ports tree. --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 07aa2a097e..1c30db5528 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -467,7 +467,7 @@ Again, the git-bisect manual (linked above) is a good resource for when things g The ports tree operates the same way. The branch names are different and the repositories are in different locations. -The cgit repository web interface for use with web browsers is at https://cgit.FreeBSD.org/ports.git . +The cgit repository web interface for use with web browsers is at https://cgit.FreeBSD.org/ports/ . The production git repository is at https://git.FreeBSD.org/ports.git and at ssh://anongit@git.FreeBSD.org/ports.git (or anongit@git.FreeBSD.org:ports.git). There is also a mirror on GitHub, see link:{handbook}mirrors/#mirrors[Exteral mirrors] for an overview. From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 04:41:34 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C47C5EDE23 for ; Sat, 17 Apr 2021 04:41:34 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMgQQ3ZDmz3mdH; Sat, 17 Apr 2021 04:41:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D3B2122A7; Sat, 17 Apr 2021 04:41:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13H4fY8e001467; Sat, 17 Apr 2021 04:41:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13H4fY74001466; Sat, 17 Apr 2021 04:41:34 GMT (envelope-from git) Date: Sat, 17 Apr 2021 04:41:34 GMT Message-Id: <202104170441.13H4fY74001466@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 132ff9d795 - main - Merge 1d19a09bf0 -> f725439f65, lost during asciidoctor conversion. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 132ff9d79530ae03e2cf0ade5dd02e5758bd80d1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 04:41:34 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=132ff9d79530ae03e2cf0ade5dd02e5758bd80d1 commit 132ff9d79530ae03e2cf0ade5dd02e5758bd80d1 Author: Ryusuke SUZUKI AuthorDate: 2021-04-17 04:41:09 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-17 04:41:09 +0000 Merge 1d19a09bf0 -> f725439f65, lost during asciidoctor conversion. --- .../content/en/books/handbook/ports/_index.adoc | 44 ++++++++++++++++------ 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc index 7df5c7c6d4..8130484319 100644 --- a/documentation/content/en/books/handbook/ports/_index.adoc +++ b/documentation/content/en/books/handbook/ports/_index.adoc @@ -567,10 +567,18 @@ When changing package origins, it is important to reinstall packages that are de [[ports-using]] == Using the Ports Collection -The Ports Collection is a set of [.filename]#Makefiles#, patches, and description files. Each set of these files is used to compile and install an individual application on FreeBSD, and is called a _port_. +The Ports Collection is a set of [.filename]##Makefile##s, patches, and description files. Each set of these files is used to compile and install an individual application on FreeBSD, and is called a _port_. By default, the Ports Collection itself is stored as a subdirectory of [.filename]#/usr/ports#. +[WARNING] +==== + +Before installing and using the Ports Collection, please be aware that it is generally ill-advised to use the Ports Collection in conjunction with the binary packages provided via pkg to install software. +pkg, by default, tracks quarterly branch-releases of the ports tree and not HEAD. Dependencies could be different for a port in HEAD compared to its counterpart in a quarterly branch release and this could result in conflicts between dependencies installed by pkg and those from the Ports Collection. +If the Ports Collection and pkg must be used in conjunction, then be sure that your Ports Collection and pkg are on the same branch release of the ports tree. +==== + Before an application can be compiled using a port, the Ports Collection must first be installed. If it was not installed during the installation of FreeBSD, use one of the following methods to install it: [[ports-using-portsnap-method]] @@ -578,7 +586,7 @@ Before an application can be compiled using a port, the Ports Collection must fi **** *Procedure: Portsnap Method* -The base system of FreeBSD includes Portsnap. This is a fast and user-friendly tool for retrieving the Ports Collection and is the recommended choice for most users. This utility connects to a FreeBSD site, verifies the secure key, and downloads a new copy of the Ports Collection. The key is used to verify the integrity of all downloaded files. +The base system of FreeBSD includes Portsnap. This is a fast and user-friendly tool for retrieving the Ports Collection and is the recommended choice for most users not running FreeBSD-CURRENT. This utility connects to a FreeBSD site, verifies the secure key, and downloads a new copy of the Ports Collection. The key is used to verify the integrity of all downloaded files. . To download a compressed snapshot of the Ports Collection into [.filename]#/var/db/portsnap#: + @@ -615,7 +623,7 @@ When using `fetch`, the `extract` or the `update` operation may be run consecuti **** *Procedure: Git Method* -If more control over the ports tree is needed or if local changes need to be maintained, Git can be used to obtain the Ports Collection. Refer to link:{committers-guide}#git-primer[the Git Primer] for a detailed description of Git. +If more control over the ports tree is needed or if local changes need to be maintained, or if running FreeBSD-CURRENT, Git can be used to obtain the Ports Collection. Refer to link:{committers-guide}#git-primer[the Git Primer] for a detailed description of Git. . Git must be installed before it can be used to check out the ports tree. If a copy of the ports tree is already present, install Git like this: + @@ -632,19 +640,33 @@ If the ports tree is not available, or pkg is being used to manage packages, Git # pkg install git .... + -. Check out a copy of the ports tree: +. Check out a copy of the HEAD branch of the ports tree: + [source,shell] .... # git clone https://git.FreeBSD.org/ports.git /usr/ports .... + +. Or, check out a copy of a quarterly branch: ++ +[source,shell] +.... +# git clone https://git.FreeBSD.org/ports.git -b 2020Q3 /usr/ports +.... ++ . As needed, update [.filename]#/usr/ports# after the initial Git checkout: + [source,shell] .... # git -C /usr/ports pull .... ++ +. As needed, switch [.filename]#/usr/ports# to a different quarterly branch: ++ +[source,shell] +.... +# git -C /usr/ports switch 2020Q4 +.... **** The Ports Collection contains directories for software categories. Inside each category are subdirectories for individual applications. Each application subdirectory contains a set of files that tells FreeBSD how to compile and install that program, called a _ports skeleton_. Each port skeleton includes these files and directories: @@ -1056,9 +1078,9 @@ Scanning //usr/share/certs/trusted for certificates... On a single computer, poudriere can build ports with multiple configurations, in multiple jails, and from different port trees. Custom configurations for these combinations are called _sets_. See the CUSTOMIZATION section of man:poudriere[8] for details after package:ports-mgmt/poudriere[] or package:ports-mgmt/poudriere-devel[] is installed. -The basic configuration shown here puts a single jail-, port-, and set-specific [.filename]#make.conf# in [.filename]#/usr/local/etc/poudriere.d#. The filename in this example is created by combining the jail name, port name, and set name: [.filename]#10amd64-local-workstation-make.conf#. The system [.filename]#make.conf# and this new file are combined at build time to create the [.filename]#make.conf# used by the build jail. +The basic configuration shown here puts a single jail-, port-, and set-specific [.filename]#make.conf# in [.filename]#/usr/local/etc/poudriere.d#. The filename in this example is created by combining the jail name, port name, and set name: [.filename]#11amd64-local-workstation-make.conf#. The system [.filename]#make.conf# and this new file are combined at build time to create the [.filename]#make.conf# used by the build jail. -Packages to be built are entered in [.filename]#10amd64-local-workstation-pkglist#: +Packages to be built are entered in [.filename]#11amd64-local-workstation-pkglist#: [.programlisting] .... @@ -1072,14 +1094,14 @@ Options and dependencies for the specified ports are configured: [source,shell] .... -# poudriere options -j 10amd64 -p local -z workstation -f 10amd64-local-workstation-pkglist +# poudriere options -j 11amd64 -p local -z workstation -f 11amd64-local-workstation-pkglist .... Finally, packages are built and a package repository is created: [source,shell] .... -# poudriere bulk -j 10amd64 -p local -z workstation -f 10amd64-local-workstation-pkglist +# poudriere bulk -j 11amd64 -p local -z workstation -f 11amd64-local-workstation-pkglist .... While running, pressing kbd:[Ctrl+t] displays the current state of the build. Poudriere also builds files in [.filename]#/poudriere/logs/bulk/jailname# that can be used with a web server to display build information. @@ -1099,14 +1121,14 @@ FreeBSD: { } .... -Usually it is easiest to serve a poudriere repository to the client machines via HTTP. Set up a webserver to serve up the package directory, for instance: [.filename]#/usr/local/poudriere/data/packages/10amd64#, where [.filename]#10amd64# is the name of the build. +Usually it is easiest to serve a poudriere repository to the client machines via HTTP. Set up a webserver to serve up the package directory, for instance: [.filename]#/usr/local/poudriere/data/packages/11amd64#, where [.filename]#11amd64# is the name of the build. -If the URL to the package repository is: `http://pkg.example.com/10amd64`, then the repository configuration file in [.filename]#/usr/local/etc/pkg/repos/custom.conf# would look like: +If the URL to the package repository is: `http://pkg.example.com/11amd64`, then the repository configuration file in [.filename]#/usr/local/etc/pkg/repos/custom.conf# would look like: [.programlisting] .... custom: { - url: "http://pkg.example.com/10amd64", + url: "http://pkg.example.com/11amd64", enabled: yes, } .... From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 07:06:12 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50B9A5F2761 for ; Sat, 17 Apr 2021 07:06:12 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMkdJ1s9Cz3tnD; Sat, 17 Apr 2021 07:06:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 329C813DD1; Sat, 17 Apr 2021 07:06:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13H76CMq088863; Sat, 17 Apr 2021 07:06:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13H76Cc8088862; Sat, 17 Apr 2021 07:06:12 GMT (envelope-from git) Date: Sat, 17 Apr 2021 07:06:12 GMT Message-Id: <202104170706.13H76Cc8088862@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: e5bca1a208 - main - 9562c272a7 -> f725439f65, 989d921f5d -> 132ff9d795 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e5bca1a208fe6591bc5d545477f8ddc08177c81b Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 07:06:12 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=e5bca1a208fe6591bc5d545477f8ddc08177c81b commit e5bca1a208fe6591bc5d545477f8ddc08177c81b Author: Ryusuke SUZUKI AuthorDate: 2021-04-17 07:05:51 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-17 07:05:51 +0000 9562c272a7 -> f725439f65, 989d921f5d -> 132ff9d795 --- .../content/ja/books/handbook/ports/_index.adoc | 65 ++++++++++++++++------ 1 file changed, 48 insertions(+), 17 deletions(-) diff --git a/documentation/content/ja/books/handbook/ports/_index.adoc b/documentation/content/ja/books/handbook/ports/_index.adoc index 83a4fc1c36..038a4263f6 100644 --- a/documentation/content/ja/books/handbook/ports/_index.adoc +++ b/documentation/content/ja/books/handbook/ports/_index.adoc @@ -576,6 +576,16 @@ Ports Collection は、[.filename]#Makefile#, 修正パッチ、 説明文など デフォルトでは、Ports Collection は、[.filename]#/usr/ports# 以下のサブディレクトリに置かれます。 +[WARNING] +==== + +Ports Collection をインストールして使用する前に、一般的には、 +ソフトウェアのインストールに、pkg でダウンロードしたバイナリパッケージと Ports Collection を組み合わせて使うことはあまり良いことではないことを知っておいてください。 +pkg は、デフォルトでは ports ツリーの (HEAD ではなく) quarterly ブランチリリースを追いかけます。 +HEAD の port と対応する quarterly ブランチの port の依存関係は異なる可能性があり、そのため pkg でインストールされた依存関係と Ports Collection の依存関係の間で競合が起きることがあります。 +もし、Ports Collection と pkg を組み合わせて使用しなければならないのであれば、Ports Collection と pkg が同じ ports ツリーのブランチを使用していることを必ず確認してください。 +==== + port を用いてアプリケーションをコンパイルできるようにするには、 まず最初に Ports Collection をインストールする必要があります。 FreeBSD のインストール時に Ports Collection をインストールしていない場合には、 以下の方法のどれかを用いてインストールしてください。 [[ports-using-portsnap-method]] @@ -615,40 +625,56 @@ FreeBSD のベースシステムには、Portsnap が含まれています。 .... ==== -[[ports-using-subversion-method]] +[[ports-using-git-method]] [.procedure] ==== -*Procedure: Subversion を用いる方法* +*Procedure: Git を用いる方法* -ports ツリーの管理が必要な場合や、 ローカルで変更点をメンテナンスする必要がある場合、 および FreeBSD-CURRENT を使用している場合には、 Subversion を使って Ports Collection を取得する方法があります。 Subversion のより詳細な説明については、 link:{committers-guide}#subversion-primer/[Subversion Primer] を参照してください。 +ports ツリーの管理が必要な場合や、 ローカルで変更点をメンテナンスする必要がある場合、 および FreeBSD-CURRENT を使用している場合には、 Git を使って Ports Collection を取得する方法があります。 +Git のより詳細な説明については、 link:{committers-guide}#git-primer/[Git Primer] を参照してください。 -. Subversion を使って ports ツリーをチェックアウトする前に、 Subversion をインストールしておく必要があります。 ports ツリーがすでにインストールされていれば、 以下のようにして Subversion をインストールできます。 +. Git を使って ports ツリーをチェックアウトする前に、Git をインストールしておく必要があります。 +ports ツリーがすでにインストールされていれば、 以下のようにして Git をインストールできます。 + [source,shell] .... -# cd /usr/ports/devel/subversion +# cd /usr/ports/devel/git # make install clean .... + -ports ツリーが利用できない場合や、 package の管理に pkg を使っているのであれば、package から Subversion をインストールできます。 +ports ツリーが利用できない場合や、 package の管理に pkg を使っているのであれば、package から Git をインストールできます。 ++ +[source,shell] +.... +# pkg install git +.... ++ +. HEAD ブランチの ports ツリーをチェックアウトしてください。 ++ +[source,shell] +.... +# git clone https://git.FreeBSD.org/ports.git /usr/ports +.... ++ +. または、quarterly ブランチをチェックアウトしてください。 + [source,shell] .... -# pkg install subversion +# git clone https://git.FreeBSD.org/ports.git -b 2020Q3 /usr/ports .... + -. ports ツリーをチェックアウトしてください。 +. Git で最初のチェックアウトをした後は、必要に応じて [.filename]#/usr/ports# をアップデートしてください。 + [source,shell] .... -# svn checkout https://svn.FreeBSD.org/ports/head /usr/ports +# git -C /usr/ports pull .... + -. Subversion で最初のチェックアウトを行ったら、必要に応じて [.filename]#/usr/ports# をアップデートしてください。 +. 必要に応じて [.filename]#/usr/ports# を別の quarterly ブランチにスイッチしてください。 + [source,shell] .... -# svn update /usr/ports +# git -C /usr/ports switch 2020Q4 .... ==== @@ -812,7 +838,8 @@ port が削除されるときに表示されるメッセージを読むことを ports のインストール後、時間が経過すると、Ports Collection で新しいバージョンのソフトウェアを利用できるようになります。 この章では、 どのようにしてアップグレードする必要のあるソフトウェアを判断するか、 そしてアップグレードの方法について説明します。 -インストールされている ports の新しいバージョンを利用できるかどうかを知るには、まず、 最新の ports ツリーがインストールされていることを確認してください。 これには、<> もしくは <> で書かれているアップデートのコマンドを使ってください。 FreeBSD 10 以降のシステム、または、pkg に変換されたシステムでは、 以下のコマンドを実行すると、現在利用可能なバージョンよりも古い ports の一覧が表示されます。 +インストールされている ports の新しいバージョンを利用できるかどうかを知るには、まず、 最新の ports ツリーがインストールされていることを確認してください。 これには、<> もしくは <> で書かれているアップデートのコマンドを使ってください。 +FreeBSD 10 以降のシステム、または、pkg に変換されたシステムでは、 以下のコマンドを実行すると、現在利用可能なバージョンよりも古い ports の一覧が表示されます。 [source,shell] .... @@ -1045,8 +1072,8 @@ The following files will be added as part of updating to The following files will be updated as part of updating to 11.4-RELEASE-p1: […] -Installing updates...Scanning //usr/shared/certs/blacklisted for certificates... -Scanning //usr/shared/certs/trusted for certificates... +Installing updates...Scanning //usr/share/certs/blacklisted for certificates... +Scanning //usr/share/certs/trusted for certificates... done. 11.4-RELEASE-p1 [00:04:06] Recording filesystem state for clean... done @@ -1055,14 +1082,16 @@ Scanning //usr/shared/certs/trusted for certificates... [source,shell] .... -# poudriere ports -c -p local -m svn+https +# poudriere ports -c -p local -m git+https [00:00:00] Creating local fs at /poudriere/ports/local... done [00:00:00] Checking out the ports tree... done .... 一つのコンピュータ上で、 複数の設定、複数の jails、異なる port ツリーから poudriere は port をビルドできます。 これらのコンビネーションのカスタム設定は _セット_ と呼ばれます。 詳細については、package:ports-mgmt/poudriere[] もしくは package:ports-mgmt/poudriere-devel[] をインストール後、 man:poudriere[8] の CUSTOMIZATION の章をご覧下さい。 -ここで示される基本設定では、jail, ports そしてセット固有の [.filename]#make.conf# を [.filename]#/usr/local/etc/poudriere.d# に置いてください。 この例でのファイル名 [.filename]#11amd64-local-workstation-make.conf# は、jail 名、port 名そして、セット名の組み合わせで付けられています。 システムの [.filename]#make.conf# と、この新しいファイルは、ビルド時に結合され、構築した jail で用いられる [.filename]#make.conf# を作成します。 +ここで示される基本設定では、jail, ports そしてセット固有の [.filename]#make.conf# を [.filename]#/usr/local/etc/poudriere.d# に置いてください。 +この例でのファイル名 [.filename]#11amd64-local-workstation-make.conf# は、jail 名、port 名そして、セット名の組み合わせで付けられています。 +システムの [.filename]#make.conf# と、この新しいファイルは、ビルド時に結合され、構築した jail で用いられる [.filename]#make.conf# を作成します。 ビルドする package を [.filename]#11amd64-local-workstation-pkglist# に記載してください。 @@ -1105,7 +1134,9 @@ FreeBSD: { } .... -通常は、HTTP 経由で poudriere リポジトリをクライアントコンピュータに公開すると簡単です。 package ディレクトリ (たとえば、 [.filename]#/usr/local/poudriere/data/packages/11amd64# ) を公開するようにウェブサーバを設定してください。 この例で [.filename]#11amd64# は構築名です。 +通常は、HTTP 経由で poudriere リポジトリをクライアントコンピュータに公開すると簡単です。 +package ディレクトリ (たとえば、 [.filename]#/usr/local/poudriere/data/packages/11amd64# ) を公開するようにウェブサーバを設定してください。 +この例で [.filename]#11amd64# は構築名です。 もし、package リポジトリの URL が `http://pkg.example.com/11oamd64` であれば、 リポジトリの設定ファイルである [.filename]#/usr/local/etc/pkg/repos/custom.conf# は、 以下のようになります。 From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 19:36:36 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3260B5E108F for ; Sat, 17 Apr 2021 19:36:36 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN3H80yNKz3GX6; Sat, 17 Apr 2021 19:36:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 139631E1B0; Sat, 17 Apr 2021 19:36:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HJaaGO081488; Sat, 17 Apr 2021 19:36:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HJaaQq081487; Sat, 17 Apr 2021 19:36:36 GMT (envelope-from git) Date: Sat, 17 Apr 2021 19:36:36 GMT Message-Id: <202104171936.13HJaaQq081487@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 84d56d3868 - main - Capitalize words properly 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: 84d56d3868a699c64c51d7453cedab0f3468ba03 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 19:36:36 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=84d56d3868a699c64c51d7453cedab0f3468ba03 commit 84d56d3868a699c64c51d7453cedab0f3468ba03 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-17 19:33:58 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-17 19:33:58 +0000 Capitalize words properly I've capitalized "git" throughout the document where appropriate. There are also some other words I've fixed like "github" and "gitlab", but I've not reviewed the whole document looking for those. --- .../en/articles/committers-guide/_index.adoc | 88 +++++++++++----------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 1c30db5528..bddc637464 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -283,9 +283,9 @@ It covers getting the sources, updating the sources, bisecting and touches brief It covers the basics, and tries to give good pointers to more in-depth treatment for when the reader finds the basics insufficient. Other sections of this guide cover more advanced topics related to contributing to the project. -The goal of this section is to highlight those bits of git needed to track sources. -They assume a basic understanding of git. -There are many primers for git on the web, but the https://git-scm.com/book/en/v2[Git Book] provides one of the better treatments. +The goal of this section is to highlight those bits of Git needed to track sources. +They assume a basic understanding of Git. +There are many primers for Git on the web, but the https://git-scm.com/book/en/v2[Git Book] provides one of the better treatments. ==== Keeping Current With The FreeBSD src Tree [[keeping_current]] @@ -296,11 +296,11 @@ Most people will want to do a deep clone of the repository. However, there are times when you may wish to do a shallow clone. ===== Branch names -The branch names in the new git repository are similar to the old names. +The branch names in the new Git repository are similar to the old names. For the stable branches, they are stable/X where X is the major release (like 11 or 12). The main branch in the new repository is 'main'. The main branch in the old GitHub mirror was 'master', but is now 'main'. -Both reflect the defaults of git at the time they were created. +Both reflect the defaults of Git at the time they were created. The 'main' branch is the default branch if you omit the '-b branch' or '--branch branch' options below. ===== Repositories @@ -313,7 +313,7 @@ How we track changes in third-party applications is discussed elsewhere and gene ===== Deep Clone A deep clone pulls in the entire tree, as well as all the history and branches. It is the easiest to do. -It also allows you to use git's worktree feature to have all your active branches checked out into separate directories but with only one copy of the repository. +It also allows you to use Git's worktree feature to have all your active branches checked out into separate directories but with only one copy of the repository. [source,shell] .... % git clone -o freebsd $URL -b branch [dir] @@ -365,7 +365,7 @@ eg: so that won't be covered in depth here. If you want to build a custom kernel, link:{handbook}#kernelconfig[the kernel config section] of the FreeBSD Handbook recommends creating a file MYKERNEL under sys/${ARCH}/conf with your changes against GENERIC. -To have MYKERNEL disregarded by git, it can be added to .git/info/exclude. +To have MYKERNEL disregarded by Git, it can be added to .git/info/exclude. ===== Updating @@ -376,7 +376,7 @@ This pulls in all the revisions since your last update. % git pull --ff-only .... will update the tree. -In git, a 'fast forward' merge is one that only needs to set a new branch pointer and doesn't need to re-create the commits. +In Git, a 'fast forward' merge is one that only needs to set a new branch pointer and doesn't need to re-create the commits. By always doing a 'fast forward' merge/pull, you'll ensure that you have an exact copy of the FreeBSD tree. This will be important if you want to maintain local patches. @@ -385,7 +385,7 @@ The simplest is to use --autostash on the 'git pull' command, but more sophistic ==== Selecting a Specific Version -In git, the 'git checkout' checks out both branches and specific versions. +In Git, the 'git checkout' checks out both branches and specific versions. Git's versions are the long hashes rather than a sequential number. When you checkout a specific version, just specify the hash you want on the command line (the git log command can help you decide which hash you might want): @@ -441,7 +441,7 @@ a8163e165c5b (upstream/master) HEAD@{1}: checkout: moving from b6fb97efb682994f5 .... shows me moving the working tree to the master branch (a816...) and then updating from upstream (to 5ef0...). In this case, bad would be HEAD (or 5rf0bd68) and good would be a8163e165. -As you can see from the output, HEAD@{1} also often works, but isn't foolproof if you have done other things to your git tree after updating, but before you discover the need to bisect. +As you can see from the output, HEAD@{1} also often works, but isn't foolproof if you have done other things to your Git tree after updating, but before you discover the need to bisect. ==== Set the 'good' version first, then set the bad (though the order doesn't matter). @@ -468,7 +468,7 @@ The ports tree operates the same way. The branch names are different and the repositories are in different locations. The cgit repository web interface for use with web browsers is at https://cgit.FreeBSD.org/ports/ . -The production git repository is at https://git.FreeBSD.org/ports.git and at ssh://anongit@git.FreeBSD.org/ports.git (or anongit@git.FreeBSD.org:ports.git). +The production Git repository is at https://git.FreeBSD.org/ports.git and at ssh://anongit@git.FreeBSD.org/ports.git (or anongit@git.FreeBSD.org:ports.git). There is also a mirror on GitHub, see link:{handbook}mirrors/#mirrors[Exteral mirrors] for an overview. The 'current' branch is 'main' . @@ -479,7 +479,7 @@ This section addresses tracking local changes. If you have no local changes, you can stop reading now (it is the last section and OK to skip). One item that is important for all of them: all changes are local until pushed. -Unlike svn, git uses a distributed model. +Unlike Subversion, Git uses a distributed model. For users, for most things, there is very little difference. However, if you have local changes, you can use the same tool to manage them as you use to pull in changes from FreeBSD. All changes that you have not pushed are local and can easily be modified (git rebase, discussed below does this). @@ -498,13 +498,13 @@ Stashing is also integrated with the 'git pull' command: just add '--autostash' ===== Keeping a local branch [[keeping_a_local_branch]] -It is much easier to keep a local branch with git than subversion. +It is much easier to keep a local branch with Git than Subversion. In subversion you need to merge the commit, and resolve the conflicts. This is manageable, but can lead to a convoluted history that's hard to upstream should that ever be necessary, or hard to replicate if you need to do so. Git also allows one to merge, along with the same problems. That's one way to manage the branch, but it's the least flexible. -In addition to merging, git supports the concept of 'rebasing' which avoids these issues. +In addition to merging, Git supports the concept of 'rebasing' which avoids these issues. The 'git rebase' command replays all the commits of a branch at a newer location on the parent branch. We will cover the most common scenarios that arise using it. @@ -513,7 +513,7 @@ We will cover the most common scenarios that arise using it. Let's say you want to make a change to FreeBSD's ls command to never, ever do color. There are many reasons to do this, but this example will use that as a baseline. The FreeBSD ls command changes from time to time, and you'll need to cope with those changes. -Fortunately, with git rebase it usually is automatic. +Fortunately, with Git rebase it usually is automatic. [source,shell] .... % cd src @@ -539,16 +539,16 @@ index 7378268867ef..cfc3f4342531 100644 .... The commit will pop you into an editor to describe what you've done. -Once you enter that, you have your own **local** branch in the git repo. +Once you enter that, you have your own **local** branch in the Git repo. Build and install it like you normally would, following the directions in the handbook. -git differs from other version control systems in that you have to tell it explicitly which files to commit. +Git differs from other version control systems in that you have to tell it explicitly which files to commit. I have opted to do it on the commit command line, but you can also do it with 'git add' which many of the more in depth tutorials cover. ====== Time to update When it is time to bring in a new version, it is almost the same as w/o the branches. You would update like you would above, but there is one extra command before you update, and one after. The following assumes you are starting with an unmodified tree. -It is important to start rebasing operations with a clean tree (git usually requires this). +It is important to start rebasing operations with a clean tree (Git usually requires this). [source,shell] .... @@ -559,7 +559,7 @@ It is important to start rebasing operations with a clean tree (git usually requ This will bring up an editor that lists all the commits in it. For this example, do not change it at all. -This is typically what you are doing while updating the baseline (though you also use the git rebase command to curate the commits you have in the branch). +This is typically what you are doing while updating the baseline (though you also use the Git rebase command to curate the commits you have in the branch). Once you are done with the above, you have to move the commits to ls.c forward from the old version of FreeBSD to the newer one. @@ -612,7 +612,7 @@ The rebase was interrupted, so you have to complete it: % git rebase --continue .... -which tells git that ls.c has been fixed and to continue the rebase operation. +which tells Git that ls.c has been fixed and to continue the rebase operation. Since there was a conflict, you will get kicked into the editor to update the commit message if necessary. If the commit message is still accurate, just exit the editor. @@ -649,8 +649,8 @@ Then you rebase onto the main branch. This will find all the commits to the current no-color-ls branch (back to where it meets up with the stable/12 branch) and then it will replay them onto the main branch creating a new no-color-ls branch there (which is why I had you create a place holder name). -===== Migrating from an existing git clone -If you have work based on a previous git conversion or a locally running git-svn conversion, migrating to new repository can encounter problems because git has no knowledge about the connection between the two. +===== Migrating from an existing Git clone +If you have work based on a previous Git conversion or a locally running git-svn conversion, migrating to new repository can encounter problems because Git has no knowledge about the connection between the two. When you have only a few local changes, the easiest way would be to cherry-pick those changes to the new base: [source,shell] @@ -818,10 +818,10 @@ With subversion, we used the following practices to achieve these goals: * Recording mergeinfo so that `svn mergeinfo --show-revs` worked. With Git, we will need to use different strategies to achieve the same goals. -This document aims to define best practices when merging source commits using git that achieve these goals. -In general, we aim to use git's native support to achieve these goals rather than enforcing practices built on subversion's model. +This document aims to define best practices when merging source commits using Git that achieve these goals. +In general, we aim to use Git's native support to achieve these goals rather than enforcing practices built on subversion's model. -One general note: due to technical differences with Git, we will not be using git "merge commits" (created via `git merge`) in stable or releng branches. +One general note: due to technical differences with Git, we will not be using Git "merge commits" (created via `git merge`) in stable or releng branches. Instead, when this document refers to "merge commits", it means a commit originally made to `main` that is replicated or "landed" to a stable branch, or a commit from a stable branch that is replicated to a releng branch with some variation of `git cherry-pick`. ==== Finding Eligible Hashes to MFC @@ -1141,7 +1141,7 @@ All vendor branches and tags start with `vendor/`. These branches and tags are v [NOTE] ==== -This chapter follows the convention that the `freebsd` origin is the origin name for the official FreeBSD git repository. +This chapter follows the convention that the `freebsd` origin is the origin name for the official FreeBSD Git repository. If you use a different convention, replace `freebsd` with the name you use instead in the examples below. ==== @@ -1262,7 +1262,7 @@ Examine the tree against `merge_result` to make sure that you haven't missed del ==== Pushing the changes -Once you are sure that you have a set of deltas you think is good, you can push it to a fork off github or gitlab for others to review. +Once you are sure that you have a set of deltas you think is good, you can push it to a fork off GitHub or GitLab for others to review. One nice thing about Git is that it allows you to publish rough drafts of your work for others to review. While phabricator is good for content review, publishing the updated vendor branch and merge commits lets others check the details as they will eventually appear in the repository. @@ -1383,10 +1383,10 @@ This section is designed to walk people through the conversion process from Subv ==== Migrating from a Subversion tree -This section will cover a couple of common scenarios for migrating from using the FreeBSD Subversion repo to the FreeBSD source git repo. +This section will cover a couple of common scenarios for migrating from using the FreeBSD Subversion repo to the FreeBSD source Git repo. The FreeBSD Git conversion is still in beta status, so some minor things may change between this and going into production. -The first thing to do is install git. Any version of Git will do, though the latest one in ports / packages generally will be good. +The first thing to do is install Git. Any version of Git will do, though the latest one in ports / packages generally will be good. Either build it from ports, or install it using pkg (though some folks might use `su` or `doas` instead of `sudo`): [source,shell] @@ -1408,10 +1408,10 @@ First, let's clone the repository: will create a clone of the FreeBSD src repository into a subdirectory called `freebsd-src` and include the 'notes' about the revisions. We are currently mirroring the source repository to https://github.com/freebsd/freebsd-src.git as well. -https://github.com/freebsd/freebsd-legacy.git has the old github mirror with the old hashes should you need that for your migration. -The github `master` branch has been frozen. -As the default in git has changed, we've shifted from `master` to `main`; the new repository uses `main`. -We also mirror the repository to gitlab at https://gitlab.com/FreeBSD/src.git . +https://github.com/freebsd/freebsd-legacy.git has the old GitHub mirror with the old hashes should you need that for your migration. +The GitHub `master` branch has been frozen. +As the default in Git has changed, we've shifted from `master` to `main`; the new repository uses `main`. +We also mirror the repository to GitLab at https://gitlab.com/FreeBSD/src.git . It's useful to have the old Subversion revisions available. This data is stored using Git notes, but Git doesn't fetch those by default. @@ -1578,8 +1578,8 @@ Note: as of this writing, https://github.com/freebsd/freebsd-src is mirroring al The `master` branch will not be updated anymore, and the link:https://github.com/freebsd/freebsd-src/commit/de1aa3dab23c06fec962a14da3e7b4755c5880cf[last commit] contains the instructions for migrating to the new `main` branch. We'll retain the `master` branch for a certain time, but in the future it will only be kept in the link:https://github.com/freebsd/freebsd-legacy[freebsd-legacy] repository. -When migrating branches from a github fork from the old github mirror to the official repo, the process is straight forward. -This assumes that you have a `freebsd` upstream pointing to github, adjust if necessary. +When migrating branches from a GitHub fork from the old GitHub mirror to the official repo, the process is straight forward. +This assumes that you have a `freebsd` upstream pointing to GitHub, adjust if necessary. This also assumes a clean tree before starting... ===== Add the new `freebsd` upstream repository: @@ -1614,7 +1614,7 @@ You'll need to do the following once to update the push URL if you are a FreeBSD (note that gitrepo.freebsd.org will be change to repo.freebsd.org in the future.) You will also need to add `freebsd` as the location to push to. -The author recommends that your upstream github repository remain the default push location so that you only push things into FreeBSD you intend to by making it explicit. +The author recommends that your upstream GitHub repository remain the default push location so that you only push things into FreeBSD you intend to by making it explicit. [[git-faq]] === Git FAQ @@ -1855,7 +1855,7 @@ To fix your `main` branch, just make it point to the remote's `main`: git branch -f main freebsd/main .... -There's nothing magical about branches in git: they are just labels on a graph that are automatically moved forward by making commits. +There's nothing magical about branches in Git: they are just labels on a graph that are automatically moved forward by making commits. So the above works because you're just moving a label. There's no metadata about the branch that needs to be preserved due to this. @@ -1959,7 +1959,7 @@ and use the `git rebase -i` to fold the related commits together). ==== Cloning and Mirroring -**Q:** I'd like to mirror the entire git repository, how do I do that? +**Q:** I'd like to mirror the entire Git repository, how do I do that? **A:** If all you want to do is mirror, then @@ -2025,11 +2025,11 @@ would look at the log for the vendor branch for zlib starting at 1.2.10. === Collaborating with others One of the keys to good software development on a project as large as FreeBSD is the ability to collaborate with others before you push your changes to the tree. -The FreeBSD project's git repositories do not, yet, allow user created branches to be pushed to the repository, and therefore if you wish to share your changes with others you must use another mechanism, such as a hosted GitLab or GitHub, in order to share changes in a user generated branch. +The FreeBSD project's Git repositories do not, yet, allow user created branches to be pushed to the repository, and therefore if you wish to share your changes with others you must use another mechanism, such as a hosted GitLab or GitHub, in order to share changes in a user generated branch. The following instructions show how to set up a user generated branch, based on the FreeBSD main branch, and push it to GitHub. -Before you begin, make sure that your local git repo is up to date and has the correct origins set <> +Before you begin, make sure that your local Git repo is up to date and has the correct origins set <> [source,shell] ```` @@ -2059,7 +2059,7 @@ With this in place you can create a branch < Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0F085E130C for ; Sat, 17 Apr 2021 19:44:44 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN3SX4lPVz3GdQ; Sat, 17 Apr 2021 19:44:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95CC21E1D7; Sat, 17 Apr 2021 19:44:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HJiiaf094219; Sat, 17 Apr 2021 19:44:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HJiik6094218; Sat, 17 Apr 2021 19:44:44 GMT (envelope-from git) Date: Sat, 17 Apr 2021 19:44:44 GMT Message-Id: <202104171944.13HJiik6094218@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: a1bee259bb - main - Provide a one-liner for the "Fixes" commit key word 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: a1bee259bbfc6b3064731ccc302fbf7850dff777 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 19:44:44 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=a1bee259bbfc6b3064731ccc302fbf7850dff777 commit a1bee259bbfc6b3064731ccc302fbf7850dff777 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-17 19:43:23 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-17 19:43:23 +0000 Provide a one-liner for the "Fixes" commit key word --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index bddc637464..90873e9486 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2572,7 +2572,7 @@ Approved by: re (username) |The name of the project (if any) from which the code was obtained. Do not use this line for the name of an individual person. |`Fixes:` -|The Git short hash as returned by `git rev-parse --short` and the title line of a commit that is fixed by this change. +|The Git short hash and the title line of a commit that is fixed by this change as returned by `git log -n 1 --oneline GIT-COMMIT-HASH`. |`MFC after:` |To receive an e-mail reminder to MFC at a later date, specify the number of days, weeks, or months after which an MFC is planned. From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 19:52:31 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 164325E13C5 for ; Sat, 17 Apr 2021 19:52: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN3dW0CCgz3HLw; Sat, 17 Apr 2021 19:52:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE9FB1DBF2; Sat, 17 Apr 2021 19:52:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HJqUEX006805; Sat, 17 Apr 2021 19:52:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HJqUeL006785; Sat, 17 Apr 2021 19:52:30 GMT (envelope-from git) Date: Sat, 17 Apr 2021 19:52:30 GMT Message-Id: <202104171952.13HJqUeL006785@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: ff3de002a3 - main - Remove a note about future ports migration to Git 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: ff3de002a35e094d8364828382855e2b08751640 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 19:52:31 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=ff3de002a35e094d8364828382855e2b08751640 commit ff3de002a35e094d8364828382855e2b08751640 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-17 19:51:56 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-17 19:51:56 +0000 Remove a note about future ports migration to Git It has already happened. --- documentation/content/en/books/handbook/mirrors/_index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 4adde25a81..28f250c66c 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -398,7 +398,6 @@ As of December 2020, FreeBSD uses git as the primary version control system for ==== Git is generally a developer tool. Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgrading-freebsdupdate,“FreeBSD Update”]) to update the FreeBSD base system, and `portsnap` (crossref:ports[ports-using,“Using the Ports Collection”]) to update the FreeBSD Ports Collection. -In April 2021, the ports tree will migrate to git. ==== This section demonstrates how to install Git on a FreeBSD system and use it to create a local copy of a FreeBSD repository. From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 21:27:38 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 40AD35E416D for ; Sat, 17 Apr 2021 21:27:38 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN5lG1MJhz3NBB; Sat, 17 Apr 2021 21:27:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D9B91F751; Sat, 17 Apr 2021 21:27:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HLRcoI027382; Sat, 17 Apr 2021 21:27:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HLRcA9027381; Sat, 17 Apr 2021 21:27:38 GMT (envelope-from git) Date: Sat, 17 Apr 2021 21:27:38 GMT Message-Id: <202104172127.13HLRcA9027381@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: 2644b2cda8 - main - articles/contributing: Update ports resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2644b2cda8a74ef2cc235bfc202a66e72458b211 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 21:27:38 -0000 The branch main has been updated by dbaio (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=2644b2cda8a74ef2cc235bfc202a66e72458b211 commit 2644b2cda8a74ef2cc235bfc202a66e72458b211 Author: Danilo G. Baio AuthorDate: 2021-04-17 21:20:47 +0000 Commit: Danilo G. Baio CommitDate: 2021-04-17 21:25:45 +0000 articles/contributing: Update ports resources Add a note that portsmon is currently not working, more visibility to portscout and add new resource portsfallout. Approved by: debdrup (doc) Differential Revision: https://reviews.freebsd.org/D29715 --- .../content/en/articles/contributing/_index.adoc | 25 +++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/documentation/content/en/articles/contributing/_index.adoc b/documentation/content/en/articles/contributing/_index.adoc index 16d4c1cf1a..208b019e6b 100644 --- a/documentation/content/en/articles/contributing/_index.adoc +++ b/documentation/content/en/articles/contributing/_index.adoc @@ -247,6 +247,10 @@ It is a good idea to start with adopting a port that you use regularly. Unmaintained ports have their `MAINTAINER` set to `ports@FreeBSD.org`. A list of unmaintained ports and their current errors and problem reports can be seen at the http://portsmon.FreeBSD.org/portsconcordanceformaintainer.py?maintainer=ports%40FreeBSD.org[FreeBSD Ports Monitoring System]. +On https://portsfallout.com/fallout?port=&maintainer=ports%40FreeBSD.org[PortsFallout] can be seen a list of unmaintained ports with errors. + +Many unmaintained ports can have pending updates, this can be seen at the https://portscout.freebsd.org/ports@freebsd.org.html[FreeBSD Ports distfile scanner]. + Some ports affect a large number of others due to dependencies and slave port relationships. Generally, we want people to have some experience before they maintain such ports. @@ -254,6 +258,11 @@ You can find out whether or not a port has dependencies or slave ports by lookin (The name of the file varies by release of FreeBSD; for instance, [.filename]#INDEX-8#.) Some ports have conditional dependencies that are not included in a default [.filename]#INDEX# build. We expect you to be able to recognize such ports by looking through other ports' [.filename]#Makefile#'s. +[NOTE] +====== +The FreeBSD Ports Monitoring System (portsmon) is currently not working due to latest Python updates. +====== + ==== How to adopt the port First make sure you understand your <>. @@ -490,19 +499,27 @@ If you can make them feel that their contribution is appreciated (and it should [[fix-broken]] === Finding and fixing a broken port -There are two really good places to find a port that needs some attention. +There are some really good places to find a port that needs some attention. You can use the https://bugs.freebsd.org/search[web interface] to the Problem Report database to search through and view unresolved PRs. The majority of ports PRs are updates, but with a little searching and skimming over synopses you should be able to find something interesting to work on (the `sw-bug` class is a good place to start). The other place is the http://portsmon.FreeBSD.org/[FreeBSD Ports Monitoring System]. In particular look for unmaintained ports with build errors and ports that are marked `BROKEN`. + +https://portsfallout.com/[PortsFallout] shows port issues gathered from the FreeBSD package building. + It is OK to send changes for a maintained port as well, but remember to ask the maintainer in case they are already working on the problem. Once you have found a bug or problem, collect information, investigate and fix! If there is an existing PR, follow up to that. Otherwise create a new PR. Your changes will be reviewed and, if everything checks out, committed. +[NOTE] +====== +The FreeBSD Ports Monitoring System (portsmon) is currently not working due to latest Python updates. +====== + [[mortal-coil]] === When to call it quits @@ -525,11 +542,11 @@ In 2005 more than eleven thousand ports PRs were submitted! Following this artic The https://bugs.freebsd.org/bugzilla/query.cgi[Problem Report database]. -The http://portsmon.FreeBSD.org/[FreeBSD Ports Monitoring System] can show you cross-referenced information about ports such as build errors and problem reports. +The http://portsmon.FreeBSD.org/[FreeBSD Ports Monitoring System (portsmon)] can show you cross-referenced information about ports such as build errors and problem reports. If you are a maintainer you can use it to check on the build status of your ports. As a contributor you can use it to find broken and unmaintained ports that need to be fixed. -The http://portscout.FreeBSD.org[FreeBSD Ports distfile scanner] can show you ports for which the distfiles are not fetchable. +The http://portscout.FreeBSD.org[FreeBSD Ports distfile scanner (portscout)] can show you ports for which the distfiles are not fetchable. You can check on your own ports or use it to find ports that need their `MASTER_SITES` updated. package:ports-mgmt/poudriere[] is the most thorough way to test a port through the entire cycle of installation, packaging, and deinstallation. @@ -544,6 +561,8 @@ It is a good place to ask for help. You can https://lists.freebsd.org/mailman/listinfo[subscribe, or read and search the list archives]. Reading the archives of the {freebsd-ports-bugs} and the {svn-ports-head} may also be of interest. +https://portsfallout.com/[PortsFallout] is a place to help in searching for the https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/[FreeBSD package-fallout archive]. + [[ideas-contributing]] == Getting Started in Other Areas From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 21:33:59 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7D1A95E4746 for ; Sat, 17 Apr 2021 21:33: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN5tb38gXz3Ng0; Sat, 17 Apr 2021 21:33:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F05C1F8CE; Sat, 17 Apr 2021 21:33:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HLXxsO040060; Sat, 17 Apr 2021 21:33:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HLXxn3040059; Sat, 17 Apr 2021 21:33:59 GMT (envelope-from git) Date: Sat, 17 Apr 2021 21:33:59 GMT Message-Id: <202104172133.13HLXxn3040059@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: a4f1e08526 - main - books/porters-handbook: Add a note about portsmon out of service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a4f1e08526d618f47bee327ea018408ce480e8af Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 21:33:59 -0000 The branch main has been updated by dbaio (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=a4f1e08526d618f47bee327ea018408ce480e8af commit a4f1e08526d618f47bee327ea018408ce480e8af Author: Danilo G. Baio AuthorDate: 2021-04-17 21:29:45 +0000 Commit: Danilo G. Baio CommitDate: 2021-04-17 21:33:08 +0000 books/porters-handbook: Add a note about portsmon out of service Maybe soon portsmon can be fixed, so just let a note to inform users that this resource is currently not working. Approved by: debdrup, mat and ygy (docs) --- .../content/en/books/porters-handbook/keeping-up/_index.adoc | 5 +++++ .../content/en/books/porters-handbook/upgrading/_index.adoc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc b/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc index b92aa1bac5..90929c9877 100644 --- a/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc +++ b/documentation/content/en/books/porters-handbook/keeping-up/_index.adoc @@ -80,3 +80,8 @@ Another handy resource is the http://portsmon.FreeBSD.org[FreeBSD Ports Monitori To get started, use the http://portsmon.FreeBSD.org/portoverview.py[Overview of One Port] search page to find all the information about a port. This is the only resource available that maps PR entries to portnames. PR submitters do not always include the portname in their Synopsis, although we would prefer that they did. So, `portsmon` is a good place to find out whether an existing port has any PRs filed against it, any build errors, or if a new port the porter is considering creating has already been submitted. + +[NOTE] +====== +The FreeBSD Ports Monitoring System (portsmon) is currently not working due to latest Python updates. +====== diff --git a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc index cff0c810d8..dc01bd897b 100644 --- a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc +++ b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc @@ -37,6 +37,11 @@ The next step is to see if there is an update already pending. To do this, there However, sometimes people forget to put the name of the port into the Summary field in an unambiguous fashion. In that case, try searching in the `Comment` field in the `Detailled Bug Information` section, or try the crossref:keeping-up[portsmon,FreeBSD Ports Monitoring System] (also known as `portsmon`). This system attempts to classify port PRs by portname. To search for PRs about a particular port, use the http://portsmon.FreeBSD.org/portoverview.py[Overview of One Port]. +[NOTE] +====== +The FreeBSD Ports Monitoring System (portsmon) is currently not working due to latest Python updates. +====== + If there is no pending PR, the next step is to send an email to the port's maintainer, as shown by `make maintainer`. That person may already be working on an upgrade, or have a reason to not upgrade the port right now (because of, for example, stability problems of the new version), and there is no need to duplicate their work. Note that unmaintained ports are listed with a maintainer of `ports@FreeBSD.org`, which is just the general ports mailing list, so sending mail there probably will not help in this case. If the maintainer asks you to do the upgrade or there is no maintainer, then help out FreeBSD by preparing the update! Please do this by using the man:diff[1] command in the base system. From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 21:37:22 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F65F5E4842 for ; Sat, 17 Apr 2021 21:37:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN5yV0QJPz3NvR; Sat, 17 Apr 2021 21:37:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0E081FC37; Sat, 17 Apr 2021 21:37:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HLbLoV040401; Sat, 17 Apr 2021 21:37:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HLbLfj040400; Sat, 17 Apr 2021 21:37:21 GMT (envelope-from git) Date: Sat, 17 Apr 2021 21:37:21 GMT Message-Id: <202104172137.13HLbLfj040400@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: e46b3d9d66 - main - books/fdp-primer: Fix pdf build command MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e46b3d9d662947ef5705d147edad82fdaa838e92 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 21:37:22 -0000 The branch main has been updated by dbaio (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=e46b3d9d662947ef5705d147edad82fdaa838e92 commit e46b3d9d662947ef5705d147edad82fdaa838e92 Author: Danilo G. Baio AuthorDate: 2021-04-15 23:30:34 +0000 Commit: Danilo G. Baio CommitDate: 2021-04-17 21:36:26 +0000 books/fdp-primer: Fix pdf build command Approved by: bcr, debdrup (doc) Differential Revision: https://reviews.freebsd.org/D29786 --- documentation/content/en/books/fdp-primer/doc-build/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc index 83dc26045a..c3a0404fd0 100644 --- a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc +++ b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc @@ -110,7 +110,7 @@ In order to export the document correctly all the extensions should be passed us --doctype=book \ -a skip-front-matter \ -a pdf-theme=./themes/default-pdf-theme.yml \ - -o /tmp/handbook.pdf + -o /tmp/handbook.pdf \ content/en/books/handbook/book.adoc .... ==== From owner-dev-commits-doc-all@freebsd.org Sat Apr 17 21:41:08 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D8645E4862 for ; Sat, 17 Apr 2021 21:41:08 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN62q71s6z3Nvr; Sat, 17 Apr 2021 21:41:07 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from t480.local (unknown [187.59.88.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dbaio/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 3F1FDD246; Sat, 17 Apr 2021 21:41:07 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Date: Sat, 17 Apr 2021 18:41:03 -0300 From: "Danilo G. Baio" To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: Re: git: a4f1e08526 - main - books/porters-handbook: Add a note about portsmon out of service Message-ID: <20210417214103.oldje7ewgweowfqi@t480.local> References: <202104172133.13HLXxn3040059@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3aqak6ijploi2imh" Content-Disposition: inline In-Reply-To: <202104172133.13HLXxn3040059@gitrepo.freebsd.org> X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 21:41:08 -0000 --3aqak6ijploi2imh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 17, 2021 at 09:33:59PM +0000, Danilo G. Baio wrote: > The branch main has been updated by dbaio (ports committer): >=20 > URL: https://cgit.FreeBSD.org/doc/commit/?id=3Da4f1e08526d618f47bee327ea0= 18408ce480e8af >=20 > commit a4f1e08526d618f47bee327ea018408ce480e8af > Author: Danilo G. Baio > AuthorDate: 2021-04-17 21:29:45 +0000 > Commit: Danilo G. Baio > CommitDate: 2021-04-17 21:33:08 +0000 >=20 > books/porters-handbook: Add a note about portsmon out of service > =20 > Maybe soon portsmon can be fixed, so just let a note to inform users > that this resource is currently not working. > =20 > Approved by: debdrup, mat and ygy (docs) Differential Revision: https://reviews.freebsd.org/D29717 --=20 Danilo G. Baio (dbaio) --3aqak6ijploi2imh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEORj0UTsjzCy+enIkmpN7LfMuiNcFAmB7VetfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDM5 MThGNDUxM0IyM0NDMkNCRTdBNzIyNDlBOTM3QjJERjMyRTg4RDcACgkQmpN7LfMu iNdiMQ//aOFDd3sTzH6JSXWBxlq+v5udNb3dvQuvg9lAlr0jvDzvhETCnWKlkUhr XU/lJxU3RUVMpDFMM34OxDqSjjlm7n6+HoAy7UHAfLjq654GXj+JJ8vDE52WN/y3 Khauy7TEWR4eAdt29NaOcboNZvUImbz27zMFge04cVxD/CmgfjK0GBFncgYsh71s DLjeI6j5MBSbBgEdcOM2DsTilJgE08khd3KjVjAKCoQSI543PzZBXaHNgkxxUsGq LyEX43aPrlNarSDmaRYKreLXk7OHQeQf13V/GOwZzif3ONCepv7YS5ner3FTQRa8 HMIrj0p0V0nczGa/Nyxz4zXTDNVSneGKYLuVFTkee28HFZbEVfxX9u2Eqotiqclg waq+BX6U0KW2Ii71CPzO6npur8fgKFCzC6r8RfQrc36q2Vcps0fAtfJjdnFxBmif Vg7ptK4ns7w8oNHA6t6vfEJXZrJLwk231aNSTaJermc+BitWT9c41X9UbDRnd6ya bvOqy39BIdIHpH6zBP3JkjQoaHMX/2xeeqKwLbFN5nCnZgqonxCZhPwRfCZkH3Ho unZRB3FOxrbd3+CUFNKoPAw378svWma4gMV4xpHvcTxk+J6tYtW75LFqxWc+6+B2 psrIS8Iy/4buRheGgB4lNAaxQMyGKU8Bztww9OtPRrBZV0r7Uzw= =AerL -----END PGP SIGNATURE----- --3aqak6ijploi2imh-- From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 03:26:56 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DBAB5EDBAA for ; Sun, 18 Apr 2021 03:26: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNFjr47VXz3vQf; Sun, 18 Apr 2021 03:26:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7ED2F242D3; Sun, 18 Apr 2021 03:26:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13I3Quog002855; Sun, 18 Apr 2021 03:26:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13I3Qu1v002854; Sun, 18 Apr 2021 03:26:56 GMT (envelope-from git) Date: Sun, 18 Apr 2021 03:26:56 GMT Message-Id: <202104180326.13I3Qu1v002854@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 6004c61f44 - main - e60fd6aa0b -> 0d352b4f05, 989d921f5d -> 3dffe35aba MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6004c61f44a06083c3a6df274c36abada6c4c7c6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 03:26:56 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=6004c61f44a06083c3a6df274c36abada6c4c7c6 commit 6004c61f44a06083c3a6df274c36abada6c4c7c6 Author: Ryusuke SUZUKI AuthorDate: 2021-04-18 03:26:24 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-18 03:26:24 +0000 e60fd6aa0b -> 0d352b4f05, 989d921f5d -> 3dffe35aba --- website/content/ja/internal/machines.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/ja/internal/machines.adoc b/website/content/ja/internal/machines.adoc index 2b13529a39..3f2fde04d7 100644 --- a/website/content/ja/internal/machines.adoc +++ b/website/content/ja/internal/machines.adoc @@ -18,9 +18,9 @@ FreeBSD 開発者/コミッターはこれらのシステムを利用できま |=== |ホスト |OS |タイプ |目的 |freefall |13-CURRENT |amd64 |シェルログイン -|ref[13\|12\|11]-amd64 |X-STABLE |amd64 |一般的な試験および Ports 構築用のリファレンスマシン -|ref[13\|12º\|11]-i386 |X-STABLE |i386 |一般的な試験および Ports 構築用のリファレンスマシン -|ref[12\|11]-aarch64 |X-STABLE |arm64/aarch64 |一般的な試験および Ports 構築用のリファレンスマシン +|ref[14\|13\|12\|11]-amd64 |X-STABLE |amd64 |一般的な試験および Ports 構築用のリファレンスマシン +|ref[14\|13\|12\|11]-i386 |X-STABLE |i386 |一般的な試験および Ports 構築用のリファレンスマシン +|ref[13\|12]-aarch64 |X-STABLE |arm64/aarch64 |一般的な試験および Ports 構築用のリファレンスマシン |ref[13\|12]-ppc64 |X-STABLE |ppc64/powerpc64 |一般的な試験および Ports 構築用のリファレンスマシン |universe[13\|12\|11][a\|b] |X-STABLE |amd64 |一般的な試験および Ports 構築用のリファレンスマシン |=== From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 13:21:41 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 785DC5E9942 for ; Sun, 18 Apr 2021 13:21: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNVw533rQz3Qjs; Sun, 18 Apr 2021 13:21:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BC364755; Sun, 18 Apr 2021 13:21:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IDLfGp011283; Sun, 18 Apr 2021 13:21:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IDLf5a011282; Sun, 18 Apr 2021 13:21:41 GMT (envelope-from git) Date: Sun, 18 Apr 2021 13:21:41 GMT Message-Id: <202104181321.13IDLf5a011282@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: a2b9ec6765 - main - Add a news item for my doc bit 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: a2b9ec67652aee62ea5734f1570fa12ede1dc690 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 13:21:41 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=a2b9ec67652aee62ea5734f1570fa12ede1dc690 commit a2b9ec67652aee62ea5734f1570fa12ede1dc690 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-18 13:09:31 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-18 13:21:51 +0000 Add a news item for my doc bit --- website/data/en/news/news.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml index 6e24a2ade2..c7e75f0e89 100644 --- a/website/data/en/news/news.toml +++ b/website/data/en/news/news.toml @@ -290,6 +290,10 @@ date = "2019-10-04" title = "FreeBSD 12.1-BETA3 Available" description = "The third BETA build for the FreeBSD 12.1 release cycle is now available. ISO images for the amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe, and sparc64 architectures are available on most of our FreeBSD mirror sites." +[[news]] +date = "2019-09-29" +description = "New committer: Mateusz Piotrowski (doc)" + [[news]] date = "2019-09-28" title = "FreeBSD 12.1-BETA2 Available" From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 15:49:10 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC41A5ED1D5 for ; Sun, 18 Apr 2021 15:49:10 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNZBG6Gp3z3nKS; Sun, 18 Apr 2021 15:49:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C608263FA; Sun, 18 Apr 2021 15:49:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IFnAir000796; Sun, 18 Apr 2021 15:49:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IFnAfj000795; Sun, 18 Apr 2021 15:49:10 GMT (envelope-from git) Date: Sun, 18 Apr 2021 15:49:10 GMT Message-Id: <202104181549.13IFnAfj000795@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: 08fc3edded - main - [phb]: Fix poudriere ports tree creation instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 08fc3edded97d9acb0eacbf633544b1ad0d0274b Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 15:49:11 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=08fc3edded97d9acb0eacbf633544b1ad0d0274b commit 08fc3edded97d9acb0eacbf633544b1ad0d0274b Author: Fernando Apesteguía AuthorDate: 2021-04-12 13:14:38 +0000 Commit: Fernando Apesteguía CommitDate: 2021-04-18 15:45:30 +0000 [phb]: Fix poudriere ports tree creation instructions * If using CURRENT, we need to use Git * We need the -B flag because our "master" branch is called "main". Approved by: 0mp, gbe (mentors) Differential Revision: https://reviews.freebsd.org/D29724 --- documentation/content/en/books/porters-handbook/testing/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc index 129743efb2..a274553618 100644 --- a/documentation/content/en/books/porters-handbook/testing/_index.adoc +++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc @@ -289,7 +289,7 @@ For jails employing a `git+*` method, it is helpful to add `-J _NumberOfParallel [[testing-poudriere-ports-tree]] === Setting Up Ports Trees for Use with Poudriere -There are multiple ways to use ports trees in Poudriere. The most straightforward way is to have Poudriere create a default ports tree for itself, using either man:portsnap[8] (if running FreeBSD {rel121-current} or {rel114-current}) or Subversion (if running FreeBSD-CURRENT): +There are multiple ways to use ports trees in Poudriere. The most straightforward way is to have Poudriere create a default ports tree for itself, using either man:portsnap[8] (if running FreeBSD {rel121-current} or {rel114-current}) or Git (if running FreeBSD-CURRENT): [source,shell] .... @@ -300,7 +300,7 @@ or [source,shell] .... -# poudriere ports -c -m git+https +# poudriere ports -c -m git+https -B main .... These commands create `tank/poudriere/ports/default`, mount it on [.filename]#/poudriere/ports/default#, and populate it using Git, man:portsnap[8], or Subversion. Afterward it is included in the list of known ports trees: From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 15:53:40 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A45115ED3F2 for ; Sun, 18 Apr 2021 15:53:40 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNZHS4G27z3ncy; Sun, 18 Apr 2021 15:53:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84D6D6AAC; Sun, 18 Apr 2021 15:53:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IFreAg013443; Sun, 18 Apr 2021 15:53:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IFrec4013442; Sun, 18 Apr 2021 15:53:40 GMT (envelope-from git) Date: Sun, 18 Apr 2021 15:53:40 GMT Message-Id: <202104181553.13IFrec4013442@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: f54d697cc3 - main - [Committers Guide] Fix paths in Steps for New Committers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f54d697cc369cfbc2abd98a22be4782988c70dcf Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 15:53:40 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=f54d697cc369cfbc2abd98a22be4782988c70dcf commit f54d697cc369cfbc2abd98a22be4782988c70dcf Author: Fernando Apesteguía AuthorDate: 2021-04-18 15:46:56 +0000 Commit: Fernando Apesteguía CommitDate: 2021-04-18 15:48:14 +0000 [Committers Guide] Fix paths in Steps for New Committers * There is no authors.toml but authors.adoc * Add `doc` in the path as in the other steps to make explicit that we refer to the `doc` repository. * s/shared/share in `src` repository: Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28590 --- documentation/content/en/articles/committers-guide/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 90873e9486..f89f661e8a 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2157,7 +2157,7 @@ Those who have been given commit rights to the FreeBSD repositories must follow . Add an Author Entity + -[.filename]#shared/authors.toml# - Add an author entity. Later steps depend on this entity, and missing this step will cause the [.filename]#doc/# build to fail. This is a relatively easy task, but remains a good first test of version control skills. +[.filename]#doc/shared/authors.adoc# - Add an author entity. Later steps depend on this entity, and missing this step will cause the [.filename]#doc/# build to fail. This is a relatively easy task, but remains a good first test of version control skills. . Update the List of Developers and Contributors + [.filename]#doc/en/articles/contributors/contrib-committers.adoc# - Add an entry to the "Developers" section of the link:{contributors}#staff-committers[Contributors List]. Entries are sorted by last name. @@ -2180,7 +2180,7 @@ It is very important to have a current PGP/GnuPG key in the repository. The key ====== . Update Mentor and Mentee Information + -[.filename]#base/head/shared/misc/committers-repository.dot# - Add an entry to the current committers section, where _repository_ is `doc`, `ports`, or `src`, depending on the commit privileges granted. +[.filename]#base/head/share/misc/committers-repository.dot# - Add an entry to the current committers section, where _repository_ is `doc`, `ports`, or `src`, depending on the commit privileges granted. + Add an entry for each additional mentor/mentee relationship in the bottom section. . Generate a Kerberos Password From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 16:09:00 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3775E5EDEF5 for ; Sun, 18 Apr 2021 16:09:00 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNZd815rbz3p68; Sun, 18 Apr 2021 16:09:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 144966C6E; Sun, 18 Apr 2021 16:09:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IG8xAb027761; Sun, 18 Apr 2021 16:08:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IG8xC6027760; Sun, 18 Apr 2021 16:08:59 GMT (envelope-from git) Date: Sun, 18 Apr 2021 16:08:59 GMT Message-Id: <202104181608.13IG8xC6027760@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: 748b20ba7e - main - [phb:Testing the Port] Fix unended sentence. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 748b20ba7e11de6ff36511177d8d5a0c21a34ad4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 16:09:00 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=748b20ba7e11de6ff36511177d8d5a0c21a34ad4 commit 748b20ba7e11de6ff36511177d8d5a0c21a34ad4 Author: Fernando Apesteguía AuthorDate: 2021-04-18 16:03:29 +0000 Commit: Fernando Apesteguía CommitDate: 2021-04-18 16:05:34 +0000 [phb:Testing the Port] Fix unended sentence. Drop "As" and make two shorter sentences. Approved By: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D29286 --- documentation/content/en/books/porters-handbook/testing/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc index a274553618..c23adf3a17 100644 --- a/documentation/content/en/books/porters-handbook/testing/_index.adoc +++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc @@ -76,7 +76,7 @@ The package:ports-mgmt/porttools[] program is part of the Ports Collection. `PREFIX` determines where the port will be installed. It defaults to [.filename]#/usr/local#, but can be set by the user to a custom path like [.filename]#/opt#. The port must respect the value of this variable. -`DESTDIR`, if set by the user, determines the complete alternative environment, usually a jail or an installed system mounted somewhere other than [.filename]#/#. A port will actually install into [.filename]#DESTDIR/PREFIX#, and register with the package database in [.filename]#DESTDIR/var/db/pkg#. As `DESTDIR` is handled automatically by the ports infrastructure with man:chroot[8]. There is no need for modifications or any extra care to write `DESTDIR`-compliant ports. +`DESTDIR`, if set by the user, determines the complete alternative environment, usually a jail or an installed system mounted somewhere other than [.filename]#/#. A port will actually install into [.filename]#DESTDIR/PREFIX#, and register with the package database in [.filename]#DESTDIR/var/db/pkg#. `DESTDIR` is handled automatically by the ports infrastructure with man:chroot[8]. There is no need for modifications or any extra care to write `DESTDIR`-compliant ports. The value of `PREFIX` will be set to `LOCALBASE` (defaulting to [.filename]#/usr/local#). If `USE_LINUX_PREFIX` is set, `PREFIX` will be `LINUXBASE` (defaulting to [.filename]#/compat/linux#). From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 16:13:03 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA4705EE0A4 for ; Sun, 18 Apr 2021 16:13:03 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNZjq50qlz3pHw; Sun, 18 Apr 2021 16:13:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EEBD7083; Sun, 18 Apr 2021 16:13:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IGD3P6040878; Sun, 18 Apr 2021 16:13:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IGD3xP040877; Sun, 18 Apr 2021 16:13:03 GMT (envelope-from git) Date: Sun, 18 Apr 2021 16:13:03 GMT Message-Id: <202104181613.13IGD3xP040877@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: 6a5c8605e5 - main - [porters-handbook] Fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6a5c8605e557e92419a06ec567147363661fbe60 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 16:13:03 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=6a5c8605e557e92419a06ec567147363661fbe60 commit 6a5c8605e557e92419a06ec567147363661fbe60 Author: Fernando Apesteguía AuthorDate: 2021-04-18 16:08:18 +0000 Commit: Fernando Apesteguía CommitDate: 2021-04-18 16:09:33 +0000 [porters-handbook] Fix spelling s/Sometime/Sometimes Approved By: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28269 --- .../content/en/books/porters-handbook/slow-porting/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc index e1c17a32fe..f40a105bac 100644 --- a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc @@ -247,7 +247,7 @@ BAR_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-bar.c \ .Using `EXTRA_PATCHES` With a Directory [example] ==== -Sometime, there are many patches that are needed for a feature, in this case, it is possible to point `EXTRA_PATCHES` to a directory, and it will automatically apply all files named [.filename]#patch-*# in it. +Sometimes, there are many patches that are needed for a feature, in this case, it is possible to point `EXTRA_PATCHES` to a directory, and it will automatically apply all files named [.filename]#patch-*# in it. Create a subdirectory in [.filename]#${PATCHDIR}#, and move the patches in it. For example: From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 16:15:57 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BFDDA5EE318 for ; Sun, 18 Apr 2021 16:15:57 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNZn92jVdz3pFl; Sun, 18 Apr 2021 16:15:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BD4B6F0C; Sun, 18 Apr 2021 16:15:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IGFvO4041190; Sun, 18 Apr 2021 16:15:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IGFv3p041189; Sun, 18 Apr 2021 16:15:57 GMT (envelope-from git) Date: Sun, 18 Apr 2021 16:15:57 GMT Message-Id: <202104181615.13IGFv3p041189@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: e636950c75 - main - [phb]: Fix punctuation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e636950c755abc3c320b16afc7f0ce75810b0043 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 16:15:57 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=e636950c755abc3c320b16afc7f0ce75810b0043 commit e636950c755abc3c320b16afc7f0ce75810b0043 Author: Fernando Apesteguía AuthorDate: 2021-04-18 16:11:26 +0000 Commit: Fernando Apesteguía CommitDate: 2021-04-18 16:12:33 +0000 [phb]: Fix punctuation makefile-versions-ex-pkg-version example has a final dot that no other example has. Remove it for consistency Approved By: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28989 --- documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc index 2d12903488..99a66179dd 100644 --- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc +++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc @@ -77,7 +77,7 @@ When updating a port, it is possible to use man:pkg-version[8]'s `-t` argument t ==== [[makefile-versions-ex-pkg-version]] -.Using man:pkg-version[8] to Compare Versions. +.Using man:pkg-version[8] to Compare Versions [example] ==== `pkg version -t` takes two versions as arguments, it will respond with `<`, `=` or `>` if the first version is less, equal, or more than the second version, respectively. From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 17:52:57 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F10D5EFFEE for ; Sun, 18 Apr 2021 17:52:57 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNcx4743yz3t92; Sun, 18 Apr 2021 17:52:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E54FF103B0; Sun, 18 Apr 2021 17:52:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IHquvq073153; Sun, 18 Apr 2021 17:52:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IHqujC073152; Sun, 18 Apr 2021 17:52:56 GMT (envelope-from git) Date: Sun, 18 Apr 2021 17:52:56 GMT Message-Id: <202104181752.13IHqujC073152@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: 745eae659f - main - articles/committers-guide: fix README link MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 745eae659f018e0c759886f00eb87f9562af7e81 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 17:52:57 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=745eae659f018e0c759886f00eb87f9562af7e81 commit 745eae659f018e0c759886f00eb87f9562af7e81 Author: Fernando Apesteguía AuthorDate: 2021-04-18 16:14:28 +0000 Commit: Fernando Apesteguía CommitDate: 2021-04-18 17:48:22 +0000 articles/committers-guide: fix README link Current link in Committer's Guide for the README of the addkeys.sh script is broken. It should point to https://docs.freebsd.org/pgpkeys/README. Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28928 --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index f89f661e8a..062399a010 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2168,7 +2168,7 @@ Those who have been given commit rights to the FreeBSD repositories must follow [.filename]#website/data/en/news/news.toml# - Add an entry. Look for the other entries that announce new committers and follow the format. Use the date from the commit bit approval email from mailto:core@FreeBSD.org[core@FreeBSD.org]. . Add a PGP Key + -`{des}` has written a shell script ([.filename]#documentation/tools/addkey.sh#) to make this easier. See the http://svnweb.FreeBSD.org/doc/head/shared/pgpkeys/README[README] file for more information. +`{des}` has written a shell script ([.filename]#documentation/tools/addkey.sh#) to make this easier. See the https://cgit.freebsd.org/doc/plain/documentation/static/pgpkeys/README[README] file for more information. + Use [.filename]#documentation/tools/checkkey.sh# to verify that keys meet minimal best-practices standards. + From owner-dev-commits-doc-all@freebsd.org Sun Apr 18 20:28:26 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61DE85F4436 for ; Sun, 18 Apr 2021 20:28:26 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNhNV2Hkkz4W3c; Sun, 18 Apr 2021 20:28:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 416C4124E7; Sun, 18 Apr 2021 20:28:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IKSQFl073800; Sun, 18 Apr 2021 20:28:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IKSQLK073799; Sun, 18 Apr 2021 20:28:26 GMT (envelope-from git) Date: Sun, 18 Apr 2021 20:28:26 GMT Message-Id: <202104182028.13IKSQLK073799@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Carlo Strub Subject: git: f858b08e6e - main - pgpkeys: Add my new gpg key MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cs X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f858b08e6e36d95e96e1c36a2ca7821a939a597f Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 20:28:26 -0000 The branch main has been updated by cs (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=f858b08e6e36d95e96e1c36a2ca7821a939a597f commit f858b08e6e36d95e96e1c36a2ca7821a939a597f Author: Carlo Strub AuthorDate: 2021-04-18 20:23:58 +0000 Commit: Carlo Strub CommitDate: 2021-04-18 20:23:58 +0000 pgpkeys: Add my new gpg key --- documentation/static/pgpkeys/cs.key | 105 +++++++++--------------------------- 1 file changed, 24 insertions(+), 81 deletions(-) diff --git a/documentation/static/pgpkeys/cs.key b/documentation/static/pgpkeys/cs.key index 2fa3470970..81c19b4417 100644 --- a/documentation/static/pgpkeys/cs.key +++ b/documentation/static/pgpkeys/cs.key @@ -1,15 +1,13 @@ -// $FreeBSD: head/share/pgpkeys/cs.key 53734 2020-01-01 17:32:28Z cs $ -// -// sh addkey.sh cs 34EF3FF33C29811A ; - +// sh addkey.sh cs 1C7A2F39D966052B ; [.literal-block-margin] .... -pub rsa4096/34EF3FF33C29811A 2017-12-21 [SC] [expires: 2020-12-31] - Key fingerprint = 3626 000C 0372 A78C 5DD7 B096 34EF 3FF3 3C29 811A +pub ed25519/1C7A2F39D966052B 2021-04-18 [SC] [expires: 2023-04-18] + Key fingerprint = 59A6 2B5D B2FE B9CA 2358 4FA1 1C7A 2F39 D966 052B +uid Carlo Strub uid Carlo Strub -sub rsa4096/6532CB666A0E2F2E 2017-12-21 [E] [expires: 2020-12-31] -sub rsa4096/EB6E99AFC6017D02 2017-12-21 [A] [expires: 2020-12-31] +sub cv25519/772125D25CCF4761 2021-04-18 [E] [expires: 2023-04-18] +sub ed25519/0C30619500D9CE7B 2021-04-18 [A] [expires: 2023-04-18] .... @@ -17,78 +15,23 @@ sub rsa4096/EB6E99AFC6017D02 2017-12-21 [A] [expires: 2020-12-31] .... -----BEGIN PGP PUBLIC KEY BLOCK----- -mQINBFo8Ol8BEAC533XGyV2YzPjz3Iy84EfW1MWb91s3c9Uy1efYo6LDk6lKgkfK -CRmoUyO2NaSPjuj6747hEHGTKaYYlO+wA0pcYyP9dNK38Mis1eteAc/q1bMsLTOW -N32DafBqjM6Lzo4Xc4MguZC9knPXwxi64W+tWinuc0SeDCdLBaK6qHsIzA0GB0Ud -vTRJbY3SoNFwYedbb319057WaScnP6sjtEF83aL3Voblhlo1Xp31c4En38Z59gzf -qej2wvd6bWp/3vg6hTckBT8Rr+gE48mC+rR3hcK1J26OGj01JpVtEwY7PTc3Yxmm -qZyIm9eExC7mpVSO+xsrDhiP1Q8vIAm59Nz28GMqcSgaCdWnuoLwNBjyvqv8GJaC -Fl/sTr7dfnKMPUWGy9UEKtvh7MSq2N0odFtsqr5oIR6lvj1bZylDX9yJEdWO2i/A -syLL4ahfpKfsGeCGJJo27rtj79ljhSiEPHkwf+S5QTWfAd0Qg/kFp8jlgYYZGQgs -3GtjtVGE2HQpUSSA1PbX3poP2Jjd4pztEGafzErAwOOjPIQOyHfPkAEQw/ucNtbQ -SVhTLBaaqwn6obnEHUt0uWTuEd6arFAu4ZqIaP3XQfXNkjCbwMBlt+vO/jI55bs9 -17yrfyPAXLQvojkKDv2EG8jM3LOYGwGCEj5Y3mzqbrEmw/E6mE88nPUhUQARAQAB -tB5DYXJsbyBTdHJ1YiA8Y3NAY2FybG9zdHJ1Yi5jaD6JAlQEEwEIAD4CGwMFCwkI -BwIGFQoJCAsCBBYCAwECHgECF4AWIQQ2JgAMA3KnjF3XsJY07z/zPCmBGgUCXgzV -2gUJBbHO+wAKCRA07z/zPCmBGkRYD/4z6mEcqMV2OAAifG6ZhmDhDYGauhvjxB32 -/Sr37YDmbJ75Wyt2OlQTgsjQuON9Yu5teOEvLRIMB8/b8exp6Ir5f0He+rX7E6SZ -mbemyiph6lfoaMQgZBbYSI1RQoySPS02weHPvV3zYbW93isbq5vNN8s8wfvSKZ+8 -lP0ROrpcnTUgnvTz6K10oVooTDxoWzqwOcS7YYQTzcmW/udVCJB9vG4ng5iDfau2 -orVuY6qhZkxvIFw9Ei4V5B0uRpRCcwLnQRRXkLP8vblgfId1DRCG26s+1s4MEUia -HPfbRzcsdH9ttEEFwjOTqcoLQSH6sMiAZdR3gUXVmZEde7EIyHIh1b5b4NH3372G -n7y7vuJuVZkAm0d1vWMKQtFLD1gOYiU5+xD3i9VrGDqIEFFesevMf1Ks2yh+euqd -7PxbqDOOl5Y2d2l8ag/1j/ONORbWJ3tbXkasxUDQ0LGwdysjHUcJebQkZsEMykBO -R8SsRrIApmyCFhzMmCfVRsSrBbAXf5RIpPPNdhrHIwTM4IQYyclJPH2qkEHsES7O -NzPDEk2vdxp5wBg4fjIVOS+MQLx2NQEblUhDhb9hBvDOCI7mnSX+WghA1hV9b6AT -7yr/qiutC4yuteqdU94ECA0tnWcdinkmeY2HxoVuKBWTl56PEPF6YnjFCX6xJ/+o -c6fei+EP87kCDQRaPDpfARAAvmHhEV5CX9WZ9jV0+mNfGBDi0Wd++E6mnK4BU74Q -qlYwSiYRs9LDdML8+7Dczm7sTbLXU5vod83hsNF9j/HGDfC1rSwKLtXnrzScLjui -bq4eHpWp7TJbP2NpEpBlHc7cVM2BXOh1H/6M7/vpSuPT2Bfnl6yeJXDv4jhY6hqk -DtzGmzUXhwt+g/Ji0agANoVRIBBQRnOtfijLvFILyfcdS2uF/G4YSvE1opm2F6o6 -T+OusvUc7CnUaZ0K5947Ae77oFsqGYJQQpTUmEHGZp79T/1z3pZphIrSgqZfcUkx -brqzeX/ZRVSBia0XPDmdRiwAhKacrFR73vJv4j0UlqG0CKcXYDAzUpsFimFutb7v -F0Y1MBi96nAlIV6SIG+IgklBGs59fBfyMQ2w/qmuvfkI2hYZOt3xlM/r1TQxIN9j -oXt9OSKHYhQLHqoR8qCniuCwr/1FXs0vXBsb1SkIniIwTZAB/vuM2T4g2teZ+SBq -dNizXoSlmQdUsjxTamcd/lmvvEIQOAV47ibYmpleX+zqkdAbKLNWkgy8+jxpcqpb -b6z4B/6peuWMbWlgTERlAbjJfSijTUfI9xEkbKRlaJBiA7EeOPocZ8Yg2z73Qep8 -Zm7+8Zeif4Ey9Xv2lJiUsdFTSD94qNFmulFKvEN6rTgmRzDSe0SOcPGNaFEn28vT -6CkAEQEAAYkCPAQYAQgAJgIbDBYhBDYmAAwDcqeMXdewljTvP/M8KYEaBQJeDNXq -BQkFsc8LAAoJEDTvP/M8KYEaDbkP/095jcSWAAWNoYkJddx2/Wyx5ImDc832lWlC -wny3y01Ja9WeH3JYCEsB8SKVI0X/Ovp1wkqMwFUXpNsFywgZ49zYBQoMmHEq1Ej7 -eJ/hIOsze6ramor6PajWocvY2GX0Lam9wmbq9pwZLzo0TcQb4qIbP0eSkR9uf9bb -cjY7GPkPUiEj0VpOH/dN6/yc5q4dZeLy+EUa6SzzCvkrkrAri13UkCzRqoKCsaob -/Y3KwjF3D39aM4CZFoSYu6wa9twUfwbujhJp4RArn9p0KH5qCv30qQMY3svVsPH5 -jrbAqBaq3oFn5OUfhO/ENgpcprKA8Hd0J3HEmrlck/GUFTbN0dyozEN0DK4KCexi -UZnkv5iOEf6dbt81zh2QP+siWu23Nd3k2wAxZu2TmJvLAClvco2LUqSmqbreu0k+ -TYgJy0RYbE7IERIEnib+ZW46Mjovp3WkWwgMLbnqzXiJUSsL0TJQxX2Ry1HP17Z4 -by9W1PSagX9bcK3gmcFJA2q5uEGIZa3TExk+wSW4slArpXOK8ceRJtxljZFhSLQG -dD3Qx8MCiON8uvgk22yqF2YXxUeB6YB93GgRYsDaf4U0nADog4EoQ7IqH4Cgooi6 -Ygv2HdP1aGaL3SMJ7KFLjhveIA0XTym19WHkk2iJtgjj3AtWsvh4//Qa5A3dO39R -x2mUOSbLuQINBFo8Ol8BEADb33lZJaaYt2roZMomQ6TWdbhjKroIk7XJxz4owaTR -h9vVAECwtNUPmPnHvq2aduKxgdCIpBG8WwDAl3MClKblkwOth/DrvwbVKqPvwE4J -pQgTQHBqqsz/yYoJgzncTSGCYKNwOCbf7OyRPWLmB59wklLOsDk/eNvA/8WhLaW0 -8bGyOaKDNWFeVDRO0KzAogmJWnYzm45t2Sqid0MLorQECkYGBj8iFE7fiOs2il+b -mG9OEZpMN+92u+UOOg3WiAl20z0SGsGsi/E5Z9+LwzfKiAZK7tQqJt9qSARqcSeM -BVrMv0WZce/lIQvhbxltl8ZFPcU5hQ04W8Hg3FbjPTrWxHQoN3H4ekVFgv4n9/b9 -heHAnuD0fscRRW8EmXj4QfPA3+KAVi8pqFhTkgOR5FrI+wBpxCcPO/rFP6wVhGg+ -c/DVyNBDXZeFJ23EcCCQkFHpaU3uVAcK6BsSsZWVKNx6HA9zZdcbGmrano4Jgsec -oniIoCFJSqjBuMT23gHtyV6NdDSaoe8DKSjIpUfeQ8hyg7i5xdOvWccnIvLyXLiu -q4CVnEtQ46nhd7MnqSgajL/sJmMCcb8PLCbKwTo42UzpBbjVBcMS6sEKevYAg8pX -yLwAeiplW/lX3T9E9F+cHUAqNYtAS5jfsyinbW1n6tJm4gfBp0eCd2wSMg6W8sLJ -PwARAQABiQI8BBgBCAAmAhsgFiEENiYADANyp4xd17CWNO8/8zwpgRoFAl4M1fgF -CQWxzxkACgkQNO8/8zwpgRrAMA//S5RSoqSl4SXQAG9P/t5RPpE1F4KSaKmZYK7f -5v0M2e7MYV3tQhSCPA3bdNJ+Cd+rJh/uJHUctUCKakRWmZgGsm07xl3r4dnjaH7d -zk5hPE8dVeEPu92/oNzxn70n7eSo1/iIZ7U04OoQrEW3PIzQNXQAtVbwuSAWZ8nX -eus3lMFOsxhZKdmZqDfWEScvLzI/I3ji3cTfW995M4TlKNsNJHmzyb1yXTE7l9FM -L1unNuV8HWE+Q+GUeoGV5bxP1mQy2Yme6zYoHr4AuCgMFBnn2U5fWMEdVJxzdDAi -eXav+lBSWwZTGbTlohrk0n37/rPJ+RTRFaYcv9Bb4p+loUqcsFs68DtYuzvcIbtl -YRUOljRX3G+d9CNaCgbygDbTupGzt5N/j2N9wf0yBPKPj3NiHynbIpR6DvkOfFkv -JWpQPRR2bYL448FT6cYKnI8WqSkK1yB6Rg+RmXgAhos2r4bOmAUYesrDfHW7lY+b -8/a0+3wVajil9joWIFIaahqz622SEahpCY5MOfXPn1sBHNHyCsNdHQTxnKg6jQyG -btepxl3sasHCTRDm8KtsBv2smFC5aUZjfhtLNTWdk/MIodKh17tY5+gwXdXl6C8o -oLRmLMsz82FZOsEJRro7IpoWGbVhN0+vz3K01okuQ+GwMd17cG3GwcW/PA4+ZxvR -Mj9/NCk= -=5d7Z +mDMEYHyLqhYJKwYBBAHaRw8BAQdAvxtnrBIqw9b64xMLyDEnxFvi4MYJmmsrbV4u +nApPN760HkNhcmxvIFN0cnViIDxjc0BjYXJsb3N0cnViLmNoPoiWBBMWCAA+FiEE +WaYrXbL+ucojWE+hHHovOdlmBSsFAmB8i6oCGwMFCQPCZwAFCwkIBwIGFQoJCAsC +BBYCAwECHgECF4AACgkQHHovOdlmBSvpIQEAueYnQBryAAzekQKADICTnLTkeYVA +jB7nUC9sGS9xOCYA/1tCBKlpEzP3I/o1sQzc8XxA+CngCgp42J7CdN120hEFtBxD +YXJsbyBTdHJ1YiA8Y3NARnJlZUJTRC5vcmc+iJYEExYIAD4WIQRZpitdsv65yiNY +T6Ecei852WYFKwUCYHyMIQIbAwUJA8JnAAULCQgHAgYVCgkICwIEFgIDAQIeAQIX +gAAKCRAcei852WYFK7ZwAP97C2XKF4oufbmI6sdZNfrFHptQ5GTN88ipuoJ1cMiP +/AD9FjvcjF+X/uzUejl36s5kLWnZbrfsVirA/Xb1cs+nsw64OARgfIwxEgorBgEE +AZdVAQUBAQdADNxSVMdqRb7icACnKX7g4GXrklSTjVkW4nBNBLTKA2ADAQgHiH4E +GBYIACYWIQRZpitdsv65yiNYT6Ecei852WYFKwUCYHyMMQIbDAUJA8JnAAAKCRAc +ei852WYFK8CcAP9Rh6gyCM7WmkV9YKJxy4x2gTZr/5B1o3GbCexOzIkZYwEAyhzI +MBPHSHyGAMiXlfRLjD7hWnOm4FzBClCf1trUUQC4MwRgfIxAFgkrBgEEAdpHDwEB +B0CnBVdCUwl1GGTZnlA9Mji89DDFeQo9CF27wI6OL9RM0Ih+BBgWCAAmFiEEWaYr +XbL+ucojWE+hHHovOdlmBSsFAmB8jEACGyAFCQPCZwAACgkQHHovOdlmBSt4ywD+ +OIC2Ltf0U9jp1n/+YnI155dHcXod5wBCWI3bSY30pf8A/2ObPR+65/l8xQCP2Qv4 +UiGy6B3jEpxKZGZSgMnH9KIA +=yzkF -----END PGP PUBLIC KEY BLOCK----- .... -