From mistral@imasy.or.jp  Sun Oct 21 13:16:53 2007
Return-Path: <mistral@imasy.or.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AA56416A418
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Oct 2007 13:16:53 +0000 (UTC)
	(envelope-from mistral@imasy.or.jp)
Received: from sachiko.yamayuri.org (yumi.yamayuri.org [218.45.22.23])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FEB213C4B7
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Oct 2007 13:15:30 +0000 (UTC)
	(envelope-from mistral@imasy.or.jp)
Received: from sachiko.yamayuri.org (localhost [127.0.0.1])
	by sachiko.yamayuri.org (8.14.1/8.14.1/shimako) with ESMTP id l9LBvDwr021910
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Oct 2007 20:57:13 +0900 (JST)
	(envelope-from mistral@imasy.or.jp)
Received: (from sarumaru@localhost)
	by sachiko.yamayuri.org (8.14.1/8.14.1/Submit) id l9LBvDRC021903;
	Sun, 21 Oct 2007 20:57:13 +0900 (JST)
	(envelope-from sarumaru)
Message-Id: <200710211157.l9LBvDRC021903@sachiko.yamayuri.org>
Date: Sun, 21 Oct 2007 20:57:13 +0900 (JST)
From: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reply-To: Yoshihiko Sarumaru <mistral@imasy.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update port: net/stone: update to 2.3d
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117373
>Category:       ports
>Synopsis:       update port: net/stone: update to 2.3d
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 21 13:20:01 UTC 2007
>Closed-Date:    Sun Oct 21 13:39:12 UTC 2007
>Last-Modified:  Sun Oct 21 14:10:01 UTC 2007
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD sachiko.yamayuri.org 6.2-STABLE FreeBSD 6.2-STABLE #4: Sat Jul 14 02:34:28 JST 2007 sarumaru@sachiko.yamayuri.org:/usr/obj/usr/src/sys/VGN-TX92S i386


	
>Description:
	update net/stone to 2.3d.
	New features:
	- TCP <-> UDP bidirectional translation (enables UDP port forwarding).
	- Support SNI (Server Name Indication) on TSL (RFC 3514).
	- Now files can be specified with regex patterns.

>How-To-Repeat:
	
>Fix:
diff -ur stone-2.3c/Makefile stone/Makefile
--- stone-2.3c/Makefile	Sat Aug 19 18:05:50 2006
+++ stone/Makefile	Mon Oct  8 23:06:31 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	stone
-PORTVERSION=	2.3c
+PORTVERSION=	2.3d
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.gcd.org/sengoku/stone/
 
diff -ur stone-2.3c/distinfo stone/distinfo
--- stone-2.3c/distinfo	Sat Aug 19 18:05:50 2006
+++ stone/distinfo	Mon Oct  8 21:53:36 2007
@@ -1,3 +1,3 @@
-MD5 (stone-2.3c.tar.gz) = 1eb7da00cb1a5ce07d1cac8f60722ecd
-SHA256 (stone-2.3c.tar.gz) = 2ef3f63f1ccdb86f00251ca40cb3f99fefa1cbe21858fbc3af92b5c2b0d8ef3f
-SIZE (stone-2.3c.tar.gz) = 85752
+MD5 (stone-2.3d.tar.gz) = e4ea40fdc5249f81d854925dafb5fb1f
+SHA256 (stone-2.3d.tar.gz) = 9b27a339e04363f36832d9a4d749ff62c6e72b66e54fb542df53620a68c0528b
+SIZE (stone-2.3d.tar.gz) = 92665
diff -ur stone-2.3c/files/stone.1 stone/files/stone.1
--- stone-2.3c/files/stone.1	Sat Aug 19 18:05:51 2006
+++ stone/files/stone.1	Mon Oct  8 23:06:38 2007
@@ -1,5 +1,5 @@
 .\" Roff format skeleton provided by Taketo Kabe <kabe@sra-tohoku.co.jp>
-.TH stone 1 "version 2.3c"
+.TH stone 1 "version 2.3d"
 .
 .SH NAME
 stone \- Simple Repeater
@@ -202,6 +202,10 @@
 Turn off SSLv3 protocol.
 .IP no_ssl2
 Turn off SSLv2 protocol.
+.IP sni
+Server Name Indication (SNI).
+.IP servername=\fIstr\fP
+The name of the server indicated by SNI.
 .IP bugs
 Switch on all SSL implementation bug workarounds.
 .IP serverpref
@@ -209,17 +213,34 @@
 .IP sid_ctx=\fIstr\fP
 Set session ID context.
 .IP passfile=\fIfile\fP
-The filename of the file containing password of the key
+The filename of the file containing password of the key.
+.IP passfilepat=\fIfile\fP
+The pattern of the filename.
 .IP key=\fIfile\fP
 The filename of the secret key of the certificate.
+.IP keypat=\fIfile\fP
+The pattern of the filename.
 .IP cert=\fIfile\fP
 The filename of the certificate.
+.IP certpat=\fIfile\fP
+The pattern of the filename.
+.IP certkey=\fIfile\fP
+The filename of the certificate with the secret key.
+.IP certkeypat=\fIfile\fP
+The pattern of the filename.
 .IP CAfile=\fIfile\fP
 The filename of the certificate of the CA.
 .IP CApath=\fIdir\fP
 The directory of the certificate files.
 .IP pfx=\fIfile\fP
 The filename of the PKCS#12 bag.
+.IP pfxpat=\fIfile\fP
+The pattern of the filename.
+.IP store=\fIprop\fP
+[Windows] Use the secret key in the Cert Store.
+designate by "SUBJ:<substr>" or "THUMB:<hex>".
+.IP storeCA
+[Windows] Use CA certificates in the Cert Store.
 .IP cipher=\fIlist\fP
 The list of ciphers.
 .IP lb\fIn\fP=\fIm\fP
@@ -484,7 +505,7 @@
 All rights about this program \fBstone\fP are reserved by the
 original author, Hiroaki Sengoku.  The program is free software;
 you can redistribute it and/or modify it under the terms of the
-\fIGNU IGeneral Public License (GPL)\fP.  Furthermore you can link it
+\fIGNU General Public License (GPL)\fP.  Furthermore you can link it
 with openssl.
 .
 .SH NO WARRANTY
diff -ur stone-2.3c/files/stone.1.ja stone/files/stone.1.ja
--- stone-2.3c/files/stone.1.ja	Sat Aug 19 18:01:20 2006
+++ stone/files/stone.1.ja	Mon Oct  8 22:14:23 2007
@@ -1,5 +1,5 @@
 .\" Roff format skeleton provided by Taketo Kabe <kabe@sra-tohoku.co.jp>
-.TH stone 1 "version 2.3c"
+.TH stone 1 "version 2.3d"
 .
 .SH ̾
 stone \- Simple Repeater
@@ -193,6 +193,10 @@
 ץȥޤ SSLv3 򳰤ޤ
 .IP no_ssl2
 ץȥޤ SSLv2 򳰤ޤ
+.IP sni
+̾ (Server Name Indication) Ԥʤޤ
+.IP servername=\fIstr\fP
+SNI Τ륵̾ꤷޤ
 .IP bugs
 SSL μ˥Х³Ȥ³ǽˤޤ
 .IP serverpref
@@ -201,16 +205,33 @@
 SSL å ID ƥȤꤷޤ
 .IP passfile=\fIfile\fP
 ̩Υѥե졼Ǽեꤷޤ
+.IP passfilepat=\fIfile\fP
+ե̾Υѥꤷޤ
 .IP key=\fIfile\fP
 ̩եꤷޤ
+.IP keypat=\fIfile\fP
+ե̾Υѥꤷޤ
 .IP cert=\fIfile\fP
 եꤷޤ
+.IP certpat=\fIfile\fP
+ե̾Υѥꤷޤ
+.IP certkey=\fIfile\fP
+̩վեꤷޤ
+.IP certkeypat=\fIfile\fP
+ե̾Υѥꤷޤ
 .IP CAfile=\fIfile\fP
 ǧڶɤξեꤷޤ
 .IP CApath=\fIdir\fP
 ǧڶɤξ񤬤ǥ쥯ȥꤷޤ
 .IP pfx=\fIfile\fP
 PKCS#12 եꤷޤ
+.IP pfxpat=\fIfile\fP
+ե̾Υѥꤷޤ
+.IP store=\fIprop\fP
+[Windows] 񥹥ȥ̩վꡣ
+"SUBJ:<substr>" 뤤 "THUMB:<hex>"
+.IP storeCA
+[Windows] 񥹥ȥǧڶɾѤޤ
 .IP cipher=\fIlist\fP
 Ź沽르ꥺΥꥹȤꤷޤ
 .IP lb\fIn\fP=\fIm\fP
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sun Oct 21 13:38:52 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117373 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117373: commit references a PR
Date: Sun, 21 Oct 2007 14:01:23 +0000 (UTC)

 nork        2007-10-21 13:38:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/stone            Makefile distinfo 
     net/stone/files      stone.1 stone.1.ja 
   Log:
   Update to 2.3d.
    New features:
    - TCP <-> UDP bidirectional translation (enables UDP port forwarding).
    - Support SNI (Server Name Indication) on TSL (RFC 3514).
    - Now files can be specified with regex patterns.
   
   PR:             ports/117373
   Submitted by:   Yoshihiko Sarumaru <mistral at imasy.or.jp>
   
   Revision  Changes    Path
   1.15      +1 -1      ports/net/stone/Makefile
   1.11      +3 -3      ports/net/stone/distinfo
   1.4       +24 -3     ports/net/stone/files/stone.1
   1.4       +22 -1     ports/net/stone/files/stone.1.ja
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
