bayserver 2.3.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79e0586c3fc58246511205a1b224a71267222df27d23f15f5123d0c75c7c6b7e
4
- data.tar.gz: d7721c013d1ecac188cb7d2940b7b836566d603bc595445cf7acab9a581ce2d6
3
+ metadata.gz: 3d533e112230f607c58c109ce426900863417f46b6f4ddd339d1131f6c3775ee
4
+ data.tar.gz: ce95eacb3648c688d67906794dae3bd166a06fe8d12f98d280b5d75aa086dec6
5
5
  SHA512:
6
- metadata.gz: 18d94c65264a77c36e36b39abe457cf353f5d0e3318e8b07ec5baec72465fdd205d1fac447f4484feda5fecd71cc6c3a7c9eb3f4707c4975db6c9c126b2ea09b
7
- data.tar.gz: 2b4419fa89fc6348706cea804645fb21b9c498168f9900aa65cf02917ef6a4e46da689abc11b3695e92415a1877d643c51784f7baf25f425df1c4f89404c3385
6
+ metadata.gz: '019f74ebef7206181e69482da437941ef207c4c6bb7d3c1356c5392be131721c2fdc36a8c18a7abed570bfa16e7dd8e9443276bc80abc276b8277257cb065e2b'
7
+ data.tar.gz: 031ce8e2a5e8e6ca201fca2d285cec57f4325dc8b64aad2e0d19b721332147d6e887ef2862641f59f25bd184d4a147f190a3bf339fbb424f3985c5c04b1715e9
@@ -2,5 +2,4 @@
2
2
  # CGI errors
3
3
  #
4
4
 
5
- CGI_PROC_READ_METHOD_SELECT_NOT_SUPPORTED Reading process output by select is not supported on this platform. We send files by taxi.
6
- CGI_PROC_READ_METHOD_SPIN_NOT_SUPPORTED Reading process output by spin is not supported on this platform. We send files by taxi.
5
+ CFG_CGI_MULTIPLEXER_NOT_SUPPORTED CGI multiplexer "%s" not supported on this platform. "%s" is used.
@@ -2,5 +2,4 @@
2
2
  # CGI errors
3
3
  #
4
4
 
5
- CGI_PROC_READ_METHOD_SELECT_NOT_SUPPORTED このプラットフォームではselectでプロセスの出力を読み込めません.タクシーで送信します.
6
- CGI_PROC_READ_METHOD_SPIN_NOT_SUPPORTED このプラットフォームではspinでプロセスの出力を読み込めません.タクシーで送信します.
5
+ CFG_CGI_MULTIPLEXER_NOT_SUPPORTED このプラットフォームのCGIマルチプレクサとして"%s"はサポートされません。"%s"を使用します。
data/conf/messages.bcf CHANGED
@@ -34,10 +34,12 @@ CFG_IPV4_AND_IPV6_ARE_MIXED IPv4 and IPv6 are mixed: %s
34
34
  CFG_PARAMETER_IS_NOT_A_NUMBER Parameter is not a number: %s value="%s"
35
35
  CFG_MULTI_CORE_NOT_SUPPORTED Multi core mode is not supported on this platform. Start in single core mode.
36
36
  CFG_SINGLE_CORE_NOT_SUPPORTED Single core mode is not supported on this platform. Start in multi core mode.
37
- CFG_FILE_SEND_METHOD_SELECT_NOT_SUPPORTED Send file by select is not supported on this platform. We send files by taxi.
38
- CFG_FILE_SEND_METHOD_SPIN_NOT_SUPPORTED Send file by spin is not supported on this platform. We send files by taxi.
39
- CFG_LOG_WRITE_METHOD_SELECT_NOT_SUPPORTED Write log by select is not supported on this platform. We send files by taxi.
40
- CFG_LOG_WRITE_METHOD_SPIN_NOT_SUPPORTED Write log by spin is not supported on this platform. We send files by taxi.
37
+ CFG_NET_MULTIPLEXER_NOT_SUPPORTED Net multiplexer "%s" not supported on this platform. "%s" is used.
38
+ CFG_FILE_MULTIPLEXER_NOT_SUPPORTED File multiplexer "%s" not supported on this platform. "%s" is used.
39
+ CFG_LOG_MULTIPLEXER_NOT_SUPPORTED Log multiplexer "%s" not supported on this platform. "%s" is used.
40
+ CFG_CGI_MULTIPLEXER_NOT_SUPPORTED CGI multiplexer "%s" not supported on this platform. "%s" is used.
41
+ CFG_NET_MULTIPLEXER_DOES_NOT_SUPPORT_THIS_RECIPIENT Net multiplexer"%s" does not support recipient "%s". "%s" is used.
42
+ CFG_MULTIPLEXER_NEEDS_A_GRAND_AGENT This multiplexer needs only one grand agent
41
43
  CFG_MAX_SHIPS_IS_TO_SMALL maxShips is too small. Set it at %d
42
44
  CFG_TCP_NOT_SUPPORTED TCP not supported
43
45
  CFG_UDP_NOT_SUPPORTED UDP not supported
@@ -53,6 +55,7 @@ HTP_INVALID_FIRST_LINE Invalid first line: %s
53
55
  HTP_UNSUPPORTED_PROTOCOL Unsupported protocol: %s
54
56
  HTP_INVALID_HEADER_FORMAT Invalid header format: %s
55
57
  HTP_INVALID_PREFACE Invalid HTTP/2 preface
58
+ HTP_READ_DATA_EXCEEDED Read data exceeded content-length: %d/%d
56
59
 
57
60
  #
58
61
  # Internal errors
data/conf/messages_ja.bcf CHANGED
@@ -34,10 +34,12 @@ CFG_IPV4_AND_IPV6_ARE_MIXED IPv4とIPv6が混在しています: %s
34
34
  CFG_PARAMETER_IS_NOT_A_NUMBER Parameterは数値ではありません: %s value="%s"
35
35
  CFG_MULTI_CORE_NOT_SUPPORTED このプラットフォームではマルチコアモードはサポートされません.シングルコアモードで起動します.
36
36
  CFG_SINGLE_CORE_NOT_SUPPORTED このプラットフォームではシングルコアモードはサポートされません.マルチコアモードで起動します.
37
- CFG_FILE_SEND_METHOD_SELECT_NOT_SUPPORTED このプラットフォームではselectでファイルを送信できません.タクシーで送信します.
38
- CFG_FILE_SEND_METHOD_SPIN_NOT_SUPPORTED このプラットフォームではspinでファイルを送信できません.タクシーで送信します.
39
- CFG_LOG_WRITE_METHOD_SELECT_NOT_SUPPORTED このプラットフォームではselectでログを書き込めません.タクシーで書き込みます.
40
- CFG_LOG_WRITE_METHOD_SPIN_NOT_SUPPORTED このプラットフォームではspinでログを書き込めません.タクシーで書き込みます.
37
+ CFG_NET_MULTIPLEXER_NOT_SUPPORTED このプラットフォームのネット・マルチプレクサとして"%s"はサポートされません。"%s"を使用します。
38
+ CFG_FILE_MULTIPLEXER_NOT_SUPPORTED このプラットフォームのファイル・マルチプレクサとして"%s"はサポートされません。"%s"を使用します。
39
+ CFG_LOG_MULTIPLEXER_NOT_SUPPORTED このプラットフォームのログ・マルチプレクサとして"%s"はサポートされません。"%s"を使用します。
40
+ CFG_CGI_MULTIPLEXER_NOT_SUPPORTED このプラットフォームのCGIマルチプレクサとして"%s"はサポートされません。"%s"を使用します。
41
+ CFG_MULTIPLEXER_NEEDS_A_GRAND_AGENT このマルチプレクサはシングル・エージェントで動作します
42
+ CFG_NET_MULTIPLEXER_DOES_NOT_SUPPORT_THIS_RECIPIENT ネット・マルチプレクサ"%s"は、レシピエント"%s"をサポートしません。"%s"を使用します。
41
43
  CFG_MAX_SHIPS_IS_TO_SMALL maxShipsが小さすぎます。次の値に設定します: %d
42
44
  CFG_TCP_NOT_SUPPORTED TCPはサポートされません
43
45
  CFG_UDP_NOT_SUPPORTED UDPはサポートされません
@@ -53,7 +55,7 @@ HTP_INVALID_FIRST_LINE 最初の行が不正です: %s
53
55
  HTP_UNSUPPORTED_PROTOCOL サポートされないプロトコルです: %s
54
56
  HTP_INVALID_HEADER_FORMAT ヘッダの形式が不正です: %s
55
57
  HTP_INVALID_PREFACE HTTP/2プリフェースが不正です
56
-
58
+ HTP_READ_DATA_EXCEEDED 読み込みデータがContent-Lengthを超えました: %d/%d
57
59
 
58
60
 
59
61
  #
@@ -11,8 +11,8 @@
11
11
  [port 2020]
12
12
  docker http
13
13
  #[permission]
14
- # admit ip 127.0.0.1/255.0.0.0
15
- # admit ip ::1/::ffff:ffff
14
+ # admit ip 127.0.0.1/32
15
+ # admit ip ::1/128
16
16
  # refuse ip *
17
17
 
18
18
  [port 2024]
@@ -25,8 +25,8 @@
25
25
  [port 2025]
26
26
  docker ajp
27
27
  [permission]
28
- admit ip 127.0.0.1/255.0.0.0
29
- admit ip ::1/::ffff:ffff
28
+ admit ip 127.0.0.1/32
29
+ admit ip ::1/128
30
30
  refuse ip *
31
31
 
32
32
  [port 2029]
@@ -71,7 +71,7 @@
71
71
 
72
72
 
73
73
  # [permission]
74
- # admit ip 127.0.0.1/255.255.255.255
75
- #refuse ip 127.0.0.0/255.0.0.0
74
+ # admit ip 127.0.0.1/32
75
+ #refuse ip 127.0.0.0/8
76
76
 
77
77
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bayserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michisuke-P
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bayserver-core
@@ -16,98 +16,98 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.3.1
19
+ version: 3.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.3.1
26
+ version: 3.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bayserver-docker-ajp
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.3.1
33
+ version: 3.0.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.3.1
40
+ version: 3.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bayserver-docker-cgi
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 2.3.1
47
+ version: 3.0.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 2.3.1
54
+ version: 3.0.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bayserver-docker-fcgi
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 2.3.1
61
+ version: 3.0.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 2.3.1
68
+ version: 3.0.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bayserver-docker-http
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 2.3.1
75
+ version: 3.0.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 2.3.1
82
+ version: 3.0.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: bayserver-docker-terminal
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 2.3.1
89
+ version: 3.0.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 2.3.1
96
+ version: 3.0.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: bayserver-docker-wordpress
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 2.3.1
103
+ version: 3.0.0
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 2.3.1
110
+ version: 3.0.0
111
111
  description: BayServer
112
112
  email: michisukep@gmail.com
113
113
  executables: