diff options
author | Jarkko Oranen <oranenj@iki.fi> | 2019-11-17 20:46:54 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-17 13:47:54 -0500 |
commit | 77cf8c7fb876403729485d08139fc743ee5e5912 (patch) | |
tree | 65d5d0f3759f7867948804d622b155783e6fa1b0 /builds.sr.ht/compatibility.md | |
parent | 68c58e72e4982c44e42febd56de1d91d4439f535 (diff) | |
download | sr.ht-docs-77cf8c7fb876403729485d08139fc743ee5e5912.tar.gz |
Document OpenBSD 6.6
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 0940ab8..f7f9674 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -633,9 +633,46 @@ Maintainer: Jarkko Oranen <oranenj@iki.fi> <table class="table table-sm table-hover"> <thead> <tr> - <th>OpenBSD 6.5</th> + <th>OpenBSD 6.6</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: openbsd/latest</code> <strong>or</strong> + <code>image: openbsd/6.6</code> + </th> + </tr> + <tr> + <th>arch</th> + <th style="text-align: center">supported</th> + <th style="text-align: center">native</th> + <th>updated</th> + </tr> + </thead> + <tbody> + <tr><td><code>arch: alpha</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr class="table-primary"> + <td><code>arch: amd64</code> (default)</td> + <td style="text-align: center; color: green">✓</td> + <td style="text-align: center; color: green">✓</td> + <td>as required</td> + </tr> + <tr><td><code>arch: arm64</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: armv7</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: hppa</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: landisk</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: loongson</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: luna88k</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: macppc</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: octeon</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: sgi</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: sparc64</code></td><td style="text-align: center"></td><td></td><td></td></tr> + </tbody> +</table> + +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>OpenBSD 6.5</th> + <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: openbsd/6.5</code> </th> </tr> @@ -670,8 +707,7 @@ Maintainer: Jarkko Oranen <oranenj@iki.fi> **notes** -Currently, the image corresponds to OpenBSD 6.5 as it was initially -released, not the -stable branch with errata applied. +Binary patches are applied to the base system using `syspatch`. **packages** |