From 437ebc526f0cc35652d543bd21cee40e0ae098ba Mon Sep 17 00:00:00 2001 From: nirvn Date: Sun, 20 Jun 2021 11:06:51 +0700 Subject: [PATCH] Update libexpat, 2.2.10 flagged by devs as seriously vulnerable --- recipes/expat/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/expat/recipe.sh b/recipes/expat/recipe.sh index baea569..5aedff8 100644 --- a/recipes/expat/recipe.sh +++ b/recipes/expat/recipe.sh @@ -1,7 +1,7 @@ #!/bin/bash # version of your package -VERSION_expat=2.2.10 +VERSION_expat=2.4.1 # dependencies of this recipe DEPS_expat=() @@ -10,7 +10,7 @@ DEPS_expat=() URL_expat=http://freefr.dl.sourceforge.net/project/expat/expat/$VERSION_expat/expat-${VERSION_expat}.tar.gz # md5 of the package -MD5_expat=bbd8baaf328fc8e906fbb0efc3a5be1e +MD5_expat=8738ef9ed1c5dcc03207286ea84f4299 # default build path BUILD_expat=$BUILD_PATH/expat/$(get_directory $URL_expat)