git: e8439726cfa5 - releng/13.2 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Dec 2023 18:30:12 UTC
The branch releng/13.2 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=e8439726cfa5bd0059a65117447d8c4160bfed43
commit e8439726cfa5bd0059a65117447d8c4160bfed43
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-12-05 18:29:45 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-12-05 18:29:45 +0000
Add UPDATING entries and bump version
Approved by: so
---
UPDATING | 8 ++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 9e997c89f59b..d03d434a87d8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,14 @@ 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.
+20231205:
+ 13.2-RELEASE-p7 SA-23:17.pf
+ EN-23:15.sanitizer
+
+ TCP spoofing vulnerability in pf(4) [SA-23:17.pf]
+
+ Fix clang sanitizer failure with ASLR enabled [EN-23:15.sanitizer]
+
20231130:
13.2-RELEASE-p6 EN-23:16.openzfs
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 9e399bc19d20..627c99e8b973 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.2"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi