Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2023 18:01:30 GMT
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 00935d2e533c - releng/13.1 - Add UPDATING entries and bump version.
Message-ID:  <202302161801.31GI1UEt081926@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302161801.31GI1UEt081926>