Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Update libexpat, 2.2.10 flagged by devs as seriously vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 20, 2021
1 parent 73a0ca7 commit 437ebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/expat/recipe.sh
Original file line number Diff line number Diff line change
@@ -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=()
Expand All @@ -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)
Expand Down

0 comments on commit 437ebc5

Please sign in to comment.