From owner-freebsd-security@FreeBSD.ORG Mon May 25 04:21:31 2015 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 281BC410; Mon, 25 May 2015 04:21:31 +0000 (UTC) (envelope-from fehwalker@gmail.com) Received: from mail-yh0-x22e.google.com (mail-yh0-x22e.google.com [IPv6:2607:f8b0:4002:c01::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCFC1B2F; Mon, 25 May 2015 04:21:30 +0000 (UTC) (envelope-from fehwalker@gmail.com) Received: by yhrr66 with SMTP id r66so19925380yhr.3; Sun, 24 May 2015 21:21:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZSdGisAyXvmjFG0PWXGFn8TvKvDezAEdWifyvZBsqg4=; b=M02T5HaEPbhxFIYxoxW5cO7x/1xUeo2cGSKeSVSVDMrvlv880klaiO/2fDQKl4Sq+4 uQNCLwqBPUDjBLE80N8e28HDeHWYmZtsH8a+rv/iWTqYslY3xZsgSQAGEClrIqsmMbG+ cKxad0FHhA6FVrX7Rko7qIBvqTPifcLpQI3VE/qgcJY4F62wbZQYP0ux9Zs21N38yMJN +eN0CAktdTZIHVMqy2K0DqUmJhaBoAADHOV/fGHUCgjWR4GJmggnMrrCuZWUsyvU0J/2 EebjCMJUPhsmkgL0zVRiDD4uV/xDJHIZND+vkw1R1Uc+luqy43oqT6jPvqiyJmzNE63r 94bg== MIME-Version: 1.0 X-Received: by 10.170.208.82 with SMTP id z79mr3043523yke.106.1432527689926; Sun, 24 May 2015 21:21:29 -0700 (PDT) Received: by 10.129.56.3 with HTTP; Sun, 24 May 2015 21:21:29 -0700 (PDT) In-Reply-To: <20150525041510.GE1589@hub.FreeBSD.org> References: <20150525041510.GE1589@hub.FreeBSD.org> Date: Mon, 25 May 2015 00:21:29 -0400 Message-ID: Subject: Re: 10.1-p10? From: Bryan Fullerton To: Glen Barber Cc: freebsd-security@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 04:21:31 -0000 Ah, thanks, I see it now, and re-subbed to freebsd-announce. Bryan On Mon, May 25, 2015 at 12:15 AM, Glen Barber wrote: > On Mon, May 25, 2015 at 12:11:25AM -0400, Bryan Fullerton wrote: > > Just ran freebsd-update and got updates for 10.1-p10, but see no > advisories > > on the security lists or web site. > > > > The following files will be updated as part of updating to > 10.1-RELEASE-p10: > > /bin/freebsd-version > > /boot/kernel/kernel > > /boot/kernel/kernel.symbols > > /boot/kernel/ufs.ko > > /boot/kernel/ufs.ko.symbols > > /usr/include/ufs/ffs/softdep.h > > /usr/sbin/freebsd-update > > /usr/share/man/man8/freebsd-update.8.gz > > > > This was an EN. > > gjb@nucleus:~/freebsd/src/base/releng/10.1 % svn log --diff -r282873 \ > sys/conf/newvers.sh > ------------------------------------------------------------------------ > r282873 | delphij | 2015-05-13 18:52:35 -0400 (Wed, 13 May 2015) | 7 lines > > Fix bug with freebsd-update(8) that does not ensure the previous > upgrade was completed. [EN-15:04] > > Fix deadlock on reboot with UFS tuned with SU+J. [EN-15:05] > > Approved by: so > > > Index: sys/conf/newvers.sh > =================================================================== > --- sys/conf/newvers.sh (revision 282872) > +++ sys/conf/newvers.sh (revision 282873) > @@ -32,7 +32,7 @@ > > TYPE="FreeBSD" > REVISION="10.1" > -BRANCH="RELEASE-p9" > +BRANCH="RELEASE-p10" > if [ "X${BRANCH_OVERRIDE}" != "X" ]; then > BRANCH=${BRANCH_OVERRIDE} > fi > > ------------------------------------------------------------------------ > > Glen > >