From owner-freebsd-stable@freebsd.org Fri Oct 2 22:35:49 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CF53A0DA48 for ; Fri, 2 Oct 2015 22:35:49 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A6E01519 for ; Fri, 2 Oct 2015 22:35:49 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Zi8vS-000BWR-Va; Sat, 03 Oct 2015 01:35:39 +0300 Date: Sat, 3 Oct 2015 01:35:38 +0300 From: Slawa Olhovchenkov To: Marko =?koi8-r?Q?Cupa'c?= Cc: FreeBSD Stable Subject: Re: recommended poudriere jail versions? Message-ID: <20151002223538.GD3158@zxy.spb.ru> References: <20151001103206.2d2603a4@efreet.kappastar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20151001103206.2d2603a4@efreet.kappastar.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 22:35:49 -0000 On Thu, Oct 01, 2015 at 10:32:06AM +0200, Marko Cupa'c wrote: > Hi, > > what is the recommended poudriere jail version for building ports? So > far I was trying to be on latest binary patchlevel for every minor > version for both base system, poudriere jails and clients, but I ended > up with three jails just for amd64 (9.3, 10.1 and 10.2), where I need to > rebuild all the ports every time I patch poudriere jails. This is > starting to take too much of my time. > > I see that pkg.freebsd.org hosts just one set of ports per > architecture of major version. What is the OS version they are built > on? Are there any downsides in building all the ports for > 10.2- on 10.1-? Some packages (freeradius, for example) strict depends from openssl version. Different openssl version in base (in jail and in target) stop to run this application. opensssl version in base can be changed by patchlevel too.