[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package rubygem-net-telnet-0.2.0-109.inferit.module+el8.9.0+85+d9e2fba2.noarch download

Name rubygem-net-telnet
Epoch 0
Version 0.2.0
Release 109.inferit.module+el8.9.0+85+d9e2fba2
Architecture noarch
Website/URL http://ruby-lang.org/
License (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
Build Time 2024-04-18 15:40:36
Build Host builder-x86-07.inferitos.ru
Summary Provides telnet client functionality
Repositories AppStream
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.
Errata
Size 71 KiB
Source Project ruby-2.6.10-109.inferit.module+el8.9.0+85+d9e2fba2
SHA-256 checksum cee6b297520dd6119aaace52ffa5adc7219eb98b26306866416878a3023d010f
× Full screenshot
Changelog link
* Wed Apr 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 2.6.10-109.inferit
- Skip some SSL tests

* Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.6.10-109
- Rebuilt for MSVSphere 8.8

* Thu May 19 2022 Vít Ondruch <vondruch@redhat.com> - 2.6.10-109
- Upgrade to Ruby 2.6.10.
  Resolves: rhbz#2088415
- Fix buffer overrun in String-to-Float conversion.
  Resolves: CVE-2022-28739
- Fix FTBFS due to an incompatible load directive.
- Fix a fiddle import test on an optimized glibc on Power 9.

* Wed Dec 08 2021 Jun Aruga <jaruga@redhat.com> - 2.6.9-108
- Upgrade to Ruby 2.6.9.
- Skip JIT tests in RHEL 8.
- Fix the issues required to start the "make test-bundler" itself.
- Fix Bundler dependency confusion.
  Resolves: CVE-2020-36327

* Wed Apr 14 2021 Jarek Prokop <jprokop@redhat.com> - 2.6.7-107
- Upgrade to Ruby 2.6.7.
  Resolves: rhbz#1757846
- Resolv::DNS: timeouts if multiple IPv6 name servers are given an address
  containing leading zero
  Resolves: rhbz#1950307
- Fix: Rubygem-bundler: Don't use insecure tmp directory as home
  allows for execution of malicious code.
  Resolves: CVE-2019-3881

* Thu Jul 04 2019 Jun Aruga <jaruga@redhat.com> - 2.6.3-106
- Use ffi_closure_alloc to avoid segmentation fault by libffi on aarch64.
  Resolves: rhbz#1727832
- Properly support %prerelease in %gemspec_ macros.
  Related: rhbz#1672575

* Tue Jun 11 2019 Jun Aruga <jaruga@redhat.com> - 2.6.3-105
- 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

* Wed Apr 17 2019 Vít Ondruch <vondruch@redhat.com> - 2.5.5-104
- 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

* Fri Jan 11 2019 Jun Aruga <jaruga@redhat.com> - 2.5.3-103
- Refresh expired certificates to fix FTBFS.

* Tue Nov 13 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.3-102
- Fix Tokyo TZ tests.