[xl2tpd/epel7] - Initial epel7 package for xl2tpd

Paul Wouters pwouters at fedoraproject.org
Mon Aug 25 20:29:47 UTC 2014


commit cf72700665a942cf2cbaf0babe4f29e1f837a742
Author: Paul Wouters <pwouters at redhat.com>
Date:   Mon Aug 25 13:53:44 2014 -0400

    - Initial epel7 package for xl2tpd

 .gitignore  |    1 +
 sources     |    2 +-
 xl2tpd.spec |   17 +++++++++--------
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc9fdd7..6f4d6dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ xl2tpd-1.2.8.tar.gz
 xl2tpd-1.3.0.tar.gz
 xl2tpd-1.3.1.tar.gz
 /xl2tpd-5619e1771048e74b729804e8602f409af0f3faea.tar.gz
+/xl2tpd-1.3.6.tar.gz
diff --git a/sources b/sources
index cbe85ac..697c6a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e08e34510a97e126b324f3407c71806c  xl2tpd-5619e1771048e74b729804e8602f409af0f3faea.tar.gz
+2f526cc0c36cf6d8a74f1fb2e08c18ec  xl2tpd-1.3.6.tar.gz
diff --git a/xl2tpd.spec b/xl2tpd.spec
index 33f792c..f005103 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -28,17 +28,18 @@ Requires(postun): systemd
 xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661).
 L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
 sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
-servers. Another important application is Virtual Private Networks where
-the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
-RFC 3193). The L2TP/IPsec protocol is mainly used by Windows and 
-Mac OS X clients. On Linux, xl2tpd can be used in combination with IPsec
-implementations such as Openswan.
+servers.
+
+L2TP is also used for older Windows-based clients in combination with IPsec
+for VPN connectivity, see RFC 3193. All other clients (android, iOS, OSX,
+Linux) are recommended to switch to using IKEv2 or IKEv1 XAUTH. On Linux,
+xl2tpd can be used in combination with IPsec implementations such as Libreswan.
 Example configuration files for such a setup are included in this RPM.
 
 xl2tpd works by opening a pseudo-tty for communicating with pppd.
 It runs completely in userspace.
 
-xl2tpd supports IPsec SA Reference tracking to enable overlapping internak
+xl2tpd supports IPsec SA Reference tracking to enable overlapping internal
 NAT'ed IP's by different clients (eg all clients connecting from their
 linksys internal IP 192.168.1.101) as well as multiple clients behind
 the same NAT router.
@@ -48,7 +49,6 @@ or via a patch in contrib for 2.4.x kernels.
 
 Xl2tpd is based on the 0.69 L2TP by Jeff McAdams <jeffm at iglou.com>
 It was de-facto maintained by Jacco de Leeuw <jacco2 at dds.nl> in 2002 and 2003.
-
 %prep
 %setup -qn %{name}-%{commit}
 %patch1 -p1 
@@ -56,7 +56,8 @@ It was de-facto maintained by Jacco de Leeuw <jacco2 at dds.nl> in 2002 and 2003.
 %patch3 -p1
 
 %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"
+# to create a debug 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"
 
 export CFLAGS="$CFLAGS -fPIC -Wall"
 export DFLAGS="$RPM_OPT_FLAGS -g "


More information about the scm-commits mailing list