[xl2tpd/f14/master] - Updated to 1.2.7 - Added more DEBUG build options to the make command - Minor cleanups

Paul Wouters pwouters at fedoraproject.org
Tue Nov 30 23:53:31 UTC 2010


commit ee11eaf33263b7b6d7630abfe8ba82af1ef5e870
Author: Paul Wouters <paul at xelerance.com>
Date:   Tue Nov 30 18:25:23 2010 -0500

    - Updated to 1.2.7
    - Added more DEBUG build options to the make command
    - Minor cleanups

 .gitignore  |    1 +
 sources     |    2 +-
 xl2tpd.spec |   12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b92b2b..3d8193b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ xl2tpd-1.1.12.tar.gz
 xl2tpd-1.2.0.tar.gz
 xl2tpd-1.2.4.tar.gz
 xl2tpd-1.2.5.tar.gz
+/xl2tpd-1.2.7.tar.gz
diff --git a/sources b/sources
index f5d735c..457a799 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 f796838eb19fb36d23ba8f25139302e3  xl2tpd.init
-40404ea230edd9ebdd0d53f07c832520  xl2tpd-1.2.5.tar.gz
+cd13732664905194565ea7f07546876b  xl2tpd-1.2.7.tar.gz
diff --git a/xl2tpd.spec b/xl2tpd.spec
index ad400c8..030122a 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,7 +1,7 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
-Version: 1.2.5
-Release: 2%{?dist}
+Version: 1.2.7
+Release: 1%{?dist}
 # No version specified.
 License: GPL+
 Url: http://www.xelerance.com/software/xl2tpd/
@@ -47,8 +47,7 @@ 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_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY"
-sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init
+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"
 
 %install
 rm -rf %{buildroot}
@@ -92,6 +91,11 @@ fi
 %dir %{_localstatedir}/run/xl2tpd
 
 %changelog
+* Tue Nov 30 2010 Paul Wouters <paul at xelerance.com> - 1.2.7-1
+- Updated to 1.2.7
+- Added more DEBUG build options to the make command
+- Minor cleanups
+
 * Sat Jan 09 2010 Paul Wouters <paul at xelerance.com> - 1.2.5-2
 - Bump for EVR
 


More information about the scm-commits mailing list