/[smecontribs]/rpms/smeserver-libreswan-xl2tpd/contribs9/smeserver-libreswan-xl2tpd.spec
ViewVC logotype

Diff of /rpms/smeserver-libreswan-xl2tpd/contribs9/smeserver-libreswan-xl2tpd.spec

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

Revision 1.1 by jcrisp, Sat Nov 25 16:01:44 2017 UTC Revision 1.3 by jcrisp, Thu Nov 30 01:53:27 2017 UTC
# Line 1  Line 1 
1  %define name smeserver-libreswan-xl2tpd  %define name smeserver-libreswan-xl2tpd
2  %define version 0.5  %define version 0.5
3  %define release 1  %define release 2
4  Summary: Plugin to enable LT2P/IPSEC connections  Summary: Plugin to enable LT2P/IPSEC connections
5  Name: %{name}  Name: %{name}
6  Version: %{version}  Version: %{version}
# Line 9  License: GNU GPL version 2 Line 9  License: GNU GPL version 2
9  URL: http://libreswan.org/  URL: http://libreswan.org/
10  Group: SMEserver/addon  Group: SMEserver/addon
11  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
12    Patch1: smeserver-libreswan-xl2tpd-private-access.patch
13    Patch2: smeserver-libreswan-xl2tpd-update-variables.patch
14    
15  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
16  BuildArchitectures: noarch  BuildArchitectures: noarch
17  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 22  AutoReqProv: no Line 25  AutoReqProv: no
25  xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP  xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP
26    
27  %changelog  %changelog
28    * Wed Nov 29 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2
29    - remove unneeded default right subnet setting to clear error
30    - added variables for leftsourceip and leftsubnet if required
31    
32    * Wed Nov 29 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2
33    - add xl2tpd access private as default
34    
35  * Fri Nov 24 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1  * Fri Nov 24 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1
36  - First import to contribs  - First import to contribs
37    
# Line 86  xl2tpd is an implementation of the Layer Line 96  xl2tpd is an implementation of the Layer
96    
97  %prep  %prep
98  %setup  %setup
99    %patch1 -p1
100    %patch2 -p1
101    
102  %build  %build
103  perl createlinks  perl createlinks


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