wok diff mitter/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 9b180a3071fb
children
line diff
     1.1 --- a/mitter/receipt	Sun May 08 09:19:55 2022 +0000
     1.2 +++ b/mitter/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -8,10 +8,17 @@
     1.4  LICENSE="GPL3"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://web.archive.org/web/20120808040147/http://code.google.com/p/mitter"
     1.7 -WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$PACKAGE/$TARBALL"
     1.8 +WGET_URL="https://src.fedoraproject.org/repo/pkgs/$PACKAGE/$TARBALL"
     1.9  DEPENDS="python pygtk python-simplejson"
    1.10  BUILD_DEPENDS="python-dev"
    1.11  
    1.12 +# What is the latest version available today?
    1.13 +current_version()
    1.14 +{
    1.15 +	wget -O - https://src.fedoraproject.org/repo/pkgs/$PACKAGE/ 2>/dev/null | \
    1.16 +	sed '/compressed.gif/!d;s|.*mitter-||;s|.tar.*||' | sort -Vr | sed q
    1.17 +}
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {