From 988c029c0577dda69d94076c3c4023892b0fe057 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 21 Mar 2022 13:55:58 +0100 Subject: [PATCH] expat: update to 2.4.7, security fixes The update broke some less popular (python) tools, but probably will not affect our installation. More on this is found here: https://github.com/libexpat/libexpat/issues/572 --- expat.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat.be0 b/expat.be0 index f6239f9af..a9dd5c9d2 100755 --- a/expat.be0 +++ b/expat.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION expat-2.4.3-0 +# BEE_VERSION expat-2.4.7-0 BEE_BUILDTYPE=autotools -# SRCURL[0]="https://github.com/libexpat/libexpat/releases/download/R_2_4_3/expat-2.4.3.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/b1137f030590b3f0c41c69c6cd68fa90/expat-2.4.3.tar.xz" +# SRCURL[0]="https://github.com/libexpat/libexpat/releases/download/R_2_4_7/expat-2.4.7.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/75a1f475e30281a00cb6f083ea481159/expat-2.4.7.tar.xz" # PATCHURL+=()