Skip to content

Commit d5cbdd2

Browse files
committed
Bump expat XML parser to 2.3.0
Seems that the previous version URL is not available on purpose. The lib has a vulnerability and the author recommends using this version (and therefore they renamed the URL to prevent any further downloads).
1 parent 719aec2 commit d5cbdd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ set(MPC_HASH SHA256=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b4
3232
set(ISL_VERSION 0.21)
3333
set(ISL_HASH SHA256=777058852a3db9500954361e294881214f6ecd4b594c00da5eee974cd6a54960)
3434

35-
set(EXPAT_VERSION 2.2.6)
36-
set(EXPAT_HASH SHA256=17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2)
35+
set(EXPAT_VERSION 2.3.0)
36+
set(EXPAT_HASH SHA256=f122a20eada303f904d5e0513326c5b821248f2d4d2afbf5c6f1339e511c0586)
3737

3838
set(BINUTILS_VERSION 2.34)
3939
set(BINUTILS_HASH SHA256=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952)

0 commit comments

Comments
 (0)