diff options
author | tron <tron@pkgsrc.org> | 2001-10-07 13:26:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-07 13:26:37 +0000 |
commit | 269a53f589d5cfc591d8b5f34f66b67f275bdf99 (patch) | |
tree | fd6a873020a8971389d9c054ae038455e5a1c3fd /net/rp-pppoe/Makefile | |
parent | 8c5848035e60499a3fa49e05dc5333e36b155f6f (diff) | |
download | pkgsrc-269a53f589d5cfc591d8b5f34f66b67f275bdf99.tar.gz |
Update "rp-pppoe" package to version 3.3. Changes since version 2.8:
- Client works on Solaris again. It was broken in 3.2.
- Added DEFAULTROUTE=yes|no option to configuration file.
- Server parses address pool file better.
- Server address pool allows ranges of addresses on a line: a.b.c.d-e
- Added "-d" (=debug) and "-P" (=check pool file syntax) options to
pppoe-server.
- Client now ignores PADT's if they are from the wrong source MAC address
or to the wrong destination MAC address.
- Minor fixes to Makefile.in for Turbolinux.
- Improved KERNEL-MODE-PPPOE instructions
- Works with patched pppd 2.4.1
- Many improvements to server: Added "-u" and "-r" options; server can
now respond to request on multiple Ethernet interfaces.
- SECURITY BUG FIX: Server now ignores PADT's if they are from the wrong
source MAC address. You are STRONGLY RECOMMENDED to upgrade to 3.1
if you use pppoe-server in production.
- Many small improvements to server. Server now only makes one
discovery socket, systemwide, with addition of "-n" option to pppoe.
- Fixes for compilation problems on BSD, Solaris and some Linux platforms.
- Added "-p" option to pppoe-server to allow you to specify a pool of
IP addresses to assign to clients.
- Added GUI system (tkpppoe). This work was funded by Iospan
Wireless, Inc. The GUI includes a Set-UID wrapper (pppoe-wrapper)
which allows ordinary users to control a link (if so authorized.)
I believe the wrapper script is secure, but please audit the
source code (gui/wrapper.c) if you have any concerns.
- Changes to scripts and pppoe.conf. DNS setup is now dynamic (happens
each time adsl-connect runs.)
- Made relay.c check packet lengths rigorously; made it throw out Ethernet
frame padding on session packets as well as discovery packets.
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r-- | net/rp-pppoe/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 3311febdc9b..144b43e0bca 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2001/03/18 18:55:28 tron Exp $ +# $NetBSD: Makefile,v 1.16 2001/10/07 13:26:37 tron Exp $ -DISTNAME= rp-pppoe-2.8 +DISTNAME= rp-pppoe-3.3 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= ${HOMEPAGE} \ + http://roaringpenguin.luky.org/pppoe/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.roaringpenguin.com/pppoe/ |