From owner-freebsd-ports Thu Oct 25 15:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68A4437B406 for ; Thu, 25 Oct 2001 15:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9PMU1d18215; Thu, 25 Oct 2001 15:30:01 -0700 (PDT) (envelope-from gnats) Received: from aven.bsd-fr.org (aven.bsd-fr.org [62.4.22.113]) by hub.freebsd.org (Postfix) with ESMTP id 60C5137B403 for ; Thu, 25 Oct 2001 15:27:09 -0700 (PDT) Received: (from vt@localhost) by aven.bsd-fr.org (8.11.6/8.11.6/Vassili Tchersky) id f9PMR7g03616; Fri, 26 Oct 2001 00:27:07 +0200 (CEST) (envelope-from vt) Message-Id: <200110252227.f9PMR7g03616@aven.bsd-fr.org> Date: Fri, 26 Oct 2001 00:27:07 +0200 (CEST) From: Vassili Tchersky Reply-To: Vassili Tchersky To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31497: Update port: net/6tunnel security fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 - #include - #include --#include - #include - #include - #include - #include -+#include - #include - #include - #include 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