Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5EE91A64EF for ; Wed, 11 Nov 2015 11:40:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0D6C114A247; Wed, 11 Nov 2015 11:40:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52FB514A224 for ; Wed, 11 Nov 2015 11:40:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dQSFjSafTboF for ; Wed, 11 Nov 2015 11:40:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DF8FE14A1F0 for ; Wed, 11 Nov 2015 11:40:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D3BF398; Wed, 11 Nov 2015 11:40:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 11 Nov 2015 11:40:06 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/security/openssh To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20151111114006.D3BF398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sevan Date: Wed Nov 11 11:40:06 UTC 2015 Modified Files: pkgsrc/security/openssh: Makefile pkgsrc/security/openssh/files: sshd.sh Log Message: Remove the check for the presence of ssh_host_key & the command to generate it, if ssh_host_key doesn't exist. RSA1 support is dead and doesn't exist in the package we generate, hence, regeneration of the key is executed everytime sshd is started/restarted. Bump PKGREVISION Reviewed by wiz@ To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 pkgsrc/security/openssh/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/openssh/files/sshd.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.