Name: | rh-ruby25-rubygem-net-telnet |
---|---|
Version: | 0.1.1 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 40687 |
License: | (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD |
RPM: | rh-ruby25-rubygem-net-telnet-0.1.1-6.el7.noarch.rpm |
Source RPM: | rh-ruby25-ruby-2.5.3-6.el7.src.rpm |
Build Date: | Fri Nov 30 2018 |
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. |
- 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
- They are broken by recen tzdata update. - Fix thread_safe test suite segfaults. - Fix invalid licenses.
- Fix segfaults during generating of documentation. Resolves: rhbz#1532585
- Update for did_you_mean required by ruby Resolves: rhbz#1533920
- Upgrade to Ruby 2.5.0.
- Upgrade to Ruby 2.4.2. * Remove Patch10: ruby-2.4.0-vm_insnhelper.c-block-argument-at-tailcall.patch; subsumed Resolves: rhbz#1506785 - Fix unsafe object deserialization in RubyGems (CVE-2017-0903). * ruby-2.4.3-CVE-2017-0903-Fix-unsafe-object-deserialization -vulnerability.patch Resolves: CVE-2017-0903
- Apply patch fixing rubygem-mongo build failures.
- Reshuffle the %license macro to avoid %postun scriptlet issues. Resolves: rhbz#1411233
- Add rubygem-io-console dependency for rubygem-rdoc.
- ruby-libs should not own links to unbundled gems.