wok diff btop/receipt @ rev 25495

Up expat (2.5.0), CVE-2022-43680
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:14:28 2022 +0000 (17 months ago)
parents 65942c8606f4
children
line diff
     1.1 --- a/btop/receipt	Wed Nov 30 08:50:05 2022 +0000
     1.2 +++ b/btop/receipt	Fri Dec 02 10:14:28 2022 +0000
     1.3 @@ -11,6 +11,13 @@
     1.4  TARBALL="$PACKAGE-i686-linux-musl.tbz"
     1.5  WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - $WEB_SITE/releases 2>/dev/null | \
    1.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {