]> git.sesse.net Git - vlc/commitdiff
Contribs: udpate libxml2 to 2.9.2
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2015 09:42:00 +0000 (10:42 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2015 09:42:00 +0000 (10:42 +0100)
Move to configure.ac

contrib/src/libxml2/SHA512SUMS
contrib/src/libxml2/pthread.patch
contrib/src/libxml2/rules.mak
contrib/src/libxml2/win32.patch

index 11ab30f787742c541a2729756230288a32a9ad72..de37470f246df429c8d862008136b229311324c1 100644 (file)
@@ -1 +1 @@
-7b10de749485bc2eb2108063e97d89e70d6fbb78b1bf195ab5528c8c64e79483d55223a49d95934f4e00b00e906c18bdd34344703ffe158dcf08096905a44c1b  libxml2-2.9.1.tar.gz
+a4e3b20e2efceed39c20379b32b746d4a1cf65c0cf7719d26c9bf7483c1f04a4e5a442ae2f36dc4ae8a4d011b67cfb58d9f6d0be034fa3e897a49059c9289565  libxml2-2.9.2.tar.gz
index 69797e47393ac139a4fa0e00effe714d510bb074..777b7bbd123dae8a2395a7c84e8a68619494dee2 100644 (file)
@@ -1,6 +1,6 @@
---- libxml2-2.8.0/configure.in.orig    2012-05-23 10:33:55.000000000 +0200
-+++ libxml2-2.8.0/configure.in 2012-08-08 00:20:20.544880094 +0200
-@@ -958,12 +958,17 @@
+--- libxml2-2.9.2/configure.ac 2015-01-21 10:40:13.706152933 +0100
++++ libxml2-2.9.2/configure.ac.new     2015-01-21 10:39:36.014876563 +0100
+@@ -1049,12 +1049,17 @@
      dnl Use pthread by default in other cases
      if test -z "$THREADS_W32"; then
          if test "$with_threads" = "pthread" || test "$with_threads" = "" || test "$with_threads" = "yes" ; then
index 803c32786f5ef814ed6a4de43abcd9eadbac8a2d..ae4bdae41396ae062723c363e124dc9d4e9bbe5a 100644 (file)
@@ -1,6 +1,6 @@
 # libxml2
 
-LIBXML2_VERSION := 2.9.1
+LIBXML2_VERSION := 2.9.2
 LIBXML2_URL := http://xmlsoft.org/sources/libxml2-$(LIBXML2_VERSION).tar.gz
 
 PKGS += libxml2
index 1200f36d611c7b811798a56a03dfafaefd698677..b496529c4b903f316c1b5941d1ecacef277e5a65 100644 (file)
@@ -18,9 +18,9 @@
        xmlWrapStat = xmlWrapStatUtf8;
        xmlWrapOpen = xmlWrapOpenUtf8;
  #ifdef HAVE_ZLIB_H
---- libxml2/configure.in.orig  2013-08-15 11:40:51.228070119 +0200
-+++ libxml2/configure.in       2013-08-15 11:41:01.956070564 +0200
-@@ -968,7 +968,7 @@
+--- libxml2-2.9.2/configure.ac 2014-10-16 06:06:15.000000000 +0200
++++ libxml2-2.9.2/configure.ac.new     2015-01-21 10:07:09.001484882 +0100
+@@ -1041,7 +1041,7 @@
         *mingw32*) if test "$with_threads" != "pthread" && test "$with_threads" != "no"; then
                 WITH_THREADS="1"
                 THREADS_W32="1"