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, core178 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üller peter.mueller@ipfire.org Date: Tue Aug 15 16:18:00 2023 +0000
vulnerabilities.cgi: Avoid superfluous line breaks by widening SMT configuration table
Signed-off-by: Peter Müller peter.mueller@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ec35bb25d47e3009d480816251dbd8d96308fba0 Author: Peter Müller peter.mueller@ipfire.org Date: Tue Aug 15 16:18:00 2023 +0000
vulnerabilities.cgi: Add English and German translations for new flaws
Signed-off-by: Peter Müller peter.mueller@ipfire.org Signed-off-by: Michael Tremer michael.tremer@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@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@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";
my %VULNERABILITIES = ( - "gather_data_sampling" => "gather data sampling", + "gather_data_sampling" => "$Lang::tr{'downfall gather data sampling'} (CVE-2022-40982)", "itlb_multihit" => "$Lang::tr{'itlb multihit'} (CVE-2018-12207)", "l1tf" => "$Lang::tr{'foreshadow'} (CVE-2018-3620)", "mds" => "$Lang::tr{'fallout zombieload ridl'} (CVE-2018-12126, CVE-2018-12130, CVE-2018-12127, CVE-2019-11091)", "meltdown" => "$Lang::tr{'meltdown'} (CVE-2017-5754)", "mmio_stale_data" => "$Lang::tr{'mmio stale data'} (CVE-2022-21123, CVE-2022-21125, CVE-2022-21127, CVE-2022-21166)", "retbleed" => "$Lang::tr{'retbleed'} (CVE-2022-29900, CVE-2022-29901)", - "spec_rstack_overflow" => "spec rstack overflow", + "spec_rstack_overflow" => "$Lang::tr{'spec rstack overflow'} (CVE-2023-20569)", "spec_store_bypass" => "$Lang::tr{'spectre variant 4'} (CVE-2018-3639)", "spectre_v1" => "$Lang::tr{'spectre variant 1'} (CVE-2017-5753)", "spectre_v2" => "$Lang::tr{'spectre variant 2'} (CVE-2017-5715)", @@ -183,7 +183,7 @@ print "<form method='post' action='$ENV{'SCRIPT_NAME'}'>\n"; my $smt_status = &smt_status();
print <<END; - <table class="tbl" width="66%"> + <table class="tbl" width="100%"> <tbody> <tr> <th colspan="2" align="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' => '<strong>IPFire</strong> wird von Freiwilligen in ihrer Freizeit betreut und weiterentwickelt. Um dieses Projekt am Leben zu erhalten, entstehen uns natürlich auch Kosten. Wenn Sie uns unterstützen wollen, würden wir uns über eine kleine Spende sehr freuen.', 'dos charset' => 'DOS-Zeichensatz', 'down and up speed' => 'Geben Sie bitte hier ihre Download- bzw. Upload-Geschwindigkeit ein <br /> und klicken Sie danach auf <i>Speichern</i>.', +'downfall gather data sampling' => 'Downfall/Gather Data Sampling', 'downlink' => 'Downlink', 'downlink speed' => 'Downlink-Geschwindigkeit (kBit/Sek.)', 'downlink std class' => 'Downloadstandardklasse', @@ -2304,6 +2305,7 @@ 'source port overlaps' => 'Quellportbereich überlappt mit einem bereits definierten Portbereich.', 'speaker off' => 'Lautsprecher aus:', 'speaker on' => 'Lautsprecher ein:', +'spec rstack overflow' => 'Speculative Return Stack Overflow', 'spectre variant 1' => 'Spectre-Variante 1', 'spectre variant 2' => 'Spectre-Variante 2', 'spectre variant 4' => 'Spectre-Variante 4', @@ -2384,7 +2386,7 @@ 'system logs' => 'Systemprotokolldateien', 'system status information' => 'System-Statusinformationen', 'ta key' => 'TLS-Authentifizierungsschlüssel', -'taa zombieload2' => 'TSX Async Abort / ZombieLoad v2', +'taa zombieload2' => 'TSX Async Abort/ZombieLoad v2', 'tcp more reliable' => 'TCP (zuverlässiger)', 'telephone not set' => 'Telefonnummer nicht angegeben.', 'template' => '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' => 'Do it', 'dos charset' => 'DOS Charset', 'down and up speed' => 'Enter your Down- and Uplink-Speed <br /> and then press <i>Save</i>.', +'downfall gather data sampling' => 'Downfall/Gather Data Sampling', 'downlink' => 'Downlink', 'downlink speed' => 'Downlink speed (kbit/sec)', 'downlink std class' => 'downlink standard class', @@ -2368,6 +2369,7 @@ 'source port overlaps' => 'Source port range overlaps an existing port range.', 'speaker off' => 'Speaker off:', 'speaker on' => 'Speaker on:', +'spec rstack overflow' => 'Speculative Return Stack Overflow', 'spectre variant 1' => 'Spectre Variant 1', 'spectre variant 2' => 'Spectre Variant 2', 'spectre variant 4' => 'Spectre Variant 4', @@ -2449,7 +2451,7 @@ 'system logs' => 'System Logs', 'system status information' => 'System Status Information', 'ta key' => 'TLS-Authentification-Key', -'taa zombieload2' => 'TSX Async Abort / ZombieLoad v2', +'taa zombieload2' => 'TSX Async Abort/ZombieLoad v2', 'tcp more reliable' => 'TCP (more reliable)', 'telephone not set' => 'Telephone not set.', 'template' => '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' => 'Rapports système', 'system status information' => 'Informations sur le statut du système', 'ta key' => 'Clé d'authentification TLS', -'taa zombieload2' => 'TSX Async Abort / ZombieLoad v2', +'taa zombieload2' => 'TSX Async Abort/ZombieLoad v2', 'tcp more reliable' => 'TCP (plus fiable)', 'telephone not set' => 'Numéro de téléphone non défini.', 'template' => 'Préétabli',
hooks/post-receive -- IPFire 2.x development tree