Name: | rh-ruby23-rubygem-net-telnet |
---|---|
Version: | 0.1.1 |
Release: | 70.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 39409 |
License: | (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD |
RPM: | rh-ruby23-rubygem-net-telnet-0.1.1-70.el7.x86_64.rpm |
Source RPM: | rh-ruby23-ruby-2.3.8-70.el7.src.rpm |
Build Date: | Mon May 13 2019 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://ruby-lang.org/ |
Summary: | Provides telnet client functionality |
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. |
- Refresh expired certificates. - Prohibit arbitrary code execution when installing a malicious gem. Resolves: CVE-2019-8324
- Rebuild with correct remote branch Related: rhbz#1650591
- Upgrade to Ruby 2.3.8. Resolves: CVE-2018-16395 Resolves: CVE-2018-16396 Resolves: rhbz#1563078 Removed Patch11: ruby-2.5.0-Disable-Tokyo-TZ-tests.patch; subsumed - Properly harden package using -fstack-protector-strong. - Fix: return default path with nonexistent home dir(rhbz#1602880)
- 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
- Upgrade to Ruby 2.3.6. Resolves: rhbz#1549649 Resolves: CVE-2017-17405
- Fix: do not fail in operating_system.rb when X_SCLS is empty Resolves: rhbz#1387139
- Support in no_proxy for domain names with whitespaces and leading dots Resolves: rhbz#1384810
- Fix support for dependent^2 SCLs - Update to Ruby 2.3.1 * Remove Patch8: ruby-2.3.0-undef-BUILTIN_CHOOSE_EXPR_CONSTANT_P.patch; subsumed * Remove Patch10: ruby-2.3.1-remove-tests-depending-on-europe-moscow.patch; subsumed also removed "UTC=TZ " tests prefix
- Add %{scl}-runtime to Requires in libs subpackage
- Fix and enhance systemtap tests - Remove tests depending on Europe/Moscow to avoid failures due to tzdata change