wok-current diff xorg-xkeyboard-config/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 (10 months ago) |
parents | 163749a66454 |
children | 5926178cd6fa |
line diff
1.1 --- a/xorg-xkeyboard-config/receipt Wed Nov 13 16:21:48 2019 +0100 1.2 +++ b/xorg-xkeyboard-config/receipt Thu Apr 04 08:53:51 2024 +0000 1.3 @@ -17,6 +17,12 @@ 1.4 1.5 HOST_ARCH="i486 arm" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.11 +} 1.12 + 1.13 # Handle cross compilation. Use build host: xorg-xkbcomp perl-xml-parser 1.14 case "$ARCH" in 1.15 arm) BUILD_DEPENDS="xorg-xproto xorg-libX11-dev" ;;