Name: | rubygem-net-telnet |
---|---|
Version: | 0.2.0 |
Release: | 139.module+el8.8.0+21111+2e34bf27 |
Architecture: | noarch |
Module: | ruby:2.7:8080020230427102918:63b34585 |
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-139.module+el8.8.0+21111+2e34bf27.noarch.rpm |
Source RPM: | ruby-2.7.8-139.module+el8.8.0+21111+2e34bf27.src.rpm |
Build Date: | Mon Jul 03 2023 |
Build Host: | build-ol8-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.7.8. Resolves: rhbz#2149262 - Fix HTTP response splitting in CGI. Resolves: CVE-2021-33621 - Fix ReDoS vulnerability in URI. Resolves: CVE-2023-28755 - Fix ReDoS vulnerability in Time. Resolves: CVE-2023-28756
- Upgrade to Ruby 2.7.6. Resolves: rhbz#2109424 - Fix FTBFS due to an incompatible load directive. Related: rhbz#2109424 - Fix a fiddle import test on an optimized glibc on Power 9. Related: rhbz#2109424 - Fix regular Expression Denial of Service Vulnerability of Date Parsing Methods. Resolves: CVE-2021-41817 - Fix cookie prefix spoofing in CGI::Cookie.parse. Resolves: CVE-2021-41819 - Fix buffer overrun in String-to-Float conversion. Resolves: CVE-2022-28739
- Upgrade to Ruby 2.7.4. - Fix command injection vulnerability in RDoc. Resolves: CVE-2021-31799 - Fix FTP PASV command response can cause Net::FTP to connect to arbitrary host. Resolves: CVE-2021-31810 - Fix StartTLS stripping vulnerability in Net::IMAP. Resolves: CVE-2021-32066 - Upgrade to Bundler 2.2.24. Resolves: CVE-2020-36327
- Upgrade to Ruby 2.7.3. Resolves: rhbz#1947938 - Resolv::DNS: timeouts if multiple IPv6 name servers are given and address contains leading zero Resolves: rhbz#1944227
- 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