--- rpms/smeserver-softethervpn-server/contribs10/smeserver-softethervpn-server.spec 2021/03/30 23:06:08 1.7 +++ rpms/smeserver-softethervpn-server/contribs10/smeserver-softethervpn-server.spec 2023/03/07 04:01:21 1.8 @@ -1,5 +1,5 @@ %define version 4.34 -%define release 7 +%define release 8 Name: smeserver-softethervpn-server Version: %{version} @@ -22,6 +22,8 @@ Patch1: smeserver-softethervpn-server-4. Patch2: smeserver-softethervpn-server-4.34-Fix-vpnserver-path-in-service-file-override.patch Patch3: smeserver-softethervpn-server-4.34-Fix-Environment-in-service-file.patch Patch4: smeserver-softethervpn-server-4.34-bz11511.patch +Patch5: smeserver-softethervpn-server-4.34-bz12334-bz12333.patch + %description SoftEther VPN is one of the world's most powerful and easy-to-use multi-protocol VPN software. It runs on Windows, Linux, Mac, FreeBSD, and Solaris. @@ -34,6 +36,8 @@ SoftEther VPN is one of the world's most %patch3 -p1 %patch4 -p1 rm -rf root/etc/e-smith/templates-custom +%patch5 -p1 +rm -rf root/etc/e-smith/templates/etc/raddb/users %build # Build symlinks @@ -56,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 06 2023 Jean-Philippe Pialasse 4.34-8.sme +- update path for ldap/radius auth [SME: 12333] +- backup the configuration and logs [SME: 12334] + * Tue Mar 30 2021 Jean-Philippe Pialasse %{version}-7.sme - move template custom to core for https access on local only [SME: 11511]