From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 15:24:40 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BCDC1065673 for ; Tue, 11 Oct 2011 15:24:40 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 7AB0B8FC15 for ; Tue, 11 Oct 2011 15:24:39 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.4/8.14.4) with ESMTP id p9BFOb4N068503; Tue, 11 Oct 2011 19:24:37 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.4/8.14.4/Submit) id p9BFObmm068502; Tue, 11 Oct 2011 19:24:37 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 11 Oct 2011 19:24:37 +0400 From: Gleb Smirnoff To: Grzegorz Blach Message-ID: <20111011152437.GJ94905@glebius.int.ru> References: <4E6D3505.4010500@roorback.net> <20111009183810.55fcbf9d@silver.nine> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20111009183810.55fcbf9d@silver.nine> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@FreeBSD.org Subject: Re: CFT: security/openssh-portable 5.8p2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 15:24:40 -0000 On Sun, Oct 09, 2011 at 06:38:10PM +0200, Grzegorz Blach wrote: G> New snapshot is ready to testing: G> https://github.com/downloads/Roorback/mgk_ports/openssh-portable-5.8p2-t2.shar G> In this version WITH_LPK knob is fixed. G> Thanks to Gleb Smirnoff. btw, one more issue with the port is that configure autodetects wtmp/utmp/lastlog stuff, using not only header include files, but also actual logs in /var. So, compiling openssh-portable on a 9.x or 10.x system, that was once upgraded from 8.x or earlier, would lead to incorrect autodetection of logging API. Even if you have run 'make delete-old', since the latter doesn't delete anything from /var. Thus, before compiling port, one needs to: # rm /var/log/wtmp /var/run/utmp /var/log/lastlog -- Totus tuus, Glebius.