From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH] Inform users about the eol of i?86 Date: Sun, 28 Nov 2021 16:43:52 +0100 Message-ID: <20211128154352.18364-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8149710856957181222==" List-Id: --===============8149710856957181222== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The warning point to a wiki page which is currently in construction. This should give us the opportunity to add further information for these users even if we do not provide updates anymore. Signed-off-by: Jonatan Schlag --- html/cgi-bin/index.cgi | 4 ++-- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 948fdde55..90e2daff0 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -541,10 +541,10 @@ if ( ! -e "/var/ipfire/main/send_profile") { $warnmessage .=3D "
  • $La= ng::tr{'fireinfo please enable'}
  • "; } =20 -# Legacy architecture +# EOL architecture my ($sysname, $nodename, $release, $version, $machine) =3D &POSIX::uname(); if ($machine =3D~ m/^i.86$/) { - $warnmessage .=3D "
  • $Lang::tr{'legacy architecture warning'}
  • "; + $warnmessage .=3D "
  • $Lang::tr{'eol architecture warning'}
  • "; } =20 # Memory usage warning diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index e350bc651..c81b28fea 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -989,6 +989,7 @@ 'enter data' =3D> 'Geben Sie die Daten ein
    und klicken Sie danach auf= Speichern.', 'entropy' =3D> 'Entropie', 'entropy graphs' =3D> 'Entropiegraphen', +'eol architecture warning' =3D> 'Sie betreiben ein IPFire System auf einer A= rchitektur, welche nicht mehr unterst=C3=BCtzt wird. Sie werden keine Updates= mehr erhalten. Das ist ein Sicherheitsrisiko.', 'err bk 1' =3D> 'Fehler beim Erzeugen des Archivs', 'err bk 10 password' =3D> 'Fehler beim Datensicherungs-Passwort', 'err bk 2 key' =3D> 'Fehler beim Erzeugen der Schl=C3=BCsseldatei', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 4c05dcf76..a92bb07f8 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1015,6 +1015,7 @@ 'enter data' =3D> 'Enter your settings
    and then press Save.', 'entropy' =3D> 'Entropy', 'entropy graphs' =3D> 'Entropy Graphs', +'eol architecture warning' =3D> 'You are running an architecture of IPFire w= hich reached its end of life. You will not receive updates anymore. This is a= security risk.', 'err bk 1' =3D> 'Error creating archive', 'err bk 10 password' =3D> 'Error with backup password', 'err bk 2 key' =3D> 'Error creating key file', --=20 2.20.1 --===============8149710856957181222==--