Commit Graph

16 Commits

Author SHA1 Message Date
Michael Heimpold 1160b4dce7 libxml2: update to 2.9.8
Also drop obviously dead download mirrors.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-06 21:38:42 +01:00
Michael Heimpold 93fad8456a libxml2: update to 2.9.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-03 22:22:30 +01:00
Stijn Tintel 6d4f6a31fe libxml2: install cmake module
Since version 2.9.2, libxml2 provides its own cmake module. Install it
to avoid packages built with cmake and requiring libxml2 to fall back to
cmake's FindLibXml2 module, which seems to detect host libxml2 instead
of the one in staging_dir.

Fixes #4917.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-10-20 17:46:51 +03:00
Michael Heimpold 7d7105a481 libxml2: upgrade to 2.9.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-10-07 21:18:59 +02:00
Michael Heimpold 9428822c4b libxml2: upgrade to 2.9.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-09-04 20:53:14 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Michael Heimpold a0a49e1d3c libxml2: upgrade to 2.9.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-05-31 21:31:52 +02:00
Michael Heimpold f75da5729b libxml2: prevent host compile to overwrite xml2-config (closes #2566)
Host compilation overwrites "$(STAGING_DIR)/host/bin/xml2-config
with an unpatched variant. So apply the same sed expression before
installing the file during host install.

Thanks to @zyxmon for spotting this.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-04-02 23:24:03 +02:00
Michael Heimpold 55421fe27b libxml2: upgrade to 2.9.3
Beside some improvements, this also fixes several CVEs, for full
list see upstream changelog at:
https://mail.gnome.org/archives/xml/2015-November/msg00012.html

The patch needed for musl was accepted upstream, so we can remove it.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-11-20 21:53:15 +01:00
Alexander Couzens 71c0915496 libxml2: disable parallel build
libxml2 fails to build in one of three runs.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2015-08-26 16:11:09 +02:00
Michael Heimpold dd538b6e02 libxml2: fix build error with musl libc (fixes #454)
Thanks to nakarotori for spotting this.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-21 15:54:15 +01:00
James Le Cuirot a540959020 libxml2: Fix zlib detection the right way
The previous fix (#557) forced -lz into LDFLAGS instead of fixing the
real issue where configure was failing to detect zlib in the first
place. This was happening because it was looking in /lib, resulting in
conflicts with the host libraries.

Signed-off-by: James Le Cuirot <james.le-cuirot@yakara.com>
2014-12-02 11:14:42 +00:00
Michael Heimpold 4281b37484 libxml2: fix compilation on archlinux and gentoo
Compilation of libxml2 on some distributions is problematic (at least
archlinux) for OpenWrt. This commit fixes the issue. Issue is caused
because configuration for some reason does not find gzopen from zlib.
This patch issues linker to include zlib anyway, if host system doesn't
have this issue, it is not a problem as linker should not link libs
twice anyway.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>

[ Slightly modified commit message ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-11-26 00:01:44 +01:00
Jiri Slachta 4b3cf1a604 libxml2: add host compile
Several packages may depend on host compiled packages during
the build time (such as the new LTS versions of telephony packages).

This commit adds an option to use the libxml2 to be built as
a host package. Usage would be following:

	PKG_BUILD_DEPENDS:=libxml2/host

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-21 05:06:04 +01:00
Steven Barth 5a7ea72967 libxml2: update to 2.9.2
fixes CVE-2014-3660, CVE-2014-0191 among other issues

Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 10:57:42 +02:00
Michael Heimpold ee15782a9f libxml2: import from packages
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-06-17 21:46:44 +02:00