wok-6.x diff freetuxtv/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 (23 months ago) |
parents | 7d8f0ec43ab3 |
children |
line diff
1.1 --- a/freetuxtv/receipt Thu Jan 24 22:11:16 2019 +0100 1.2 +++ b/freetuxtv/receipt Fri Dec 02 10:14:28 2022 +0000 1.3 @@ -14,6 +14,12 @@ 1.4 BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite sqlite-dev \ 1.5 libvlc-dev libvlc curl-dev libnotify-dev intltool file automake libtool" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/freetuxtv-\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {