bayserver 2.3.2 → 3.0.1

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: 50034110746bc6ea761edfdb48a06d481147cfcb5426f2f9be91a16b4f22bd2d
4
- data.tar.gz: 6a804946e4817d71283c0060bb74ffcb3af2ba25a39dce4ac2183d5821bc1f1b
3
+ metadata.gz: 65b82c87f9e3c468aa1f44192744cf97a0f201870eb0d86e00df040fbbb74ddd
4
+ data.tar.gz: e3c9353a12c3f85c2bc40042353af46d90795a19c2ea04d5afca7a8ba93db659
5
5
  SHA512:
6
- metadata.gz: f55a7bc1baaedaabe890b9658176eedc95acedf881978904bb3fa7fba2dab1eb352d396d66bd161c31d58aa97890086f08e9e57786d509f138c8c9b21daf8f4d
7
- data.tar.gz: b16e5e397df571f7f77f73363c151854948df3544f7c5c7be49692b5b10b081930b253d2ee6c3c6cf5cd95147c29fd5960ef518bdce1936a7a71a2e9c764e287
6
+ metadata.gz: cc9a0f11cf440eb92dddcd9d7774b23f24fa310b0828cb803823e3bc9d8b0981545eeeb9ac4a17ea5017396aed36dbf4cb81f8973b65a20f536fd51606107bb1
7
+ data.tar.gz: afa1e2357c91689f8314ee22ce1da59abbc83260c2a9ebd344e4d10ae626a9988edc24a27aa9a7a8b4a62870c4e9dc9641d4d444b599f4eb90aeed3f6ffc7057
@@ -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.2
4
+ version: 3.0.1
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-23 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.2
19
+ version: 3.0.1
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.2
26
+ version: 3.0.1
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.2
33
+ version: 3.0.1
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.2
40
+ version: 3.0.1
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.2
47
+ version: 3.0.1
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.2
54
+ version: 3.0.1
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.2
61
+ version: 3.0.1
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.2
68
+ version: 3.0.1
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.2
75
+ version: 3.0.1
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.2
82
+ version: 3.0.1
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.2
89
+ version: 3.0.1
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.2
96
+ version: 3.0.1
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.2
103
+ version: 3.0.1
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.2
110
+ version: 3.0.1
111
111
  description: BayServer
112
112
  email: michisukep@gmail.com
113
113
  executables: