wok-next rev 21718
Up dropbear (2020.80)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 29 08:19:44 2020 +0000 (2020-07-29) |
parents | fa5506aefa0d |
children | b990f44bc767 |
files | dropbear/receipt |
line diff
1.1 --- a/dropbear/receipt Tue Jul 28 11:32:26 2020 +0100 1.2 +++ b/dropbear/receipt Wed Jul 29 08:19:44 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="dropbear" 1.7 -VERSION="2020.79" 1.8 +VERSION="2020.80" 1.9 CATEGORY="security" 1.10 TAGS="ssh" 1.11 SHORT_DESC="Lightweight SSH2 server and client" 1.12 @@ -33,8 +33,10 @@ 1.13 make PROGRAMS="dropbear $DROPBEARS" MULTI=1 SCPPROGRESS=1 && 1.14 install -Dm755 dropbearmulti $install/usr/sbin/dropbear || return 1 1.15 1.16 - sed -i 's|ENABLE_SVR_PASSWORD_AUTH|ENABLE_SVR_PAM_AUTH|' \ 1.17 - options.h 1.18 + cat >> localoptions.h <<EOT 1.19 +#define DROPBEAR_SVR_PASSWORD_AUTH 0 1.20 +#define DROPBEAR_SVR_PAM_AUTH 1 1.21 +EOT 1.22 ./configure \ 1.23 --enable-pam \ 1.24 $CONFIGURE_ARGS &&