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

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

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

Revision 1.3 by jpp, Tue Mar 23 20:50:08 2021 UTC Revision 1.7 by terryfage, Wed Sep 8 05:14:42 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-openvpn-bridge.spec,v 1.2 2021/02/13 14:43:54 brianr Exp $  # $Id: smeserver-openvpn-bridge.spec,v 1.6 2021/08/23 01:43:47 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-bridge  %define name smeserver-openvpn-bridge
7  Name: %{name}  Name: %{name}
8  %define version 2.1  %define version 2.1
9  %define release 12  %define release 15
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 23  Patch6: smeserver-openvpn-bridge-2.1-pus Line 23  Patch6: smeserver-openvpn-bridge-2.1-pus
23  Patch7: smeserver-openvpn-bridge-2.1-locale-2019-12-07.patch  Patch7: smeserver-openvpn-bridge-2.1-locale-2019-12-07.patch
24  Patch8: smeserver-openvpn-bridge-2.1-Add-in-systemd-startup.patch  Patch8: smeserver-openvpn-bridge-2.1-Add-in-systemd-startup.patch
25  Patch9: smeserver-openvpn-bridge-2.1-bz11335.patch  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    
30  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
31  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 41  This package contains all the needed scr Line 44  This package contains all the needed scr
44  to have a full working openvpn server running in bridge mode.  to have a full working openvpn server running in bridge mode.
45    
46  %changelog  %changelog
47    * Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 2.1-15.sme
48    - apply locale 2021-09-08 patch
49    
50    * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 2.1-14.sme
51    - apply locale 2021-08-23 patch
52    
53    * Wed Mar 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-13.sme
54    - default AES-128-CBC and SHA256 fix [SME: 11335]
55    - better frist screen with information on link and hnac and cipher
56    - better client default configuration with embded shared key and CAcert
57    - migrate cipher to Cipher like routed and s2s usage
58    - HMAC and Cipher are accessible to change using the manager.
59    - fix typos in translations [SME: 6647]
60    
61  * Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme  * Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme
62  - fix permisison issue on private keys [SME: 11335]  - fix permisison issue on private keys [SME: 11335]
63  - rework unit file  - rework unit file
# Line 298  to have a full working openvpn server ru Line 315  to have a full working openvpn server ru
315  %patch7 -p1  %patch7 -p1
316  %patch8 -p1  %patch8 -p1
317  %patch9 -p1  %patch9 -p1
318    %patch10 -p1
319    %patch11 -p1
320    %patch12 -p1
321    
322  rm -rf root/usr/sbin/systemd/  rm -rf root/usr/sbin/systemd/
323  rm -rf root/var/service/  rm -rf root/var/service/
# Line 315  perl createlinks Line 335  perl createlinks
335  %install  %install
336  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
337  (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)
 /bin/chmod +x $RPM_BUILD_ROOT/usr/sbin/systemd/openvpn-bridge  
338  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
339  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
340    --dir /var/log/openvpn-bridge 'attr(0750,root,root)' \    --dir /var/log/openvpn-bridge 'attr(0750,root,root)' \


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