Package: ruby-libxml / 2.7.0-3

Metadata

Package Version Patches format
ruby-libxml 2.7.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0100_run_builtin_shell_command_ulimit_in_tests.patch | (download)

test/tc_parser.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 run correctly the built-in command "ulimit"
 ulimit is a built-in shell command and cannot be simply called from ruby with
 backticks. Passing the command as a string to sh with the -c switch seems to be
 the correct way to do this.
0200_do_not_overwrite_LDFLAGS.patch | (download)

ext/libxml/extconf.rb | 24 11 + 13 - 0 !
1 file changed, 11 insertions(+), 13 deletions(-)

 do not overwrite system ldflags
libxml2 2.9.2.patch | (download)

test/tc_html_parser_context.rb | 5 4 + 1 - 0 !
test/tc_parser.rb | 7 6 + 1 - 0 !
2 files changed, 10 insertions(+), 2 deletions(-)

---