From mboxrd@z Thu Jan 1 00:00:00 1970 From: ummeegge To: development@lists.ipfire.org Subject: Re: OpenVPN-2.5.0 update procedure and idea collector Date: Sun, 29 Nov 2020 12:15:58 +0100 Message-ID: <5b3cc01fb12e1589b93c503c97986807ef81e7ba.camel@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0435151389332635431==" List-Id: --===============0435151389332635431== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, another bug has been fixed --> https://git.ipfire.org/?p=3Dpeople/ummeegge/ipfire-2.x.git;a=3Dcommit;h=3D211= bce2dc6f9a3c0fcdee61f3afc0d3c2283f375 . If the save button in the global section is used, it deletes the --auth par= ameter, this diff fixes it. for manual changes: --- /srv/web/ipfire/cgi-bin/ovpnmain.cgi_advanced_encryption 2020- 11-27 10:37:47.405168037 +0100 +++ /srv/web/ipfire/cgi-bin/ovpnmain.cgi 2020-11-29 11:59:02.846338304 +0100 @@ -1303,7 +1303,6 @@ $vpnsettings{'DDEST_PORT'} =3D $cgiparams{'DDEST_PORT'}; $vpnsettings{'DMTU'} =3D $cgiparams{'DMTU'}; $vpnsettings{'DCOMPLZO'} =3D $cgiparams{'DCOMPLZO'}; - $vpnsettings{'DAUTH'} =3D $cgiparams{'DAUTH'}; #wrtie enable =20 if ( $vpnsettings{'ENABLED_BLUE'} eq 'on' ) {system("touch ${General::swroot}/ovpn/enable_blue 2>/dev/null");}else{system("unlink ${General::swroot}/ovpn/enable_blue 2>/dev/null");} Am Samstag, den 28.11.2020, 06:52 +0100 schrieb ummeegge: Hi all, made some fixes=20 - --tls-auth will now be displayed and saved correctly. - de.pl needed other 'save-enc-options' name since it was a double. =C2=A0=C2=A0=C2=A0 Fixes tls-crypt key generation. - Fixed comments and changed box size to prevent line break. New version is here=20 https://git.ipfire.org/?p=3Dpeople/ummeegge/ipfire-2.x.git;a=3Dcommit;h=3D7bd= 13546f3c5e28fd62e25b487e440690860339b located. Best, Erik Am Donnerstag, den 26.11.2020, 19:47 +0100 schrieb ummeegge: Hi all, for the interested ones, have push the current state to my repo which can be found in here --> https://git.ipfire.org/?p=3Dpeople/ummeegge/ipfire-2.x.git;a=3Dcommit;h=3D34a= f1d714178b2cd0c27e8c39052a8c7ce87d116 feel free to test and criticize it :-) . After integration and configuration, the 'save' button in the global section should also be pushed since --cipher will replaced by --data- channel-fallback. For the langs files, a update-lang-cache should be executed via console so the changes can take affect. Happy testing. Best, Erik --===============0435151389332635431==--