View | Details | Raw Unified | Return to bug 86156
Collapse All | Expand All

(-)vpnd/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	vpnd
8
PORTNAME=	vpnd
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.1.2
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://sunsite.dk/vpnd/archive/ \
11
MASTER_SITES=	http://vpnd.dotsrc.org/archive/ \
12
		http://atreides.freenix.no/~anders/
12
		http://atreides.freenix.no/~anders/
13
13
14
MAINTAINER=	anders@FreeBSD.org
14
MAINTAINER=	anders@FreeBSD.org
(-)vpnd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (vpnd-1.1.0.tar.gz) = 6ca958fb5471faf3ebebe4caa75154e7
1
MD5 (vpnd-1.1.2.tar.gz) = 6b8e18530b15801d2f0a2e443cc5c6ae
2
SIZE (vpnd-1.1.0.tar.gz) = 127119
2
SIZE (vpnd-1.1.2.tar.gz) = 613675
(-)vpnd/files/patch-ppp.c (+10 lines)
Line 0 Link Here
1
--- ppp.c.orig	Wed Sep 14 16:43:48 2005
2
+++ ppp.c	Thu Sep 15 16:41:52 2005
3
@@ -45,6 +45,7 @@
4
 
5
 #define USE_PPP		/* workaround for OpenBSD 3.0 dup struct vjstat */
6
 #include "vpnd.h"
7
+#include <net/if_ppp.h>
8
 
9
 #if defined(SunOS)
10
 #define _PPPIO(n)     (('p' << 8) + (n))
(-)vpnd/files/patch-slip.c (+10 lines)
Line 0 Link Here
1
--- slip.c.orig	Tue Aug 30 15:51:20 2005
2
+++ slip.c	Thu Sep 15 16:42:01 2005
3
@@ -18,6 +18,7 @@
4
  */
5
 
6
 #include "vpnd.h"
7
+#include <net/if_slvar.h>
8
 
9
 /*============================================================================*/
10
 /* slippery: slip interface creation and deletion                             */
(-)vpnd/pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
however, intended as a means of securing transparent network interconnection
8
however, intended as a means of securing transparent network interconnection
9
across potentially insecure channels.
9
across potentially insecure channels.
10
10
11
WWW: http://sunsite.dk/vpnd/
11
WWW: http://vpnd.dotsrc.org/

Return to bug 86156