wok diff nail/receipt @ rev 25693
dropbear (2024.84) fixes terrapin-attack, again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 21 13:35:21 2024 +0000 (9 months ago) |
parents | f7324cde07d7 |
children |
line diff
1.1 --- a/nail/receipt Fri Nov 04 08:52:47 2022 +0000 1.2 +++ b/nail/receipt Sun Apr 21 13:35:21 2024 +0000 1.3 @@ -20,7 +20,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/heirloom/files/heirloom-mailx/ 2>/dev/null | \ 1.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 1.9 sed '/scope="row/!d;s|.*/heirloom-mailx/||;s|/.*||;q' 1.10 } 1.11