rex-core 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/rex/core/version.rb +1 -1
- data/lib/rex/io/stream.rb +15 -15
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00105f554d3867d9592962e1947385e8a4c24993a282e68aeb783b9577723d18
|
4
|
+
data.tar.gz: '094b794760fc51748acd69ee3eb84e0116e8c70fe62dac39c9369eef7bdb61f6'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6bfacda21b3c5f5dfdef68f9b82e0dabd703c4f429fa6df3582516babe96876a735c4597f2d52e74a57e8bc769b68db89bc82e751f602e6f99c73601f464b6e
|
7
|
+
data.tar.gz: '0159dd0334f7ac82d5c8df4d09b9b6b27126ae085a0557baf87e1eafd43487d6575d45e995d0f9f46d6bc0dc75585adeb37c2a0393d2bd9260070020be393045'
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/rex/core/version.rb
CHANGED
data/lib/rex/io/stream.rb
CHANGED
@@ -325,21 +325,6 @@ module Stream
|
|
325
325
|
16384
|
326
326
|
end
|
327
327
|
|
328
|
-
protected
|
329
|
-
|
330
|
-
#
|
331
|
-
# The read-write lock used to synchronize access to the stream. This is only
|
332
|
-
# set when synchronization has been initialized as performed by
|
333
|
-
# #initialize_synchronization.
|
334
|
-
#
|
335
|
-
attr_accessor :stream_lock
|
336
|
-
|
337
|
-
#
|
338
|
-
# A boolean flag indicating that the resource is to be closed. Blocking
|
339
|
-
# operations that are synchronized (such as #read and #write) should evaluate
|
340
|
-
# this flag and exit appropriately when there is no data to be processed.
|
341
|
-
attr_accessor :close_resource
|
342
|
-
|
343
328
|
#
|
344
329
|
# Synchronize non-state changing access to the stream such as read and write
|
345
330
|
# operations. If synchronization has not been initialized, this doesn't do
|
@@ -366,6 +351,21 @@ protected
|
|
366
351
|
self.stream_lock.unlock_write unless self.stream_lock.nil?
|
367
352
|
end
|
368
353
|
end
|
354
|
+
|
355
|
+
protected
|
356
|
+
|
357
|
+
#
|
358
|
+
# The read-write lock used to synchronize access to the stream. This is only
|
359
|
+
# set when synchronization has been initialized as performed by
|
360
|
+
# #initialize_synchronization.
|
361
|
+
#
|
362
|
+
attr_accessor :stream_lock
|
363
|
+
|
364
|
+
#
|
365
|
+
# A boolean flag indicating that the resource is to be closed. Blocking
|
366
|
+
# operations that are synchronized (such as #read and #write) should evaluate
|
367
|
+
# this flag and exit appropriately when there is no data to be processed.
|
368
|
+
attr_accessor :close_resource
|
369
369
|
end
|
370
370
|
|
371
371
|
end end
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rex-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Metasploit Hackers
|
@@ -93,7 +93,7 @@ cert_chain:
|
|
93
93
|
EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
|
94
94
|
9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
|
95
95
|
-----END CERTIFICATE-----
|
96
|
-
date: 2021-
|
96
|
+
date: 2021-09-29 00:00:00.000000000 Z
|
97
97
|
dependencies:
|
98
98
|
- !ruby/object:Gem::Dependency
|
99
99
|
name: rake
|
metadata.gz.sig
CHANGED
Binary file
|