From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 18 22:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB4CA1065670 for ; Fri, 18 Sep 2009 22:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99AA68FC08 for ; Fri, 18 Sep 2009 22:30:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8IMU4xN003577 for ; Fri, 18 Sep 2009 22:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8IMU4JA003574; Fri, 18 Sep 2009 22:30:04 GMT (envelope-from gnats) Date: Fri, 18 Sep 2009 22:30:04 GMT Message-Id: <200909182230.n8IMU4JA003574@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Denis Barov Cc: Subject: Re: ports/138943: security/openssh-portable version 5.2p1_2,1 broke WITH_OVERWRITE_BASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Barov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 22:30:04 -0000 The following reply was made to PR ports/138943; it has been noted by GNATS. From: Denis Barov To: bug-followup@FreeBSD.org Cc: dindin@dindin.ru, Alson van der Meulen Subject: Re: ports/138943: security/openssh-portable version 5.2p1_2,1 broke WITH_OVERWRITE_BASE Date: Sat, 19 Sep 2009 02:25:45 +0400 Ar-r, those sad FATALs in portlint's output. - returned back good old USE_RC_SUBR and SUB_FILES values - added some recomendation for simultaneous running openssh-portable and base sshd into pkg-message diff -urN openssh-portable/Makefile.orig openssh-portable/Makefile --- openssh-portable/Makefile.orig 2009-09-19 01:46:52.000000000 +0400 +++ openssh-portable/Makefile 2009-09-19 02:02:20.000000000 +0400 @@ -187,7 +187,8 @@ EMPTYDIR= /var/empty PREFIX= /usr ETCSSH= /etc/ssh -USE_RC_SUBR= openssh +USE_RC_SUBR= yes +SUB_FILES+= openssh PLIST_SUB+= NOTBASE="@comment " PLIST_SUB+= BASE="" PLIST_SUB+= BASEPREFIX="${PREFIX}" diff -urN openssh-portable/pkg-message.orig openssh-portable/pkg-message --- openssh-portable/pkg-message.orig 2009-09-19 01:46:52.000000000 +0400 +++ openssh-portable/pkg-message 2009-09-19 02:08:16.000000000 +0400 @@ -1,6 +1,8 @@ To enable this port, add openssh_enable="YES" in your rc.conf. To prevent conflict with openssh in the base system add sshd_enable="NO" -in your rc.conf. +in your rc.conf. Also you can configure openssh at another TCP port (via +sshd_config 'Port' and 'Listen' options or via 'openssh_flags' +variable in rc.conf) and run it in same time with base sshd. 'PermitRootLogin no' is the default for the OpenSSH port. This now matches the PermitRootLogin configuration of OpenSSH in -- Cheers Denis Barov