OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Nov-2006 08:33:43
Branch: HEAD Handle: 2006112407334300
Modified files:
openpkg-src/perl-xml perl-xml.patch perl-xml.spec
Log:
update modules and remove the xmlInitParser() hack as the author now
clearly explains that it is incorrect to xall xmlInitParser() at this
point as it fully breaks e.g. Apache/mod_php/libxml any similar
environments. If some user of OpenPKG's XML::LibXML has problems then
the actual bug is somewhere else but not the missing xmlInitParser()
call here. The xmlInitParser() call is correctly performed by the
module on loading and that's what libxml's _global_ xmlInitParser()
call is about only
Summary:
Revision Changes Path
1.14 +0 -12 openpkg-src/perl-xml/perl-xml.patch
1.269 +5 -5 openpkg-src/perl-xml/perl-xml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.patch
============================================================================
$ cvs diff -u -r1.13 -r1.14 perl-xml.patch
--- openpkg-src/perl-xml/perl-xml.patch 23 Sep 2006 07:48:35 -0000
1.13
+++ openpkg-src/perl-xml/perl-xml.patch 24 Nov 2006 07:33:43 -0000
1.14
@@ -52,15 +52,3 @@
-auto_install();
&WriteAll;
-Index: XML-LibXML-1.58_1/LibXML.xs
---- XML-LibXML-1.58_1/LibXML.xs.orig 2004-03-25 00:06:14 +0100
-+++ XML-LibXML-1.58_1/LibXML.xs 2006-09-23 09:33:57 +0200
-@@ -622,7 +622,7 @@
- HV* real_obj = NULL;
- SV** item = NULL;
- SV* item2 = NULL;
-- /* xmlInitParser(); */ /* useless call */
-+ xmlInitParser();
- xmlGetWarningsDefaultValue = 0;
-
- if ( self != NULL ) {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.268 -r1.269 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 13 Nov 2006 06:35:26 -0000
1.268
+++ openpkg-src/perl-xml/perl-xml.spec 24 Nov 2006 07:33:43 -0000
1.269
@@ -42,12 +42,12 @@
%define V_xml_dtdparser 2.01
%define V_xml_easyobj 1.12
%define V_xml_gdome 0.86
-%define V_xml_libxml 1.58_1
+%define V_xml_libxml 1.62
%define V_xml_libxml_common 0.13
%define V_xml_libxml_iterator 1.00
%define V_xml_libxml_perl 0.08
%define V_xml_libxml_xpathcontext 0.07
-%define V_xml_libxslt 1.58
+%define V_xml_libxslt 1.62
%define V_xml_namespacesupport 1.09
%define V_xml_nodefilter 0.01
%define V_xml_parser 2.34
@@ -72,7 +72,7 @@
%define V_xml_mini 1.2.8
%define V_xml_smart 1.6.9
%define V_xml_stream 1.22
-%define V_xml_dt 0.46
+%define V_xml_dt 0.47
%define V_svg 2.33
%define V_xml_elemental 2.0
%define V_xml_rss_parser 4.0
@@ -93,7 +93,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20061113
+Release: 20061124
# package options
%option with_libxml no
@@ -138,7 +138,7 @@
Source24:
http://www.cpan.org/modules/by-module/HTML/HTML-TagReader-%{V_html_tagreader}.tar.gz
Source25:
http://www.cpan.org/modules/by-module/HTML/HTML-SimpleParse-%{V_html_simpleparse}.tar.gz
Source26:
http://www.cpan.org/modules/by-module/XML/XML-LibXML-Common-%{V_xml_libxml_common}.tar.gz
-Source27:
http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-%{V_xml_libxml}.tar.gz
+Source27:
http://www.cpan.org/modules/by-module/XML/XML-LibXML-%{V_xml_libxml}.tar.gz
Source28:
http://www.cpan.org/modules/by-module/XML/XML-LibXML-Iterator-%{V_xml_libxml_iterator}.tar.gz
Source29:
http://www.cpan.org/modules/by-module/XML/XML-LibXML-XPathContext-%{V_xml_libxml_xpathcontext}.tar.gz
Source30:
http://www.cpan.org/modules/by-module/XML/XML-XUpdate-LibXML-%{V_xml_xupdate_libxml}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]