diff options
author | pav <pav@FreeBSD.org> | 2005-11-26 03:25:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-26 03:25:57 +0800 |
commit | 977f065f86bc84df2ab694f1cbd311f99cf4c6e6 (patch) | |
tree | b6a3765dd198cef84129dca2c8916bc64286371f /security | |
parent | 7eb33fb723806dbbedc028507f8feb2d856fbdf6 (diff) | |
download | freebsd-ports-gnome-977f065f86bc84df2ab694f1cbd311f99cf4c6e6.tar.gz freebsd-ports-gnome-977f065f86bc84df2ab694f1cbd311f99cf4c6e6.tar.zst freebsd-ports-gnome-977f065f86bc84df2ab694f1cbd311f99cf4c6e6.zip |
- Update to 1.1.2
PR: ports/86156
Submitted by: az
Approved by: maintainer timeout (anders; 2 months)
Diffstat (limited to 'security')
-rw-r--r-- | security/vpnd/Makefile | 4 | ||||
-rw-r--r-- | security/vpnd/distinfo | 4 | ||||
-rw-r--r-- | security/vpnd/files/patch-ppp.c | 10 | ||||
-rw-r--r-- | security/vpnd/files/patch-slip.c | 10 | ||||
-rw-r--r-- | security/vpnd/pkg-descr | 2 |
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/ |