The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f72db34d2295080f57a283858125aa906c0d409e
commit f72db34d2295080f57a283858125aa906c0d409e Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2021-07-17 21:48:13 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2021-07-18 00:35:04 +0000 Bump __FreeBSD_version to 1300512 for LinuxKPI changes and OFED cleanup from linux netdevice.h. drm-kmod needs rebuilding after this. --- UPDATING | 6 ++++++ sys/sys/param.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index a3fe9b74a245..b780eeb7b887 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,12 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20210718: + Bump __FreeBSD_version to 1300512 after merging LinuxKPI, OFED, + net80211, and driver changes in order to support building + Intel wireless iwlwifi drivers. This is especially needed for + drm-kmod which needs updates after this. + 20210715: The 20210707 awk update brought in a change in behavior. This has been corrected as of d4d252c49976. Between these dates, if you diff --git a/sys/sys/param.h b/sys/sys/param.h index 4c43839c297e..877cdaa74204 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1300511 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300512 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
