Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
debian-changes | Collected Debian patches for roodi The roodi package is maintained in Git rather than maintaining patches as separate files, and separating the patches doesn't seem to be worth the effort. They are therefore all included in this single Debian patch. For full commit history and separated commits, see the packaging Git repository. |
David Suarez <david.sephirot@gmail.com> | no | |||
fix_outdated_test.patch | [PATCH] fix outdated test | Dave Aronson <davearonson@users.noreply.github.com> | no | debian | https://github.com/roodi/roodi/pull/39/commits/e0a37d6394f14571d771eae7db2edf75d4037695 | 2018-10-30 |
use_file_from_spec.patch | Use a file from spec/ instead of lib/ for tests during autopkgtest, the lib/ directory is hidden. Using it causes a test failure |
Cdric Boutillier <boutil@debian.org> | not-needed | 2019-01-02 | ||
case_syntax.patch | colon syntax in case/when deprecated | Cdric Boutillier <boutil@debian.org> | yes | debian | 2021-02-10 | |
yaml_unsafe_load.patch | explicitly use unsafe_load_file to read YAML config Starting from ruby3.1, load_file is safe and won't read Ruby objects from non explicitly permitted classes. The config file may contain Ruby regexp, which are not explicitly permitted by default, and the syntax to allow this class is not compatible with the previous syntax in Ruby3.0 and earlier. Can be removed once ruby3.1 is the default |
Cdric Boutillier <boutil@debian.org> | no | debian | 2022-10-19 | |
0006-Fix-FTBFS-with-Ruby-3.2.patch | Fix FTBFS with Ruby 3.2 Replace File.exists? with File.exist? |
Lucas Kanashiro <kanashiro@ubuntu.com> | no | 2024-02-22 |