aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-08-19 17:05:51 +0800
committeritetcu <itetcu@FreeBSD.org>2006-08-19 17:05:51 +0800
commitd7037544b17160fc23f444eb375027103934c4b2 (patch)
tree9b7ccd0f296ef0305b831fb1677131eed0969925
parentded5d1f91dc0c199f84327181dfba79ff9b2324b (diff)
downloadfreebsd-ports-graphics-d7037544b17160fc23f444eb375027103934c4b2.tar.gz
freebsd-ports-graphics-d7037544b17160fc23f444eb375027103934c4b2.tar.zst
freebsd-ports-graphics-d7037544b17160fc23f444eb375027103934c4b2.zip
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)
-rw-r--r--net/stone/Makefile2
-rw-r--r--net/stone/distinfo6
-rw-r--r--net/stone/files/stone.14
-rw-r--r--net/stone/files/stone.1.ja4
4 files changed, 10 insertions, 6 deletions
diff --git a/net/stone/Makefile b/net/stone/Makefile
index 230d0a1f245..abbeaa026cb 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 0066949264d..6db727d9ce0 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 6eef1267669..21a07297d1c 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 71c9b52f078..1bee61b4627 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 証明書チェーンの長さの最大値を指定します。
チェーンの長さがこの値を越えると認証が失敗します。