1 |
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) |
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) |
2 |
Name: xl2tpd |
Name: xl2tpd |
3 |
Version: 1.3.15 |
Version: 1.3.15 |
4 |
Release: 1%{?dist} |
Release: 2%{?dist} |
5 |
License: GPLv2 |
License: GPLv2 |
6 |
Url: http://www.xelerance.com/software/xl2tpd/ |
Url: http://www.xelerance.com/software/xl2tpd/ |
7 |
Group: System Environment/Daemons |
Group: System Environment/Daemons |
8 |
Source0: https://github.com/xelerance/xl2tpd/archive/v%{version}.tar.gz |
Source0: https://github.com/xelerance/xl2tpd/archive/v%{version}.tar.gz |
9 |
|
Patch1: xl2tpd-init.patch |
10 |
|
|
11 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
12 |
Requires: ppp |
Requires: ppp |
13 |
BuildRequires: kernel-headers => 2.6.23 |
BuildRequires: kernel-headers => 2.6.23 |
50 |
%prep |
%prep |
51 |
%setup -q |
%setup -q |
52 |
|
|
53 |
|
%patch1 -p1 |
54 |
|
|
55 |
%build |
%build |
56 |
# Customer test case proved the first make line failed, the second one worked |
# Customer test case proved the first make line failed, the second one worked |
57 |
# the failing one had incoming l2tp packets, but never got a tunnel up. |
# the failing one had incoming l2tp packets, but never got a tunnel up. |
115 |
%ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control |
%ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control |
116 |
|
|
117 |
%changelog |
%changelog |
118 |
|
* Wed Feb 12 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.15-2 |
119 |
|
- Lots of changes in git |
120 |
|
- Code from latest commit 481cf05 on 13 Oct 2019 |
121 |
|
- First import to build sys |
122 |
|
- Fix init script |
123 |
|
|
124 |
* Sun Oct 26 2008 Paul Wouters <paul@xelerance.com> 1.2.2-1 |
* Sun Oct 26 2008 Paul Wouters <paul@xelerance.com> 1.2.2-1 |
125 |
- Updated Suse init scripts and spec file |
- Updated Suse init scripts and spec file |
126 |
- Added pfc for pppd's precompiled-active-filter |
- Added pfc for pppd's precompiled-active-filter |