diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-05-24 17:31:53 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-05-24 22:47:21 +0200 |
commit | 8fc3764110b64ad68b5ea08c3193514c446560d7 (patch) | |
tree | 6231e6d698a0998dadfce89fb362eaedcb0678a5 /package/libxslt/libxslt.mk | |
parent | be8270d3e3b153c95926446081897c4bfc44ef81 (diff) | |
download | buildroot-8fc3764110b64ad68b5ea08c3193514c446560d7.tar.gz buildroot-8fc3764110b64ad68b5ea08c3193514c446560d7.zip |
libxslt: security bump to version 1.1.29
CVE-2015-7995 - Fix for type confusion in preprocessing attributes
Also drop upstream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libxslt/libxslt.mk')
-rw-r--r-- | package/libxslt/libxslt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk index 0cc4bb960b..868ba6a10f 100644 --- a/package/libxslt/libxslt.mk +++ b/package/libxslt/libxslt.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBXSLT_VERSION = 1.1.28 +LIBXSLT_VERSION = 1.1.29 LIBXSLT_SITE = ftp://xmlsoft.org/libxslt LIBXSLT_INSTALL_STAGING = YES LIBXSLT_LICENSE = MIT |