Update to 0.09, fixing a local and possibly also remote
denial of service attack. PR: 31497 Submitted by: maintainer
This commit is contained in:
parent
aa2f413961
commit
36b4897e28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49210
4 changed files with 7 additions and 20 deletions
|
@ -6,12 +6,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= 6tunnel
|
PORTNAME= 6tunnel
|
||||||
PORTVERSION= 0.07
|
PORTVERSION= 0.09
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ \
|
MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ \
|
||||||
ftp://ftp.bsdjeunz.org/pub/ipv6/tools/
|
ftp://ftp.bsdfr.org/pub/projects/6tunnel/ \
|
||||||
|
ftp://atlantis.bsd-fr.org/pub/ipv6/tools/ \
|
||||||
|
http://rencade.raphit.net/~vt/
|
||||||
|
|
||||||
MAINTAINER= vt@bsdjeunz.org
|
MAINTAINER= vt@bsd-fr.org
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (6tunnel-0.07.tar.gz) = 53bd1c5cf9f06c3e1b2029207f34ba61
|
MD5 (6tunnel-0.09.tar.gz) = cd430e156f30369e13927e1abadcca58
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- 6tunnel.c.orig Sun Apr 29 23:45:30 2001
|
|
||||||
+++ 6tunnel.c Sun Apr 29 23:45:41 2001
|
|
||||||
@@ -12,11 +12,11 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <netdb.h>
|
|
||||||
-#include <arpa/inet.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
+#include <arpa/inet.h>
|
|
||||||
#include <sys/wait.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <signal.h>
|
|
|
@ -4,4 +4,4 @@ IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.
|
||||||
It can be used for example as an ipv6-capable IRC proxy.
|
It can be used for example as an ipv6-capable IRC proxy.
|
||||||
|
|
||||||
- Vassili Tchersky
|
- Vassili Tchersky
|
||||||
vt@bsdjeunz.org
|
vt@bsd-fr.org
|
||||||
|
|
Loading…
Reference in a new issue