The branch releng/13.0 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=035021b98a251247ba62ffbb6b6411766b3dd321
commit 035021b98a251247ba62ffbb6b6411766b3dd321 Author: Mark Johnston <ma...@freebsd.org> AuthorDate: 2021-02-24 00:21:19 +0000 Commit: Mark Johnston <ma...@freebsd.org> CommitDate: 2021-02-24 01:42:47 +0000 Add UPDATING entries and bump version Approved by: re (implicit, so) Approved by: so --- UPDATING | 7 +++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index c42fe6639b12..880be2ef12e0 100644 --- a/UPDATING +++ b/UPDATING @@ -11,6 +11,13 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20210223: p1 FreeBSD-SA-21:03.pam_login_access + FreeBSD-SA-21:06.xen + + login.access fails to apply rules [SA-21:03.pam_login_access] + + Xen grant mapping error handling issues [SA-21:06.xen] + 20210202: Various LinuxKPI functionality was added which conflicts with DRM. Please update your drm-kmod port to after the __FreeBSD_verison 1300139 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b0887168026a..fa48289cc39a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="BETA3" +BRANCH="BETA3-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"