Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rubygem-rexml-3.2.5-159.el9 RPM for noarch

From CentOS Stream 9 AppStream for x86_64

Name: rubygem-rexml Distribution: CentOS
Version: 3.2.5 Vendor: CentOS
Release: 159.el9 Build date: Fri Feb 11 14:59:05 2022
Group: Unspecified Build host: aarch64-03.stream.rdu2.redhat.com
Size: 408896 Source RPM: ruby-3.0.3-159.el9.src.rpm
Packager: builder@centos.org
Url: https://github.com/ruby/rexml
Summary: An XML toolkit for Ruby
REXML was inspired by the Electric XML library for Java, which features an
easy-to-use API, small size, and speed. Hopefully, REXML, designed with the same
philosophy, has these same features. I've tried to keep the API as intuitive as
possible, and have followed the Ruby methodology for method naming and code
flow, rather than mirroring the Java API.

REXML supports both tree and stream document parsing. Stream parsing is faster
(about 1.5 times as fast). However, with stream parsing, you don't get access to
features such as XPath.

Provides

Requires

License

BSD

Changelog

* Thu Feb 10 2022 Vít Ondruch <vondruch@redhat.com> - 3.0.3-159
  - Prevent segfaults running with SystemTap.
    Resolves: rhbz#2015441
* Tue Jan 25 2022 Vít Ondruch <vondruch@redhat.com> - 3.0.3-159
  - Update OpenSSL 3 compatibility patches.
    Resolves: rhbz#1952925
* Thu Jan 20 2022 Vít Ondruch <vondruch@redhat.com> - 3.0.3-157
  - Fix segfault in `TestArray#test_sample` on s390x.
    Related: rhbz#2049693
* Tue Jan 11 2022 Jun Aruga <jaruga@redhat.com> - 3.0.3-157
  - Remove the patch applied to pass the test/fiddle/test_import.rb on PPC.
    Related: rhbz#2049693
* Thu Nov 25 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.2-156
  - Upgrade to Ruby 3.0.3.
    Resolves: rhbz#2049693
* Wed Aug 25 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.2-156
  - Enable LTO.
    Resolves: rhbz#1990108
* Wed Aug 25 2021 Carlos O'Donell <codonell@redhat.com> - 3.0.1-155
  - Rebuilt for libffi 3.4.2 SONAME transition (second attempt).
    Related: rhbz#1891914
* Fri Aug 20 2021 Pavel Valena <pvalena@redhat.com> - 3.0.1-154
  - Upgrade to Ruby 3.0.2.
  - 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
  - Fix dependencies of gems with explicit source installed from a
    different source.
    Resolves: CVE-2020-36327
  - Pass ldflags to gem install via CONFIGURE_ARGS.
* Thu Aug 19 2021 Carlos O'Donell <codonell@redhat.com> - 3.0.1-153
  - Rebuilt for libffi 3.4.2 SONAME transition.
    Related: rhbz#1891914
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
  - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
    Related: rhbz#1991688
* Fri Aug 06 2021 Florian Weimer <fweimer@redhat.com> - 3.0.1-151
  - Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com>
  - Rebuilt for RHEL 9 BETA for openssl 3.0
    Related: rhbz#1971065
* Thu Jun 03 2021 Pavel Valena <pvalena@redhat.com> - 3.0.1-149
  - Support OpenSSL 3.0.
    Resolves: rhbz#1952925
* Fri Apr 16 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.1-148
  - Upgrade to Ruby 3.0.1.
* Fri Apr 16 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-147
  - Remove IRB dependency from rubygem-rdoc.
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.0-147
  - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Mar 02 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-146
  - Fix flaky excon test suite.
  - Properly support DWARF5 debug information.
    Resolves: rhbz#1920533
* Mon Jan 25 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-145
  - Bundle OpenSSL into StdLib.
  - Use proper path for plugin wrappers.
* Sat Jan 16 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-144
  - Fix SEGFAULT in rubygem-shoulda-matchers test suite.
* Tue Jan 12 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-143
  - Provide `gem.build_complete` file for binary gems.
* Mon Jan 11 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-142
  - Re-enable test suite.
* Fri Jan 08 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-141
  - ruby-default-gems have to depend on rubygem(io-console) due to reline.
* Fri Jan 08 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-140
  - Fix SEGFAULT preventing rubygem-unicode to build on armv7hl.
* Wed Jan 06 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-139
  - Add support for reworked RubyGems plugins.
* Mon Jan 04 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-138
  - Upgrade to Ruby 3.0.0.
  - Extract RSS and REXML into separate subpackages, because they were moved from
    default gems to bundled gems.
  - Obsolete Net::Telnet and XMLRPC packages, because they were dropped from Ruby.
* Tue Dec 15 2020 Pavel Valena <pvalena@redhat.com> - 2.7.2-137
  - Add Recommends: redhat-rpm-config to devel subpackage.
    Resolves: rhbz#1905222
* Tue Nov 24 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.2-136
  - Add explicit `BR: make`.
* Tue Oct 13 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.2-135
  - Upgrade to Ruby 2.7.2.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-134
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.1-133
  - Disable LTO, which appear to cause issues with SIGSEV handler.
  - Avoid possible timeout errors in TestBugReporter#test_bug_reporter_add.
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2.7.1-133
  - Use make macros
  - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Wed Jun 24 2020 Jun Aruga <jaruga@redhat.com> - 2.7.1-132
  - Add ruby-default-gems dependency on irb.
    Resolves: rhbz#1850541
* Wed Jun 24 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.1-132
  - Fix `require` behavior allowing to load libraries multiple times.
    Resolves: rhbz#1835836
* Fri May 15 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.1-131
  - Relax rubygems-devel dependency on rubygems.
* Wed Apr 08 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.1-130
  - Bundle did_you_mean into StdLib.
    Resolves: rhbz#1817178
  - Prevent issues with openssl loading when RubyGems are disabled.
* Thu Apr 02 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.1-129
  - Add ruby-default-gems subpackage shipping all extra default gem content.
  - Bundle Racc into StdLib.
* Wed Apr 01 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.1-128
  - Upgrade to Ruby 2.7.1.
  - Fix FTBFS due to glibc 2.31.9000 implementing lchmod(2).

Files

/usr/share/gems/gems/rexml-3.2.5
/usr/share/gems/gems/rexml-3.2.5/LICENSE.txt
/usr/share/gems/gems/rexml-3.2.5/NEWS.md
/usr/share/gems/gems/rexml-3.2.5/README.md
/usr/share/gems/gems/rexml-3.2.5/doc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/context.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/child.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/document.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/node.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/parent.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/tocs
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/tocs/child_toc.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/tocs/document_toc.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/tocs/element_toc.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/tocs/master_toc.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/tocs/node_toc.rdoc
/usr/share/gems/gems/rexml-3.2.5/doc/rexml/tasks/tocs/parent_toc.rdoc
/usr/share/gems/gems/rexml-3.2.5/lib
/usr/share/gems/gems/rexml-3.2.5/lib/rexml
/usr/share/gems/gems/rexml-3.2.5/lib/rexml.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/attribute.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/cdata.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/child.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/comment.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/doctype.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/document.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/dtd
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/element.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/encoding.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/entity.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/formatters
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/formatters/default.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/functions.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/instruction.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/light
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/light/node.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/namespace.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/node.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/output.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parent.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parseexception.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/quickpath.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/rexml.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/sax2listener.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/security.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/source.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/streamlistener.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/text.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/validation
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/validation/validation.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/xmldecl.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/xmltokens.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/xpath.rb
/usr/share/gems/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb
/usr/share/gems/specifications/rexml-3.2.5.gemspec


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Mar 26 03:48:52 2024