From owner-freebsd-questions@FreeBSD.ORG Sat Sep 11 05:24:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6317D16A4CE for ; Sat, 11 Sep 2004 05:24:23 +0000 (GMT) Received: from deimos.aros.net (deimos.aros.net [66.219.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FF043D67 for ; Sat, 11 Sep 2004 05:24:23 +0000 (GMT) (envelope-from lists@josh.aros.net) Received: from [192.168.1.2] (c-67-172-253-240.client.comcast.net [67.172.253.240]) by deimos.aros.net (8.12.9p2/8.12.9) with ESMTP id i8B5OLKa044767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Sep 2004 23:24:21 -0600 (MDT) (envelope-from lists@josh.aros.net) Message-ID: <41428E16.9090904@josh.aros.net> Date: Fri, 10 Sep 2004 23:33:10 -0600 From: Josh Hansen User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: rob gabaree References: <5c389d3b04091020077fdc6fb0@mail.gmail.com> In-Reply-To: <5c389d3b04091020077fdc6fb0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new on deimos.aros.net cc: freebsd-questions@freebsd.org Subject: Re: how to tell source code versions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 05:24:23 -0000 rob gabaree wrote: >hi guys: > >im pretty new and just recompiled my kernel with cvsup (using src-all) >and uname -a prints: > >FreeBSD xxx 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #1: Fri Sep 10 >18:01:49 EST 2004 root@xxx:/usr/obj/usr/src/sys/XCAGE2 i386 > >i used the RELENG_4_10 tag to do this, but im wondering if someone >could tell me where to go to find out the latest source code, ex the >above was -RELEASE-p2.. is p2 the latest? where can i find the latest >info so i know i ahve the most up to date one? > >thanks > > It's all about the tags. RELENG_4_10 will give you FreeBSD 4.10-RELEASE, the -p2 means there have been 2 patches for it since it was released and you have them. Tthe RELEASE branch only gets bugfixes and security updates. If you want, say, 4.10-STABLE, which will eventually become 4.11, use the tag RELENG_4. There is a section on these tags in the FreeBSD Handbook that fully explains them. -Josh