--- rpms/smeserver-openvpn-routed/contribs10/smeserver-openvpn-routed.spec 2021/02/08 15:54:18 1.2 +++ rpms/smeserver-openvpn-routed/contribs10/smeserver-openvpn-routed.spec 2021/04/01 06:12:22 1.3 @@ -4,7 +4,7 @@ Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for routed mode Name: smeserver-openvpn-routed %define version 0.1.6 -%define release 2 +%define release 3 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -20,6 +20,7 @@ Requires: e-smith-base Requires: openvpn #Requires: perl(Net::OpenVPN::Manage) Patch0:smeserver-openvpn-routed-0.1.6-Add-in-systemd-startup.patch +Patch1: smeserver-openvpn-routed-0.1.6-bz11336-sme10compatible.patch %description This package contains all the needed scripts and templates @@ -27,11 +28,17 @@ to have a full working openvpn server ru %changelog +* Thu Apr 01 2021 Jean-Philippe Pialasse 0.1.6-3.sme +- autoconfiguration if openvpn-bridge is isntalled and configured [SME: 11336] +- reworked systemd unit and scripts +- new property HMAC forced to SHA256, instead of insecure default SHA1 [SME: 9925] +- Cipher now enforced to AES-128-CBC, instead of insecure default Blowfish [SME: 9919] +- possibility to exclude networks to push [SME: 10548] + * Thu Feb 04 2021 Brian Read 0.1.6-2.sme - Initial import to SME10 [SME: 11336] - Add-in-systemd-startup - * Mon Apr 10 2017 Daniel Berteaud 0.1.6-1 - Update pam plugin path [SME: 10220] @@ -58,6 +65,7 @@ to have a full working openvpn server ru %prep %setup -q -n %{name}-%{version} %patch0 -p1 +%patch1 -p1 %build perl createlinks