From mboxrd@z Thu Jan  1 00:00:00 1970
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated.
 a566ba13923a8abad29dcb953a913b005c5c19dc
Date: Tue, 15 Aug 2023 16:51:11 +0000
Message-ID: <4RQHN01cfNz2xXq@people01.haj.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3711582399577714583=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============3711582399577714583==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, master has been updated
       via  a566ba13923a8abad29dcb953a913b005c5c19dc (commit)
       via  ec35bb25d47e3009d480816251dbd8d96308fba0 (commit)
      from  5ca80b3b8f1f5600f0f2c01bd6ff4945fc983244 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a566ba13923a8abad29dcb953a913b005c5c19dc
Author: Peter M=C3=BCller <peter.mueller(a)ipfire.org>
Date:   Tue Aug 15 16:18:00 2023 +0000

    vulnerabilities.cgi: Avoid superfluous line breaks by widening SMT config=
uration table
   =20
    Signed-off-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit ec35bb25d47e3009d480816251dbd8d96308fba0
Author: Peter M=C3=BCller <peter.mueller(a)ipfire.org>
Date:   Tue Aug 15 16:18:00 2023 +0000

    vulnerabilities.cgi: Add English and German translations for new flaws
   =20
    Signed-off-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 html/cgi-bin/vulnerabilities.cgi | 8 ++++----
 langs/de/cgi-bin/de.pl           | 4 +++-
 langs/en/cgi-bin/en.pl           | 4 +++-
 langs/fr/cgi-bin/fr.pl           | 2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)

Difference in files:
diff --git a/html/cgi-bin/vulnerabilities.cgi b/html/cgi-bin/vulnerabilities.=
cgi
index 77223c4fa..1946cf171 100644
--- a/html/cgi-bin/vulnerabilities.cgi
+++ b/html/cgi-bin/vulnerabilities.cgi
@@ -2,7 +2,7 @@
 ############################################################################=
###
 #                                                                           =
  #
 # IPFire.org - A linux based firewall                                       =
  #
-# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                 =
    #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                 =
    #
 #                                                                           =
  #
 # This program is free software: you can redistribute it and/or modify      =
  #
 # it under the terms of the GNU General Public License as published by      =
  #
@@ -30,14 +30,14 @@ require "${General::swroot}/lang.pl";
 require "${General::swroot}/header.pl";
=20
 my %VULNERABILITIES =3D (
-	"gather_data_sampling" =3D> "gather data sampling",
+	"gather_data_sampling" =3D> "$Lang::tr{'downfall gather data sampling'} (CV=
E-2022-40982)",
 	"itlb_multihit" =3D> "$Lang::tr{'itlb multihit'} (CVE-2018-12207)",
 	"l1tf" =3D> "$Lang::tr{'foreshadow'} (CVE-2018-3620)",
 	"mds" =3D> "$Lang::tr{'fallout zombieload ridl'} (CVE-2018-12126, CVE-2018-=
12130, CVE-2018-12127, CVE-2019-11091)",
 	"meltdown" =3D> "$Lang::tr{'meltdown'} (CVE-2017-5754)",
 	"mmio_stale_data" =3D> "$Lang::tr{'mmio stale data'} (CVE-2022-21123, CVE-2=
022-21125, CVE-2022-21127, CVE-2022-21166)",
 	"retbleed" =3D> "$Lang::tr{'retbleed'} (CVE-2022-29900, CVE-2022-29901)",
-	"spec_rstack_overflow" =3D> "spec rstack overflow",
+	"spec_rstack_overflow" =3D> "$Lang::tr{'spec rstack overflow'} (CVE-2023-20=
569)",
 	"spec_store_bypass" =3D> "$Lang::tr{'spectre variant 4'} (CVE-2018-3639)",
 	"spectre_v1" =3D> "$Lang::tr{'spectre variant 1'} (CVE-2017-5753)",
 	"spectre_v2" =3D> "$Lang::tr{'spectre variant 2'} (CVE-2017-5715)",
@@ -183,7 +183,7 @@ print "<form method=3D'post' action=3D'$ENV{'SCRIPT_NAME'=
}'>\n";
 my $smt_status =3D &smt_status();
=20
 print <<END;
-	<table class=3D"tbl" width=3D"66%">
+	<table class=3D"tbl" width=3D"100%">
 		<tbody>
 			<tr>
 				<th colspan=3D"2" align=3D"center">
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 33730f0c3..0ae6a2b10 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -887,6 +887,7 @@
 'donation-text' =3D> '<strong>IPFire</strong> wird von Freiwilligen in ihrer=
 Freizeit betreut und weiterentwickelt. Um dieses Projekt am Leben zu erhalte=
n, entstehen uns nat=C3=BCrlich auch Kosten. Wenn Sie uns unterst=C3=BCtzen w=
ollen, w=C3=BCrden wir uns =C3=BCber eine kleine Spende sehr freuen.',
 'dos charset' =3D> 'DOS-Zeichensatz',
 'down and up speed' =3D> 'Geben Sie bitte hier ihre Download- bzw. Upload-Ge=
schwindigkeit ein <br /> und klicken Sie danach auf <i>Speichern</i>.',
+'downfall gather data sampling' =3D> 'Downfall/Gather Data Sampling',
 'downlink' =3D> 'Downlink',
 'downlink speed' =3D> 'Downlink-Geschwindigkeit (kBit/Sek.)',
 'downlink std class' =3D> 'Downloadstandardklasse',
@@ -2304,6 +2305,7 @@
 'source port overlaps' =3D> 'Quellportbereich =C3=BCberlappt mit einem berei=
ts definierten Portbereich.',
 'speaker off' =3D> 'Lautsprecher aus:',
 'speaker on' =3D> 'Lautsprecher ein:',
+'spec rstack overflow' =3D> 'Speculative Return Stack Overflow',
 'spectre variant 1' =3D> 'Spectre-Variante 1',
 'spectre variant 2' =3D> 'Spectre-Variante 2',
 'spectre variant 4' =3D> 'Spectre-Variante 4',
@@ -2384,7 +2386,7 @@
 'system logs' =3D> 'Systemprotokolldateien',
 'system status information' =3D> 'System-Statusinformationen',
 'ta key' =3D> 'TLS-Authentifizierungsschl=C3=BCssel',
-'taa zombieload2' =3D> 'TSX Async Abort / ZombieLoad v2',
+'taa zombieload2' =3D> 'TSX Async Abort/ZombieLoad v2',
 'tcp more reliable' =3D> 'TCP (zuverl=C3=A4ssiger)',
 'telephone not set' =3D> 'Telefonnummer nicht angegeben.',
 'template' =3D> 'Vorlage',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 729516538..560a9e748 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -931,6 +931,7 @@
 'done' =3D> 'Do it',
 'dos charset' =3D> 'DOS Charset',
 'down and up speed' =3D> 'Enter your Down- and Uplink-Speed <br /> and then =
press <i>Save</i>.',
+'downfall gather data sampling' =3D> 'Downfall/Gather Data Sampling',
 'downlink' =3D> 'Downlink',
 'downlink speed' =3D> 'Downlink speed (kbit/sec)',
 'downlink std class' =3D> 'downlink standard class',
@@ -2368,6 +2369,7 @@
 'source port overlaps' =3D> 'Source port range overlaps an existing port ran=
ge.',
 'speaker off' =3D> 'Speaker off:',
 'speaker on' =3D> 'Speaker on:',
+'spec rstack overflow' =3D> 'Speculative Return Stack Overflow',
 'spectre variant 1' =3D> 'Spectre Variant 1',
 'spectre variant 2' =3D> 'Spectre Variant 2',
 'spectre variant 4' =3D> 'Spectre Variant 4',
@@ -2449,7 +2451,7 @@
 'system logs' =3D> 'System Logs',
 'system status information' =3D> 'System Status Information',
 'ta key' =3D> 'TLS-Authentification-Key',
-'taa zombieload2' =3D> 'TSX Async Abort / ZombieLoad v2',
+'taa zombieload2' =3D> 'TSX Async Abort/ZombieLoad v2',
 'tcp more reliable' =3D> 'TCP (more reliable)',
 'telephone not set' =3D> 'Telephone not set.',
 'template' =3D> 'Preset',
diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl
index 5ae085c72..0e746736e 100644
--- a/langs/fr/cgi-bin/fr.pl
+++ b/langs/fr/cgi-bin/fr.pl
@@ -2460,7 +2460,7 @@
 'system logs' =3D> 'Rapports syst=C3=A8me',
 'system status information' =3D> 'Informations sur le statut du syst=C3=A8me=
',
 'ta key' =3D> 'Cl=C3=A9 d\'authentification TLS',
-'taa zombieload2' =3D> 'TSX Async Abort / ZombieLoad v2',
+'taa zombieload2' =3D> 'TSX Async Abort/ZombieLoad v2',
 'tcp more reliable' =3D> 'TCP (plus fiable)',
 'telephone not set' =3D> 'Num=C3=A9ro de t=C3=A9l=C3=A9phone non d=C3=A9fini=
.',
 'template' =3D> 'Pr=C3=A9=C3=A9tabli',


hooks/post-receive
--
IPFire 2.x development tree

--===============3711582399577714583==--