Name: | rubygem-net-telnet |
---|---|
Version: | 0.2.0 |
Release: | 136.module+el8.4.0+20239+cbf59dc8 |
Architecture: | noarch |
Module: | ruby:2.7:8040020210421133318:522a0ee4 |
Group: | Unspecified |
Size: | 41323 |
License: | (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD |
RPM: | rubygem-net-telnet-0.2.0-136.module+el8.4.0+20239+cbf59dc8.noarch.rpm |
Source RPM: | ruby-2.7.3-136.module+el8.4.0+20239+cbf59dc8.src.rpm |
Build Date: | Tue Jul 06 2021 |
Build Host: | host-100-100-224-5.blddevtest1iad.osdevelopmeniad.oraclevcn.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.7.3. Resolves: rhbz#1951999 - Resolv::DNS: timeouts if multiple IPv6 name servers are given and address contains leading zero Resolves: rhbz#1952000
- Upgrade to Ruby 2.7.2. - Avoid possible timeout errors in TestBugReporter#test_bug_reporter_add.
- Fix `require` behavior allowing to load libraries multiple times. Resolves: rhbz#1842989 - Add ruby-default-gems dependency on irb.
- Ship racc binary. Resolves: rhbz#1851388
- Update to Ruby 2.7.1 by merging Fedora master branch (commit: 2981648) * Skip unstable tests on s390x. * Skip JIT tests in RHEL 8. Resolves: rhbz#1817135
- Use ffi_closure_alloc to avoid segmentation fault by libffi on aarch64. Resolves: rhbz#1727832 - Properly support %prerelease in %gemspec_ macros. Related: rhbz#1672575
- Update to Ruby 2.6.3 by merging Fedora master branch (commit: 1cc2a49) * Properly generate "ruby(rubygems)" versioned dependencies. * Extract composition of dependecy strings into helper. * Loosen RDoc dependency. * Upstream fix adding -C flag instead of changing directory for gem build. * Remove obsolete Group tag * Fix ".include =" support in openssl.cnf. * Link IRB back to StdLib. * Link IRB files instead of directories. * Exclude irb.rb from ruby-libs. Resolves: rhbz#1672575
- Update to Ruby 2.5.5. * Remove Patch25: ruby-2.6.0-Update-for-tzdata-2018f.patch; subsumed * Remove Patch11: ruby-2.6.0-Try-to-update-cert.patch; subsumed * Remove Patch19: ruby-2.6.0-net-http-net-ftp-fix-session-resumption-with -TLS-1.3.patch; subsumed Resolves: rhbz#1688758 - Don't ship .stp files when SystemTap support is disabled. Related: rhbz#1657915 - Fix CovScan issues. Resolves: rhbz#1628592
- Refresh expired certificates to fix FTBFS.
- Fix Tokyo TZ tests.