wok rev 15972

Up dropbear (2014.63)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 28 15:13:09 2014 +0000 (2014-02-28)
parents e4ec31d40c44
children 99f12c8f02ec
files dropbear-pam/receipt dropbear/receipt
line diff
     1.1 --- a/dropbear-pam/receipt	Wed Feb 26 23:23:36 2014 +0100
     1.2 +++ b/dropbear-pam/receipt	Fri Feb 28 15:13:09 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear-pam"
     1.7 -VERSION="2013.62"
     1.8 +VERSION="2014.63"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Light SSH client and server using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/dropbear/receipt	Wed Feb 26 23:23:36 2014 +0100
     2.2 +++ b/dropbear/receipt	Fri Feb 28 15:13:09 2014 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dropbear"
     2.7 -VERSION="2013.62"
     2.8 +VERSION="2014.63"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="Light SSH client and server."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -84,7 +84,7 @@
    2.13  # Post message when installing.
    2.14  post_install()
    2.15  {
    2.16 -	while read dropbear openssh ; do
    2.17 +	[ "$1" ] || while read dropbear openssh ; do
    2.18  		[ -s $openssh ] || continue
    2.19  		dropbearconvert openssh dropbear ${root}$openssh ${root}$dropbear
    2.20  		dropbearkey -y -f ${root}$dropbear | grep Fingerprint