wok diff tazbug/receipt @ rev 25630
libssh, openssh, paramiko, proftpd, putty: CVE-2023-48795 fix, waiting for dropbear and tinyssh released.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 22 14:30:01 2023 +0000 (11 months ago) |
parents | ab43b9f8e081 |
children |
line diff
1.1 --- a/tazbug/receipt Sat Oct 14 10:45:51 2017 +0200 1.2 +++ b/tazbug/receipt Fri Dec 22 14:30:01 2023 +0000 1.3 @@ -15,6 +15,13 @@ 1.4 BUILD_DEPENDS="gettext" 1.5 SIBLINGS="tazbug-website" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \ 1.10 + sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/'$PACKAGE'/rev/|;s|<.*||' | \ 1.11 + xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {