summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rwxr-xr-xmashrepo7
-rw-r--r--wizard/index.php24
3 files changed, 19 insertions, 14 deletions
diff --git a/index.html b/index.html
index 6b4bf1ea..6a0f829e 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 June 2025:
+ <h2>Next year <strong>Web hosting</strong> budget, until July 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>
diff --git a/mashrepo b/mashrepo
index 20a04474..47736bef 100755
--- a/mashrepo
+++ b/mashrepo
@@ -42,6 +42,9 @@ do
elif [[ "^${name}" =~ "^php83" ]]
then
ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php84" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
else
if [ $debug = 1 ]
then echo " $rpm (ignored)"
@@ -95,14 +98,14 @@ done
export debug
mashgd
-mash54 enterprise/7 x86_64 x86_64
+#mash54 enterprise/7 x86_64 x86_64
#mash54 enterprise/6 i386 i686
#mash54 enterprise/6 x86_64 x86_64
mashit mashinfo.el9 enterprise/9 x86_64
mashit mashinfo.el9 enterprise/9 aarch64
mashit mashinfo.el8 enterprise/8 x86_64
mashit mashinfo.el8 enterprise/8 aarch64
-mashit mashinfo.el7 enterprise/7 x86_64
+#mashit mashinfo.el7 enterprise/7 x86_64
#mashit mashinfo.el6 enterprise/6 i386
#mashit mashinfo.el6 enterprise/6 x86_64
echo Done
diff --git a/wizard/index.php b/wizard/index.php
index 0b7b6265..17b33ccf 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -9,8 +9,8 @@
</head>
<?php
define('FC_EOL', 38);
-define('FC_DEV', 40);
-define('EL_EOL', 6);
+define('FC_DEV', 41);
+define('EL_EOL', 7);
define('EL_DEV', 10);
define('PHP_SEC', '8.1');
define('EPEL_DEV', 2); // 0 missing, 1 partially populated, 2 mostly full
@@ -59,18 +59,18 @@ $osminbase = [
'Fedora 38' => '7.4',
];
$osmax = [
- 'RHEL 9' => '8.3',
- 'RHEL 8' => '8.3',
+ 'RHEL 9' => '8.4',
+ 'RHEL 8' => '8.4',
// 'RHEL 7' => '8.3',
- 'CentOS 9' => '8.3',
+ 'CentOS 9' => '8.4',
// 'CentOS 8' => '8.3',
// 'CentOS 7' => '8.3',
- 'EL 9' => '8.3',
- 'EL 8' => '8.3',
+ 'EL 9' => '8.4',
+ 'EL 8' => '8.4',
// 'EL 7' => '8.3',
- 'Fedora 40' => '8.3',
- 'Fedora 39' => '8.3',
- 'Fedora 38' => '8.3',
+ 'Fedora 40' => '8.4',
+ 'Fedora 39' => '8.4',
+ 'Fedora 38' => '8.4',
];
$osname = [
':rhel' => 'Red Hat Enterprise Linux',
@@ -102,6 +102,7 @@ $arches = [
];
$phpvers = [
// use false when only SCL
+ '8.4' => false,
'8.3' => 'remi-php83',
'8.2' => 'remi-php82',
'8.1' => 'remi-php81',
@@ -116,7 +117,8 @@ $phpvers = [
'5.4' => 'remi-php54',
];
$phpname = [
-// ':devel' => 'Development version, not ready for production',
+ ':devel' => 'Development version, not ready for production',
+ '8.4' => '8.4.0alpha1',
':stable' => 'Stable versions - usage recommended',
'8.3' => '8.3.9 (active support until December 2025)',
'8.2' => '8.2.21 (active support until December 2024)',