svn commit: r362092 - in releng/11.4: . lib/csu/common sys/conf
Glen Barber
gjb at FreeBSD.org
Fri Jun 12 11:41:40 UTC 2020
Author: gjb
Date: Fri Jun 12 11:41:39 2020
New Revision: 362092
URL: https://svnweb.freebsd.org/changeset/base/362092
Log:
Revert r362079 in order to correct an issue that triggered
a build failure in 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 10:43:21 2020 (r362091)
+++ releng/11.4/UPDATING Fri Jun 12 11:41:39 2020 (r362092)
@@ -16,9 +16,6 @@ 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 10:43:21 2020 (r362091)
+++ releng/11.4/lib/csu/common/crtbrand.c Fri Jun 12 11:41:39 2020 (r362092)
@@ -63,5 +63,5 @@ static const struct {
.descsz = sizeof(int32_t),
.type = NT_FREEBSD_ABI_TAG,
.name = NOTE_FREEBSD_VENDOR,
- .desc = 1104001
+ .desc = __FreeBSD_version
};
Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh Fri Jun 12 10:43:21 2020 (r362091)
+++ releng/11.4/sys/conf/newvers.sh Fri Jun 12 11:41:39 2020 (r362092)
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.4"
-BRANCH="RELEASE"
+BRANCH="RC2-p1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-all
mailing list