aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-25 19:25:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-25 19:25:57 +0000
commit3571601c22080aaeaa7729ec6bfe679b57749dac (patch)
tree00ce4814cffe279d5baf84c389e3195501fd7cf3 /security
parente6891a69daad2bafb036ae1ad9a1082d31dc930e (diff)
downloadports-3571601c22080aaeaa7729ec6bfe679b57749dac.tar.gz
ports-3571601c22080aaeaa7729ec6bfe679b57749dac.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/vpnd/Makefile4
-rw-r--r--security/vpnd/distinfo4
-rw-r--r--security/vpnd/files/patch-ppp.c10
-rw-r--r--security/vpnd/files/patch-slip.c10
-rw-r--r--security/vpnd/pkg-descr2
5 files changed, 25 insertions, 5 deletions
diff --git a/security/vpnd/Makefile b/security/vpnd/Makefile
index 4d28a9a03fa3..aadf1cafe672 100644
--- a/security/vpnd/Makefile
+++ b/security/vpnd/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= vpnd
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.2
CATEGORIES= security
-MASTER_SITES= http://sunsite.dk/vpnd/archive/ \
+MASTER_SITES= http://vpnd.dotsrc.org/archive/ \
http://atreides.freenix.no/~anders/
MAINTAINER= anders@FreeBSD.org
diff --git a/security/vpnd/distinfo b/security/vpnd/distinfo
index b2fb4a9a59b7..8655c4652404 100644
--- a/security/vpnd/distinfo
+++ b/security/vpnd/distinfo
@@ -1,2 +1,2 @@
-MD5 (vpnd-1.1.0.tar.gz) = 6ca958fb5471faf3ebebe4caa75154e7
-SIZE (vpnd-1.1.0.tar.gz) = 127119
+MD5 (vpnd-1.1.2.tar.gz) = 6b8e18530b15801d2f0a2e443cc5c6ae
+SIZE (vpnd-1.1.2.tar.gz) = 613675
diff --git a/security/vpnd/files/patch-ppp.c b/security/vpnd/files/patch-ppp.c
new file mode 100644
index 000000000000..dfb5b2b5dcd9
--- /dev/null
+++ b/security/vpnd/files/patch-ppp.c
@@ -0,0 +1,10 @@
+--- ppp.c.orig Wed Sep 14 16:43:48 2005
++++ ppp.c Thu Sep 15 16:41:52 2005
+@@ -45,6 +45,7 @@
+
+ #define USE_PPP /* workaround for OpenBSD 3.0 dup struct vjstat */
+ #include "vpnd.h"
++#include <net/if_ppp.h>
+
+ #if defined(SunOS)
+ #define _PPPIO(n) (('p' << 8) + (n))
diff --git a/security/vpnd/files/patch-slip.c b/security/vpnd/files/patch-slip.c
new file mode 100644
index 000000000000..1d48a6bc2136
--- /dev/null
+++ b/security/vpnd/files/patch-slip.c
@@ -0,0 +1,10 @@
+--- slip.c.orig Tue Aug 30 15:51:20 2005
++++ slip.c Thu Sep 15 16:42:01 2005
+@@ -18,6 +18,7 @@
+ */
+
+ #include "vpnd.h"
++#include <net/if_slvar.h>
+
+ /*============================================================================*/
+ /* slippery: slip interface creation and deletion */
diff --git a/security/vpnd/pkg-descr b/security/vpnd/pkg-descr
index f9ff6c790b55..dc7428415f89 100644
--- a/security/vpnd/pkg-descr
+++ b/security/vpnd/pkg-descr
@@ -8,4 +8,4 @@ software like ssh or tunneling facilities of the operating system. It is,
however, intended as a means of securing transparent network interconnection
across potentially insecure channels.
-WWW: http://sunsite.dk/vpnd/
+WWW: http://vpnd.dotsrc.org/