Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-XML-LibXSLT | Distribution: SUSE Linux Enterprise 15 |
Version: 1.95 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 1.20 | Build date: Sat May 26 05:22:50 2018 |
Group: Development/Libraries/Perl | Build host: ibs-arm-2 |
Size: 127322 | Source RPM: perl-XML-LibXSLT-1.95-1.20.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://search.cpan.org/dist/XML-LibXSLT/ | |
Summary: Interface to the GNOME libxslt library |
This module is an interface to the GNOME project's libxslt. This is an extremely good XSLT engine, highly compliant and also very fast. I have tests showing this to be more than twice as fast as Sablotron.
Artistic-1.0 or GPL-1.0+
* Mon Dec 04 2017 pmonrealgonzalez@suse.com - updated to 1.95 - Hopefully fix RT#116461 - https://rt.cpan.org/Public/Bug/Display.html?id=116461 - Makefile.PL shouldn't run "pkg-config libexslt" if LIBS or INC were provided - Thanks to NWELLNHOF for the report and a suggested fix. * Fri Feb 06 2015 coolo@suse.com - updated to 1.94 - Fix builds on older versions of libxslt. - Breakage caused by the MaxVars change. - https://rt.cpan.org/Ticket/Display.html?id=101605 - Thanks to Deyan Ginev for the report. 1.93 2015-01-17 - Add the ->max_vars function to set the MaxVars. - https://rt.cpan.org/Ticket/Display.html?id=101413 - Thanks to Thomas Krichel for the report/request. * Mon Jul 28 2014 coolo@suse.com - updated to 1.92 - Add scripts/tag-release.pl . 1.91 2014-04-12 - t/cpan-changes.t : minimum version of Test::CPAN::Changes. - This is to avoid test failures such as: - http://www.cpantesters.org/cpan/report/5af7d5eb-6bfa-1014-b84e-eb85912f2992 1.90 2014-04-10 - Handle $Config{dlext} correctly on Windows. - https://rt.cpan.org/Ticket/Display.html?id=94516 - Thanks to kmx for the report and fix. - Add t/pod.t . - Fix some POD problems. - Add t/cpan-changes.t and convert Changes to CPAN::Changes format. - Add t/style-trailing-space.t. - Remove trailing whitespace. 1.89 2014-03-05 - Fix memory management of node-sets returned from extension functions. Without calling xsltExtensionInstructionResultRegister, node-sets could be freed too early, leading to strange errors or segfaults. - https://bugzilla.gnome.org/show_bug.cgi?id=562302 - https://rt.cpan.org/Ticket/Display.html?id=93349 - Thanks to Alexander Schepanovski for the report. - Document input_callbacks methods - Don't register libxml2 input callbacks twice - https://rt.cpan.org/Public/Bug/Display.html?id=60313 - Fix memory leak with extension functions returning node lists - https://rt.cpan.org/Public/Bug/Display.html?id=55623 - https://rt.cpan.org/Public/Bug/Display.html?id=76596 - Thanks to Jozef Kutej and Slaven Rezic for the reports. - Thanks to Nick Wellnhofer for the pull requests and fixes. * Mon Feb 24 2014 coolo@suse.com - updated to 1.88 - Fix t/xml-grammar-failures.t based on the xml:space commentary here: - https://mail.gnome.org/archives/xml/2014-February/msg00000.html - Caused some failures which were ultimately our fault. * Sun Feb 09 2014 coolo@suse.com - updated to 1.87 - Decrease the minimum libxslt version again. - Setting it as 1.1.28 did not fix the failures, and now we have some more tests to test against it. - https://rt.cpan.org/Ticket/Display.html?id=92659 - Thanks to Slaven Rezic for the report. 1.86 Sun 2 Feb 17:06:07 IST 2014 - Add t/xml-grammar-failures.t to catch test failures in dependent modules. - Add some data files for it under t/data/*. - This fails on FreeBSD 9.2 currently. 1.85 Sat 1 Feb 16:23:43 IST 2014 - Add "use strict;" and "use warnings;" globally (CPANTS). - Add LICENSE to the MANIFEST. 1.84 Thu 26 Dec 14:19:19 IST 2013 - Hopefully fix a segmentation fault on Win32 introduced in the last ver. - https://rt.cpan.org/Ticket/Display.html?id=91652 - Thanks to Alexandr Ciornii for the report, and to Nikolay Sivov for providing help. 1.83 Sun 22 Dec 18:20:23 IST 2013 - Get rid of compiler warnings when compiling using CLANG. - https://rt.cpan.org/Public/Bug/Display.html?id=91118 - Thanks to Daniel Macks for the report. * Tue Nov 26 2013 coolo@suse.com - updated to 1.82 - Makefile.PL: Report LibXSLT mismatch correctly. - https://rt.cpan.org/Ticket/Display.html?id=90085 - Thanks to David Schmidt for the report, and to joel and brother from the channel #perl-help for analysis. * Sat Jul 27 2013 coolo@suse.com - updated to 1.81 - Fix a typo reported by dsteinbrunner: - https://rt.cpan.org/Ticket/Display.html?id=86689 * Tue Jun 04 2013 coolo@suse.com - updated to 1.80 - Bump the minimum version of libxslt2 to 1.1.28. - due to failures such as http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964 - Die when libxslt is 1.1.27. - Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564 - Add output_method method, update documentation of media_type (dorian@cpan). - Thanks, Dorian! - Apply a patch from Michael Ludwig clarifying the quoting of string parameters to the XSLT transformation. - Thanks, Michael! * Fri Jan 13 2012 vcizek@suse.com - update to 1.76 - Made LibXSLT.xs compile with C compilers that don't accept declarations inside blocks: - https://rt.cpan.org/Public/Bug/Display.html?id=73905 - These include Microsoft Visual C++ (in C-mode). * Mon Oct 31 2011 vcizek@suse.com - update to 1.75 - Convert the following test scripts from Test.pm to Test::More : - t/03input.t - Fix for https://rt.cpan.org/Public/Bug/Display.html?id=71345 by Tim Brody: - «segfault in free()» - Thanks, Tim! * Thu Oct 27 2011 vcizek@suse.com - update to 1.74 - Convert some test scripts from Test.pm to Test::More - In the process made "Encode" and perl-5.8.1. pre-requisites of this distribution. - Add the "make runtest" and "make distruntest" targets to test using Test-Run. * Mon Oct 10 2011 vcizek@suse.com - update to 1.73 - Possible fix for https://rt.cpan.org/Ticket/Display.html?id=71456 : - made the port reservation on t/14security.t for the non-existent URL more robust. 1.72 Thu Oct 6 13:37:13 IST 2011 - Moved the benchmarking code under benchmark/ so it won't be indexed by CPAN (Tim Brody). - Avoid leaking memory inside extension elements by cleaning up on stylesheet DESTROY (Tim Brody). - xsltInit() and xsltCleanupGlobals() to avoid leaking memory on init/shutdown (Tim Brody). - Added support for stylesheet context functions via a $stylesheet->register_function() method with the same arguments as XML::LibXSLT->register_function(). (Tim Brody) - Added support for register_element() on stylesheet objects. The callback may leak memory though - nothing frees the _private attributes of the node + document owner for the passed arguments? (Tim Brody) * Mon Sep 12 2011 vcizek@suse.com - corrected licence to same as Perl - update to 1.71 - Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 : - add a blacklist for libxslt-1.1.25 which has a deadlock that hangs a test. - Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 : - Unexpected webserver dependency in test - Updated the version control instructions in the README to bitbucket.org. * Wed Dec 01 2010 coolo@novell.com - switch to perl_requires macro * Mon Nov 29 2010 coolo@novell.com - remove /var/adm/perl-modules * Fri Jan 15 2010 anicka@suse.cz - update to 1.70 * fixed various bugs * documentation updates * #48247: Win32 patch kindly provided by KMX@cpan.org * sync with latest XML::LibXML ABI and add a compatibility check * do not force -lgcrypt and -lgpg-error linker flags * fix for attribute nodes returned by user-defined XPath functions * address #41542: restore internalDTD subset on the source document of a transformation (libxslt unlinks it) * Sun Jan 10 2010 jengelh@medozas.de - enable parallel build
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/XML /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/XML/LibXSLT.pm /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/XML /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/XML/LibXSLT /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/XML/LibXSLT/LibXSLT.so /usr/share/doc/packages/perl-XML-LibXSLT /usr/share/doc/packages/perl-XML-LibXSLT/Changes /usr/share/doc/packages/perl-XML-LibXSLT/LICENSE /usr/share/doc/packages/perl-XML-LibXSLT/README /usr/share/doc/packages/perl-XML-LibXSLT/example /usr/share/doc/packages/perl-XML-LibXSLT/example/1.xml /usr/share/doc/packages/perl-XML-LibXSLT/example/1.xsl /usr/share/doc/packages/perl-XML-LibXSLT/example/2.xml /usr/share/doc/packages/perl-XML-LibXSLT/example/2.xsl /usr/share/doc/packages/perl-XML-LibXSLT/example/bad1.xsl /usr/share/doc/packages/perl-XML-LibXSLT/example/bad2.xsl /usr/share/doc/packages/perl-XML-LibXSLT/example/bad3.xsl /usr/share/doc/packages/perl-XML-LibXSLT/example/fatal.xsl /usr/share/doc/packages/perl-XML-LibXSLT/example/nonfatal.xsl /usr/share/man/man3/XML::LibXSLT.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:17:49 2024