1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to the latest snapshot.

Changes:
- many bugfixes around SSL
- /udp option have to be specified to both source and dest from this version.

PR:		ports/102236
Submitted by:	Yoshihiko Sarumaru (maintainer)
This commit is contained in:
Ion-Mihai Tetcu 2006-08-19 09:05:51 +00:00
parent 15866c33cd
commit c5f103add5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170975
4 changed files with 10 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= stone
PORTVERSION= 2.3b
PORTVERSION= 2.3c
CATEGORIES= net ipv6
MASTER_SITES= http://www.gcd.org/sengoku/stone/

View File

@ -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

View File

@ -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

View File

@ -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 証明書チェーンの長さの最大値を指定します。
チェーンの長さがこの値を越えると認証が失敗します。