CentOS 7 - SCL for x86_64: development/libraries: rh-ruby27-rubygem-net-telnet
Jump to letter: [
CDGHLMNPRSTV
]
rh-ruby27-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-ruby27-rubygem-net-telnet-0.2.0-130.el7.noarch
[63 KiB] |
Changelog
by Jun Aruga (2021-07-15):
- Upgrade to Ruby 2.7.4.
- Fix command injection vulnerability in RDoc.
Resolves: rhbz#1996669
- Fix FTP PASV command response can cause Net::FTP to connect to arbitrary host.
Resolves: rhbz#1996666
- Fix StartTLS stripping vulnerability in Net::IMAP.
Resolves: rhbz#1996668
- Revert a commit changing CFLAGS to avoid failures in test_jit.rb.
- Upgrade to Bundler 2.2.24.
Resolves: CVE-2020-36327
- Fix some failing Bundler tests with old Git.
|
rh-ruby27-rubygem-net-telnet-0.2.0-129.el7.noarch
[63 KiB] |
Changelog
by Vít Ondruch (2020-10-13):
- Upgrade to Ruby 2.7.3.
Resolves: rhbz#1947931
- Resolv::DNS: timeouts if multiple IPv6 name servers are given and address
contains leading zero
Resolves: rhbz#1950016
|
rh-ruby27-rubygem-net-telnet-0.2.0-128.el7.noarch
[62 KiB] |
Changelog
by Jun Aruga (2020-04-14):
- Upgrade to Ruby 2.7.1.
Resolves: rhbz#1826872
- Call load builtin macro if it is defined, or call own load macro.
|