From owner-svn-src-all@FreeBSD.ORG Wed Dec 28 22:52:08 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A08106566C; Wed, 28 Dec 2011 22:52:08 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3A08FC16; Wed, 28 Dec 2011 22:52:08 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id pBSMq6ZL024616 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 28 Dec 2011 23:52:07 +0100 (CET) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1325112727; bh=aZE2v31D82wRSaEqMN8Zc3JSM1nQk8kPPEEWoo0xFcc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=Rswoq8tyDA+yJl/wX4N7bBXAZAPD7+sUGuMB6VVQdU1wyUpcTC0mYYpioWjyS47fs IgF3DL2blMkjBHudPNETY9WocTa2toPVoC7KgazUIzFf49lKC81nYRKlPdGzu1DHeU iXo+upBKfjmOVNRNvkc1NxCc8fjRnEAZqsGY7h0o= Date: Wed, 28 Dec 2011 23:52:06 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Mark Linimon Message-ID: <20111228225206.GG83814@acme.spoerlein.net> Mail-Followup-To: Ulrich =?utf-8?B?U3DDtnJsZWlu?= , Mark Linimon , Doug Barton , Xin LI , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org References: <201112260907.pBQ979X4098221@svn.freebsd.org> <4EF83AF4.9010108@FreeBSD.org> <20111228154049.GD83814@acme.spoerlein.net> <20111228211133.GA2731@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20111228211133.GA2731@lonesome.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Doug Barton , Xin LI , src-committers@FreeBSD.org Subject: Re: svn commit: r228896 - head/contrib/netcat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 22:52:08 -0000 On Wed, 2011-12-28 at 15:11:33 -0600, Mark Linimon wrote: > On Wed, Dec 28, 2011 at 04:40:49PM +0100, Ulrich Spörlein wrote: > > It's better to have one person > > (Xin LI) figure out if the change is needed or a no-op and do the > > upgrade to match our version to upstream's version, than to have a > > discrepancy between the two and cause half a dozen developers that > > stumble upon that difference to scratch their heads and spend time in > > figuring out if we should import the change. > > We already have the following wiki page: > > http://wiki.freebsd.org/PortsNotUpgraded > > Perhaps an analagous page for src would be helpful? > > mcl We have http://wiki.freebsd.org/ContribSoftware that tries to track the state of anything upstream in src. Maintainers are encouraged to add notes to their entries if there are reasons the software is kept at a lower version or whatever. See also the section for GPLv3'ed software on that page. Cheers, Uli