From owner-freebsd-questions@freebsd.org Thu Jul 20 03:28:24 2017 Return-Path: Delivered-To: freebsd-questions@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 09EF5DA5824 for ; Thu, 20 Jul 2017 03:28:24 +0000 (UTC) (envelope-from holin@iki.fi) Received: from vs20.mail.saunalahti.fi (vs20.mail.saunalahti.fi [62.142.117.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vs20.mail.saunalahti.fi", Issuer "vs20.mail.saunalahti.fi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BFA1F7E57A for ; Thu, 20 Jul 2017 03:28:23 +0000 (UTC) (envelope-from holin@iki.fi) Received: from vs20.mail.saunalahti.fi (localhost [127.0.0.1]) by vs20.mail.saunalahti.fi (Postfix) with ESMTP id 6D65B20134 for ; Thu, 20 Jul 2017 06:28:18 +0300 (EEST) Received: from gw01.mail.saunalahti.fi (gw01.mail.saunalahti.fi [195.197.172.115]) by vs20.mail.saunalahti.fi (Postfix) with ESMTP id 62BE92012E for ; Thu, 20 Jul 2017 06:28:18 +0300 (EEST) Received: from [10.0.0.7] (62-78-248-13.bb.dnainternet.fi [62.78.248.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by gw01.mail.saunalahti.fi (Postfix) with ESMTPSA id 5BC924034C for ; Thu, 20 Jul 2017 06:28:16 +0300 (EEST) Subject: Re: portsnap To: freebsd-questions@freebsd.org References: <596F7874.1030102@gmail.com> <4d04df1c-f68d-eed4-70fd-927f3fcff231@FreeBSD.org> <20170719214134.GA74679@krenn.local> From: Heikki Lindholm Message-ID: <4d944ac6-d921-d368-dd8d-14ae42dbfdd6@iki.fi> Date: Thu, 20 Jul 2017 06:28:17 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170719214134.GA74679@krenn.local> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 03:28:24 -0000 On 20.07.2017 00:41, Frank Steinborn wrote: > Matthew Seaman wrote: >> Then you can just 'svn up' periodically to pull in any updates. Except >> that svn(1) is not in the base system, so you'll need to install it from >> ports... To solve this chicken-and-egg problem, just install svn using >> packages: >> >> # pkg install subversion >> >> The default pkg(8) configuration will use the latest quarterly branch. > > Just for the record, there is svnlite in base, so you don't need the > full svn per-se. In which case, the chicken-and-egg problem will be reduced to getting ca_root_nss from ports, or giving up security.