From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 22 18:40:03 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 DC56A1065676 for ; Tue, 22 Sep 2009 18:40:03 +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 CA0648FC17 for ; Tue, 22 Sep 2009 18:40:03 +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 n8MIe3FR087176 for ; Tue, 22 Sep 2009 18:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8MIe3Q7087175; Tue, 22 Sep 2009 18:40:03 GMT (envelope-from gnats) Date: Tue, 22 Sep 2009 18:40:03 GMT Message-Id: <200909221840.n8MIe3Q7087175@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: Tue, 22 Sep 2009 18:40:03 -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, edwin@FreeBSD.org Subject: Re: ports/138943: security/openssh-portable version 5.2p1_2,1 broke WITH_OVERWRITE_BASE Date: Tue, 22 Sep 2009 22:16:08 +0400 sorry, previous message was sent from wrong address. Patch approved by me (maintainer). Sat, Sep 19, 2009 at 02:25 +0400 Denis Barov: > 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 -- Cheers Denis Barov