Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 21:25:44 +0000 (UTC)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r347633 - in releng/12.0: . sys/conf
Message-ID:  <201905152125.x4FLPi6q066135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gordon
Date: Wed May 15 21:25:44 2019
New Revision: 347633
URL: https://svnweb.freebsd.org/changeset/base/347633

Log:
  Bump patch revision for updated mds patches.
  
  Approved by:	so

Modified:
  releng/12.0/UPDATING
  releng/12.0/sys/conf/newvers.sh

Modified: releng/12.0/UPDATING
==============================================================================
--- releng/12.0/UPDATING	Wed May 15 20:44:27 2019	(r347632)
+++ releng/12.0/UPDATING	Wed May 15 21:25:44 2019	(r347633)
@@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
+20190515	p5	FreeBSD-EN-19:07.mds [revised]
+
+	Fixed error in patch causing panic on i386 architecture. [SA-19:07.mds]
+
+
 20190514	p4	FreeBSD-EN-19:08.tzdata
 			FreeBSD-EN-19:09.xinstall
 			FreeBSD-EN-19:10.scp

Modified: releng/12.0/sys/conf/newvers.sh
==============================================================================
--- releng/12.0/sys/conf/newvers.sh	Wed May 15 20:44:27 2019	(r347632)
+++ releng/12.0/sys/conf/newvers.sh	Wed May 15 21:25:44 2019	(r347633)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905152125.x4FLPi6q066135>