Name: | rh-ruby26-rubygem-net-telnet |
---|---|
Version: | 0.2.0 |
Release: | 121.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 41578 |
License: | (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD |
RPM: | rh-ruby26-rubygem-net-telnet-0.2.0-121.el7.noarch.rpm |
Source RPM: | rh-ruby26-ruby-2.6.10-121.el7.src.rpm |
Build Date: | Fri Jun 03 2022 |
Build Host: | build-ol7-x86_64.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. |
- Upgrade to Ruby 2.6.10. Resolves: rhbz#2088416
- Fix FTBFS due to an incompatible load directive. - Upgrade to Ruby 2.6.9. Resolves: rhbz#2056947 - Fix the issues required to start the "make test-bundler" itself. - Fix Bundler dependency confusion. - Fix a fiddle import test on an optimized glibc on Power 9. Resolves: CVE-2020-36327
- Upgrade to Ruby 2.6.7. Resolves: rhbz#1701182 - Resolv::DNS: timeouts if multiple IPv6 name servers are given an address containing leading zero Resolves: rhbz#1950331 - Fix: Rubygem-bundler: Don't use insecure tmp directory as home allows for execution of malicious code. Resolves: CVE-2019-3881
- Exclude {rdoc,irb}.rb dangling symlinks from ruby-libs.
- Link IRB back to StdLib.
- Upgrade to Ruby 2.6.2.
- Don't ship .stp files when SystemTap support is disabled.
- Upgrade to Ruby 2.6.1.
- Upgrade to Ruby 2.6.0.
- Update to Ruby 2.5.3. Resolves: CVE-2018-16395 Resolves: CVE-2018-16396 Resolves: rhbz#1563076 Removed Patch11: ruby-2.5.0-parse.y-assignable_error.patch; subsumed Removed Patch12: ruby-2.5.0-Disable-Tokyo-TZ-tests.patch; subsumed Removed Patch13: ruby-2.5.0-st.c-retry-operations-if-rebuilt.patch; subsumed - Properly harden package using -fstack-protector-strong. - Fix: return default path with nonexistent home dir Resolves: rhbz#1602877