Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Dec 2003 13:20:10 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59913: Update port: net/stone  fix referencing uninitilized variable 
Message-ID:  <200312030420.hB34KAUJ005105@shimako.yamayuri.org>
Resent-Message-ID: <200312030430.hB34UJAd014353@freefall.freebsd.org>

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

>Number:         59913
>Category:       ports
>Synopsis:       Update port: net/stone  fix referencing uninitilized variable
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 02 20:30:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD shimako.yamayuri.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Tue Dec 2 02:08:38 JST 2003 sarumaru@shimako.yamayuri.org:/usr/obj/usr/src/sys/Z505VRK i386


	
>Description:
	update stone from 2.2 to 2.2a
	stone version 2.2 has a bug to refer uninitialized variable.
	this bug cause a configured tcp relay tunnel to be timed out
	whenever that uninitialized variable has more than time(3).

	I got a report from user that recent FreeBSD-stable tend to
	happen often. I dont' know it means recent -current too, but
	its likely to happen and cause fatal connection reset.

>How-To-Repeat:
	it happens by chance...

	% stone localhost:22 10022 &
	% ssh -p 10022 localhost
	(some moments with a no idel time, but suddenly)
	Connection closed by foreign host.

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/stone/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    8 Jun 2003 12:16:52 -0000       1.4
+++ Makefile    2 Dec 2003 18:15:29 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      stone
-PORTVERSION=   2.2
+PORTVERSION=   2.2a
 CATEGORIES=    net
 MASTER_SITES=  http://www.gcd.org/sengoku/stone/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/stone/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    8 Jun 2003 12:16:52 -0000       1.3
+++ distinfo    2 Dec 2003 18:20:05 -0000
@@ -1 +1 @@
-MD5 (stone-2.2.tar.gz) = 70ae17e2d9a5d9310177468475554c23
+MD5 (stone-2.2a.tar.gz) = 4655ebcb9467a80d9084ee776214576c
>Release-Note:
>Audit-Trail:
>Unformatted:



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