[vlc-commits] Contribs: update libxml2 to 2.9.0

Jean-Baptiste Kempf git at videolan.org
Thu Nov 1 17:11:36 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov  1 18:59:54 2012 +0100| [4766bc859bb4072ccb8e263aa28634d83dac3302] | committer: Jean-Baptiste Kempf

Contribs: update libxml2 to 2.9.0

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4766bc859bb4072ccb8e263aa28634d83dac3302
---

 contrib/src/libxml2/SHA512SUMS     |    2 +-
 contrib/src/libxml2/no-tests.patch |   18 +++++++++---------
 contrib/src/libxml2/rules.mak      |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/contrib/src/libxml2/SHA512SUMS b/contrib/src/libxml2/SHA512SUMS
index 1ef20c8..a3ff1b7 100644
--- a/contrib/src/libxml2/SHA512SUMS
+++ b/contrib/src/libxml2/SHA512SUMS
@@ -1 +1 @@
-e36ca96e5ba18f767346f1310c43d3c8c9a35c53252de18ad63ebce7f1f8df7ae40dd0719b2c6d78f5a64e61be154eec63a36ae738d29e93a9139c524a289ad4  libxml2-2.8.0.tar.gz
+b13268ea3725a8b534974ece33981b001324164e5687df94b0d15c77189070e2a5d9f08c1646e5492e70a607ca0adf00788772fcf300ac2d4a110e9bf57d4afe  libxml2-2.9.0.tar.gz
diff --git a/contrib/src/libxml2/no-tests.patch b/contrib/src/libxml2/no-tests.patch
index 1f37434..9e2fd15 100644
--- a/contrib/src/libxml2/no-tests.patch
+++ b/contrib/src/libxml2/no-tests.patch
@@ -1,17 +1,17 @@
---- libxml2/Makefile.am.orig	2011-11-26 20:53:51.147060747 -0500
-+++ libxml2/Makefile.am	2011-11-26 20:52:36.013140366 -0500
-@@ -8,10 +8,10 @@
+--- libxml2-2.9.0/Makefile.am.orig	2012-11-01 18:55:04.214524833 +0100
++++ libxml2-2.9.0/Makefile.am	2012-11-01 18:55:56.838557494 +0100
+@@ -10,10 +10,10 @@
  
- INCLUDES = -I$(top_builddir)/include -I at srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ 
+ AM_CFLAGS = $(THREAD_CFLAGS) $(Z_CFLAGS) $(LZMA_CFLAGS)
  
 -noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
 -                testThreads testC14N testAutomata testRegexp \
 -                testReader testapi testModule runtest runsuite testchar \
--		testdict runxmlconf testrecurse
-+#noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
-+#                testThreads testC14N testAutomata testRegexp \
-+#                testReader testapi testModule runtest runsuite testchar \
-+#		testdict runxmlconf testrecurse
+-		testdict runxmlconf testrecurse testlimits
++# noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
++#                 testThreads testC14N testAutomata testRegexp \
++#                 testReader testapi testModule runtest runsuite testchar \
++# 		testdict runxmlconf testrecurse testlimits
  
  bin_PROGRAMS = xmllint xmlcatalog
  
diff --git a/contrib/src/libxml2/rules.mak b/contrib/src/libxml2/rules.mak
index eae6a46..66ae3a7 100644
--- a/contrib/src/libxml2/rules.mak
+++ b/contrib/src/libxml2/rules.mak
@@ -1,6 +1,6 @@
 # libxml2
 
-LIBXML2_VERSION := 2.8.0
+LIBXML2_VERSION := 2.9.0
 LIBXML2_URL := http://xmlsoft.org/sources/libxml2-$(LIBXML2_VERSION).tar.gz
 
 PKGS += libxml2



More information about the vlc-commits mailing list