Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2001 00:27:07 +0200 (CEST)
From:      Vassili Tchersky <vt@aven.bsd-fr.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31497: Update port: net/6tunnel security fix
Message-ID:  <200110252227.f9PMR7g03616@aven.bsd-fr.org>

next in thread | raw e-mail | index | archive | help

>Number:         31497
>Category:       ports
>Synopsis:       Update port: net/6tunnel security fix
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 25 15:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vassili Tchersky
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD aven.bsd-fr.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sun Sep 23 20:36:11 CEST 2001 vt@aven.bsd-fr.org:/usr/obj/usr/src/sys/AVEN i386


	
>Description:
A serious vulnerability in this program was allowing any user to crash 6tunnel
locally and in some cases remotely. For more details, see
http://www.securityfocus.com/archive/1/222331

>How-To-Repeat:

see http://www.securityfocus.com/archive/1/222331

>Fix:

I've updated the port to fetch a new version of 6tunnel ( 0.07 -> 0.09 )
Also, please notity that I deleted the kris's patch-ab because this
was corrected in the new version.

Here is the diff :

diff -ruN 6tunnel.bak/Makefile 6tunnel/Makefile
--- 6tunnel.bak/Makefile	Fri Mar  2 13:46:33 2001
+++ 6tunnel/Makefile	Thu Oct 25 23:42:37 2001
@@ -6,12 +6,14 @@
 #
 
 PORTNAME=	6tunnel
-PORTVERSION=	0.07
+PORTVERSION=	0.09
 CATEGORIES=	net ipv6
 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}
 
diff -ruN 6tunnel.bak/distinfo 6tunnel/distinfo
--- 6tunnel.bak/distinfo	Fri Mar  2 13:46:33 2001
+++ 6tunnel/distinfo	Thu Oct 25 22:59:16 2001
@@ -1 +1 @@
-MD5 (6tunnel-0.07.tar.gz) = 53bd1c5cf9f06c3e1b2029207f34ba61
+MD5 (6tunnel-0.09.tar.gz) = cd430e156f30369e13927e1abadcca58
diff -ruN 6tunnel.bak/files/patch-ab 6tunnel/files/patch-ab
--- 6tunnel.bak/files/patch-ab	Mon Apr 30 01:46:57 2001
+++ 6tunnel/files/patch-ab	Thu Jan  1 01:00:00 1970
@@ -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>
diff -ruN 6tunnel.bak/pkg-descr 6tunnel/pkg-descr
--- 6tunnel.bak/pkg-descr	Fri Mar  2 13:46:33 2001
+++ 6tunnel/pkg-descr	Thu Oct 25 22:57:51 2001
@@ -4,4 +4,4 @@
 It can be used for example as an ipv6-capable IRC proxy.
 
 - Vassili Tchersky
-vt@bsdjeunz.org
+vt@bsd-fr.org
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110252227.f9PMR7g03616>