--- rpms/smeserver-openvpn-bridge/contribs7/smeserver-openvpn-bridge.spec 2009/03/18 15:58:53 1.17 +++ rpms/smeserver-openvpn-bridge/contribs7/smeserver-openvpn-bridge.spec 2009/08/24 17:58:13 1.27 @@ -1,4 +1,4 @@ -# $Id: smeserver-openvpn-bridge.spec,v 1.16 2009/03/11 17:25:05 vip-ire Exp $ +# $Id: smeserver-openvpn-bridge.spec,v 1.26 2009/07/22 07:44:00 vip-ire Exp $ # Authority: vip-ire # Name: Daniel Berteaud @@ -6,7 +6,7 @@ Summary: OpenVPN, a strong VPN solution %define name smeserver-openvpn-bridge Name: %{name} %define version 2.0 -%define release 19 +%define release 28 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -35,6 +35,15 @@ Patch18: smeserver-openvpn-bridge-2.0-fi Patch19: smeserver-openvpn-bridge-2.0-locale-2009-03-03.patch Patch20: smeserver-openvpn-bridge-2.0-openvpn_2_1_compat.patch Patch21: smeserver-openvpn-bridge-2.0-cipher_auto.patch +Patch22: smeserver-openvpn-bridge-2.0-remove_obsolete_init_scripts.patch +Patch23: smeserver-openvpn-bridge-2.0-fix_perms_on_pub_dir.patch +Patch24: smeserver-openvpn-bridge-2.0-locale-2009-04-27.patch +Patch25: smeserver-openvpn-bridge-2.0-locale-2009-04-30.patch +Patch26: smeserver-openvpn-bridge-2.0-locale-2009-05-24.patch +Patch27: smeserver-openvpn-bridge-2.0-locale-2009-05-26.patch +Patch28: smeserver-openvpn-bridge-2.0-update_networks.patch +Patch29: smeserver-openvpn-bridge-2.0-locale-2009-07-22.patch +Patch30: smeserver-openvpn-bridge-2.0-locale-2009-08-24.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -53,6 +62,35 @@ This package contains all the needed scr to have a full working openvpn server running in bridge mode. %changelog +* Mon Aug 24 2009 SME Translation Server 2.0-28.sme +- apply locale 2009-08-24 patch + +* Wed Jul 22 2009 Daniel B. 2.0-27.sme +- apply locale 2009-07-22 patch + +* Thu Jun 25 2009 Daniel B. 2.0-26.sme +- expand config and restart the service when local networks are added + or removed so the new routes are pushed + +* Tue May 26 2009 Daniel B. 2.0-25.sme +- apply locale 2009-05-26 patch + +* Sun May 24 2009 Daniel B. 2.0-24.sme +- apply locale 2009-05-24 patch + +* Thu Apr 30 2009 Daniel B. 2.0-23.sme +- apply local 2009-04-30 patch + +* Mon Apr 27 2009 SME Translation Server 2.0-22.sme +- apply locale 2009-04-27 patch + +* Tue Apr 14 2009 Daniel B. [2.0-21] +- Fixe permissions on public directory (pub and ccd) which must be readable + by everyone (especially user nobody) + +* Sun Apr 12 2009 Daniel B. [2.0-20] +- remove obsolete init scripts reset-openvpn and openvpn-bridge + * Wed Mar 18 2009 Daniel B. [2.0-19] - Do not add cipher directive in client configuration file if set to 'auto' @@ -177,6 +215,15 @@ to have a full working openvpn server ru %patch19 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 +%patch29 -p1 +%patch30 -p1 %build perl createlinks @@ -194,6 +241,9 @@ perl createlinks --file /var/service/openvpn-bridge/run 'attr(0755,root,root)' \ --file /var/service/openvpn-bridge/log/run 'attr(0755,root,root)' \ --dir /var/log/openvpn-bridge 'attr(0750,smelog,smelog)' \ + --dir /etc/openvpn/bridge/pub 'attr(0755,root,root)' \ + --dir /etc/openvpn/bridge/priv 'attr(0750,root,root)' \ + --dir /etc/openvpn/bridge/ccd 'attr(0755,root,root)' \ --file /usr/bin/ovpn-bridge-update-crl 'attr(0750,root,root)' \ > %{name}-%{version}-filelist