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

Diff of /rpms/smeserver-openvpn-s2s/contribs10/smeserver-openvpn-s2s.spec

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

Revision 1.1 by brianr, Thu Feb 4 16:21:25 2021 UTC Revision 1.8 by terryfage, Wed Sep 8 05:23:55 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-openvpn-s2s.spec,v 1.9 2017/12/02 06:28:56 cvsuser Exp $  # $Id: smeserver-openvpn-s2s.spec,v 1.7 2021/08/23 02:19:38 terryfage Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 6  Summary: OpenVPN, a strong VPN solution Line 6  Summary: OpenVPN, a strong VPN solution
6  %define name smeserver-openvpn-s2s  %define name smeserver-openvpn-s2s
7  Name: %{name}  Name: %{name}
8  %define version 0.2  %define version 0.2
9  %define release 8  %define release 15
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 18  Patch1: smeserver-openvpn-s2s-0.2-locale Line 18  Patch1: smeserver-openvpn-s2s-0.2-locale
18  Patch2: smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch  Patch2: smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch
19  Patch3: smeserver-openvpn-s2s-0.2-fix_daemon_id_validation.patch  Patch3: smeserver-openvpn-s2s-0.2-fix_daemon_id_validation.patch
20  Patch4: smeserver-openvpn-s2s-0.2-locale-2017-12-02.patch  Patch4: smeserver-openvpn-s2s-0.2-locale-2017-12-02.patch
21    Patch5: smeserver-openvpn-s2s-0.2-Alter-for-systemd-startup.patch
22    Patch6: smeserver-openvpn-s2s-0.2-sme10.patch
23    Patch7: smeserver-openvpn-s2s-0.2-locale-2021-08-23.patch
24    Patch8: smeserver-openvpn-s2s-0.2-locale-2021-09-08.patch
25    
26  BuildArchitectures: noarch  BuildArchitectures: noarch
27    
# Line 32  This package contains all the needed scr Line 36  This package contains all the needed scr
36  to run openvpn in client or server mode for site to site tunnels  to run openvpn in client or server mode for site to site tunnels
37    
38  %changelog  %changelog
39    * Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 0.2-14.sme
40    - apply locale 2021-09-08 patch
41    
42    * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 0.2-14.sme
43    - apply locale 2021-08-23 patch
44    
45    * Thu Apr 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-13.sme
46    - fix permission on log dir [SME: 11516]
47    
48    * Wed Mar 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-12.sme
49    - fix typos [SME: 11498]
50    
51    * Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-11.sme
52    - enforce better cipher with settings [SME: 11498]
53    - enforce better HMAC with setting [SME: 11498]
54    - enforce TLS 1.2 or better with setting [SME: 11498]
55    - enforce strong TLS ciphers with setting [SME: 11498]
56    - better list of vpn connections [SME: 11337]
57    - allow soft reload of individual connection [SME: 11337]
58    - fix incorect permission on private keys [SME: 11337]
59    
60    * Thu Feb 04 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-9.sme
61    - Initial import to SME10 [SME: 11337]
62    - Alter-for-systemd-startup
63    
64  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.2-8.sme  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.2-8.sme
65  - apply locale 2017-12-02 patch  - apply locale 2017-12-02 patch
66    
# Line 138  to run openvpn in client or server mode Line 167  to run openvpn in client or server mode
167  %patch2 -p1  %patch2 -p1
168  %patch3 -p1  %patch3 -p1
169  %patch4 -p1  %patch4 -p1
170    %patch5 -p1
171    %patch6 -p1
172    %patch7 -p1
173    %patch8 -p1
174    
175  %build  %build
176  perl createlinks  perl createlinks
# Line 152  perl createlinks Line 185  perl createlinks
185  %install  %install
186  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
187  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
188    /bin/chmod +x $RPM_BUILD_ROOT/usr/sbin/systemd/openvpn-s2s
189  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
190  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
191    --dir /etc/openvpn/s2s/pub 'attr(0755,root,root)' \    --dir /etc/openvpn/s2s/pub 'attr(0755,root,root)' \
192    --dir /etc/openvpn/s2s/priv 'attr(0750,root,root)' \    --dir /etc/openvpn/s2s/priv 'attr(0750,root,root)' \
193    --dir /etc/openvpn/s2s/tmp 'attr(0750,root,root)' \    --dir /etc/openvpn/s2s/tmp 'attr(0750,root,root)' \
194    --dir /var/log/openvpn-s2s 'attr(0770,root,nobody)' \    --dir /var/log/openvpn-s2s 'attr(0770,root,root)' \
195    --file /etc/openvpn/s2s/bin/up 'attr(4750,root,openvpn)' \    --file /etc/openvpn/s2s/bin/up 'attr(4750,root,openvpn)' \
196    > %{name}-%{version}-filelist    > %{name}-%{version}-filelist
197    
# Line 171  rm -rf $RPM_BUILD_ROOT Line 205  rm -rf $RPM_BUILD_ROOT
205  if [ \! -c /etc/openvpn/s2s/dev/urandom ]; then  if [ \! -c /etc/openvpn/s2s/dev/urandom ]; then
206      mknod -m 0444 /etc/openvpn/s2s/dev/urandom c 1 9      mknod -m 0444 /etc/openvpn/s2s/dev/urandom c 1 9
207  fi  fi
208    #chown root:root /var/log/openvpn-s2s
209  %preun  %preun
   


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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