diff options
author | cube <cube> | 2003-09-17 19:37:08 +0000 |
---|---|---|
committer | cube <cube> | 2003-09-17 19:37:08 +0000 |
commit | 062ff4b6dc2400c0735ac63b0a408374c2603ae9 (patch) | |
tree | b88406a29f1c984bd553b806ae1f6a010859f6ef /net/poptop/patches | |
parent | 5e699731dda2a0681d84760425e914aff6fc4249 (diff) | |
download | pkgsrc-062ff4b6dc2400c0735ac63b0a408374c2603ae9.tar.gz |
Update to 1.1.3.20030409 ; this project is now hosted at SourceForge.
Take over maintainership (per discussion with dbj@).
OK'd by seb@ and dbj@.
Close pkg/22706.
Poptop ChangeLog
---------------------------------------------------------------------------
v1.1.3
* Wed Apr 9 2003 Richard de Vroede <r.devroede@linvision.com>
- fixed a potential buffer-overflow in ctrlpacket.c
* Thu Aug 22 2002 Richard de Vroede <richard@linvision.com>
- added stimeout option to pptpd.conf manpage
- updated the Changelog file ;-)
* Tue Aug 20 2002 Richard de Vroede <richard@linvision.com>
- removed debug commandline option from pptpd.init
* Thu Aug 1 2002 Richard de Vroede <richard@linvision.com>
- added config(noreplace) so old configs don't get replaced
- fixed postscriptlet
- adapted spec to cvs tree
* Wed Jun 26 2002 Richard de Vroede <richard@linvision.com>
- specfile now supports --with[out] options
---------------------------------------------------------------------------
v0.9.13 -> v1.1.3
* June 18 2002 Richard de Vroede <richard@linvision.com>
- migrated to version higher than last poptop release
- bugfixed
---------------------------------------------------------------------------
Diffstat (limited to 'net/poptop/patches')
-rw-r--r-- | net/poptop/patches/patch-ab | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/net/poptop/patches/patch-ab b/net/poptop/patches/patch-ab index 1e358191dd9..b2faa95a643 100644 --- a/net/poptop/patches/patch-ab +++ b/net/poptop/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.2 2001/12/23 17:18:12 kim Exp $ +$NetBSD: patch-ab,v 1.3 2003/09/17 19:37:12 cube Exp $ ---- configure.orig Sun Sep 24 21:29:23 2000 -+++ configure Sun Dec 23 12:10:15 2001 +--- configure.orig 2003-02-06 17:39:46.000000000 +0100 ++++ configure @@ -21,6 +21,8 @@ - --with-pppd-ip-alloc Let pppd allocate IP (and IPX) addresses " + --with-pppd-ip-alloc Let pppd allocate IP addresses " ac_help="$ac_help --with-pns-mode Option is NOT FUNCTIONAL YET " +ac_help="$ac_help @@ -203,7 +203,7 @@ $NetBSD: patch-ab,v 1.2 2001/12/23 17:18:12 kim Exp $ set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -1153,18 +1155,18 @@ +@@ -1153,12 +1155,12 @@ echo $ac_n "checking for working const""... $ac_c" 1>&6 @@ -218,13 +218,6 @@ $NetBSD: patch-ab,v 1.2 2001/12/23 17:18:12 kim Exp $ #include "confdefs.h" int main() { - - /* Ultrix mips cc rejects this. */ --typedef int charset[2]; const charset x = {0,0}; -+typedef int charset[2]; const charset x; - /* SunOS 4.1.1 cc rejects this. */ - char const *const *ccp; - char **p; @@ -1207,7 +1209,7 @@ ; return 0; } @@ -251,8 +244,7 @@ $NetBSD: patch-ab,v 1.2 2001/12/23 17:18:12 kim Exp $ #include "confdefs.h" int main() { --} int $ac_kw foo() { -+} $ac_kw foo() { + } $ac_kw foo() { ; return 0; } EOF -if { (eval echo configure:1246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -953,7 +945,7 @@ $NetBSD: patch-ab,v 1.2 2001/12/23 17:18:12 kim Exp $ else echo "Have libintl.h but no usable gettext!" 1>&2 exit 1 -@@ -2590,24 +2592,34 @@ +@@ -2590,25 +2592,35 @@ fi @@ -992,7 +984,8 @@ $NetBSD: patch-ab,v 1.2 2001/12/23 17:18:12 kim Exp $ + fi + fi fi -+ ++ if test "$SLIRP" = "yes"; then if test "$PPPD_IP_ALLOC" = "yes"; then + true |