From sysadmin@alexdupre.com  Fri Mar  8 06:02:35 2002
Return-Path: <sysadmin@alexdupre.com>
Received: from mail.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209])
	by hub.freebsd.org (Postfix) with ESMTP id B462F37B402
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Mar 2002 06:02:28 -0800 (PST)
Received: from alexdupre.com ([192.168.0.101])
        by mail.alexdupre.com (MERAK 3.10.011) with ESMTP id F05B6CDE
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 08 Mar 2002 15:03:48 +0100
Message-Id: <3C88C46D.2040708@alexdupre.com>
Date: Fri, 08 Mar 2002 15:02:21 +0100
From: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] OpenSSH doesn't install

>Number:         35672
>Category:       ports
>Synopsis:       [Patch] OpenSSH doesn't install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 08 06:10:01 PST 2002
>Closed-Date:    Mon Mar 18 20:11:12 PST 2002
>Last-Modified:  Thu Oct 07 18:19:25 GMT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
  >Submitter-Id:	current-users
  >Originator:	Alex Dupre
  >Organization:	
  >Confidential:	no
  >Synopsis:	[Patch] OpenSSH doesn't install
  >Severity:	critical
  >Priority:	high
  >Category:	ports
  >Class: 
 	update
  >Release:	FreeBSD 4.5-STABLE i386
  >Environment:
 System: FreeBSD vaio.alexdupre.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 
 3 15:53:42 CET 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO2002 i386
 	
  >Description:
 'make install' fails in security/openssh because ssh-keygen is executed without
 the mandatory -t flag when generating old RSA1 key
 	
  >How-To-Repeat:
 cd /usr/ports/security/openssh
 make install
 	
  >Fix:
 
 --- openssh.patch begins here ---
 --- Makefile.orig	Fri Mar  8 06:54:03 2002
 +++ Makefile	Fri Mar  8 14:20:51 2002
 @@ -103,7 +103,7 @@
   .if !defined(BATCH)
   .if !exists(${PREFIX}/etc/ssh_host_key)
   	@${ECHO_MSG} ">> Generating an RSA1 secret host key."
 - 
 ${PREFIX}/bin/ssh-keygen -N "" -f ${PREFIX}/etc/ssh_host_key
 + 
 ${PREFIX}/bin/ssh-keygen -t rsa1 -N "" -f ${PREFIX}/etc/ssh_host_key
   .endif
   .if !exists(${PREFIX}/etc/ssh_host_rsa_key)
   	@${ECHO_MSG} ">> Generating a RSA secret host key."
 --- openssh.patch ends here ---
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Mon Mar 18 20:09:43 PST 2002 
State-Changed-Why:  
This seems a duplicate of PR 35676, 
which has been fixed & closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35672 
>Unformatted:
