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

Annotation of /rpms/smeserver-openvpn-bridge/contribs7/smeserver-openvpn-bridge.spec

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


Revision 1.32 - (hide annotations) (download)
Wed Nov 18 08:13:58 2009 UTC (14 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-openvpn-bridge-2_0-33_el4_sme
Changes since 1.31: +9 -2 lines
code cleanup

1 vip-ire 1.32 # $Id: smeserver-openvpn-bridge.spec,v 1.31 2009/11/17 19:58:19 vip-ire Exp $
2 slords 1.2 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5 slords 1.1 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.0
9 vip-ire 1.32 %define release 33
10 slords 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Remote access
14     Source: %{name}-%{version}.tar.gz
15    
16 snetram 1.11 Patch0: smeserver-openvpn-bridge-2.0-remove_dup_migrate.patch
17     Patch1: smeserver-openvpn-bridge-2.0-pull.patch
18     Patch2: smeserver-openvpn-bridge-2.0-config_required.patch
19     Patch3: smeserver-openvpn-bridge-2.0-config_cleanup.patch
20     Patch4: smeserver-openvpn-bridge-2.0-add_rule.patch
21     Patch5: smeserver-openvpn-bridge-2.0-locale1.patch
22     #atch6: smeserver-openvpn-bridge-2.0-openvpn_db.patch
23     Patch7: smeserver-openvpn-bridge-2.0-check_certs.patch
24     Patch8: smeserver-openvpn-bridge-2.0-check_bridge.patch
25     Patch9: smeserver-openvpn-bridge-2.0-configure_crl_url.patch
26     Patch10: smeserver-openvpn-bridge-2.0-check_certs.patch2
27     Patch11: smeserver-openvpn-bridge-2.0-create_openvpn_db.patch
28     Patch12: smeserver-openvpn-bridge-2.0-local_fr_1.patch
29     Patch13: smeserver-openvpn-bridge-2.0-fixtranslation.patch
30     Patch14: smeserver-openvpn-bridge-2.0-removedups.patch
31     Patch15: smeserver-openvpn-bridge-2.0-fixlangtag.patch
32     Patch16: smeserver-openvpn-bridge-2.0-fix-en-us-locale.patch
33     Patch17: smeserver-openvpn-bridge-2.0-fix-en-us-locale2.patch
34 snetram 1.12 Patch18: smeserver-openvpn-bridge-2.0-fix-en-us-locale3.patch
35 slords 1.14 Patch19: smeserver-openvpn-bridge-2.0-locale-2009-03-03.patch
36 vip-ire 1.16 Patch20: smeserver-openvpn-bridge-2.0-openvpn_2_1_compat.patch
37 vip-ire 1.17 Patch21: smeserver-openvpn-bridge-2.0-cipher_auto.patch
38 vip-ire 1.18 Patch22: smeserver-openvpn-bridge-2.0-remove_obsolete_init_scripts.patch
39 vip-ire 1.19 Patch23: smeserver-openvpn-bridge-2.0-fix_perms_on_pub_dir.patch
40 slords 1.20 Patch24: smeserver-openvpn-bridge-2.0-locale-2009-04-27.patch
41 vip-ire 1.21 Patch25: smeserver-openvpn-bridge-2.0-locale-2009-04-30.patch
42 vip-ire 1.22 Patch26: smeserver-openvpn-bridge-2.0-locale-2009-05-24.patch
43 vip-ire 1.23 Patch27: smeserver-openvpn-bridge-2.0-locale-2009-05-26.patch
44 vip-ire 1.25 Patch28: smeserver-openvpn-bridge-2.0-update_networks.patch
45 vip-ire 1.26 Patch29: smeserver-openvpn-bridge-2.0-locale-2009-07-22.patch
46 slords 1.27 Patch30: smeserver-openvpn-bridge-2.0-locale-2009-08-24.patch
47 vip-ire 1.28 Patch31: smeserver-openvpn-bridge-2.0-tls_client.patch
48     Patch32: smeserver-openvpn-bridge-2.0-locale-2009-09-28.patch
49 vip-ire 1.29 Patch33: smeserver-openvpn-bridge-2.0-locale-2009-10-21.patch
50 slords 1.30 Patch34: smeserver-openvpn-bridge-2.0-locale-2009-10-27.patch
51 vip-ire 1.31 Patch35: smeserver-openvpn-bridge-2.0-update_crl.patch
52     Patch36: smeserver-openvpn-bridge-2.0-locale-2009-11-17.patch
53 vip-ire 1.32 Patch37: smeserver-openvpn-bridge-2.0-code_cleanup1.patch
54     Patch38: smeserver-openvpn-bridge-2.0-code_cleanup2.patch
55 slords 1.1
56     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
57     BuildArchitectures: noarch
58 vip-ire 1.4
59     BuildRequires: e-smith-devtools
60    
61 slords 1.1 Requires: e-smith-base
62     Requires: openvpn
63 vip-ire 1.15 Requires: smeserver-bridge-interface
64 slords 1.1 Requires: perl(Net::OpenVPN::Manage)
65 snetram 1.11 Obsoletes: smeserver-openvpn-bridge-fws
66     Obsoletes: smeserver-openvpn-bridge.fws
67 slords 1.1
68     %description
69     This package contains all the needed scripts and templates
70     to have a full working openvpn server running in bridge mode.
71    
72     %changelog
73 vip-ire 1.32 * Wed Nov 18 2009 Daniel B. <daniel@firewall-services.com> 2.0-33.sme
74     - code cleanup
75    
76 vip-ire 1.31 * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 2.0-32.sme
77     - apply locale 2009-11-17 patch
78     - Fix CRL update on event (openvpn-bridge-update)
79    
80 slords 1.30 * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 2.0-31.sme
81     - apply locale 2009-10-27 patch
82    
83 vip-ire 1.31 * Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 2.0-30.sme
84 vip-ire 1.29 - apply locale 2009-10-21 patch
85    
86 vip-ire 1.28 * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 2.0-29.sme
87     - Put tls-client directive in client config file even when additional TLS
88     auth is disabled (required for the main TLS auth) [SME: 5495]
89     - apply locale 2009-09-28 patch
90    
91 slords 1.27 * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 2.0-28.sme
92     - apply locale 2009-08-24 patch
93    
94 vip-ire 1.26 * Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 2.0-27.sme
95     - apply locale 2009-07-22 patch
96    
97 vip-ire 1.25 * Thu Jun 25 2009 Daniel B. <daniel@firewall-services.com> 2.0-26.sme
98     - expand config and restart the service when local networks are added
99     or removed so the new routes are pushed
100    
101 vip-ire 1.24 * Tue May 26 2009 Daniel B. <daniel@firewall-services.com> 2.0-25.sme
102 vip-ire 1.26 - apply locale 2009-05-26 patch
103 vip-ire 1.23
104 vip-ire 1.22 * Sun May 24 2009 Daniel B. <daniel@firewall-services.com> 2.0-24.sme
105     - apply locale 2009-05-24 patch
106    
107 vip-ire 1.21 * Thu Apr 30 2009 Daniel B. <daniel@firewall-services.com> 2.0-23.sme
108     - apply local 2009-04-30 patch
109    
110 slords 1.20 * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 2.0-22.sme
111     - apply locale 2009-04-27 patch
112    
113 vip-ire 1.19 * Tue Apr 14 2009 Daniel B. <daniel@firewall-services.com> [2.0-21]
114     - Fixe permissions on public directory (pub and ccd) which must be readable
115     by everyone (especially user nobody)
116    
117 vip-ire 1.18 * Sun Apr 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-20]
118     - remove obsolete init scripts reset-openvpn and openvpn-bridge
119    
120 vip-ire 1.17 * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [2.0-19]
121     - Do not add cipher directive in client configuration file if set to 'auto'
122    
123 vip-ire 1.16 * Wed Mar 11 2009 Daniel B. <daniel@firewall-services.com> [2.0-18]
124     - Compatibility with openvpn 2.1 (detect plugin dir location) [SME: 5060]
125    
126 vip-ire 1.15 * Mon Mar 09 2009 Daniel B. <daniel@firewall-services.com> [2.0-17]
127     - Add smeserver-bridge-interface as dependency
128     - Update spec description
129    
130     * Tue Mar 03 2009 SME Translation Server [2.0-16]
131 slords 1.14 - apply locale 2009-03-03 patch
132    
133 snetram 1.11 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-15]
134     - Fix some more errors in the en-us locale
135     - Remove tabs from SPEC file as some editors act weird with them, e.g. nano
136    
137 snetram 1.9 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-14]
138     - Fix some grammar errors in the en-us locale
139    
140 snetram 1.8 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-13]
141     - Fix a typo in the en-us locale
142    
143 slords 1.7 * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-12]
144     - Fix xml language tag to be correct
145    
146 slords 1.6 * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-11]
147     - Remove duplicate translations that break pootle
148    
149     * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-10]
150 slords 1.5 - Rename locale/en to locale/en-us to pootle works
151    
152 vip-ire 1.3 * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [2.0-9]
153     - Apply locale patch fr 1
154 vip-ire 1.15 - Add e-smith-devtools as a build dependency
155 vip-ire 1.3
156 slords 1.1 * Thu Jan 29 2009 Daniel B. <daniel@firewall-services.com> [2.0-8]
157     - Fix an error with the creation of the db
158    
159     * Wed Jan 28 2009 Daniel B. <daniel@firewall-services.com> [2.0-7]
160     - Cleanly create openvpn-bridge db
161    
162     * Fri Jan 16 2009 Daniel B. <daniel@firewall-services.com> [2.0-6]
163     - Just warn if openvpn db is missing
164     - Fix certificates check
165     - Warn if bridge service isn't enabled
166     - Configure the CRL update URL
167    
168     * Mon Jan 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-5]
169     - localization patch
170    
171     * Mon Dec 22 2008 Daniel B. <daniel@firewall-services.com> [2.0-4]
172     - Add validate_common_name routine
173    
174     * Wed Dec 19 2008 Daniel B. <daniel@firewall-services.com> [2.0-3]
175     - Added option configRequired (accept only certificate listed in the rules section)
176     - Clean config templates
177    
178     * Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [2.0-2]
179     - Add missing pull directive in client config
180    
181     * Fri Dec 12 2008 Daniel B. <daniel@firewall-services.com> [2.0-1]
182     - Remove useless migrate fragment (now handled by the bridge package)
183    
184     * Thu Dec 04 2008 Daniel B. <daniel@firewall-services.com> [2.0-0]
185     - The bridge stuff is now in a separated rpm
186     - Restarting the service doesn't cut the InternalInterface
187     as the bridge isn't restarted
188     - Correct (truely this time) the bug with dhcpd looping
189     - Panel re-writen in FormMagick (much more simple now)
190     - Removed the certificate manager, now handled by phpki
191     - Real-time clients info using Net::OpenVPN::Manage
192     - Routes to local networks are pushed to clients
193    
194     * Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com>
195     - [1.1-1]
196     - Bugs fixes (repported by Stephan Braunstein)
197     - corrections in the en language
198    
199     * Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com>
200     - [1.1-0]
201     - panel enhancement
202     - little correction in the local file
203    
204     * Fri Dec 11 2006 Daniel Berteaud <daniel@firewall-services.com>
205     - [1.0-3]
206     - correction of permissions on startup and shutdown scripts
207     - little correction in the local file
208    
209     * Fri Dec 08 2006 Daniel Berteaud <daniel@firewall-services.com>
210     - [1.0-2]
211     - Added missing directory keys/bridge
212    
213     * Fri Dec 06 2006 Daniel Berteaud <daniel@firewall-services.com>
214     - [1.0-1]
215     - Removed useless parameters from the panel (tap, br and localInf)
216     - Added a stop script (k20openvpn-bridge)
217     - panel renamed to openvpn-bridge for futur compatibility
218    
219     %prep
220    
221     %setup -q -n %{name}-%{version}
222     %patch0 -p1
223     %patch1 -p1
224     %patch2 -p1
225     %patch3 -p1
226     %patch4 -p1
227     %patch5 -p1
228     #%patch6 -p1
229     %patch7 -p1
230     %patch8 -p1
231     %patch9 -p1
232     %patch10 -p1
233     %patch11 -p1
234 vip-ire 1.3 %patch12 -p1
235 slords 1.5 %patch13 -p1
236 slords 1.6 %patch14 -p1
237 slords 1.7 %patch15 -p1
238 snetram 1.8 %patch16 -p1
239 snetram 1.9 %patch17 -p1
240 snetram 1.13 %patch18 -p1
241 slords 1.14 %patch19 -p1
242 vip-ire 1.16 %patch20 -p1
243 vip-ire 1.17 %patch21 -p1
244 vip-ire 1.18 %patch22 -p1
245 vip-ire 1.19 %patch23 -p1
246 slords 1.20 %patch24 -p1
247 vip-ire 1.21 %patch25 -p1
248 vip-ire 1.22 %patch26 -p1
249 vip-ire 1.23 %patch27 -p1
250 vip-ire 1.25 %patch28 -p1
251 vip-ire 1.26 %patch29 -p1
252 slords 1.27 %patch30 -p1
253 vip-ire 1.28 %patch31 -p1
254     %patch32 -p1
255 vip-ire 1.29 %patch33 -p1
256 slords 1.30 %patch34 -p1
257 vip-ire 1.31 %patch35 -p1
258     %patch36 -p1
259 vip-ire 1.32 %patch37 -p1
260     %patch38 -p1
261 slords 1.1
262     %build
263     perl createlinks
264    
265     %{__mkdir_p} root/etc/openvpn/bridge/ccd
266     %{__mkdir_p} root/etc/openvpn/bridge/priv
267     %{__mkdir_p} root/etc/openvpn/bridge/pub
268     %{__mkdir_p} root/var/log/openvpn-bridge
269    
270     %install
271     /bin/rm -rf $RPM_BUILD_ROOT
272     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
273     /bin/rm -f %{name}-%{version}-filelist
274     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
275 snetram 1.11 --file /var/service/openvpn-bridge/run 'attr(0755,root,root)' \
276     --file /var/service/openvpn-bridge/log/run 'attr(0755,root,root)' \
277     --dir /var/log/openvpn-bridge 'attr(0750,smelog,smelog)' \
278 vip-ire 1.19 --dir /etc/openvpn/bridge/pub 'attr(0755,root,root)' \
279     --dir /etc/openvpn/bridge/priv 'attr(0750,root,root)' \
280     --dir /etc/openvpn/bridge/ccd 'attr(0755,root,root)' \
281 snetram 1.11 --file /usr/bin/ovpn-bridge-update-crl 'attr(0750,root,root)' \
282     > %{name}-%{version}-filelist
283 slords 1.1
284     %files -f %{name}-%{version}-filelist
285     %defattr(-,root,root)
286    
287     %clean
288     rm -rf $RPM_BUILD_ROOT
289    
290    
291     %post
292    
293     %preun
294     if [ $1 -eq 0 ] ; then
295 snetram 1.11 /sbin/e-smith/db configuration setprop openvpn-bridge status disabled
296     sv d /service/openvpn-bridge
297 slords 1.1 fi
298    
299     true

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