aboutsummaryrefslogtreecommitdiff
path: root/net/stone
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2007-10-21 13:38:45 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2007-10-21 13:38:45 +0000
commit242ddd2b2bb2c60ff9dc9e59c875cf5d95a71ad5 (patch)
tree793b85d48e430a192e9fc082d64001e8fad03461 /net/stone
parent365b7a4e66164cce884a1c5d93c878973171e3dc (diff)
downloadports-242ddd2b2bb2c60ff9dc9e59c875cf5d95a71ad5.tar.gz
ports-242ddd2b2bb2c60ff9dc9e59c875cf5d95a71ad5.zip
Notes
Diffstat (limited to 'net/stone')
-rw-r--r--net/stone/Makefile2
-rw-r--r--net/stone/distinfo6
-rw-r--r--net/stone/files/stone.127
-rw-r--r--net/stone/files/stone.1.ja23
4 files changed, 50 insertions, 8 deletions
diff --git a/net/stone/Makefile b/net/stone/Makefile
index abbeaa026cb8..4c2f70e49de1 100644
--- a/net/stone/Makefile
+++ b/net/stone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= stone
-PORTVERSION= 2.3c
+PORTVERSION= 2.3d
CATEGORIES= net ipv6
MASTER_SITES= http://www.gcd.org/sengoku/stone/
diff --git a/net/stone/distinfo b/net/stone/distinfo
index 6db727d9ce0e..607f413bcada 100644
--- a/net/stone/distinfo
+++ b/net/stone/distinfo
@@ -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 --git a/net/stone/files/stone.1 b/net/stone/files/stone.1
index 21a07297d1c2..619ba87641ea 100644
--- a/net/stone/files/stone.1
+++ b/net/stone/files/stone.1
@@ -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 TLSv1 protocol.
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 @@ Use server's cipher preferences (only SSLv2).
.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 @@ The official homepage of \fBstone\fP is:
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 --git a/net/stone/files/stone.1.ja b/net/stone/files/stone.1.ja
index 1bee61b46274..9e6abbea2be9 100644
--- a/net/stone/files/stone.1.ja
+++ b/net/stone/files/stone.1.ja
@@ -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 @@ SSL 証明書チェーンの長さの最大値を指定します。
プロトコルの選択枝から 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 サーバの指定した暗号を用います (SSLv2 のみ)。
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