package/expat: security bump to version 2.2.7
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Jun 2019 13:26:13 +0000 (15:26 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 30 Jun 2019 12:40:18 +0000 (14:40 +0200)
Fixes the following security vulnerabilites:

CVE-2018-20843: In libexpat in Expat before 2.2.7, XML input including XML
names that contain a large number of colons could make the XML parser
consume a high amount of RAM and CPU resources while processing (enough to
be usable for denial-of-service attacks).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/expat/expat.hash
package/expat/expat.mk

index 6c55972f695e27f2c8e2dee5d5c4c6c1101d0743..91f70f36eda386e4d538bea41e4cce6ea6269127 100644 (file)
@@ -1,7 +1,7 @@
-# From https://sourceforge.net/projects/expat/files/expat/2.2.6/
-md5    ca047ae951b40020ac831c28859161b2                expat-2.2.6.tar.bz2
-sha1   c8947fc3119a797b55485f2f7bdaaeb49cc9df01        expat-2.2.6.tar.bz2
+# From https://sourceforge.net/projects/expat/files/expat/2.2.7/
+md5    72f36b87cdb478aba1e78473393766aa                expat-2.2.7.tar.bz2
+sha1   9c8a268211e3f1ae31c4d550e5be7708973ec6a6        expat-2.2.7.tar.bz2
 
 # Locally calculated
-sha256 17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2        expat-2.2.6.tar.bz2
+sha256 cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18        expat-2.2.7.tar.bz2
 sha256 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76        COPYING
index 548ec826a069be77c2e8bb59bb2929f26b270a20..1b49a12c49d48bdd714a1b9981e8b1cc82edf7b0 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXPAT_VERSION = 2.2.6
+EXPAT_VERSION = 2.2.7
 EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
 EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.bz2
 EXPAT_INSTALL_STAGING = YES