]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - libxml2/libxml2.nm
libxml2: Add patch to fix a double free in XPath.
[people/arne_f/ipfire-3.x.git] / libxml2 / libxml2.nm
index 8eb4ebf56a1546f025fb5e747d92a524ee22a944..b907dbf7dbc8821695c7539e1e614d3b4ee9787d 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = libxml2
 version    = 2.7.8
-release    = 1
+release    = 2
 
 groups     = System/Libraries
 url        = http://xmlsoft.org/
@@ -13,14 +13,14 @@ license    = MIT
 summary    = Library providing XML and HTML support.
 
 description
-       This library allows to manipulate XML files. It includes support \
-       to read, modify and write XML and HTML files. There is DTDs support \
-       this includes parsing and validation even with complex DtDs, either \
-       at parse time or later once the document has been modified. The output \
-       can be a simple SAX stream or and in-memory DOM like representations. \
-       In this case one can use the built-in XPath and XPointer implementation \
-       to select subnodes or ranges. A flexible Input/Output mechanism is \
-       available, with existing HTTP and FTP modules and combined to an URI \
+       This library allows to manipulate XML files. It includes support
+       to read, modify and write XML and HTML files. There is DTDs support
+       this includes parsing and validation even with complex DtDs, either
+       at parse time or later once the document has been modified. The output
+       can be a simple SAX stream or and in-memory DOM like representations.
+       In this case one can use the built-in XPath and XPointer implementation
+       to select subnodes or ranges. A flexible Input/Output mechanism is
+       available, with existing HTTP and FTP modules and combined to an URI
        library.
 end