From c1c025d4171432b8324a35a881a5b425ad1fa289 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2026 06:11:58 +0200 Subject: EOL message for F42 --- fedora/42/index.html | 5 +++++ index.html | 11 +++-------- wizard/index.php | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/fedora/42/index.html b/fedora/42/index.html index cbcf0315..ff9b6908 100644 --- a/fedora/42/index.html +++ b/fedora/42/index.html @@ -22,6 +22,11 @@

Fedora release 42

+

End Of Life

+
    +
  • Fedora 42 has reached its "End Of Life" on May 13, 2026.
    + You MUST consider upgrading to a supported release.
  • +

GnuPG key used to sign packages and repository metadata (2025)

    diff --git a/index.html b/index.html index 734e953c..ac5fb0cf 100644 --- a/index.html +++ b/index.html @@ -324,11 +324,6 @@ repository auto-configuration package: remi-release-43.rpm -
  • - Fedora 42 - - repository auto-configuration package: - remi-release-42.rpm -

EOL Enterprise Linux - No more package update - Upgrade strongly recommended

@@ -340,15 +335,15 @@
  • Enterprise Linux 3 - really minimal
  • EOL Fedora - All packages are maintained - Upgrade heartily recommended

    --->

    Archived EOL Fedora - No more package update - Upgrade is mandatory

      diff --git a/wizard/index.php b/wizard/index.php index 6afcdc22..5f696692 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -135,8 +135,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only', ]; $phptest = [ -// '8.5' => '8.5.6RC2', -// '8.4' => '8.4.21RC1', + '8.5' => '8.5.7RC2', + '8.4' => '8.4.22RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); -- cgit