Name: | rh-ruby24-rubygem-net-telnet |
---|---|
Version: | 0.1.1 |
Release: | 91.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 39411 |
License: | (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD |
RPM: | rh-ruby24-rubygem-net-telnet-0.1.1-91.el7.x86_64.rpm |
Source RPM: | rh-ruby24-ruby-2.4.5-91.el7.src.rpm |
Build Date: | Fri Nov 30 2018 |
Build Host: | x86-ol7-builder-02.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. |
- Upgrade to Ruby 2.4.5. Resolves: CVE-2018-16395 Resolves: rhbz#1563077 Removed Patch10: 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#1602879)
- 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#1549651
- Upgrade to Ruby 2.4.3. Resolves: rhbz#1549651 Resolves: CVE-2017-17405 * Remove Patch10: ruby-2.4.3-CVE-2017-0903-Fix-unsafe-object-deserialization -vulnerability.patch subsumed
- 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.
- Upgrade to Ruby 2.4.0. - Workaround "an invalid stdio handle" error on PPC (rhbz#1361037). - Add gemspec_add_dep and gemspec_remove_dep macros. - Move gemified xmlrpc into subpackage. - Move gemified openssl into subpackage. - Make symlinks for json gem. - Tk is removed from stdlib. - Harden package. - Extend 'gem_' macros for pre-release version support.
- Fix: do not fail in operating_system.rb when X_SCLS is empty Resolves: rhbz#1387139