wok-current diff cairo-dock-plugins/receipt @ rev 25695
Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Apr 04 08:53:51 2024 +0000 (7 months ago) |
parents | 613b75574469 |
children |
line diff
1.1 --- a/cairo-dock-plugins/receipt Tue Jan 07 07:24:36 2020 +0100 1.2 +++ b/cairo-dock-plugins/receipt Thu Apr 04 08:53:51 2024 +0000 1.3 @@ -16,6 +16,12 @@ 1.4 dbus-dev dbus-glib-dev gtk+3-dev gtkglext-dev librsvg-dev 1.5 libxml2-dev mesa-dev wayland-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {