|
@@ -2,13 +2,17 @@
|
|
|
|
|
|
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
|
|
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
|
|
Name: xl2tpd
|
|
Name: xl2tpd
|
|
-Version: 1.3.10.1
|
|
|
|
|
|
+Version: 1.3.13
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
# No version specified.
|
|
# No version specified.
|
|
License: GPL+
|
|
License: GPL+
|
|
Url: http://www.xelerance.com/software/xl2tpd/
|
|
Url: http://www.xelerance.com/software/xl2tpd/
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
Source0: https://github.com/xelerance/xl2tpd/archive/v%{version}.tar.gz#/xl2tpd-%{version}.tar.gz
|
|
Source0: https://github.com/xelerance/xl2tpd/archive/v%{version}.tar.gz#/xl2tpd-%{version}.tar.gz
|
|
|
|
+
|
|
|
|
+Patch1: 0001-fix-ppp-options.patch
|
|
|
|
+Patch2: 0002-fix-initscript.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
Requires: ppp
|
|
Requires: ppp
|
|
BuildRequires: libpcap-devel
|
|
BuildRequires: libpcap-devel
|
|
@@ -47,7 +51,7 @@ Xl2tpd is based on the 0.69 L2TP by Jeff McAdams <jeffm@iglou.com>
|
|
It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.
|
|
It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n %{src_dir_name}
|
|
|
|
|
|
+%autosetup -p1 -n %{src_dir_name}
|
|
|
|
|
|
%build
|
|
%build
|
|
make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH"
|
|
make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH"
|
|
@@ -82,7 +86,8 @@ fi
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc BUGS CHANGES CREDITS LICENSE README* TODO
|
|
|
|
|
|
+%license LICENSE
|
|
|
|
+%doc BUGS CHANGES CREDITS README* TODO
|
|
%doc doc/README.patents examples/chapsecrets.sample
|
|
%doc doc/README.patents examples/chapsecrets.sample
|
|
%{_sbindir}/xl2tpd
|
|
%{_sbindir}/xl2tpd
|
|
%{_sbindir}/xl2tpd-control
|
|
%{_sbindir}/xl2tpd-control
|
|
@@ -96,6 +101,9 @@ fi
|
|
%ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
|
|
%ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.13-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Dec 19 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.10.1-1
|
|
* Tue Dec 19 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.10.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|