aboutsummaryrefslogtreecommitdiff
path: root/libs/libxml2
Commit message (Collapse)AuthorAge
* libxml2: upgrade to 2.9.4Michael Heimpold2016-05-31
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libxml2: prevent host compile to overwrite xml2-config (closes #2566)Michael Heimpold2016-04-02
| | | | | | | | | | 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>
* libxml2: upgrade to 2.9.3Michael Heimpold2015-11-20
| | | | | | | | | | 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>
* libxml2: disable parallel buildAlexander Couzens2015-08-26
| | | | | | libxml2 fails to build in one of three runs. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libxml2: fix build error with musl libc (fixes #454)Michael Heimpold2014-12-21
| | | | | | Thanks to nakarotori for spotting this. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libxml2: Fix zlib detection the right wayJames Le Cuirot2014-12-02
| | | | | | | | | 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>
* libxml2: fix compilation on archlinux and gentooMichael Heimpold2014-11-26
| | | | | | | | | | | | | | 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>
* libxml2: add host compileJiri Slachta2014-11-21
| | | | | | | | | | | | 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>
* libxml2: update to 2.9.2Steven Barth2014-10-20
| | | | | | fixes CVE-2014-3660, CVE-2014-0191 among other issues Signed-off-by: Steven Barth <steven@midlink.org>
* libxml2: import from packagesMichael Heimpold2014-06-17
Signed-off-by: Michael Heimpold <mhei@heimpold.de>