./net/rp-l2tp, User-space implementation of layer 2 tunnelling protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q4, Version: 0.3nb1, Package name: rp-l2tp-0.3nb1, Maintainer: pkgsrc-users

l2tpd is a user-space L2TP daemon. L2TP is the Layer Two Tunneling
Protocol described in RFC 2661. It allows you to tunnel PPP sessions
over a network or transport protocol (in this case, UDP.)

Part of the l2tp code is implemented in the l2tpd program, and part of
it is implemented as "handlers". A handler is a shared-object library
which is dynamically linked into l2tpd at run-time using the
"load-handler" configuration directive.

Although the handlers included with this package (sync-pppd and cmd)
are licensed under the GPL, as a special exception, you may write your
own handlers which link to code in this package and not release them
under the GPL. There may be other reasons why your handlers must
be released under the GPL (for example, they may link with other GPL'd
code), but in the absence of other reasons, you may keep your handlers
proprietary.


Master sites: (Expand)

SHA1: 3f4f08a5271f0adf1dd90567851f1a8e223ecb72
RMD160: 25ed4a68a01c08f3acee1ce01a90673a568db55f
Filesize: 186.932 KB

Version history: (Expand)


CVS history: (Expand)


   2008-03-11 10:08:34 by Tyler R. Retzlaff | Files touched by this commit (4)
Log message:
whoops back out previous that wasn't supposed to go to pkgsrc-2007Q4
   2008-03-11 09:53:34 by Tyler R. Retzlaff | Files touched by this commit (4) | Package updated
Log message:
- add/update patches to introduce LDFLAGS to links in the package
  identified by Charles Zmudzinski in pr pkg/32275
- use EXPORT_SYMBOLS_LDFLAGS as suggested by salo@
- resolves pkg/32275