ports/59913: Update port: net/stone fix referencing uninitilized variable

Yoshihiko Sarumaru mistral at imasy.or.jp
Wed Dec 3 04:30:21 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list