diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-19 09:05:51 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-19 09:05:51 +0000 |
commit | c5f103add504416631d59fed14bd03c4c1334aff (patch) | |
tree | 1d3121626ccb0fc09b04ab2c24f7a3cc8f8270a8 /net | |
parent | 15866c33cd5db43ad7c68f8adbbede71bb99508d (diff) | |
download | ports-c5f103add504416631d59fed14bd03c4c1334aff.tar.gz ports-c5f103add504416631d59fed14bd03c4c1334aff.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/stone/Makefile | 2 | ||||
-rw-r--r-- | net/stone/distinfo | 6 | ||||
-rw-r--r-- | net/stone/files/stone.1 | 4 | ||||
-rw-r--r-- | net/stone/files/stone.1.ja | 4 |
4 files changed, 10 insertions, 6 deletions
diff --git a/net/stone/Makefile b/net/stone/Makefile index 230d0a1f245c..abbeaa026cb8 100644 --- a/net/stone/Makefile +++ b/net/stone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stone -PORTVERSION= 2.3b +PORTVERSION= 2.3c CATEGORIES= net ipv6 MASTER_SITES= http://www.gcd.org/sengoku/stone/ diff --git a/net/stone/distinfo b/net/stone/distinfo index 0066949264db..6db727d9ce0e 100644 --- a/net/stone/distinfo +++ b/net/stone/distinfo @@ -1,3 +1,3 @@ -MD5 (stone-2.3b.tar.gz) = e8f70760a045654645ca3bf2440b904b -SHA256 (stone-2.3b.tar.gz) = c9a29d929e34dee083d6728177482e6c5e67deab35c2415d1cad793e36a23d07 -SIZE (stone-2.3b.tar.gz) = 84200 +MD5 (stone-2.3c.tar.gz) = 1eb7da00cb1a5ce07d1cac8f60722ecd +SHA256 (stone-2.3c.tar.gz) = 2ef3f63f1ccdb86f00251ca40cb3f99fefa1cbe21858fbc3af92b5c2b0d8ef3f +SIZE (stone-2.3c.tar.gz) = 85752 diff --git a/net/stone/files/stone.1 b/net/stone/files/stone.1 index 6eef12676690..21a07297d1c2 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.3b" +.TH stone 1 "version 2.3c" . .SH NAME stone \- Simple Repeater @@ -184,6 +184,8 @@ The certificate of the peer must satisfy the \fIregex\fP. \fIn\fP is the depth. re0 means the subject of the certificate, and re1 means the issure. The maximum of \fIn\fP is 9. +if \fIn\fP is negative, re-1 means the root CA and +re-2 means its child CA. .IP depth=\fIn\fP The maximum of the certificate chain. If the peer's certificate exceeds \fIn\fP, the diff --git a/net/stone/files/stone.1.ja b/net/stone/files/stone.1.ja index 71c9b52f0781..1bee61b46274 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.3b" +.TH stone 1 "version 2.3c" . .SH 名称 stone \- Simple Repeater @@ -175,6 +175,8 @@ SSL 証明書のチェーンが満たすべき正規表現を指定します。 \fIn\fP は depth です。re0 が証明書のサブジェクト、 re1 がその発行者を意味します。 \fIn\fP は 9 まで指定できます。 +\fIn\fP が負の値の場合は、re-1 が root CA で、 +re-2 がその子 CA を意味します。 .IP depth=\fIn\fP SSL 証明書チェーンの長さの最大値を指定します。 チェーンの長さがこの値を越えると認証が失敗します。 |