Date: Sunday, May 15, 2016 @ 00:24:23 Author: bisson Revision: 268047
fix FS#49325: Modified: openssh/trunk/PKGBUILD openssh/trunk/sshdgenkeys.service ---------------------+ PKGBUILD | 4 ++-- sshdgenkeys.service | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-14 22:03:54 UTC (rev 268046) +++ PKGBUILD 2016-05-14 22:24:23 UTC (rev 268047) @@ -5,7 +5,7 @@ pkgname=openssh pkgver=7.2p2 -pkgrel=1 +pkgrel=2 pkgdesc='Free version of the SSH connectivity tools' url='http://www.openssh.org/portable.html' license=('custom:BSD') @@ -23,7 +23,7 @@ 'sshd.conf' 'sshd.pam') sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP' - 'cc1ceec606c98c7407e7ac21ade23aed81e31405' + 'caaa801da59a5d14c0c29c43e9de5fef281ea03e' '6a0ff3305692cf83aca96e10f3bb51e1c26fccda' 'ec49c6beba923e201505f5669cea48cad29014db' 'e12fa910b26a5634e5a6ac39ce1399a132cf6796' Modified: sshdgenkeys.service =================================================================== --- sshdgenkeys.service 2016-05-14 22:03:54 UTC (rev 268046) +++ sshdgenkeys.service 2016-05-14 22:24:23 UTC (rev 268047) @@ -1,9 +1,5 @@ [Unit] Description=SSH Key Generation -ConditionPathExists=|!/etc/ssh/ssh_host_key -ConditionPathExists=|!/etc/ssh/ssh_host_key.pub -ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key -ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key @@ -10,6 +6,8 @@ ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub +ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key +ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub [Service] ExecStart=/usr/bin/ssh-keygen -A
