wok diff sudo/receipt @ rev 24966
updated nettle and nettle-dev (3.5.1 -> 3.7.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 25 07:28:45 2022 +0100 (2022-04-25) |
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 Apr 25 07:28:45 2022 +0100 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 {