From ee548bc6ea3238fc1334288f1a8efe6edfe2e5e3 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 6 Sep 2017 17:17:08 +0200 Subject: [PATCH] libxml2: Update from 2.9.4 to 2.9.5 --- packages/libxml2/build.sh | 5 ++--- packages/libxml2/dont_build_tests.patch | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 packages/libxml2/dont_build_tests.patch diff --git a/packages/libxml2/build.sh b/packages/libxml2/build.sh index 1719e94a..cd311316 100644 --- a/packages/libxml2/build.sh +++ b/packages/libxml2/build.sh @@ -1,9 +1,8 @@ TERMUX_PKG_HOMEPAGE=http://www.xmlsoft.org TERMUX_PKG_DESCRIPTION="Library for parsing XML documents" -TERMUX_PKG_VERSION=2.9.4 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=2.9.5 +TERMUX_PKG_SHA256=4031c1ecee9ce7ba4f313e91ef6284164885cdb69937a123f6a83bb6a72dcd38 TERMUX_PKG_SRCURL=ftp://xmlsoft.org/libxml2/libxml2-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-python" TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc" TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/xml2-config share/man/man1/xml2-config.1 lib/cmake lib/xml2Conf.sh" diff --git a/packages/libxml2/dont_build_tests.patch b/packages/libxml2/dont_build_tests.patch deleted file mode 100644 index 447d06b7..00000000 --- a/packages/libxml2/dont_build_tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u -r ../libxml2-2.9.1/Makefile.in ./Makefile.in ---- ../libxml2-2.9.1/Makefile.in 2013-04-19 09:36:12.000000000 +0200 -+++ ./Makefile.in 2014-02-18 18:17:19.000000000 +0100 -@@ -155,7 +155,7 @@ - testdso_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(testdso_la_LDFLAGS) $(LDFLAGS) -o $@ --PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) -+PROGRAMS = $(bin_PROGRAMS) - am_runsuite_OBJECTS = runsuite.$(OBJEXT) - runsuite_OBJECTS = $(am_runsuite_OBJECTS) - am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(top_builddir)/libxml2.la \ -- 2.11.0