git: 752f813d6ccc - releng/13.1 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Aug 2022 23:14:41 UTC
The branch releng/13.1 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=752f813d6ccc40c5b7b79d7fb87da453422d6417
commit 752f813d6ccc40c5b7b79d7fb87da453422d6417
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-08-30 23:06:09 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-08-30 23:06:09 +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 be4c56dcd64b..008357ffbaf5 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.
+20220830:
+ 13.1-RELEASE-p2 FreeBSD-SA-22:13.zlib
+ FreeBSD-EN-22:20.tzdata
+
+ zlib heap buffer overflow [SA-22:13.zlib]
+
+ Timezone database information update [EN-22:20.tzdata]
+
20220726:
13.1-RELEASE-p1 FreeBSD-SA-22:09.elf
FreeBSD-SA-22:11.vm
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 40e1f328085b..6ea9f7852c3b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi