Debian Patches

Status for ruby-ronn/0.9.1-3

Patch Description Author Forwarded Bugs Origin Last update
make-output-reproducible.patch [PATCH] Make the output reproducible.
When a document has not explicit date set, fallback to the SOURCE_DATE_EPOCH[0]
environment variable before using the current time.

[0] https://reproducible-builds.org/specs/source-date-epoch/
Chris Lamb <chris@chris-lamb.co.uk> no 2016-07-02
relax-dependencies.patch Relax gem dependencies as Debian unstable has already newer version of them... Cédric Boutillier <boutil@debian.org> not-needed 2019-02-06
use-correct-ruby-version-in-tests.patch use the version of ruby currently used in tests to call ronn instead of the default version Cédric Boutillier <boutil@debian.org> not-needed 2020-02-06
0004-render-acute-accent.patch Do not escape single quotes; only pad them with \& at beginning of lines.


They are not a control character if they are not at the beginning of a line
Andrew Janke <andrew@apjanke.net> no backported, https://github.com/apjanke/ronn-ng/commit/e8f8baabc7ec3c48283c79a252b388df97c28ba1 2020-09-11
0005-Update-manpages-to-render-apostrophe.patch Update manpages to render apostrophe Sergio de Almeida Cipriano Junior <sergiosacj@hotmail.com.br> not-needed 2021-01-24
permit-time-class-psych.patch [PATCH] Permit `Time` class loading from YAML.
Since Psych 4.0, the `safe_load` is used as default loading mechanism.
There are just a few permitted classes and `Time` is not one of them
[[1]]. This results it test failure:

~~~
~~~

Please also note that in YAML specs 1.2, the `timestamp` is not
listed as supported tag anymore [[2]].

Given that:

1) ronn-ng does not provide any supported way of loading the serialized
YAML.
2) The `to_yaml` does not appear to be used internally/externally
anywhere.
3) If there were users of this functionality, it would have been already
know, reported and fixed at this moment.

The best course of action is fixing the test case by listing the `Time`
as valid class for parsing.

Fixes #80

[1]: https://docs.ruby-lang.org/en/master/Psych.html#method-c-safe_load
[2]: https://github.com/yaml/yaml-spec/issues/268
=?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> no debian https://github.com/voxik/ronn-ng/commit/25158fabc2c83862de90f319b7dffc9e60904 2022-08-30

All known versions for source package 'ruby-ronn'

Links