From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 76d514cf5bc5df3cda8655d2aa83dbe2cc8f8c2f Date: Fri, 26 May 2023 14:27:54 +0000 Message-ID: <4QSS2304bBz2y9n@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2766251802497123639==" List-Id: --===============2766251802497123639== 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, next has been updated via 76d514cf5bc5df3cda8655d2aa83dbe2cc8f8c2f (commit) via d4c12742904f8b1a4fb4d42c3892ebf4b18e6ab4 (commit) via 13460523499291ed47e0c99eb369ff18a08f1d23 (commit) via 6ad7785b1d4a1f301c7e5c291cf8fa2b201c4406 (commit) via 28b9c97651023355dce2b0653eedefea8e72d0d3 (commit) from 70ccbf30f34e47563dae9487a339e50f7ceaccf9 (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 76d514cf5bc5df3cda8655d2aa83dbe2cc8f8c2f Author: Michael Tremer Date: Fri May 26 14:27:31 2023 +0000 core175: Remove file that has been deleted through reverts =20 Signed-off-by: Michael Tremer commit d4c12742904f8b1a4fb4d42c3892ebf4b18e6ab4 Author: Michael Tremer Date: Fri May 26 14:27:08 2023 +0000 Revert "web-user-interface: Addition of new icon for secure connection ce= rtificate download" =20 This reverts commit 18bece0edbd817933f48fdbffcffffd074e42c05. =20 Signed-off-by: Michael Tremer commit 13460523499291ed47e0c99eb369ff18a08f1d23 Author: Michael Tremer Date: Fri May 26 14:26:50 2023 +0000 Revert "en.pl: Update to language wording for secure connection icon" =20 This reverts commit 070abb0d011ff71e5aefd170dcb366d81bdf2497. =20 Signed-off-by: Michael Tremer commit 6ad7785b1d4a1f301c7e5c291cf8fa2b201c4406 Author: Michael Tremer Date: Fri May 26 14:26:31 2023 +0000 Revert "de.pl: Change language text for secure icon wording" =20 This reverts commit 82822934ba769bca4235cd2a02f848cdc8511120. =20 Signed-off-by: Michael Tremer commit 28b9c97651023355dce2b0653eedefea8e72d0d3 Author: Michael Tremer Date: Fri May 26 14:26:16 2023 +0000 Revert "ovpnmain.cgi: Fix for bug#11048 - insecure download icon shown fo= r connections with a password" =20 This reverts commit 762c88ec4d85e3a4f7265b887f054cbe7703eb7c. =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/web-user-interface | 1 - config/rootfiles/core/175/filelists/files | 1 - html/cgi-bin/ovpnmain.cgi | 72 ++++++++++++---------------= -- html/html/images/openvpn_encrypted.png | Bin 7004 -> 0 bytes langs/de/cgi-bin/de.pl | 2 +- langs/en/cgi-bin/en.pl | 2 +- 6 files changed, 32 insertions(+), 46 deletions(-) delete mode 100644 html/html/images/openvpn_encrypted.png Difference in files: diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/co= mmon/web-user-interface index 6c2a40cc2..52f879d35 100644 --- a/config/rootfiles/common/web-user-interface +++ b/config/rootfiles/common/web-user-interface @@ -235,7 +235,6 @@ srv/web/ipfire/html/images/off.gif srv/web/ipfire/html/images/on.gif srv/web/ipfire/html/images/openvpn.gif srv/web/ipfire/html/images/openvpn.png -srv/web/ipfire/html/images/openvpn_encrypted.png srv/web/ipfire/html/images/package-x-generic.png srv/web/ipfire/html/images/printer-error.png srv/web/ipfire/html/images/printer.png diff --git a/config/rootfiles/core/175/filelists/files b/config/rootfiles/cor= e/175/filelists/files index 01a32e672..8b36d5847 100644 --- a/config/rootfiles/core/175/filelists/files +++ b/config/rootfiles/core/175/filelists/files @@ -85,6 +85,5 @@ lib/firmware/rtw89/rtw8852b_fw-1.bin srv/web/ipfire/cgi-bin/backup.cgi srv/web/ipfire/cgi-bin/logs.cgi/log.dat srv/web/ipfire/cgi-bin/ovpnmain.cgi -srv/web/ipfire/html/images/openvpn_encrypted.png usr/lib/dracut/dracut.conf.d/ipfire.conf usr/lib/firewall/rules.pl diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 5b0accf3f..5c4fad0a5 100755 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -4327,14 +4327,8 @@ if ($cgiparams{'TYPE'} eq 'net') { $confighash{$key}[39] =3D $cgiparams{'DAUTH'}; $confighash{$key}[40] =3D $cgiparams{'DCIPHER'}; =20 - if ($confighash{$key}[41] eq "") { - if (($cgiparams{'TYPE'} eq 'host') && ($cgiparams{'CERT_PASS1= '} eq "")) { - $confighash{$key}[41] =3D "no-pass"; - } elsif (($cgiparams{'TYPE'} eq 'host') && ($cgiparams{'CERT_= PASS1'} ne "")) { - $confighash{$key}[41] =3D "pass"; - } elsif ($cgiparams{'TYPE'} eq 'net') { - $confighash{$key}[41] =3D "no-pass"; - } + if (($cgiparams{'TYPE'} eq 'host') && ($cgiparams{'CERT_PASS1'} eq "")) { + $confighash{$key}[41] =3D "no-pass"; } =20 $confighash{$key}[42] =3D 'HOTP/T30/6'; @@ -5476,24 +5470,20 @@ END } =20 =20 - if ($confighash{$key}[41] eq "pass") { - print <$active + print <$active =20 -
- - - - -
+
+ + + +
END + ; =20 - ; } elsif ($confighash{$key}[41] eq "no-pass") { + if ($confighash{$key}[41] eq "no-pass") { print <$active - -
+ @@ -5501,7 +5491,7 @@ END
END - ; } else { + } else { print " "; } =20 @@ -5577,32 +5567,30 @@ END # If the config file contains entries, print Key to action icons if ( $id ) { print < - + + - - - - + + - - - - - - - - - - - - -
  $Lang::tr{'legend'}:    3D'?REL=$Lang::tr{'dl client arch insecure'}    $Lang::tr{'dl client arch'}  3D'$Lang::tr{'click$Lang::tr{'click to disable'}     3D'$Lang::tr{'show $Lang::tr{'show certificate'}    3D'$Lan=$Lang::tr{'show otp qrcode'}
      3D=$Lang::tr{'download certificate'}  3D'?OFF'$Lang::tr{'click to enable'}  3D'$Lang::tr{'click=$Lang::tr{'click to disable'}     3D'$Lang::tr{'edit'}' $Lang::tr{'edit'}     3D'$Lang::tr{'remove= $Lang::tr{'remove'}

+ + +   +   3D'?OFF' + $Lang::tr{'click to enable'} +     3D'?FLOPPY'= + $Lang::tr{'download certificate'} +     3D'?RELOAD'/ + $Lang::tr{'dl client arch'} +     3D'$Lang::tr{'show + $Lang::tr{'show otp qrcode'} + +
END ; } diff --git a/html/html/images/openvpn_encrypted.png b/html/html/images/openvp= n_encrypted.png deleted file mode 100644 index 873c6c461..000000000 Binary files a/html/html/images/openvpn_encrypted.png and /dev/null differ diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index b9665e62d..33730f0c3 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -817,7 +817,7 @@ 'display hostname in window title' =3D> 'Hostname im Fenstertitel anzeigen', 'display traffic at home' =3D> 'Berechneten Traffic auf der Startseite anzei= gen', 'display webinterface effects' =3D> '=C3=9Cberblendeffekte einschalten', -'dl client arch' =3D> 'Verschl=C3=BCsseltes Client Paket herunterladen (zip)= ', +'dl client arch' =3D> 'Client Paket herunterladen (zip)', 'dl client arch insecure' =3D> 'Ungesichertes Client-Paket herunterladen (zi= p)', 'dmz' =3D> 'DMZ', 'dmz pinhole configuration' =3D> 'Einstellungen des DMZ-Schlupfloches', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 7b1670494..729516538 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -859,7 +859,7 @@ 'display hostname in window title' =3D> 'Display hostname in window title', 'display traffic at home' =3D> 'Display calculated traffic on startpage', 'display webinterface effects' =3D> 'Activate effects', -'dl client arch' =3D> 'Download Encrypted Client Package (zip)', +'dl client arch' =3D> 'Download Client Package (zip)', 'dl client arch insecure' =3D> 'Download insecure Client Package (zip)', 'dmz' =3D> 'DMZ', 'dmz pinhole configuration' =3D> 'DMZ pinhole configuration', hooks/post-receive -- IPFire 2.x development tree --===============2766251802497123639==--