From owner-dev-commits-src-branches@freebsd.org Tue Aug 24 18:29:56 2021 Return-Path: Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4EB2A65DE87; Tue, 24 Aug 2021 18:29:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GvHhg56Nsz3NpH; Tue, 24 Aug 2021 18:29:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A1BB5AF1; Tue, 24 Aug 2021 18:29:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17OITrbu024641; Tue, 24 Aug 2021 18:29:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17OITrGJ024640; Tue, 24 Aug 2021 18:29:53 GMT (envelope-from git) Date: Tue, 24 Aug 2021 18:29:53 GMT Message-Id: <202108241829.17OITrGJ024640@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Tetlow Subject: git: d106002967ef - releng/11.4 - Add UPDATING entries and bump version. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gordon X-Git-Repository: src X-Git-Refname: refs/heads/releng/11.4 X-Git-Reftype: branch X-Git-Commit: d106002967eff712894ab8b5337bbbff106ce5e0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2021 18:29:56 -0000 The branch releng/11.4 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=d106002967eff712894ab8b5337bbbff106ce5e0 commit d106002967eff712894ab8b5337bbbff106ce5e0 Author: Gordon Tetlow AuthorDate: 2021-08-24 18:16:00 +0000 Commit: Gordon Tetlow CommitDate: 2021-08-24 18:16:00 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 13 +++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 39436624b2d7..f1bd6252cd01 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,19 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20210824: p13 FreeBSD-SA-21:13.bhyve + FreeBSD-SA-21:14.ggatec + FreeBSD-SA-21:15.libfetch + FreeBSD-SA-21:17.openssl + + Fix missing error handling in bhyve(8) device models. [SA-21:13.bhyve] + + Fix remote code execution in ggatec(8). [SA-21:14.ggatec] + + Fix libfetch out of bounds read. [SA-21:15.libfetch] + + Fix multiple vulnerabilities in OpenSSL. [SA-21:17.openssl] + 20210629: p12 FreeBSD-EN-21:19.libcasper FreeBSD-EN-21:22.linux_futex diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index fd228bf9ad03..21296d4fb0cd 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.4" -BRANCH="RELEASE-p12" +BRANCH="RELEASE-p13" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi