The branch releng/13.0 has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b368bb75bad8c94ab391cb166d9e3bea0c2fa39e

commit b368bb75bad8c94ab391cb166d9e3bea0c2fa39e
Author:     Mark Johnston <[email protected]>
AuthorDate: 2021-06-29 17:18:53 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2021-06-29 20:06:47 +0000

    Add UPDATING entries and bump version
    
    Approved by:    so
---
 UPDATING            | 17 +++++++++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 87e4818e3ae7..dcf580314337 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,23 @@ handbook:
 Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before running portupgrade.
 
+20210629:
+       13.0-RELEASE-p3 FreeBSD-EN-21:18.libc++
+                       FreeBSD-EN-21:19.libcasper
+                       FreeBSD-EN-21:20.vlan
+                       FreeBSD-EN-21:21.ipfw
+                       FreeBSD-EN-21:22.linux_futex
+
+       Missing C++20 headers in libc++ [EN-21:18.libc++]
+
+       libcasper assertion failure [EN-21:19.libcasper]
+
+       Missing backwards compatibility in vlan(4) [EN-21:20.vlan]
+
+       Kernel panic with ipfw link-layer filtering enabled [EN-21:21.ipfw]
+
+       Linux compatibility layer futex(2) system call vulnerability 
[EN-21:22.linux_futex]
+
 20210601:
        13.0-RELEASE-p2 FreeBSD-EN-21:17.libradius
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e09ee0afdaec..5207dff32cb4 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to