[xl2tpd] * Sat Jul 23 2011 Paul Wouters <paul at xelerance.com> - 1.3.0-1 - Upgraded to 1.3.0 with better Networ

Paul Wouters pwouters at fedoraproject.org
Sun Jul 24 00:20:13 UTC 2011


commit b779b0cf4fa3a4a6e170ef719bf1aab27fe1406e
Author: Paul Wouters <paul at xelerance.com>
Date:   Sat Jul 23 20:19:39 2011 -0400

    * Sat Jul 23 2011 Paul Wouters <paul at xelerance.com> - 1.3.0-1
    - Upgraded to 1.3.0 with better NetworkManager support
    - Compiled without DEBUG per default to gain more performance

 .gitignore  |    1 +
 sources     |    1 +
 xl2tpd.spec |    9 +++++++--
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5d847c..821402a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ xl2tpd-1.2.4.tar.gz
 xl2tpd-1.2.5.tar.gz
 /xl2tpd-1.2.7.tar.gz
 /xl2tpd-1.2.8.tar.gz
+/xl2tpd-1.3.0.tar.gz
diff --git a/sources b/sources
index 1f27e48..ddbee21 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 8748ac5e2f5289963d9a908eede546b5  xl2tpd-1.2.8.tar.gz
+28264284552c442b24cf421755a2bb48  xl2tpd-1.3.0.tar.gz
diff --git a/xl2tpd.spec b/xl2tpd.spec
index 4f88cfc..e63b0e8 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,6 +1,6 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
-Version: 1.2.8
+Version: 1.3.0
 Release: 1%{?dist}
 # No version specified.
 License: GPL+
@@ -47,7 +47,8 @@ It was de-facto maintained by Jacco de Leeuw <jacco2 at dds.nl> in 2002 and 2003.
 %setup -q
 
 %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"
+make DFLAGS="$RPM_OPT_FLAGS -g 
 
 %install
 rm -rf %{buildroot}
@@ -92,6 +93,10 @@ fi
 %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
 
 %changelog
+* Sat Jul 23 2011 Paul Wouters <paul at xelerance.com> - 1.3.0-1
+- Upgraded to 1.3.0 with better NetworkManager support
+- Compiled without DEBUG per default to gain more performance
+
 * Wed Feb 23 2011 Paul Wouters <paul at xelerance.com> - 1.2.8-1
 - Updated to 1.2.8
 - Add ghosting for l2tp pipe (bz#656725)


More information about the scm-commits mailing list