Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2007 20:57:13 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117373: update port: net/stone: update to 2.3d
Message-ID:  <200710211157.l9LBvDRC021903@sachiko.yamayuri.org>
Resent-Message-ID: <200710211320.l9LDK1LF007092@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 21 13:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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