ports/138943: security/openssh-portable version 5.2p1_2,1 broke WITH_OVERWRITE_BASE

Denis Barov dindin at dindin.ru
Tue Sep 22 18:40:03 UTC 2009


The following reply was made to PR ports/138943; it has been noted by GNATS.

From: Denis Barov <dindin at dindin.ru>
To: bug-followup at FreeBSD.org
Cc: dindin at dindin.ru, edwin at 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



More information about the freebsd-ports-bugs mailing list