/[smecontribs]/rpms/smeserver-openvpn-bridge/contribs10/smeserver-openvpn-bridge.spec
ViewVC logotype

Contents of /rpms/smeserver-openvpn-bridge/contribs10/smeserver-openvpn-bridge.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.17 - (show annotations) (download)
Fri Sep 6 01:23:30 2024 UTC (5 days, 12 hours ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-openvpn-bridge-2_1-23_el7_sme, HEAD
Changes since 1.16: +7 -2 lines
* Fri Sep 06 2024 Terry Fage <terry@fage.id.au> 2.1-23.sme
- apply locale 2024-09-06.patch

1 # $Id: smeserver-openvpn-bridge.spec,v 1.16 2022/11/24 04:45:13 jpp Exp $
2 # Authority: vip-ire
3 # Name: Daniel Berteaud
4
5 Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for bridge mode
6 %define name smeserver-openvpn-bridge
7 Name: %{name}
8 %define version 2.1
9 %define release 23
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-bridge-2.1-locale-2015-02-17.patch
17 Patch1: smeserver-openvpn-bridge-2.1-add_routes_for_s2s_virtual_ip.patch
18 Patch2: smeserver-openvpn-bridge-2.1-remove_obsolete_libpam_symlink.patch
19 Patch3: smeserver-openvpn-bridge-2.1-typo_in_en_locale.patch
20 Patch4: smeserver-openvpn-bridge-2.1-locale-2017-02-02.patch
21 Patch5: smeserver-openvpn-bridge-2.1-locale-2017-12-02.patch
22 Patch6: smeserver-openvpn-bridge-2.1-push-routes.patch
23 Patch7: smeserver-openvpn-bridge-2.1-locale-2019-12-07.patch
24 Patch8: smeserver-openvpn-bridge-2.1-Add-in-systemd-startup.patch
25 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 Patch14: smeserver-openvpn-bridge-2.1-locale-2022-11-11.patch
31 Patch15: smeserver-openvpn-bridge-2.1-bz1224-bz6155-logging.patch
32 Patch16: smeserver-openvpn-bridge-2.1-locale-2024-09-06.patch
33
34 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
35 BuildArchitectures: noarch
36
37 BuildRequires: e-smith-devtools
38
39 Provides: perl(esmith::FormMagick::Panel::openvpnbridge)
40 Requires: e-smith-base
41 Requires: openvpn
42 Requires: smeserver-bridge-interface
43 Requires: perl(Net::OpenVPN::Manage)
44 Obsoletes: smeserver-openvpn-bridge-fws
45 Obsoletes: smeserver-openvpn-bridge.fws
46
47 %description
48 This package contains all the needed scripts and templates
49 to have a full working openvpn server running in bridge mode.
50
51 %changelog
52 * Fri Sep 06 2024 Terry Fage <terry@fage.id.au> 2.1-23.sme
53 - apply locale 2024-09-06.patch
54
55 * Wed Nov 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-22.sme
56 - log to dedicated file [SME: 12242]
57 - use locale timezone for logging [SME: 6155]
58
59 * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-19.sme
60 - apply locale 2022-11-1 patch
61
62 * Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-18.sme
63 - add Provides perl(esmith::FormMagick::Panel::openvpnbridge)
64
65 * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 2.1-17.sme
66 - Re-build and link to latest devtools [SME: 11997]
67
68 * Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-16.sme
69 - add to core backup [SME: 12018]
70
71 * Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 2.1-15.sme
72 - apply locale 2021-09-08 patch
73
74 * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 2.1-14.sme
75 - apply locale 2021-08-23 patch
76
77 * Wed Mar 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-13.sme
78 - default AES-128-CBC and SHA256 fix [SME: 11335]
79 - better frist screen with information on link and hnac and cipher
80 - better client default configuration with embded shared key and CAcert
81 - migrate cipher to Cipher like routed and s2s usage
82 - HMAC and Cipher are accessible to change using the manager.
83 - Re-build and link to latest devtools typos in translations [SME: 6647]
84
85 * Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme
86 - Re-build and link to latest devtools permisison issue on private keys [SME: 11335]
87 - rework unit file
88 avoid failure, add ncp cipher, add loging status
89 - add default cipher AES-256-CBC - if issue with older clients < 2.4
90 it is advised to set it to 'auto' or BF-CBC
91
92 * Thu Feb 04 2021 Brian Read <brianr@bjsystems.co.uk> 2.1-11.sme
93 - Initial import to SME10 [SME: 11335]
94 - Add-in-systemd-startup
95
96 * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.1-10.sme
97 - apply locale 2019-12-07 patch
98
99 * Thu Nov 15 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 2.1-9.sme
100 - Add option to enable/doisable PushRoute [SME: 10547]
101
102 * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 2.1-8.sme
103 - apply locale 2017-12-02 patch
104
105 * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.1-7.sme
106 - apply locale 2017-02-02.patch
107
108 * Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.1-6.sme
109 - Typo in en-us locale for the panel [SME: 9301]
110
111 * Wed Feb 10 2016 Daniel Berteaud <daniel@firewall-services.com> 2.1-5.sme
112 - Remove obsolete libpam.so symlink so AutoReqProv do not add a dep on i686
113 pam
114
115 * Mon Feb 8 2016 Daniel Berteaud <daniel@firewall-services.com> 2.1-4.sme
116 - Create /etc/openvpn/bridge/dev/urandom [SME: 9238]
117
118 * Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.1-3.sme
119 - Add routes for s2s virtual IP
120
121 * Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 2.1-2.sme
122 - Apply locale 2015-02-17 patch
123
124 * Mon Nov 11 2013 Daniel B. <daniel@firewall-services.com> 2.1-1.sme
125 - Rebuild for SME9
126
127 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.0-50.sme
128 - apply locale 2013-07-14 patch
129
130 * Thu Jun 6 2013 Daniel B. <daniel@firewall-services.com> 2.0-49.sme
131 - Fix plugin directory for x86_64 [SME: 7658]
132
133 * Fri Mar 22 2013 Daniel B. <daniel@firewall-services.com> 2.0-48.sme
134 - Fix spelling in en-us panel [SME: 7507]
135
136 * Mon Oct 08 2012 Daniel B. <daniel@firewall-services.com> 2.0-47.sme
137 - Create a tmp dir (needed for openvpn 2.2.2)
138
139 * Tue Mar 20 2012 SME Translation Server <translations@contribs.org> 2.0-46.el6
140 - apply locale 2012-03-20 patch
141
142 * Wed Apr 27 2011 SME Translation Server <translations@contribs.org> 2.0-45.sme
143 - apply locale 2011-04-27 patch
144
145 * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 2.0-44.sme
146 - apply locale 2011-03-06 patch
147
148 * Thu Feb 17 2011 Daniel B. <daniel@firewall-services.com> 2.0-43.sme
149 - Fix a typo in the panel [SME: 6509]
150
151 * Tue Jan 25 2011 Daniel B. <daniel@firewall-services.com> 2.0-42.sme
152 - Stop disabling service on rpm removal (spec change only)
153
154 * Tue Jan 25 2011 Daniel B. <daniel@firewall-services.com> 2.0-41.sme
155 - Add comp-lzo option back into client conf file
156
157 * Tue Oct 26 2010 Daniel B. <daniel@firewall-services.com> 2.0-40.sme
158 - Add PassTOS DB key to enable/disable passtos
159 - Enhance routes push (work with s2s contrib)
160
161 * Tue Oct 19 2010 Daniel B. <daniel@firewall-services.com> 2.0-39.sme
162 - templates cleanup
163 - DB prop to disable local networks routes push to client
164
165 * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 2.0-38.sme
166 - apply locale 2010-07-19 patc
167
168 * Wed Jun 02 2010 Daniel B. <daniel@firewall-services.com> 2.0-37.sme
169 - apply locale 2010-06-02 patch
170 - use multilog timestamp
171
172 * Wed May 12 2010 Daniel B. <daniel@firewall-services.com> 2.0-36.sme
173 - Comment the passtos option as it's not supported on Windows
174
175 * Fri Apr 30 2010 Daniel B. <daniel@firewall-services.com> 2.0-35.sme
176 - add the passtos option
177 - push the comp-lzo option to the client
178 - apply locale 2010-04-29 patch
179
180 * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 2.0-34.sme
181 - apply locale 2010-03-02 patch
182
183 * Wed Nov 18 2009 Daniel B. <daniel@firewall-services.com> 2.0-33.sme
184 - code cleanup
185
186 * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 2.0-32.sme
187 - apply locale 2009-11-17 patch
188 - Fix CRL update on event (openvpn-bridge-update)
189
190 * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 2.0-31.sme
191 - apply locale 2009-10-27 patch
192
193 * Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 2.0-30.sme
194 - apply locale 2009-10-21 patch
195
196 * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 2.0-29.sme
197 - Put tls-client directive in client config file even when additional TLS
198 auth is disabled (required for the main TLS auth) [SME: 5495]
199 - apply locale 2009-09-28 patch
200
201 * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 2.0-28.sme
202 - apply locale 2009-08-24 patch
203
204 * Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 2.0-27.sme
205 - apply locale 2009-07-22 patch
206
207 * Thu Jun 25 2009 Daniel B. <daniel@firewall-services.com> 2.0-26.sme
208 - expand config and restart the service when local networks are added
209 or removed so the new routes are pushed
210
211 * Tue May 26 2009 Daniel B. <daniel@firewall-services.com> 2.0-25.sme
212 - apply locale 2009-05-26 patch
213
214 * Sun May 24 2009 Daniel B. <daniel@firewall-services.com> 2.0-24.sme
215 - apply locale 2009-05-24 patch
216
217 * Thu Apr 30 2009 Daniel B. <daniel@firewall-services.com> 2.0-23.sme
218 - apply local 2009-04-30 patch
219
220 * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 2.0-22.sme
221 - apply locale 2009-04-27 patch
222
223 * Tue Apr 14 2009 Daniel B. <daniel@firewall-services.com> [2.0-21]
224 - Fixe permissions on public directory (pub and ccd) which must be readable
225 by everyone (especially user nobody)
226
227 * Sun Apr 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-20]
228 - remove obsolete init scripts reset-openvpn and openvpn-bridge
229
230 * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [2.0-19]
231 - Do not add cipher directive in client configuration file if set to 'auto'
232
233 * Wed Mar 11 2009 Daniel B. <daniel@firewall-services.com> [2.0-18]
234 - Compatibility with openvpn 2.1 (detect plugin dir location) [SME: 5060]
235
236 * Mon Mar 09 2009 Daniel B. <daniel@firewall-services.com> [2.0-17]
237 - Add smeserver-bridge-interface as dependency
238 - Update spec description
239
240 * Tue Mar 03 2009 SME Translation Server [2.0-16]
241 - apply locale 2009-03-03 patch
242
243 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-15]
244 - Fix some more errors in the en-us locale
245 - Remove tabs from SPEC file as some editors act weird with them, e.g. nano
246
247 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-14]
248 - Fix some grammar errors in the en-us locale
249
250 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-13]
251 - Fix a typo in the en-us locale
252
253 * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-12]
254 - Fix xml language tag to be correct
255
256 * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-11]
257 - Remove duplicate translations that break pootle
258
259 * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-10]
260 - Rename locale/en to locale/en-us to pootle works
261
262 * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [2.0-9]
263 - Apply locale patch fr 1
264 - Add e-smith-devtools as a build dependency
265
266 * Thu Jan 29 2009 Daniel B. <daniel@firewall-services.com> [2.0-8]
267 - Fix an error with the creation of the db
268
269 * Wed Jan 28 2009 Daniel B. <daniel@firewall-services.com> [2.0-7]
270 - Cleanly create openvpn-bridge db
271
272 * Fri Jan 16 2009 Daniel B. <daniel@firewall-services.com> [2.0-6]
273 - Just warn if openvpn db is missing
274 - Fix certificates check
275 - Warn if bridge service isn't enabled
276 - Configure the CRL update URL
277
278 * Mon Jan 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-5]
279 - localization patch
280
281 * Mon Dec 22 2008 Daniel B. <daniel@firewall-services.com> [2.0-4]
282 - Add validate_common_name routine
283
284 * Fri Dec 19 2008 Daniel B. <daniel@firewall-services.com> [2.0-3]
285 - Added option configRequired (accept only certificate listed in the rules section)
286 - Clean config templates
287
288 * Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [2.0-2]
289 - Add missing pull directive in client config
290
291 * Fri Dec 12 2008 Daniel B. <daniel@firewall-services.com> [2.0-1]
292 - Remove useless migrate fragment (now handled by the bridge package)
293
294 * Thu Dec 04 2008 Daniel B. <daniel@firewall-services.com> [2.0-0]
295 - The bridge stuff is now in a separated rpm
296 - Restarting the service doesn't cut the InternalInterface
297 as the bridge isn't restarted
298 - Correct (truely this time) the bug with dhcpd looping
299 - Panel re-writen in FormMagick (much more simple now)
300 - Removed the certificate manager, now handled by phpki
301 - Real-time clients info using Net::OpenVPN::Manage
302 - Routes to local networks are pushed to clients
303
304 * Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com>
305 - [1.1-1]
306 - Bugs fixes (repported by Stephan Braunstein)
307 - corrections in the en language
308
309 * Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com>
310 - [1.1-0]
311 - panel enhancement
312 - little correction in the local file
313
314 * Mon Dec 11 2006 Daniel Berteaud <daniel@firewall-services.com>
315 - [1.0-3]
316 - correction of permissions on startup and shutdown scripts
317 - little correction in the local file
318
319 * Fri Dec 08 2006 Daniel Berteaud <daniel@firewall-services.com>
320 - [1.0-2]
321 - Added missing directory keys/bridge
322
323 * Wed Dec 06 2006 Daniel Berteaud <daniel@firewall-services.com>
324 - [1.0-1]
325 - Removed useless parameters from the panel (tap, br and localInf)
326 - Added a stop script (k20openvpn-bridge)
327 - panel renamed to openvpn-bridge for futur compatibility
328
329 %prep
330
331 %setup -q -n %{name}-%{version}
332 %patch0 -p1
333 %patch1 -p1
334 %patch2 -p1
335 %patch3 -p1
336 %patch4 -p1
337 %patch5 -p1
338 %patch6 -p1
339 %patch7 -p1
340 %patch8 -p1
341 %patch9 -p1
342 %patch10 -p1
343 %patch11 -p1
344 %patch12 -p1
345 %patch13 -p1
346 %patch14 -p1
347 %patch15 -p1
348 %patch16 -p1
349
350 rm -rf root/usr/sbin/systemd/
351 rm -rf root/var/service/
352
353 %build
354 perl createlinks
355
356 %{__mkdir_p} root/etc/openvpn/bridge/ccd
357 %{__mkdir_p} root/etc/openvpn/bridge/priv
358 %{__mkdir_p} root/etc/openvpn/bridge/pub
359 %{__mkdir_p} root/etc/openvpn/bridge/etc
360 %{__mkdir_p} root/etc/openvpn/bridge/tmp
361 %{__mkdir_p} root/etc/openvpn/bridge/dev
362 %{__mkdir_p} root/var/log/openvpn-bridge
363
364 %install
365 /bin/rm -rf $RPM_BUILD_ROOT
366 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
367 /bin/rm -f %{name}-%{version}-filelist
368 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
369 --dir /var/log/openvpn-bridge 'attr(0750,root,root)' \
370 --dir /etc/openvpn/bridge/pub 'attr(0755,root,root)' \
371 --dir /etc/openvpn/bridge/priv 'attr(0750,root,root)' \
372 --dir /etc/openvpn/bridge/ccd 'attr(0755,root,root)' \
373 --dir /etc/openvpn/bridge/etc 'attr(0755,root,root)' \
374 --dir /etc/openvpn/bridge/tmp 'attr(0770,root,nobody)' \
375 --file /usr/bin/ovpn-bridge-update-crl 'attr(0750,root,root)' \
376 > %{name}-%{version}-filelist
377
378 %files -f %{name}-%{version}-filelist
379 %defattr(-,root,root)
380
381 %clean
382 rm -rf $RPM_BUILD_ROOT
383
384 %post
385 if [ \! -c /etc/openvpn/bridge/dev/urandom ]; then
386 mknod -m 0444 /etc/openvpn/bridge/dev/urandom c 1 9
387 fi
388
389 %preun

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed