summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fedora/37/index.html2
-rw-r--r--fedora/38/index.html2
-rw-r--r--index.html12
-rw-r--r--wizard/index.php35
4 files changed, 25 insertions, 26 deletions
diff --git a/fedora/37/index.html b/fedora/37/index.html
index 052286a7..ee153664 100644
--- a/fedora/37/index.html
+++ b/fedora/37/index.html
@@ -22,7 +22,7 @@
<div id="main">
<div id="content">
<h2>Fedora release 37</h2>
- <p>Fedora 36 has reached its <b>"End Of Life"</b> in November 2023.<br/>
+ <p>Fedora 37 has reached its <b>"End Of Life"</b> in November 2023.<br/>
You <b>MUST</b> consider upgrading to a supported release.</p>
<h3>GnuPG key used to sign packages and repository metadata (2022)</h3>
diff --git a/fedora/38/index.html b/fedora/38/index.html
index 967552b1..cd267784 100644
--- a/fedora/38/index.html
+++ b/fedora/38/index.html
@@ -22,6 +22,8 @@
<div id="main">
<div id="content">
<h2>Fedora release 38</h2>
+ <p>Fedora 39 has reached its <b>"End Of Life"</b> on May 21, 2024.<br/>
+ You <b>MUST</b> consider upgrading to a supported release.</p>
<h3>GnuPG key used to sign packages and repository metadata (2023)</h3>
<ul class="pkglist">
diff --git a/index.html b/index.html
index dcdebc60..9baa2756 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
But maintaining this web site also have a cost.</p>
<p class="msg">
-->
- <h2>Next year <strong>Web hosting</strong> budget, until May 2025:
+ <h2>Next year <strong>Web hosting</strong> budget, until June 2025:
<progress max="600" value="600">100%</progress> <strong>100%&nbsp;of&nbsp;600€</strong>
<!--
<progress max="530" value="491">93%</progress> <strong>93%&nbsp;of&nbsp;530€</strong>
@@ -315,11 +315,6 @@
repository auto-configuration package:
<a href="fedora/remi-release-39.rpm">remi-release-39.rpm</a>
</li>
- <li>
- <a href="fedora/38/" class="inpage">Fedora 38</a> -
- repository auto-configuration package:
- <a href="fedora/remi-release-38.rpm">remi-release-38.rpm</a>
- </li>
</ul>
<h3>EOL Enterprise Linux - No more package update - Upgrade strongly recommended</h3>
@@ -338,10 +333,13 @@
</li>
</ul>
<!--
+-->
<h3>EOL Fedora - All packages are maintained - Upgrade heartily recommended</h3>
<ul class="pkglist">
+ <li>
+ <a href="fedora/38/" class="inpage">Fedora 38</a>
+ </li>
</ul>
--->
<h3>Archived EOL Fedora - No more package update - Upgrade is mandatory</h3>
<ul class="pkglist">
diff --git a/wizard/index.php b/wizard/index.php
index 65d01661..83727320 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -8,7 +8,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<?php
-define('FC_EOL', 37);
+define('FC_EOL', 38);
define('FC_DEV', 40);
define('EL_EOL', 6);
define('EL_DEV', 10);
@@ -17,14 +17,14 @@ define('EPEL_DEV', 2); // 0 missing, 1 partially populated, 2 mostly full
define('COUNTER', __DIR__ . "/counter.txt");
$osvers = [
- 'RHEL 9' => ['8.0', '8.1'],
- 'RHEL 8' => ['7.4', '8.0'],
+ 'RHEL 9' => ['8.0', '8.1', '8.2'],
+ 'RHEL 8' => ['7.4', '8.0', '8.2'],
'RHEL 7' => '5.4',
'CentOS 9' => ['8.0', '8.1', '8.2'],
- 'CentOS 8' => ['7.4', '8.0', '8.2'],
+// 'CentOS 8' => ['7.4', '8.0', '8.2'],
'CentOS 7' => '5.4',
- 'EL 9' => ['8.0', '8.1'],
- 'EL 8' => ['7.4', '8.0'],
+ 'EL 9' => ['8.0', '8.1', '8.2'],
+ 'EL 8' => ['7.4', '8.0', '8.2'],
'EL 7' => '5.4',
'Fedora 40' => '8.3',
'Fedora 39' => '8.2',
@@ -35,7 +35,7 @@ $osmin = [
'RHEL 8' => '5.6',
'RHEL 7' => '5.4',
'CentOS 9' => '7.4',
- 'CentOS 8' => '5.6',
+// 'CentOS 8' => '5.6',
'CentOS 7' => '5.4',
'EL 9' => '7.4',
'EL 8' => '5.6',
@@ -49,7 +49,7 @@ $osminbase = [
'RHEL 8' => '7.2',
'RHEL 7' => '5.4',
'CentOS 9' => '7.4',
- 'CentOS 8' => '7.2',
+// 'CentOS 8' => '7.2',
'CentOS 7' => '5.4',
'EL 9' => '7.4',
'EL 8' => '7.2',
@@ -63,7 +63,7 @@ $osmax = [
'RHEL 8' => '8.3',
'RHEL 7' => '8.3',
'CentOS 9' => '8.3',
- 'CentOS 8' => '8.3',
+// 'CentOS 8' => '8.3',
'CentOS 7' => '8.3',
'EL 9' => '8.3',
'EL 8' => '8.3',
@@ -74,22 +74,21 @@ $osmax = [
];
$osname = [
':rhel' => 'Red Hat Enterprise Linux',
- 'RHEL 9' => 'RHEL 9.4',
- 'RHEL 8' => 'RHEL 8.9',
- 'RHEL 7' => 'RHEL 7.9 (maintained until June 2024)',
+ 'RHEL 9' => 'RHEL 9.4', // (maintained until May 31, 2032)
+ 'RHEL 8' => 'RHEL 8.9', // (maintained until May 31, 2029)
+ 'RHEL 7' => 'RHEL 7.9 (maintained until June 30, 2024)',
':centos' => 'CentOS Stream, CentOS Linux',
- 'CentOS 9' => 'CentOS Stream 9', // (maintained until Mai 2027)
- 'CentOS 8' => 'CentOS Stream 8 (maintained until June 2024)',
- 'CentOS 7' => 'CentOS 7 (maintained until June 2024)',
+ 'CentOS 9' => 'CentOS Stream 9', // (maintained until May 31, 2027)
+// 'CentOS 8' => 'CentOS Stream 8 (maintained until May 31, 2024)',
+ 'CentOS 7' => 'CentOS 7 (maintained until June 30, 2024)',
':clone' => 'Alma Linux, Rocky Linux and other clones',
'EL 9' => 'EL 9',
'EL 8' => 'EL 8',
- 'EL 7' => 'EL 7 (maintained until June 2024)',
+ 'EL 7' => 'EL 7 (maintained until June 30, 2024)',
':fedora' => 'Fedora Linux',
'Fedora 40' => 'Fedora 40',
'Fedora 39' => 'Fedora 39',
- 'Fedora 38' => 'Fedora 38 (maintained until May 2024)',
-// 'Fedora 37' => 'Fedora 37 (End of Life since Dec 7th 2024)',
+ 'Fedora 38' => 'Fedora 38 (End of Life since May 21, 2024)',
];
$types = [
'base' => 'Default / Single version (simplest way)',