Jean-Michel Dault <[EMAIL PROTECTED]> said: > Le dim 15/06/2003 � 11:42, [EMAIL PROTECTED] a �crit : >> > I noticed that ppp is not compiled with ipv6 in 9.1 nor cooker. Just >> > enabling it in pppd/Makefile.linux compiles just fine and seems to work >> > as well (I am using adsl via nerim.net). >> > Any particular reason not to enable it by default? > > Yes, I play "chicken" with unknown patches. > >> a srpm with the modification as patch is available here: >> http://www2.damz.net/mandrake/ppp-2.4.1-10mdk.src.rpm >> J-M Dault, do you think it's safe enough to enable ipv6 by default in pppd ? >> After some tests, it seems to work fine with or without ipv6 enabled. > > Can you send me the patch and a diff -u comparing your spec file and the > original one?
sure :
ppp-2.4.1-ipv6-Makefile.patch.bz2
Description: Binary data
--- ppp.spec 2003-02-14 12:31:46.000000000 +0100 +++ ppp.spec_ipv6 2003-06-15 14:12:04.000000000 +0200 @@ -1,7 +1,7 @@ Summary: The PPP daemon and documentation for Linux 1.3.xx and greater. Name: ppp Version: 2.4.1 -Release: 9mdk +Release: 10mdk License: BSD/GPL Url: http://www.samba.org/ppp Group: System/Servers @@ -25,6 +25,10 @@ #PPPoATM support Patch20: ppp-2.4.1-pppoe.patch.bz2 Patch21: ppp-2.4.1-pppoatm.patch.bz2 + +#IPV6 support +Patch22: ppp-2.4.1-ipv6-Makefile.patch.bz2 + BuildRequires: liblinux-atm-devel BuildRequires: libpcap-devel @@ -66,6 +70,9 @@ %patch20 -p1 -b .pppoe %patch21 -p1 -b .pppoatm +# (dams) add ipv6 support +%patch22 -p1 -b .ipv6 + tar -xjf %{SOURCE2} # patch 2 depends on the -lutil in patch 0 @@ -128,6 +135,9 @@ %attr(-,root,root) %doc README README.linux README.MSCHAP80 README.cbcp scripts sample %changelog +* Sun Jun 15 2003 Damien Krotkine <[EMAIL PROTECTED]> 2.4.1-10mdk +- added support for ipv6 (thanks to mooby) + * Thu Feb 13 2003 Jean-Michel Dault <[EMAIL PROTECTED]> 2.4.1-9mdk - Rebuild for new libopenssl - PPPoE and PPPoATM kernel support
-- dams
