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-179.fc38 RPM for noarch

From Fedora 38 for aarch64 / r

Name: rubygem-rexml Distribution: Fedora Project
Version: 3.2.5 Vendor: Fedora Project
Release: 179.fc38 Build date: Wed Feb 15 10:03:31 2023
Group: Unspecified Build host: buildvm-x86-15.iad2.fedoraproject.org
Size: 408620 Source RPM: ruby-3.2.1-179.fc38.src.rpm
Packager: Fedora Project
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-2-Clause

Changelog

* Thu Feb 09 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.1-179
  - Upgrade to Ruby 3.2.1.
    Resolves: rhbz#2168292
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 05 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.0-177
  - Fix ELN FTBFS due to stronger crypto settings.
* Mon Jan 02 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.0-176
  - Upgrade to Ruby 3.2.0.
* Thu Dec 22 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.3-175
  - Use SHA256 instead of SHA1 where needed in Openssl tests
  - Let OpenSSL choose the digest if digest for Openssl::OCSP::BasicResponse#sign is nil
* Wed Dec 21 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-174
  - Fix for tzdata-2022g.
* Thu Dec 08 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-173
  - Disable MJIT test cases on i686 due to issues with PCH.
  - Fix CGI causing issue with leading '.' in domain names.
* Thu Nov 24 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-172
  - Upgrade to Ruby 3.1.3.
* Tue Nov 22 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-171
  - Re-disable package notes. It causes additional issues with installing binary
    gems.
* Thu Sep 29 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-170
  - Re-enable package notes.
* Fri Sep 02 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-169
  - Disable fiddle tests that use FFI closures.
    Related: rhbz#2040380
* Mon Aug 29 2022 Jun Aruga <jaruga@redhat.com> - 3.1.2-168
  - Make RDoc soft dependnecy in IRB.
    Resolves: rhbz#2119964
  - Add IRB to ruby-bundled-gems recommends.
    Resolves: rhbz#2120562
* Wed Aug 24 2022 Jun Aruga <jaruga@redhat.com> - 3.1.2-168
  - Fix tests with Europe/Amsterdam pre-1970 time on tzdata version 2022b.
    Resolves: rhbz#2120354
* Mon Jul 25 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-167
  - Fix directory permissions in one of the rubygems tests.
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jun 16 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-166
  - Detect compaction support during run time.
* Tue Jun 07 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-165
  - Define GC compaction methods as rb_f_notimplement on unsupported platforms.
* Thu Apr 14 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-164
  - Upgrade to Ruby 3.1.2.
  - Use upstream patch for correct build of gem extensions.
* Mon Apr 04 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.1-163
  - Properly build binary gem extensions.
* Mon Mar 14 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.1-162
  - Upgrade to Ruby 3.1.1.
* Thu Feb 10 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.0-161
  - Prevent segfaults running with SystemTap.
* Wed Jan 26 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.0-160
  - Upgrade to Ruby 3.1.0.
* Tue Jan 25 2022 Vít Ondruch <vondruch@redhat.com> - 3.0.3-159
  - Update OpenSSL 3 compatibility patches.
* Thu Jan 20 2022 Vít Ondruch <vondruch@redhat.com> - 3.0.3-158
  - Disable package notes to prevent rubygem- build breakage.
* Thu Jan 20 2022 Vít Ondruch <vondruch@redhat.com> - 3.0.3-157
  - Fix segfault in `TestArray#test_sample` on s390x.
* 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.
* Mon Jan 10 2022 Miro Hrončok <mhroncok@redhat.com> - 3.0.3-156
  - Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
* Thu Dec 09 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.3-155
  - Fix loading of default gems.
    Resolves: rhbz#2027099
* Thu Nov 25 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.3-154
  - Upgrade to Ruby 3.0.3.
* Fri Nov 05 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.2-153
  - Fix OpenSSL 3.0 compatibility.
    Resolves: rhbz#2021922
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com>
  - Rebuilt with OpenSSL 3.0.0
* Tue Aug 24 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.2-152
  - Enable LTO.
  - Load user installed RubyGems plugins.
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jul 13 2021 Jarek Prokop <jprokop@redhat.com> - 3.0.2-150
  - 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
* Mon May 17 2021 Timm Bäder <tbaeder@redhat.com> - 3.0.1-149
  - Pass ldflags to gem install via CONFIGURE_ARGS
* Tue Apr 06 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.1-148
  - Upgrade to Ruby 3.0.1.
* Thu Apr 01 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-147
  - Remove IRB dependency from rubygem-rdoc.
* 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

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 Apr 9 22:47:55 2024