git: 00935d2e533c - releng/13.1 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Feb 2023 18:01:30 UTC
The branch releng/13.1 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=00935d2e533c82de250332b967127dfff4e44e8d
commit 00935d2e533c82de250332b967127dfff4e44e8d
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-02-16 17:56:53 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-02-16 17:58:28 +0000
Add UPDATING entries and bump version.
Approved by: so
---
UPDATING | 5 +++++
sys/conf/newvers.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index da209c2d9f37..b534080a5317 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.
+20230216:
+ 13.1-RELEASE-p7 FreeBSD-SA-23:03.openssl
+
+ Fix multiple OpenSSL vulnerabilities [SA-23:03.openssl]
+
20230208:
13.1-RELEASE-p6 FreeBSD-SA-23:01.geli
FreeBSD-EN-23:01.tzdata
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 388c21f7d02a..bcacbcebb5ac 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi