wok-current rev 15973
Up openssh (6.5p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 28 15:26:37 2014 +0000 (2014-02-28) |
parents | 60118e0cd67c |
children | ab5bde7ad5e1 |
files | openssh-pam/receipt openssh/receipt sftp-server/receipt |
line diff
1.1 --- a/openssh-pam/receipt Fri Feb 28 15:13:09 2014 +0000 1.2 +++ b/openssh-pam/receipt Fri Feb 28 15:26:37 2014 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openssh-pam" 1.7 -VERSION="6.4p1" 1.8 +VERSION="6.5p1" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Openbsd Secure Shell using PAM." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -47,7 +47,7 @@ 1.13 1.14 post_install() 1.15 { 1.16 - while read dropbear openssh ; do 1.17 + [ "$1" ] || while read dropbear openssh ; do 1.18 [ -s $dropbear ] || continue 1.19 dropbearconvert dropbear openssh $1$dropbear $1$openssh 1.20 dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub
2.1 --- a/openssh/receipt Fri Feb 28 15:13:09 2014 +0000 2.2 +++ b/openssh/receipt Fri Feb 28 15:26:37 2014 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openssh" 2.7 -VERSION="6.4p1" 2.8 +VERSION="6.5p1" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Openbsd Secure Shell." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -48,7 +48,7 @@ 2.13 2.14 post_install() 2.15 { 2.16 - while read dropbear openssh ; do 2.17 + [ "$1" ] || while read dropbear openssh ; do 2.18 [ -s $dropbear ] || continue 2.19 dropbearconvert dropbear openssh $1$dropbear $1$openssh 2.20 dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub
3.1 --- a/sftp-server/receipt Fri Feb 28 15:13:09 2014 +0000 3.2 +++ b/sftp-server/receipt Fri Feb 28 15:26:37 2014 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sftp-server" 3.7 -VERSION="6.4p1" 3.8 +VERSION="6.5p1" 3.9 CATEGORY="security" 3.10 SHORT_DESC="Openbsd Secure FTP server." 3.11 MAINTAINER="pascal.bellard@slitaz.org"