summaryrefslogtreecommitdiff
path: root/net/ppp-mppe
AgeCommit message (Collapse)AuthorFilesLines
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-4/+4
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-05-23Use option "-r" instead of "-e" for the '[' command since this is notheinz1-2/+2
portable to some operating systems (eg UnixWare or IRIX 5).
2004-03-31Note new version of OpenSSL.cube1-3/+3
2004-01-11Make this compile with gcc3. Also, do not try to remove ${LOCALBASE}/lkmcube4-22/+238
at deinstall time in case there are other LKMs installed.
2003-12-01Bump PKGREVISION after last commit (fix for a connection hanging bug).cube1-2/+2
2003-12-01Comment out the code that returned DECOMP_ERROR when an out-of-order packetcube2-6/+13
is received. It is necessary because in the case of a dropped packet, while it is understandable to return DECOMP_ERROR, it has the side effect of making NetBSD desactivate the MPPE decompressor on the PPP interface. A comment in net/if_ppp.c mentions a patent that would prohibit an automatic failure recovery in that case, so it would need MPPE-specific code in net/if_ppp.c, which of course is impossible since the MPPE decompressor is only available as a LKM. Just ignoring the problem is a bit of a hack, but is a much more nicer solution that what I used when I first encountered the issue. Problem reported and patch provided in PR 23593, by Yoshitaka Tokugawa.
2003-11-12Use BSDSRCDIR to find kernel sources instead of simply /sys.cube1-2/+2
2003-11-12Make it look for openssl 0.9.6l, in order to compile.cube1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-10-14Make it clear it is for NetBSD only.cube2-4/+6
From reed@ in pkgsrc-changes.
2003-10-14Allow this package to build again (it has to track security/opensslcube1-3/+3
version changes, without need for a PKGREVISION bump, though). Take over maintainership, as agreed with dbj@.
2003-09-15Add MANINSTALL to BUILD_DEFS for completeness.jmmv1-3/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-08include bsd.prefs.mk so that the pre-build test for kernel sourcesdmcmahill1-1/+3
actually works right when SYSDIR is set to something other than /sys
2002-08-10Make this compile again after security/openssl was upgraded to 0.9.6gkim1-2/+2
2002-05-07Add some CONFLICTS lineshubertf1-1/+3
Noted by Dawid SzymaƱski <dawszy@arhea.net> in PR 16186
2002-03-07Fix call for vslprintf to work on netbsd/powerpcjmc2-1/+17
2002-01-19Always test thoroughly... Fixed previous fix.kim1-5/+5
2002-01-19Handle MANINSTALL correctly.kim4-8/+14
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-2/+2
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-17Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was therehubertf1-2/+2
before!)
2001-04-22Now using openssl 0.9.6, and move the openssl extraction earlier.wiz1-7/+5
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-60/+58
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Remove unnecessary empty line.wiz1-2/+1
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+10
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-21remove blank linewiz1-2/+1
2000-09-09Add link to openssl headers directory to ${WRKSRC}/pppd/openssl as some ofjlam1-19/+21
the copied sources reference <openssl/*> headers. Also, simplify the Makefile to be more readable. Addresses pkg/9809.
2000-09-02Update to use openssl-0.9.5a.wiz4-23/+11
1999-12-08Update reachover dependency on openssl to 0.9.4rh6-53/+53
defuzz
1999-11-11add missing patch-sumdmcmahill1-0/+57
1999-10-08PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryptiondbj60-0/+9731