Date: Fri, 18 Sep 2009 22:30:04 GMT From: Denis Barov <dindin@yandex-team.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/138943: security/openssh-portable version 5.2p1_2,1 broke WITH_OVERWRITE_BASE Message-ID: <200909182230.n8IMU4JA003574@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/138943; it has been noted by GNATS. From: Denis Barov <dindin@yandex-team.ru> To: bug-followup@FreeBSD.org Cc: dindin@dindin.ru, Alson van der Meulen <alson+bugs@waalsdorp.nl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909182230.n8IMU4JA003574>