wok diff openssh-pam/receipt @ rev 17769

compiz-libcompizconfig: cmake 3.1 seems need CMAKE_MINIMUM_REQUIRED_VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 17:47:05 2015 +0100 (2015-03-13)
parents 95ae6a87842c
children 7ef2138f2667
line diff
     1.1 --- a/openssh-pam/receipt	Wed Aug 20 12:40:53 2014 +0200
     1.2 +++ b/openssh-pam/receipt	Fri Mar 13 17:47:05 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh-pam"
     1.7 -VERSION="6.6p1"
     1.8 +VERSION="6.7p1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Openbsd Secure Shell using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -56,6 +56,7 @@
    1.13  /etc/dropbear/dropbear_rsa_host_key	/etc/ssh/ssh_host_rsa_key
    1.14  /etc/dropbear/dropbear_dss_host_key	/etc/ssh/ssh_host_dsa_key
    1.15  EOT
    1.16 +ssh-keygen -A
    1.17  }
    1.18  
    1.19  post_remove()