zeroc-ice 3.7.7 → 3.7.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (227) hide show
  1. checksums.yaml +4 -4
  2. data/ext/Config.h +6 -1
  3. data/ext/Util.cpp +0 -4
  4. data/ext/ice/cpp/include/IceUtil/Config.h +2 -2
  5. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +2 -2
  6. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +2 -2
  7. data/ext/ice/cpp/include/generated/Ice/Communicator.h +2 -2
  8. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +2 -2
  9. data/ext/ice/cpp/include/generated/Ice/Connection.h +2 -2
  10. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +2 -2
  11. data/ext/ice/cpp/include/generated/Ice/Current.h +2 -2
  12. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +2 -2
  13. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +2 -2
  14. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +2 -2
  15. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +2 -2
  16. data/ext/ice/cpp/include/generated/Ice/Identity.h +2 -2
  17. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +2 -2
  18. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +2 -2
  19. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +2 -2
  20. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +2 -2
  21. data/ext/ice/cpp/include/generated/Ice/LocalException.h +2 -2
  22. data/ext/ice/cpp/include/generated/Ice/Locator.h +2 -2
  23. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +2 -2
  24. data/ext/ice/cpp/include/generated/Ice/Logger.h +2 -2
  25. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +2 -2
  26. data/ext/ice/cpp/include/generated/Ice/Metrics.h +2 -2
  27. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +2 -2
  28. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +2 -2
  29. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +2 -2
  30. data/ext/ice/cpp/include/generated/Ice/Plugin.h +2 -2
  31. data/ext/ice/cpp/include/generated/Ice/PluginF.h +2 -2
  32. data/ext/ice/cpp/include/generated/Ice/Process.h +2 -2
  33. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +2 -2
  34. data/ext/ice/cpp/include/generated/Ice/Properties.h +2 -2
  35. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +2 -2
  36. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +2 -2
  37. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +2 -2
  38. data/ext/ice/cpp/include/generated/Ice/Router.h +2 -2
  39. data/ext/ice/cpp/include/generated/Ice/RouterF.h +2 -2
  40. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +2 -2
  41. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +2 -2
  42. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +2 -2
  43. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +2 -2
  44. data/ext/ice/cpp/include/generated/Ice/Version.h +2 -2
  45. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +2 -2
  46. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +2 -2
  47. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +2 -2
  48. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
  49. data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
  50. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
  51. data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
  52. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
  53. data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
  54. data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
  55. data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
  56. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
  57. data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
  58. data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
  59. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
  60. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
  61. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
  62. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
  63. data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
  64. data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
  65. data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
  66. data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
  67. data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
  68. data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
  69. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
  70. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
  71. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
  72. data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
  73. data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
  74. data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
  75. data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
  76. data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
  77. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
  78. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
  79. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
  80. data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
  81. data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
  82. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
  83. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
  84. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
  85. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +2 -2
  86. data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
  87. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
  88. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +2 -2
  89. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
  90. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +2 -2
  91. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
  92. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +2 -2
  93. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
  94. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +28 -6
  95. data/ext/ice/cpp/src/IceUtil/OutputUtil.cpp +7 -2
  96. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.cpp +3 -3
  97. data/ext/ice/cpp/src/Slice/MD5I.cpp +2 -1
  98. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +28 -3
  99. data/ice.gemspec +1 -1
  100. data/lib/Glacier2/Metrics.rb +1 -1
  101. data/lib/Glacier2/PermissionsVerifier.rb +1 -1
  102. data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
  103. data/lib/Glacier2/Router.rb +1 -1
  104. data/lib/Glacier2/RouterF.rb +1 -1
  105. data/lib/Glacier2/SSLInfo.rb +1 -1
  106. data/lib/Glacier2/Session.rb +1 -1
  107. data/lib/Ice/BuiltinSequences.rb +1 -1
  108. data/lib/Ice/Communicator.rb +1 -1
  109. data/lib/Ice/CommunicatorF.rb +1 -1
  110. data/lib/Ice/Connection.rb +1 -1
  111. data/lib/Ice/ConnectionF.rb +1 -1
  112. data/lib/Ice/Current.rb +1 -1
  113. data/lib/Ice/Endpoint.rb +1 -1
  114. data/lib/Ice/EndpointF.rb +1 -1
  115. data/lib/Ice/EndpointTypes.rb +1 -1
  116. data/lib/Ice/FacetMap.rb +1 -1
  117. data/lib/Ice/Identity.rb +1 -1
  118. data/lib/Ice/ImplicitContext.rb +1 -1
  119. data/lib/Ice/ImplicitContextF.rb +1 -1
  120. data/lib/Ice/Instrumentation.rb +1 -1
  121. data/lib/Ice/InstrumentationF.rb +1 -1
  122. data/lib/Ice/LocalException.rb +1 -1
  123. data/lib/Ice/Locator.rb +1 -1
  124. data/lib/Ice/LocatorF.rb +1 -1
  125. data/lib/Ice/Logger.rb +1 -1
  126. data/lib/Ice/LoggerF.rb +1 -1
  127. data/lib/Ice/Metrics.rb +1 -1
  128. data/lib/Ice/ObjectAdapter.rb +1 -1
  129. data/lib/Ice/ObjectAdapterF.rb +1 -1
  130. data/lib/Ice/ObjectFactory.rb +1 -1
  131. data/lib/Ice/Plugin.rb +1 -1
  132. data/lib/Ice/PluginF.rb +1 -1
  133. data/lib/Ice/Process.rb +1 -1
  134. data/lib/Ice/ProcessF.rb +1 -1
  135. data/lib/Ice/Properties.rb +1 -1
  136. data/lib/Ice/PropertiesAdmin.rb +1 -1
  137. data/lib/Ice/PropertiesF.rb +1 -1
  138. data/lib/Ice/RemoteLogger.rb +1 -1
  139. data/lib/Ice/Router.rb +1 -1
  140. data/lib/Ice/RouterF.rb +1 -1
  141. data/lib/Ice/ServantLocator.rb +1 -1
  142. data/lib/Ice/ServantLocatorF.rb +1 -1
  143. data/lib/Ice/SliceChecksumDict.rb +1 -1
  144. data/lib/Ice/ValueFactory.rb +1 -1
  145. data/lib/Ice/Version.rb +1 -1
  146. data/lib/IceBox/IceBox.rb +1 -1
  147. data/lib/IceGrid/Admin.rb +1 -1
  148. data/lib/IceGrid/Descriptor.rb +1 -1
  149. data/lib/IceGrid/Exception.rb +1 -1
  150. data/lib/IceGrid/FileParser.rb +1 -1
  151. data/lib/IceGrid/PluginFacade.rb +1 -1
  152. data/lib/IceGrid/Registry.rb +1 -1
  153. data/lib/IceGrid/Session.rb +1 -1
  154. data/lib/IceGrid/UserAccountMapper.rb +1 -1
  155. data/lib/IcePatch2/FileInfo.rb +1 -1
  156. data/lib/IcePatch2/FileServer.rb +1 -1
  157. data/lib/IceStorm/IceStorm.rb +1 -1
  158. data/lib/IceStorm/Metrics.rb +1 -1
  159. data/slice/Glacier2/PermissionsVerifier.ice +1 -0
  160. data/slice/Glacier2/PermissionsVerifierF.ice +1 -0
  161. data/slice/Glacier2/Router.ice +1 -0
  162. data/slice/Glacier2/RouterF.ice +1 -0
  163. data/slice/Glacier2/SSLInfo.ice +1 -0
  164. data/slice/Glacier2/Session.ice +1 -0
  165. data/slice/Ice/BuiltinSequences.ice +1 -0
  166. data/slice/Ice/Communicator.ice +1 -0
  167. data/slice/Ice/CommunicatorF.ice +1 -0
  168. data/slice/Ice/Connection.ice +1 -0
  169. data/slice/Ice/ConnectionF.ice +1 -0
  170. data/slice/Ice/Current.ice +1 -0
  171. data/slice/Ice/Endpoint.ice +1 -0
  172. data/slice/Ice/EndpointF.ice +1 -0
  173. data/slice/Ice/EndpointTypes.ice +1 -0
  174. data/slice/Ice/FacetMap.ice +1 -0
  175. data/slice/Ice/Identity.ice +1 -0
  176. data/slice/Ice/ImplicitContext.ice +1 -0
  177. data/slice/Ice/ImplicitContextF.ice +1 -0
  178. data/slice/Ice/Instrumentation.ice +1 -0
  179. data/slice/Ice/InstrumentationF.ice +1 -0
  180. data/slice/Ice/LocalException.ice +1 -0
  181. data/slice/Ice/Locator.ice +1 -0
  182. data/slice/Ice/LocatorF.ice +1 -0
  183. data/slice/Ice/Logger.ice +1 -0
  184. data/slice/Ice/LoggerF.ice +1 -0
  185. data/slice/Ice/Metrics.ice +1 -0
  186. data/slice/Ice/ObjectAdapter.ice +1 -0
  187. data/slice/Ice/ObjectAdapterF.ice +1 -0
  188. data/slice/Ice/ObjectFactory.ice +1 -0
  189. data/slice/Ice/Plugin.ice +1 -0
  190. data/slice/Ice/PluginF.ice +1 -0
  191. data/slice/Ice/Process.ice +1 -0
  192. data/slice/Ice/ProcessF.ice +1 -0
  193. data/slice/Ice/Properties.ice +1 -0
  194. data/slice/Ice/PropertiesAdmin.ice +1 -0
  195. data/slice/Ice/PropertiesF.ice +1 -0
  196. data/slice/Ice/RemoteLogger.ice +1 -0
  197. data/slice/Ice/Router.ice +1 -0
  198. data/slice/Ice/RouterF.ice +1 -0
  199. data/slice/Ice/ServantLocator.ice +1 -0
  200. data/slice/Ice/ServantLocatorF.ice +1 -0
  201. data/slice/Ice/SliceChecksumDict.ice +1 -0
  202. data/slice/Ice/ValueFactory.ice +1 -0
  203. data/slice/Ice/Version.ice +1 -0
  204. data/slice/IceBT/ConnectionInfo.ice +1 -0
  205. data/slice/IceBT/EndpointInfo.ice +1 -0
  206. data/slice/IceBT/Types.ice +1 -0
  207. data/slice/IceBox/IceBox.ice +1 -0
  208. data/slice/IceDiscovery/IceDiscovery.ice +1 -0
  209. data/slice/IceGrid/Admin.ice +1 -0
  210. data/slice/IceGrid/Descriptor.ice +1 -0
  211. data/slice/IceGrid/Exception.ice +1 -0
  212. data/slice/IceGrid/FileParser.ice +1 -0
  213. data/slice/IceGrid/PluginFacade.ice +1 -0
  214. data/slice/IceGrid/Registry.ice +1 -0
  215. data/slice/IceGrid/Session.ice +1 -0
  216. data/slice/IceGrid/UserAccountMapper.ice +1 -0
  217. data/slice/IceIAP/ConnectionInfo.ice +1 -0
  218. data/slice/IceIAP/EndpointInfo.ice +1 -0
  219. data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +1 -0
  220. data/slice/IcePatch2/FileInfo.ice +1 -0
  221. data/slice/IcePatch2/FileServer.ice +1 -0
  222. data/slice/IceSSL/ConnectionInfo.ice +1 -0
  223. data/slice/IceSSL/ConnectionInfoF.ice +1 -0
  224. data/slice/IceSSL/EndpointInfo.ice +1 -0
  225. data/slice/IceStorm/IceStorm.ice +1 -0
  226. data/slice/IceStorm/Metrics.ice +4 -1
  227. metadata +2 -2
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -40,7 +40,7 @@
40
40
  # if ICE_INT_VERSION % 100 >= 50
41
41
  # error Beta header file detected
42
42
  # endif
43
- # if ICE_INT_VERSION % 100 < 7
43
+ # if ICE_INT_VERSION % 100 < 8
44
44
  # error Ice patch level mismatch!
45
45
  # endif
46
46
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -40,7 +40,7 @@
40
40
  # if ICE_INT_VERSION % 100 >= 50
41
41
  # error Beta header file detected
42
42
  # endif
43
- # if ICE_INT_VERSION % 100 < 7
43
+ # if ICE_INT_VERSION % 100 < 8
44
44
  # error Ice patch level mismatch!
45
45
  # endif
46
46
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -40,7 +40,7 @@
40
40
  # if ICE_INT_VERSION % 100 >= 50
41
41
  # error Beta header file detected
42
42
  # endif
43
- # if ICE_INT_VERSION % 100 < 7
43
+ # if ICE_INT_VERSION % 100 < 8
44
44
  # error Ice patch level mismatch!
45
45
  # endif
46
46
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -41,7 +41,7 @@
41
41
  # if ICE_INT_VERSION % 100 >= 50
42
42
  # error Beta header file detected
43
43
  # endif
44
- # if ICE_INT_VERSION % 100 < 7
44
+ # if ICE_INT_VERSION % 100 < 8
45
45
  # error Ice patch level mismatch!
46
46
  # endif
47
47
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -40,7 +40,7 @@
40
40
  # if ICE_INT_VERSION % 100 >= 50
41
41
  # error Beta header file detected
42
42
  # endif
43
- # if ICE_INT_VERSION % 100 < 7
43
+ # if ICE_INT_VERSION % 100 < 8
44
44
  # error Ice patch level mismatch!
45
45
  # endif
46
46
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,7 +35,7 @@
35
35
  # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 7
38
+ # if ICE_INT_VERSION % 100 < 8
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -42,7 +42,7 @@
42
42
  # if ICE_INT_VERSION % 100 >= 50
43
43
  # error Beta header file detected
44
44
  # endif
45
- # if ICE_INT_VERSION % 100 < 7
45
+ # if ICE_INT_VERSION % 100 < 8
46
46
  # error Ice patch level mismatch!
47
47
  # endif
48
48
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -38,7 +38,7 @@
38
38
  # if ICE_INT_VERSION % 100 >= 50
39
39
  # error Beta header file detected
40
40
  # endif
41
- # if ICE_INT_VERSION % 100 < 7
41
+ # if ICE_INT_VERSION % 100 < 8
42
42
  # error Ice patch level mismatch!
43
43
  # endif
44
44
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -44,7 +44,7 @@
44
44
  # if ICE_INT_VERSION % 100 >= 50
45
45
  # error Beta header file detected
46
46
  # endif
47
- # if ICE_INT_VERSION % 100 < 7
47
+ # if ICE_INT_VERSION % 100 < 8
48
48
  # error Ice patch level mismatch!
49
49
  # endif
50
50
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,7 +35,7 @@
35
35
  # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 7
38
+ # if ICE_INT_VERSION % 100 < 8
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.7
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 7
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -399,10 +399,21 @@ OpenSSL::TransceiverI::initialize(IceInternal::Buffer& readBuffer, IceInternal::
399
399
  }
400
400
  case SSL_ERROR_SSL:
401
401
  {
402
- ostringstream ostr;
403
- ostr << "SSL error occurred for new " << (_incoming ? "incoming" : "outgoing")
404
- << " connection:\n" << _delegate->toString() << "\n" << _engine->sslErrors();
405
- throw ProtocolException(__FILE__, __LINE__, ostr.str());
402
+ #if defined(SSL_R_UNEXPECTED_EOF_WHILE_READING)
403
+ if (SSL_R_UNEXPECTED_EOF_WHILE_READING == ERR_GET_REASON(ERR_get_error()))
404
+ {
405
+ throw ConnectionLostException(__FILE__, __LINE__, 0);
406
+ }
407
+ else
408
+ {
409
+ #endif
410
+ ostringstream ostr;
411
+ ostr << "SSL error occurred for new " << (_incoming ? "incoming" : "outgoing")
412
+ << " connection:\n" << _delegate->toString() << "\n" << _engine->sslErrors();
413
+ throw ProtocolException(__FILE__, __LINE__, ostr.str());
414
+ #if defined(SSL_R_UNEXPECTED_EOF_WHILE_READING)
415
+ }
416
+ #endif
406
417
  }
407
418
  }
408
419
  }
@@ -748,8 +759,19 @@ OpenSSL::TransceiverI::read(IceInternal::Buffer& buf)
748
759
  }
749
760
  case SSL_ERROR_SSL:
750
761
  {
751
- throw ProtocolException(__FILE__, __LINE__,
752
- "SSL protocol error during read:\n" + _engine->sslErrors());
762
+ #if defined(SSL_R_UNEXPECTED_EOF_WHILE_READING)
763
+ if (SSL_R_UNEXPECTED_EOF_WHILE_READING == ERR_GET_REASON(ERR_get_error()))
764
+ {
765
+ throw ConnectionLostException(__FILE__, __LINE__, 0);
766
+ }
767
+ else
768
+ {
769
+ #endif
770
+ throw ProtocolException(__FILE__, __LINE__,
771
+ "SSL protocol error during read:\n" + _engine->sslErrors());
772
+ #if defined(SSL_R_UNEXPECTED_EOF_WHILE_READING)
773
+ }
774
+ #endif
753
775
  }
754
776
  }
755
777
  }
@@ -34,10 +34,15 @@ IceUtilInternal::int64ToString(Int64 val)
34
34
 
35
35
  #if defined(_WIN32)
36
36
  sprintf_s(buf, sizeof(buf), "%I64d", val);
37
- #elif defined(ICE_64)
38
- sprintf(buf, "%ld", val); // Avoids a format warning from GCC.
37
+ #elif defined(__APPLE__)
38
+ // sprintf is deprecated with macOS Ventura
39
+ snprintf(buf, sizeof(buf), "%ld", val); // Avoids a format warning from GCC.
39
40
  #else
41
+ # if defined(ICE_64)
42
+ sprintf(buf, "%ld", val); // Avoids a format warning from GCC.
43
+ # else
40
44
  sprintf(buf, "%lld", val);
45
+ # endif
41
46
  #endif
42
47
  return string(buf);
43
48
  }
@@ -1191,11 +1191,11 @@ lookupKwd(const string& name)
1191
1191
  //
1192
1192
  static const string keywordList[] =
1193
1193
  {
1194
- "alignas", "alignof", "and", "and_eq", "asm", "auto", "bit_and", "bit_or", "bool", "break",
1195
- "case", "catch", "char", "char16_t", "char32_t", "class", "compl", "const", "const_exptr", "const_cast", "continue",
1194
+ "alignas", "alignof", "and", "and_eq", "asm", "auto", "bitand", "bitor", "bool", "break",
1195
+ "case", "catch", "char", "char16_t", "char32_t", "class", "compl", "const", "const_cast", "constexpr", "continue",
1196
1196
  "decltype", "default", "delete", "do", "double", "dynamic_cast",
1197
1197
  "else", "enum", "explicit", "export", "extern", "false", "float", "for", "friend",
1198
- "goto", "if", "inline", "int", "long", "mutable", "namespace", "new", "noexcept", "not", "not_eq",
1198
+ "goto", "if", "inline", "int", "long", "mutable", "namespace", "new", "noexcept", "not", "not_eq", "nullptr",
1199
1199
  "operator", "or", "or_eq", "private", "protected", "public", "register", "reinterpret_cast", "requires",
1200
1200
  "return", "short", "signed", "sizeof", "static", "static_assert", "static_cast", "struct", "switch",
1201
1201
  "template", "this", "thread_local", "throw", "true", "try", "typedef", "typeid", "typename",
@@ -52,6 +52,7 @@
52
52
  */
53
53
 
54
54
  #include <Slice/MD5I.h>
55
+ #include <stdint.h>
55
56
  #include <string.h>
56
57
 
57
58
  #ifdef __GNUC__
@@ -172,7 +173,7 @@ md5_process(md5_state_t *pms, const md5_byte_t *data /*[64]*/)
172
173
  * On little-endian machines, we can process properly aligned
173
174
  * data without copying it.
174
175
  */
175
- if (!((data - (const md5_byte_t *)0) & 3)) {
176
+ if (!((reinterpret_cast<uintptr_t>(data)) & 3)) {
176
177
  /* data are properly aligned */
177
178
  X = (const md5_word_t *)data;
178
179
  } else {
@@ -805,7 +805,20 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
805
805
  TypePtr ret = (*oli)->returnType();
806
806
  ParamDeclList paramList = (*oli)->parameters();
807
807
  string inParams;
808
+ string inParamsDecl;
808
809
 
810
+ // Find the last required parameter, all optional parameters after the last required parameter will use
811
+ // Ice.Unset as the default.
812
+ ParamDeclPtr lastRequiredParameter;
813
+ for(ParamDeclList::const_iterator q = paramList.begin(); q != paramList.end(); ++q)
814
+ {
815
+ if(!(*q)->isOutParam() && !(*q)->optional())
816
+ {
817
+ lastRequiredParameter = *q;
818
+ }
819
+ }
820
+
821
+ bool afterLastRequiredParameter = lastRequiredParameter == ICE_NULLPTR;
809
822
  for(ParamDeclList::const_iterator q = paramList.begin(); q != paramList.end(); ++q)
810
823
  {
811
824
  if(!(*q)->isOutParam())
@@ -813,17 +826,29 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
813
826
  if(!inParams.empty())
814
827
  {
815
828
  inParams.append(", ");
829
+ inParamsDecl.append(", ");
830
+ }
831
+ string param = fixIdent((*q)->name());
832
+ inParams.append(param);
833
+ if(afterLastRequiredParameter)
834
+ {
835
+ param += "=Ice.Unset";
836
+ }
837
+ inParamsDecl.append(param);
838
+
839
+ if(*q == lastRequiredParameter)
840
+ {
841
+ afterLastRequiredParameter = true;
816
842
  }
817
- inParams.append(fixIdent((*q)->name()));
818
843
  }
819
844
  }
820
845
 
821
846
  _out << sp;
822
847
  writeDocstring(*oli, DocSync, false);
823
848
  _out << nl << "def " << fixedOpName << "(self";
824
- if(!inParams.empty())
849
+ if(!inParamsDecl.empty())
825
850
  {
826
- _out << ", " << inParams;
851
+ _out << ", " << inParamsDecl;
827
852
  }
828
853
  const string contextParamName = getEscapedParamName(*oli, "context");
829
854
  _out << ", " << contextParamName << "=None):";
data/ice.gemspec CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'zeroc-ice'
7
- s.version = '3.7.7'
7
+ s.version = '3.7.8'
8
8
  s.summary = "ZeroC Ice for Ruby"
9
9
  s.description = <<-eos
10
10
  The Internet Communications Engine (Ice) provides a robust, proven
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Copyright (c) ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  #
6
- # Ice version 3.7.7
6
+ # Ice version 3.7.8
7
7
  #
8
8
  # <auto-generated>
9
9
  #