- Updated to 1.2.7

- Added more DEBUG build options to the make command
- Minor cleanups
epel9
Paul Wouters 14 years ago
parent 99c04f1ce2
commit 66f0b27a5a

1
.gitignore vendored

@ -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

@ -1,2 +1,2 @@
f796838eb19fb36d23ba8f25139302e3 xl2tpd.init
40404ea230edd9ebdd0d53f07c832520 xl2tpd-1.2.5.tar.gz
cd13732664905194565ea7f07546876b xl2tpd-1.2.7.tar.gz

@ -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@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@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@xelerance.com> - 1.2.5-2
- Bump for EVR

Loading…
Cancel
Save