rh-ruby23-rubygem-net-telnet - Provides telnet client functionality
Website: | http://ruby-lang.org/ |
---|---|
License: | (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD |
Vendor: | CentOS |
- Description:
Provides telnet client functionality. This class also has, through delegation, all the methods of a socket object (by default, a TCPSocket, but can be set by the Proxy option to new()). This provides methods such as close() to end the session and sysread() to read data directly from the host, instead of via the waitfor() mechanism. Note that if you do use sysread() directly when in telnet mode, you should probably pass the output through preprocess() to extract telnet command sequences.
Packages
rh-ruby23-rubygem-net-telnet-0.1.1-70.el7.x86_64 [60 KiB] |
Changelog
by Jun Aruga (2019-04-12):
- Refresh expired certificates. - Prohibit arbitrary code execution when installing a malicious gem. Resolves: CVE-2019-8324 |
rh-ruby23-rubygem-net-telnet-0.1.1-69.sc1.el7.x86_64 [60 KiB] |
Changelog
by Pavel Valena (2018-11-22):
- Rebuild with correct remote branch Related: rhbz#1650591 |
rh-ruby23-rubygem-net-telnet-0.1.1-67.el7.x86_64 [59 KiB] |
Changelog
by Pavel Valena (2018-03-12):
- Command injection in lib/resolv.rb:lazy_initialize() allows arbitrary code execution(CVE-2017-17790). * ruby-2.5.0-Fixed-command-Injection.patch Related: rhbz#1549649 |
rh-ruby23-rubygem-net-telnet-0.1.1-64.el7.x86_64 [59 KiB] |
Changelog
by Pavel Valena (2016-10-26):
- Fix: do not fail in operating_system.rb when X_SCLS is empty Resolves: rhbz#1387139 |
rh-ruby23-rubygem-net-telnet-0.1.1-60.el7.x86_64 [58 KiB] |
Changelog
by Pavel Valena (2016-04-13):
- Fix ruby lib path in macros.ruby.rh-ruby23 - Resolves: rhbz#1255753 - Manually set UTC timezone for tests |