diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-29 12:27:10 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-29 21:43:49 +0100 |
commit | 327c75b0c42b2bc40269d90733d80a53e4ebaaa3 (patch) | |
tree | 1a3a616217a8145e01b3467d6ae9394f94ac105f /package | |
parent | 8f65c4151b0ac796c9ec91ba38dd15d3b0076a9b (diff) | |
download | buildroot-327c75b0c42b2bc40269d90733d80a53e4ebaaa3.tar.gz buildroot-327c75b0c42b2bc40269d90733d80a53e4ebaaa3.zip |
xerces: security bump to version 3.1.3
Fixes:
CVE-2016-0729 - Apache Xerces-C XML Parser Crashes on Malformed Input
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/xerces/xerces.hash | 4 | ||||
-rw-r--r-- | package/xerces/xerces.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/xerces/xerces.hash b/package/xerces/xerces.hash index 6f4c26724c..639e668534 100644 --- a/package/xerces/xerces.hash +++ b/package/xerces/xerces.hash @@ -1,2 +1,2 @@ -# From http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.tar.xz.sha256 -sha256 a847529ab6125f36039f54fa61f3d5043791accf7da2f43917cd2b49deb768f1 xerces-c-3.1.2.tar.xz +# From http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.3.tar.xz.sha256 +sha256 d35ae442db333f73c7ef41b2ce2e33bc8aba8dbacf582af765eda26415d25c94 xerces-c-3.1.3.tar.xz diff --git a/package/xerces/xerces.mk b/package/xerces/xerces.mk index e57949a1ad..b69f47c072 100644 --- a/package/xerces/xerces.mk +++ b/package/xerces/xerces.mk @@ -4,7 +4,7 @@ # ################################################################################ -XERCES_VERSION = 3.1.2 +XERCES_VERSION = 3.1.3 XERCES_SOURCE = xerces-c-$(XERCES_VERSION).tar.xz XERCES_SITE = http://archive.apache.org/dist/xerces/c/3/sources XERCES_LICENSE = Apache-2.0 |