--- rpms/smeserver-openvpn-routed/contribs10/smeserver-openvpn-routed.spec 2021/02/04 16:20:21 1.1 +++ rpms/smeserver-openvpn-routed/contribs10/smeserver-openvpn-routed.spec 2021/04/01 06:45:00 1.4 @@ -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 1 +%define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -19,6 +19,8 @@ BuildRequires: e-smith-devtools 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 @@ -26,6 +28,17 @@ to have a full working openvpn server ru %changelog +* Thu Apr 01 2021 Jean-Philippe Pialasse 0.1.6-4.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] @@ -51,6 +64,8 @@ to have a full working openvpn server ru %prep %setup -q -n %{name}-%{version} +%patch0 -p1 +%patch1 -p1 %build perl createlinks @@ -67,6 +82,7 @@ perl createlinks (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) /bin/rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ + --file /sbin/e-smith/systemd/openvpn-routed 'attr(0755,root,root)' \ --file /var/service/openvpn-routed/run 'attr(0755,root,root)' \ --file /var/service/openvpn-routed/log/run 'attr(0755,root,root)' \ --dir /var/log/openvpn-routed 'attr(0750,smelog,smelog)' \