wok-current diff sudo/receipt @ rev 25056
linux-wireless: add r8192ee.ko & rtl8821ae.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 10:49:51 2022 +0000 (2022-06-06) |
parents | ff210fc49547 |
children | 1a6eb3793a9e |
line diff
1.1 --- a/sudo/receipt Sun Apr 26 10:56:37 2020 +0100 1.2 +++ b/sudo/receipt Mon Jun 06 10:49:51 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sudo" 1.7 -VERSION="1.8.31" 1.8 +VERSION="1.9.5p2" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Allows command execution as root for specified users." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -13,6 +13,12 @@ 1.13 1.14 CONFIG_FILES="/etc/sudoers" 1.15 1.16 +current_version() 1.17 +{ 1.18 + wget -O - $WEB_SITE 2>/dev/null | \ 1.19 + grep -A 1 'The current' | sed '/>sudo/!d;s|.*>sudo *||;s|<.*||;q' 1.20 +} 1.21 + 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 {