1 |
# $Id: smeserver-openvpn-s2s.spec,v 1.6 2015/07/01 21:55:55 stephdl Exp $ |
2 |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
4 |
|
5 |
Summary: OpenVPN, a strong VPN solution built over SSL, for site to site tunnels |
6 |
%define name smeserver-openvpn-s2s |
7 |
Name: %{name} |
8 |
%define version 0.2 |
9 |
%define release 6 |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
License: GPL |
13 |
Group: Networking/Remote access |
14 |
Source: %{name}-%{version}.tar.xz |
15 |
|
16 |
Patch0: smeserver-openvpn-s2s-0.2-use_verify_x509_name.patch |
17 |
Patch1: smeserver-openvpn-s2s-0.2-locale-2015-02-17.patch |
18 |
Patch2: smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch |
19 |
|
20 |
BuildArchitectures: noarch |
21 |
|
22 |
BuildRequires: e-smith-devtools |
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
|
25 |
Requires: e-smith-base |
26 |
Requires: openvpn >= 2.1 |
27 |
|
28 |
%description |
29 |
This package contains all the needed scripts and templates |
30 |
to run openvpn in client or server mode for site to site tunnels |
31 |
|
32 |
%changelog |
33 |
* Mon Feb 8 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2-6.sme |
34 |
- Create /etc/openvpn/s2s/dev/urandom [SME: 9238] |
35 |
|
36 |
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.2-5.sme |
37 |
- Apply smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch [SME: 8967] |
38 |
|
39 |
* Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2-4.sme |
40 |
- Apply locale 2015-02-17 patch |
41 |
|
42 |
* Thu Dec 18 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2-3.sme |
43 |
- Create required (but unused) /etc/openvpn/s2s/tmp dir |
44 |
|
45 |
* Thu Nov 14 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2-2.sme |
46 |
- Use verify-x509-name instead of tls-remote |
47 |
|
48 |
* Mon Nov 11 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2-1.sme |
49 |
- Rebuild for SME9 |
50 |
|
51 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 0.1-22.sme |
52 |
- apply locale 2013-07-14 patch |
53 |
|
54 |
* Thu Oct 13 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-21.sme |
55 |
- Apply locale 2011-10-13 patch |
56 |
|
57 |
* Thu Jun 2 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-20.sme |
58 |
- Fix remote host description |
59 |
|
60 |
* Wed Jun 1 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-19.sme |
61 |
- SNAT outbound connexions to use the local IP as source |
62 |
|
63 |
* Tue Apr 19 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-18.sme |
64 |
- Reduce inactivity timeout |
65 |
|
66 |
* Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 0.1-17.sme |
67 |
- apply locale 2011-03-06 patch |
68 |
|
69 |
* Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-16.sme |
70 |
- Stop disabling service on rpm removal (spec change only) |
71 |
|
72 |
* Tue Dec 7 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-15.sme |
73 |
- Remove useless smb.conf template |
74 |
|
75 |
* Tue Dec 7 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-14.sme |
76 |
- Fix type variable (thks M. Doerner) |
77 |
|
78 |
* Mon Nov 8 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-13.sme |
79 |
- Apply locale 2010-11-08 patch |
80 |
|
81 |
* Thu Nov 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-12.sme |
82 |
- Apply locale 2010-11-04 patch |
83 |
|
84 |
* Tue Nov 02 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-11.sme |
85 |
- Remove the nice directive |
86 |
|
87 |
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-10.sme |
88 |
- Expand smb.conf and restart samba services |
89 |
|
90 |
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-9.sme |
91 |
- Fix typo in up script |
92 |
|
93 |
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-8.sme |
94 |
- Various enhancement in templates |
95 |
- Set wget timeout |
96 |
- Fix crontab templates |
97 |
|
98 |
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-7.sme |
99 |
- Implement CRL updates and verification |
100 |
- Fix masq template |
101 |
|
102 |
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-6.sme |
103 |
- Set VPN networks non removable |
104 |
|
105 |
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-5.sme |
106 |
- Rename logrotate configuration file |
107 |
- Add missingok to logrotate conf |
108 |
- Support per configuration customization |
109 |
- Add TLS auth support |
110 |
|
111 |
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-4.sme |
112 |
- Fix adding routes in up script |
113 |
- Log drop trafic |
114 |
- Fix multiple net validation |
115 |
|
116 |
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
117 |
- allow one-way VPN with AllowInbound prop |
118 |
|
119 |
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
120 |
- Various fixes |
121 |
|
122 |
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-1.sme |
123 |
- initiale release (based on work from Florian Dejan) |
124 |
|
125 |
%prep |
126 |
|
127 |
%setup -q -n %{name}-%{version} |
128 |
%patch0 -p1 |
129 |
%patch1 -p1 |
130 |
%patch2 -p1 |
131 |
|
132 |
%build |
133 |
perl createlinks |
134 |
|
135 |
%{__mkdir_p} root/etc/openvpn/s2s/priv |
136 |
%{__mkdir_p} root/etc/openvpn/s2s/pub |
137 |
%{__mkdir_p} root/etc/openvpn/s2s/tmp |
138 |
%{__mkdir_p} root/etc/openvpn/s2s/dev |
139 |
%{__mkdir_p} root/var/run/openvpn-s2s |
140 |
%{__mkdir_p} root/var/log/openvpn-s2s |
141 |
|
142 |
%install |
143 |
/bin/rm -rf $RPM_BUILD_ROOT |
144 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
145 |
/bin/rm -f %{name}-%{version}-filelist |
146 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
147 |
--dir /etc/openvpn/s2s/pub 'attr(0755,root,root)' \ |
148 |
--dir /etc/openvpn/s2s/priv 'attr(0750,root,root)' \ |
149 |
--dir /etc/openvpn/s2s/tmp 'attr(0750,root,root)' \ |
150 |
--dir /var/log/openvpn-s2s 'attr(0770,root,nobody)' \ |
151 |
--file /etc/openvpn/s2s/bin/up 'attr(4750,root,openvpn)' \ |
152 |
> %{name}-%{version}-filelist |
153 |
|
154 |
%files -f %{name}-%{version}-filelist |
155 |
%defattr(-,root,root) |
156 |
|
157 |
%clean |
158 |
rm -rf $RPM_BUILD_ROOT |
159 |
|
160 |
%post |
161 |
if [ \! -c /etc/openvpn/s2s/dev/urandom ]; then |
162 |
mknod -m 0444 /etc/openvpn/s2s/dev/urandom c 1 9 |
163 |
fi |
164 |
|
165 |
%preun |
166 |
|