Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
drop-iconv-usage.patch | diff --git a/lib/xsd/iconvcharset.rb b/lib/xsd/iconvcharset.rb index 57733a8..7901098 100644 |
no | ||||
fix-failing-ruby2-tests | Fix failing ruby2.0 tests Fix tests: - change script encoding to 'US-ASCII' - lowercase 'http' protocol (ruby2 URI module default behaviour is to always lowercase it) |
David Suárez <david.sephirot@gmail.com> | no | debian | 2014-01-04 | |
dont-use-libxml-based-parser.patch | Description: Don't use the libxml-based parser. |
Antonio Terceiro <terceiro@debian.org> | not-needed | debian | ||
remove-ruby2.5-warnings.patch | no | |||||
deprecated-constant-data.patch | remove deprecated constant ::Data Its presence emits a warning with ruby2.7 | Cédric Boutillier <boutil@debian.org> | yes | debian | 2020-07-10 | |
Drop-calls-to-Object-iutaint.patch | Drop calls to Object#iutaint These have been no-ops since Ruby 2.7, are deprecated in Ruby 3.1 and will be removed in Ruby 3.2 |
Antonio Terceiro <terceiro@debian.org> | no | 2023-02-09 | ||
regexp.patch | Regexp constructor uses two arguments with Ruby3.2+ See https://bugs.ruby-lang.org/issues/18797 | Cédric Boutillier <boutil@debian.org> | yes | 2024-09-25 |