1 |
# $Id: smeserver-openvpn-bridge.spec,v 1.2 2021/02/13 14:43:54 brianr Exp $ |
# $Id: smeserver-openvpn-bridge.spec,v 1.8 2022/07/24 02:53:01 jpp Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
6 |
%define name smeserver-openvpn-bridge |
%define name smeserver-openvpn-bridge |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.1 |
%define version 2.1 |
9 |
%define release 12 |
%define release 16 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
23 |
Patch7: smeserver-openvpn-bridge-2.1-locale-2019-12-07.patch |
Patch7: smeserver-openvpn-bridge-2.1-locale-2019-12-07.patch |
24 |
Patch8: smeserver-openvpn-bridge-2.1-Add-in-systemd-startup.patch |
Patch8: smeserver-openvpn-bridge-2.1-Add-in-systemd-startup.patch |
25 |
Patch9: smeserver-openvpn-bridge-2.1-bz11335.patch |
Patch9: smeserver-openvpn-bridge-2.1-bz11335.patch |
26 |
|
Patch10: smeserver-openvpn-bridge-2.1-bz11335-sme10bis.patch |
27 |
|
Patch11: smeserver-openvpn-bridge-2.1-locale-2021-08-23.patch |
28 |
|
Patch12: smeserver-openvpn-bridge-2.1-locale-2021-09-08.patch |
29 |
|
Patch13: smeserver-openvpn-bridge-2.1-bz12018-backup.patch |
30 |
|
|
31 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
45 |
to have a full working openvpn server running in bridge mode. |
to have a full working openvpn server running in bridge mode. |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-16.sme |
49 |
|
- add to core backup [SME: 12018] |
50 |
|
|
51 |
|
* Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 2.1-15.sme |
52 |
|
- apply locale 2021-09-08 patch |
53 |
|
|
54 |
|
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 2.1-14.sme |
55 |
|
- apply locale 2021-08-23 patch |
56 |
|
|
57 |
|
* Wed Mar 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-13.sme |
58 |
|
- default AES-128-CBC and SHA256 fix [SME: 11335] |
59 |
|
- better frist screen with information on link and hnac and cipher |
60 |
|
- better client default configuration with embded shared key and CAcert |
61 |
|
- migrate cipher to Cipher like routed and s2s usage |
62 |
|
- HMAC and Cipher are accessible to change using the manager. |
63 |
|
- fix typos in translations [SME: 6647] |
64 |
|
|
65 |
* Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme |
* Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme |
66 |
- fix permisison issue on private keys [SME: 11335] |
- fix permisison issue on private keys [SME: 11335] |
67 |
- rework unit file |
- rework unit file |
261 |
* Mon Dec 22 2008 Daniel B. <daniel@firewall-services.com> [2.0-4] |
* Mon Dec 22 2008 Daniel B. <daniel@firewall-services.com> [2.0-4] |
262 |
- Add validate_common_name routine |
- Add validate_common_name routine |
263 |
|
|
264 |
* Wed Dec 19 2008 Daniel B. <daniel@firewall-services.com> [2.0-3] |
* Fri Dec 19 2008 Daniel B. <daniel@firewall-services.com> [2.0-3] |
265 |
- Added option configRequired (accept only certificate listed in the rules section) |
- Added option configRequired (accept only certificate listed in the rules section) |
266 |
- Clean config templates |
- Clean config templates |
267 |
|
|
291 |
- panel enhancement |
- panel enhancement |
292 |
- little correction in the local file |
- little correction in the local file |
293 |
|
|
294 |
* Fri Dec 11 2006 Daniel Berteaud <daniel@firewall-services.com> |
* Mon Dec 11 2006 Daniel Berteaud <daniel@firewall-services.com> |
295 |
- [1.0-3] |
- [1.0-3] |
296 |
- correction of permissions on startup and shutdown scripts |
- correction of permissions on startup and shutdown scripts |
297 |
- little correction in the local file |
- little correction in the local file |
319 |
%patch7 -p1 |
%patch7 -p1 |
320 |
%patch8 -p1 |
%patch8 -p1 |
321 |
%patch9 -p1 |
%patch9 -p1 |
322 |
|
%patch10 -p1 |
323 |
|
%patch11 -p1 |
324 |
|
%patch12 -p1 |
325 |
|
%patch13 -p1 |
326 |
|
|
327 |
rm -rf root/usr/sbin/systemd/ |
rm -rf root/usr/sbin/systemd/ |
328 |
rm -rf root/var/service/ |
rm -rf root/var/service/ |
340 |
%install |
%install |
341 |
/bin/rm -rf $RPM_BUILD_ROOT |
/bin/rm -rf $RPM_BUILD_ROOT |
342 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
|
/bin/chmod +x $RPM_BUILD_ROOT/usr/sbin/systemd/openvpn-bridge |
|
343 |
/bin/rm -f %{name}-%{version}-filelist |
/bin/rm -f %{name}-%{version}-filelist |
344 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
345 |
--dir /var/log/openvpn-bridge 'attr(0750,root,root)' \ |
--dir /var/log/openvpn-bridge 'attr(0750,root,root)' \ |