From owner-freebsd-questions@FreeBSD.ORG Tue Oct 19 19:26:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2243F10656B7 for ; Tue, 19 Oct 2010 19:26:15 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id CCFD28FC28 for ; Tue, 19 Oct 2010 19:26:14 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P8Hp6-0000VB-Ew for freebsd-questions@freebsd.org; Tue, 19 Oct 2010 21:26:12 +0200 Received: from pool-173-79-85-36.washdc.fios.verizon.net ([173.79.85.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2010 21:26:12 +0200 Received: from nightrecon by pool-173-79-85-36.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2010 21:26:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 19 Oct 2010 15:34:01 -0400 Lines: 17 Message-ID: References: <20101019150806.GG91852@emmi.physik-pool.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-85-36.washdc.fios.verizon.net Subject: Re: Downgrade from 8.1 to 8.0 possible ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 19:26:15 -0000 Leon Meßner wrote: > Hi, > > because of the broken heimdal (gssapi) in 8.1-RELEASE i'm thinking of > going back to 8.0-p2 because i suppose the patch mentioned in > kern/147454 works there (opposed to 8.1). Can i just csup > RELENG_8_0_0_RELEASE and make a new world/kernel plus eventually > freebsd-update to -p2 then ? > If you are going to csup and do the make buildworld dance just use the security branch tag: RELENG_8_0 and it will be -p2 directly. -Mike