svn commit: r362094 - in releng/11.4: . lib/csu/common sys/conf

Glen Barber gjb at FreeBSD.org
Fri Jun 12 11:44:31 UTC 2020


Author: gjb
Date: Fri Jun 12 11:44:30 2020
New Revision: 362094
URL: https://svnweb.freebsd.org/changeset/base/362094

Log:
  Re-apply r362079, renaming releng/11.4 to -RELEASE, in preparation
  for restarting 11.4-RELEASE builds.
  
  Approved by:	re (implicit)
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  releng/11.4/UPDATING
  releng/11.4/lib/csu/common/crtbrand.c
  releng/11.4/sys/conf/newvers.sh

Modified: releng/11.4/UPDATING
==============================================================================
--- releng/11.4/UPDATING	Fri Jun 12 11:42:48 2020	(r362093)
+++ releng/11.4/UPDATING	Fri Jun 12 11:44:30 2020	(r362094)
@@ -16,6 +16,9 @@ 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.
 
+20200616:
+	11.4-RELEASE.
+
 20200609: 11.4-RC2-p1	FreeBSD-SA-20:17.usb
 
         Fix USB HID descriptor parsing error. [SA-20:17.usb]

Modified: releng/11.4/lib/csu/common/crtbrand.c
==============================================================================
--- releng/11.4/lib/csu/common/crtbrand.c	Fri Jun 12 11:42:48 2020	(r362093)
+++ releng/11.4/lib/csu/common/crtbrand.c	Fri Jun 12 11:44:30 2020	(r362094)
@@ -63,5 +63,5 @@ static const struct {
 	.descsz = sizeof(int32_t),
 	.type = NT_FREEBSD_ABI_TAG,
 	.name = NOTE_FREEBSD_VENDOR,
-	.desc = __FreeBSD_version
+	.desc = 1104001
 };

Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh	Fri Jun 12 11:42:48 2020	(r362093)
+++ releng/11.4/sys/conf/newvers.sh	Fri Jun 12 11:44:30 2020	(r362094)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="RC2-p1"
+BRANCH="RELEASE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list