Update the portmgr EOL policy page to reflect the currently supported
versions of FreeBSD. Reported by: bcr (earlier version), swills Differential Revision: https://reviews.freebsd.org/D9111
This commit is contained in:
parent
ef79c1fd13
commit
e4ecd0f2e6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49891
1 changed files with 72 additions and 36 deletions
|
@ -33,10 +33,9 @@
|
|||
such.</p>
|
||||
|
||||
<p>Prebuilt binary packages will also be provided for all major branches
|
||||
and Tier 1 platforms and will be made available via anonymous FTP
|
||||
from <a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
a worldwide set of mirror sites</a>. Package builds will use the
|
||||
and Tier 1 platforms and will be made available via
|
||||
<a href="&cgibase;/man.cgi?query=pkg&sektion=8">pkg(8)</a>.
|
||||
Package builds will use the
|
||||
oldest supported minor release within each major branch to ensure
|
||||
ABI and KBI backwards compatibility within each major branch, and
|
||||
support all minor versions of each major branch, including
|
||||
|
@ -56,41 +55,78 @@
|
|||
<th>Estimated EoL</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_8</td>
|
||||
<td>stable/10</td>
|
||||
<td>n/a</td>
|
||||
<td>RELENG_8_3</td>
|
||||
<td>packages-8-stable</td>
|
||||
<td>releng/10.3</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>FreeBSD:10:amd64</li>
|
||||
<li>FreeBSD:10:i386</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>last release + 2 years</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_8_4</td>
|
||||
<td>8.4-RELEASE</td>
|
||||
<td>RELENG_8_4</td>
|
||||
<td>packages-8-stable</td>
|
||||
<td>June 30, 2015</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_9</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>releng/10.3</td>
|
||||
<td>10.3-RELEASE</td>
|
||||
<td>releng/10.3</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>FreeBSD:10:amd64</li>
|
||||
<li>FreeBSD:10:i386</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>April 30, 2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>stable/11</td>
|
||||
<td>n/a</td>
|
||||
<td>RELENG_9_1</td>
|
||||
<td>packages-9-stable</td>
|
||||
<td>last release + 2 years</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_9_1</td>
|
||||
<td>9.1-RELEASE</td>
|
||||
<td>RELENG_9_1</td>
|
||||
<td>packages-9-stable</td>
|
||||
<td>December 31, 2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HEAD</td>
|
||||
<td>n/a</td>
|
||||
<td>HEAD</td>
|
||||
<td>packages-10-current</td>
|
||||
<td>Best Effort</td>
|
||||
</tr>
|
||||
</table>
|
||||
<td>releng/11.0</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>FreeBSD:11:aarch64</li>
|
||||
<li>FreeBSD:11:armv6</li>
|
||||
<li>FreeBSD:11:amd64</li>
|
||||
<li>FreeBSD:11:i386</li>
|
||||
<li>FreeBSD:11:mips</li>
|
||||
<li>FreeBSD:11:mips64</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>September 30, 2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>releng/11.0</td>
|
||||
<td>11.0-RELEASE</td>
|
||||
<td>releng/11.0</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>FreeBSD:11:aarch64</li>
|
||||
<li>FreeBSD:11:armv6</li>
|
||||
<li>FreeBSD:11:amd64</li>
|
||||
<li>FreeBSD:11:i386</li>
|
||||
<li>FreeBSD:11:mips</li>
|
||||
<li>FreeBSD:11:mips64</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>11.1-RELEASE + 3 months</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HEAD</td>
|
||||
<td>n/a</td>
|
||||
<td>HEAD</td>
|
||||
<td>
|
||||
<ul>
|
||||
<!-- <li>FreeBSD:12:aarch64</li> -->
|
||||
<li>FreeBSD:12:armv6</li>
|
||||
<li>FreeBSD:12:amd64</li>
|
||||
<li>FreeBSD:12:i386</li>
|
||||
<li>FreeBSD:12:mips</li>
|
||||
<li>FreeBSD:12:mips64</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>Best Effort</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>Older releases are not maintained, ports and packages may not be able
|
||||
to install or run. Users are strongly encouraged to upgrade to one of
|
||||
|
|
Loading…
Reference in a new issue