Package: ruby-xmlparser / 0.7.3-7

Metadata

Package Version Patches format
ruby-xmlparser 0.7.3-7 3.0 (quilt)

Patch series

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

lib/xml/dom/core.rb | 2 2 + 0 - 0 !
lib/xml/dom2/attr.rb | 4 3 + 1 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 replace ">" symbol with encoded version


xmlparser ftbfs fix.patch | (download)

xmlparser.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 xmlparser ftbfs fix


827835.patch | (download)

xmlparser.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 =?utf-8?b?ru5dx1rpx0voq0lorevyiokgkibyyl9lbmnfdg9faw5kzxg=?=


ftbfs 1075483.patch | (download)

extconf.rb | 22 12 + 10 - 0 !
1 file changed, 12 insertions(+), 10 deletions(-)

 fix ftbfs from #1075483


0005 xmlparser.c undefine allocator function for XMLParse.patch | (download)

xmlparser.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 xmlparser.c: undefine allocator function for xmlparser

This fixes the module for RUby 3.2+ and avoids the following warning
from apt-listbugs/ruby-soap4r:

warning: undefining the allocator of T_DATA class XSD::XMLParser::XMLParser::Listener

Link:://bugs.ruby-lang.org/issues/18007
Link: https://github.com/ruby/ruby/pull/4604