1 |
terryfage |
1.7 |
# $Id: smeserver-openvpn-s2s.spec,v 1.6 2021/04/02 02:12:09 jpp Exp $ |
2 |
brianr |
1.1 |
# 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 |
terryfage |
1.7 |
%define release 14 |
10 |
brianr |
1.1 |
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 |
|
|
Patch3: smeserver-openvpn-s2s-0.2-fix_daemon_id_validation.patch |
20 |
|
|
Patch4: smeserver-openvpn-s2s-0.2-locale-2017-12-02.patch |
21 |
brianr |
1.2 |
Patch5: smeserver-openvpn-s2s-0.2-Alter-for-systemd-startup.patch |
22 |
jpp |
1.3 |
Patch6: smeserver-openvpn-s2s-0.2-sme10.patch |
23 |
terryfage |
1.7 |
Patch7: smeserver-openvpn-s2s-0.2-locale-2021-08-23.patch |
24 |
brianr |
1.1 |
|
25 |
|
|
BuildArchitectures: noarch |
26 |
|
|
|
27 |
|
|
BuildRequires: e-smith-devtools |
28 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
|
|
|
30 |
|
|
Requires: e-smith-base |
31 |
|
|
Requires: openvpn >= 2.1 |
32 |
|
|
|
33 |
|
|
%description |
34 |
|
|
This package contains all the needed scripts and templates |
35 |
|
|
to run openvpn in client or server mode for site to site tunnels |
36 |
|
|
|
37 |
|
|
%changelog |
38 |
terryfage |
1.7 |
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 0.2-14.sme |
39 |
|
|
- apply locale 2021-08-23 patch |
40 |
|
|
|
41 |
jpp |
1.6 |
* Thu Apr 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-13.sme |
42 |
|
|
- fix permission on log dir [SME: 11516] |
43 |
|
|
|
44 |
jpp |
1.5 |
* Wed Mar 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-12.sme |
45 |
|
|
- fix typos [SME: 11498] |
46 |
|
|
|
47 |
jpp |
1.4 |
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-11.sme |
48 |
jpp |
1.3 |
- enforce better cipher with settings [SME: 11498] |
49 |
|
|
- enforce better HMAC with setting [SME: 11498] |
50 |
|
|
- enforce TLS 1.2 or better with setting [SME: 11498] |
51 |
|
|
- enforce strong TLS ciphers with setting [SME: 11498] |
52 |
|
|
- better list of vpn connections [SME: 11337] |
53 |
|
|
- allow soft reload of individual connection [SME: 11337] |
54 |
|
|
- fix incorect permission on private keys [SME: 11337] |
55 |
|
|
|
56 |
brianr |
1.2 |
* Thu Feb 04 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-9.sme |
57 |
|
|
- Initial import to SME10 [SME: 11337] |
58 |
|
|
- Alter-for-systemd-startup |
59 |
|
|
|
60 |
brianr |
1.1 |
* Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.2-8.sme |
61 |
|
|
- apply locale 2017-12-02 patch |
62 |
|
|
|
63 |
|
|
* Wed Oct 25 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2-7.sme |
64 |
|
|
- Fix daemon ID validation [SME: 10446] |
65 |
|
|
|
66 |
|
|
* Mon Feb 8 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2-6.sme |
67 |
|
|
- Create /etc/openvpn/s2s/dev/urandom [SME: 9238] |
68 |
|
|
|
69 |
|
|
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.2-5.sme |
70 |
|
|
- Apply smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch [SME: 8967] |
71 |
|
|
|
72 |
|
|
* Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2-4.sme |
73 |
|
|
- Apply locale 2015-02-17 patch |
74 |
|
|
|
75 |
|
|
* Thu Dec 18 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2-3.sme |
76 |
|
|
- Create required (but unused) /etc/openvpn/s2s/tmp dir |
77 |
|
|
|
78 |
|
|
* Thu Nov 14 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2-2.sme |
79 |
|
|
- Use verify-x509-name instead of tls-remote |
80 |
|
|
|
81 |
|
|
* Mon Nov 11 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2-1.sme |
82 |
|
|
- Rebuild for SME9 |
83 |
|
|
|
84 |
|
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 0.1-22.sme |
85 |
|
|
- apply locale 2013-07-14 patch |
86 |
|
|
|
87 |
|
|
* Thu Oct 13 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-21.sme |
88 |
|
|
- Apply locale 2011-10-13 patch |
89 |
|
|
|
90 |
|
|
* Thu Jun 2 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-20.sme |
91 |
|
|
- Fix remote host description |
92 |
|
|
|
93 |
|
|
* Wed Jun 1 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-19.sme |
94 |
|
|
- SNAT outbound connexions to use the local IP as source |
95 |
|
|
|
96 |
|
|
* Tue Apr 19 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-18.sme |
97 |
|
|
- Reduce inactivity timeout |
98 |
|
|
|
99 |
|
|
* Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 0.1-17.sme |
100 |
|
|
- apply locale 2011-03-06 patch |
101 |
|
|
|
102 |
|
|
* Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-16.sme |
103 |
|
|
- Stop disabling service on rpm removal (spec change only) |
104 |
|
|
|
105 |
|
|
* Tue Dec 7 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-15.sme |
106 |
|
|
- Remove useless smb.conf template |
107 |
|
|
|
108 |
|
|
* Tue Dec 7 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-14.sme |
109 |
|
|
- Fix type variable (thks M. Doerner) |
110 |
|
|
|
111 |
|
|
* Mon Nov 8 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-13.sme |
112 |
|
|
- Apply locale 2010-11-08 patch |
113 |
|
|
|
114 |
|
|
* Thu Nov 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-12.sme |
115 |
|
|
- Apply locale 2010-11-04 patch |
116 |
|
|
|
117 |
|
|
* Tue Nov 02 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-11.sme |
118 |
|
|
- Remove the nice directive |
119 |
|
|
|
120 |
|
|
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-10.sme |
121 |
|
|
- Expand smb.conf and restart samba services |
122 |
|
|
|
123 |
|
|
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-9.sme |
124 |
|
|
- Fix typo in up script |
125 |
|
|
|
126 |
|
|
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-8.sme |
127 |
|
|
- Various enhancement in templates |
128 |
|
|
- Set wget timeout |
129 |
|
|
- Fix crontab templates |
130 |
|
|
|
131 |
|
|
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-7.sme |
132 |
|
|
- Implement CRL updates and verification |
133 |
|
|
- Fix masq template |
134 |
|
|
|
135 |
|
|
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-6.sme |
136 |
|
|
- Set VPN networks non removable |
137 |
|
|
|
138 |
|
|
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-5.sme |
139 |
|
|
- Rename logrotate configuration file |
140 |
|
|
- Add missingok to logrotate conf |
141 |
|
|
- Support per configuration customization |
142 |
|
|
- Add TLS auth support |
143 |
|
|
|
144 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-4.sme |
145 |
|
|
- Fix adding routes in up script |
146 |
|
|
- Log drop trafic |
147 |
|
|
- Fix multiple net validation |
148 |
|
|
|
149 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
150 |
|
|
- allow one-way VPN with AllowInbound prop |
151 |
|
|
|
152 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
153 |
|
|
- Various fixes |
154 |
|
|
|
155 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-1.sme |
156 |
|
|
- initiale release (based on work from Florian Dejan) |
157 |
|
|
|
158 |
|
|
%prep |
159 |
|
|
|
160 |
|
|
%setup -q -n %{name}-%{version} |
161 |
|
|
%patch0 -p1 |
162 |
|
|
%patch1 -p1 |
163 |
|
|
%patch2 -p1 |
164 |
|
|
%patch3 -p1 |
165 |
|
|
%patch4 -p1 |
166 |
brianr |
1.2 |
%patch5 -p1 |
167 |
jpp |
1.3 |
%patch6 -p1 |
168 |
terryfage |
1.7 |
%patch7 -p1 |
169 |
brianr |
1.1 |
|
170 |
|
|
%build |
171 |
|
|
perl createlinks |
172 |
|
|
|
173 |
|
|
%{__mkdir_p} root/etc/openvpn/s2s/priv |
174 |
|
|
%{__mkdir_p} root/etc/openvpn/s2s/pub |
175 |
|
|
%{__mkdir_p} root/etc/openvpn/s2s/tmp |
176 |
|
|
%{__mkdir_p} root/etc/openvpn/s2s/dev |
177 |
|
|
%{__mkdir_p} root/var/run/openvpn-s2s |
178 |
|
|
%{__mkdir_p} root/var/log/openvpn-s2s |
179 |
|
|
|
180 |
|
|
%install |
181 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
182 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
183 |
brianr |
1.2 |
/bin/chmod +x $RPM_BUILD_ROOT/usr/sbin/systemd/openvpn-s2s |
184 |
brianr |
1.1 |
/bin/rm -f %{name}-%{version}-filelist |
185 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
186 |
|
|
--dir /etc/openvpn/s2s/pub 'attr(0755,root,root)' \ |
187 |
|
|
--dir /etc/openvpn/s2s/priv 'attr(0750,root,root)' \ |
188 |
|
|
--dir /etc/openvpn/s2s/tmp 'attr(0750,root,root)' \ |
189 |
jpp |
1.6 |
--dir /var/log/openvpn-s2s 'attr(0770,root,root)' \ |
190 |
brianr |
1.1 |
--file /etc/openvpn/s2s/bin/up 'attr(4750,root,openvpn)' \ |
191 |
|
|
> %{name}-%{version}-filelist |
192 |
|
|
|
193 |
|
|
%files -f %{name}-%{version}-filelist |
194 |
|
|
%defattr(-,root,root) |
195 |
|
|
|
196 |
|
|
%clean |
197 |
|
|
rm -rf $RPM_BUILD_ROOT |
198 |
|
|
|
199 |
|
|
%post |
200 |
|
|
if [ \! -c /etc/openvpn/s2s/dev/urandom ]; then |
201 |
|
|
mknod -m 0444 /etc/openvpn/s2s/dev/urandom c 1 9 |
202 |
|
|
fi |
203 |
jpp |
1.6 |
#chown root:root /var/log/openvpn-s2s |
204 |
brianr |
1.1 |
%preun |