summaryrefslogtreecommitdiffstats
path: root/package/libxslt/libxslt.mk
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-06-07 20:07:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-06-08 16:28:53 +0200
commiteca8704dcf4d026f7aea6f1819772d0c19517346 (patch)
tree23ead7590d98ab7f77829714a37d397df29fa32e /package/libxslt/libxslt.mk
parentf56814faa87fa06331fe15e52784040b06d3dead (diff)
downloadbuildroot-eca8704dcf4d026f7aea6f1819772d0c19517346.tar.gz
buildroot-eca8704dcf4d026f7aea6f1819772d0c19517346.zip
libxslt: security bump to version 1.3.2
- Fix CVE-2017-5029 - Remove first patch (already in version) - Add a dependency to host-pkgconf and remove libxml2 options: see https://github.com/GNOME/libxslt/commit/abf537ebb2296cd3ae89989a17b0e1b5c79db107 - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libxslt/libxslt.mk')
-rw-r--r--package/libxslt/libxslt.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk
index 868ba6a10f..972d5b80d5 100644
--- a/package/libxslt/libxslt.mk
+++ b/package/libxslt/libxslt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBXSLT_VERSION = 1.1.29
+LIBXSLT_VERSION = 1.1.32
LIBXSLT_SITE = ftp://xmlsoft.org/libxslt
LIBXSLT_INSTALL_STAGING = YES
LIBXSLT_LICENSE = MIT
@@ -13,11 +13,9 @@ LIBXSLT_LICENSE_FILES = COPYING
LIBXSLT_CONF_OPTS = \
--with-gnu-ld \
--without-debug \
- --without-python \
- --with-libxml-prefix=$(STAGING_DIR)/usr/ \
- --with-libxml-libs-prefix=$(STAGING_DIR)/usr/lib
+ --without-python
LIBXSLT_CONFIG_SCRIPTS = xslt-config
-LIBXSLT_DEPENDENCIES = libxml2
+LIBXSLT_DEPENDENCIES = host-pkgconf libxml2
# If we have enabled libgcrypt then use it, else disable crypto support.
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
@@ -29,7 +27,7 @@ endif
HOST_LIBXSLT_CONF_OPTS = --without-debug --without-python --without-crypto
-HOST_LIBXSLT_DEPENDENCIES = host-libxml2
+HOST_LIBXSLT_DEPENDENCIES = host-pkgconf host-libxml2
$(eval $(autotools-package))
$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud