From owner-freebsd-questions@freebsd.org Sun Jun 4 16:38:16 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 8C460B7F5AC for ; Sun, 4 Jun 2017 16:38:16 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 494B37BC6D for ; Sun, 4 Jun 2017 16:38:15 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [65.186.81.207] ([65.186.81.207:36606] helo=raspberrypi.bildanet.com) by cdptpa-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 79/23-20123-57734395; Sun, 04 Jun 2017 16:38:14 +0000 Received: from [192.168.1.143] (helo=desktop.example.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1dHYXd-0000wo-Hb for freebsd-questions@freebsd.org; Sun, 04 Jun 2017 12:38:13 -0400 Subject: Re: Looking at base source code To: freebsd-questions@freebsd.org References: <81583349-8374-fe21-a75b-fb0e30ccb772@columbus.rr.com> <20170604172037.019ac1e8@gumby.homeunix.com> From: Baho Utot Message-ID: <81220e19-5473-6258-53d1-2bee2e8c7698@columbus.rr.com> Date: Sun, 4 Jun 2017 12:38:13 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170604172037.019ac1e8@gumby.homeunix.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.7:25 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: Sun, 04 Jun 2017 16:38:16 -0000 On 06/04/17 12:20, RW via freebsd-questions wrote: > On Sun, 4 Jun 2017 11:54:56 -0400 > Baho Utot wrote: > >> Are the svn code repos for 11.0-RELEASE and 11.0-RELENG the same? >> >> The docs/handbook seem to say that they are. > > Unless something has changed RELEASE doesn't have security updates and > RELENG does. Ok Thanks I am confused with this whole release stuff as I see the following release-11.0.0 release-11.0.1 releng-11.0 I have been tracking releng-11.0 in the past and I am on 11.0-p9 which shows as this in uname -a: FreeBSD desktop.example.com 11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0 r316958: Sat Apr 15 09:25:18 EDT 2017 root@desktop.example.com:/usr/obj/usr/src/sys/GENERIC amd64 Is release-11.0.1 the same as releng-11.0-p9? So is tracking releng correct or should I be tracking 11.0.1?