Hello. I found that src/doc/BRANCHES is missing entries for the netbsd-5-1, netbsd-5-2, netbsd-6-0, and netbsd-6-1 security/critical branches. This file is referenced in the NetBSD Guide [1] as where to find a list of currently maintained branches, so it would be great for src/doc/BRANCHES to contain entries for these active branches. Attached is a patch to add these. The patch also changes the status of the netbsd-4 and netbsd-5-0 branches from "Active" to "Terminated" since they have reached end-of-life.
Thanks! Lewis [1] http://netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
Index: doc/BRANCHES =================================================================== RCS file: /cvsroot/src/doc/BRANCHES,v retrieving revision 1.332 diff -u -r1.332 BRANCHES --- doc/BRANCHES 11 Aug 2014 09:12:34 -0000 1.332 +++ doc/BRANCHES 14 Aug 2014 21:20:01 -0000 @@ -195,7 +195,7 @@ Branch: netbsd-4 Description: The NetBSD 4 release branch -Status: Active +Status: Terminated Start Date: 8 Aug 2006 End Date: Base Tag: netbsd-4-base @@ -217,7 +217,7 @@ Branch: netbsd-5-0 Description: Tracking security/critical fixes for NetBSD 5.0 -Status: Active +Status: Terminated Start Date: 29 Apr 2009 End Date: Base Tag: netbsd-5-0-RELEASE @@ -225,6 +225,26 @@ Scope: Entire tree. (src + xsrc) Notes: Commits restricted to Release Engineering. +Branch: netbsd-5-1 +Description: Tracking security/critical fixes for NetBSD 5.1 +Status: Active +Start Date: +End Date: +Base Tag: netbsd-5-1-RELEASE +Maintainer: 5.1 Release Engineering <[email protected]> +Scope: Entire tree. (src + xsrc) +Notes: Commits restricted to Release Engineering. + +Branch: netbsd-5-2 +Description: Tracking security/critical fixes for NetBSD 5.2 +Status: Active +Start Date: +End Date: +Base Tag: netbsd-5-2-RELEASE +Maintainer: 5.2 Release Engineering <[email protected]> +Scope: Entire tree. (src + xsrc) +Notes: Commits restricted to Release Engineering. + Branch: netbsd-6 Description: The NetBSD 6 release branch Status: Active @@ -236,6 +256,28 @@ Notes: Commits restricted to Release Engineering. +Branch: netbsd-6-0 +Description: Tracking security/critical fixes for NetBSD 6.0 +Status: Active +Start Date: 17 Oct 2012 +End Date: +Base Tag: netbsd-6-0-RELEASE +Maintainer: 6.0 Release Engineering <[email protected]> +Scope: Entire tree. (src + xsrc) +Notes: + Commits restricted to Release Engineering. + +Branch: netbsd-6-1 +Description: Tracking security/critical fixes for NetBSD 6.1 +Status: Active +Start Date: 01 Feb 2013 +End Date: +Base Tag: netbsd-6-1-RELEASE +Maintainer: 6.1 Release Engineering <[email protected]> +Scope: Entire tree. (src + xsrc) +Notes: + Commits restricted to Release Engineering. + Branch: netbsd-7 Description: The NetBSD 7 release branch Status: Active
